# Rinkeby

## Developer Preview (EVM, Rinkeby)

* Deployer: [@izqui](https://github.com/izqui) ([`0x1111a5f9decc25927037de55d2013d7ad30f1af0`](https://rinkeby.etherscan.io/address/0x1111a5f9decc25927037de55d2013d7ad30f1af0)
* Commit hash: [`a26d0f07`](https://github.com/aragon/govern/commit/a26d0f073b70839f5182abbace2aef1dd1918b51)

### Registry

```
[~/a/g/p/govern-create] git:(deployment-preview) ✗ $ rm -rf cache
[~/a/g/p/govern-create] git:(deployment-preview) ✗ $ rm -rf artifacts
[~/a/g/p/govern-create] git:(deployment-preview) ✗ $ yarn compile
yarn run v1.22.4
$ buidler compile --force
Compiling...
Compiled 32 contracts successfully
✨  Done in 7.80s.
[~/a/g/p/govern-create] git:(deployment-preview) ✗ $ yarn buidler deploy-registry --network rinkeby
yarn run v1.22.4
- GovernRegistry: https://rinkeby.etherscan.io/address/0x0cd3621EC403F26ad9F79c3d77B1dda1f8474c6f
✨  Done in 2.65s.
```

### Factory

```
[~/a/g/p/govern-create] git:(deployment-preview) ✗ $ yarn deploy-factory --network rinkeby
yarn run v1.22.4
$ yarn compile && buidler deploy-factory --network rinkeby
$ buidler compile --force
Compiling...
Compiled 32 contracts successfully
- GovernFactory: https://rinkeby.etherscan.io/address/0xE211F724817347566BAeAc82b8130763c3EE3650
- GovernQueueFactory: https://rinkeby.etherscan.io/address/0x918046dB1a2Cd799ecD85a2a582cE3BF4C092355
- GovernTokenFactory: https://rinkeby.etherscan.io/address/0xA6bf891Af527bCE1aE2a17435C64717fc7bB01cD
- GovernBaseFactory: https://rinkeby.etherscan.io/address/0xe071Fc0C53Be275cF7246D16373A74231fA5a585
✨  Done in 15.49s.
```

### Factory test

```
[~/a/g/p/govern-create] git:(deployment-preview) ✗ $ yarn deploy-govern --network rinkeby
----
A wild new Govern named *autonomous-olive* appeared 🦅
- Govern: https://rinkeby.etherscan.io/address/0xcb675E282AdcceA313d83867A76c077eF850612C
- Queue: https://rinkeby.etherscan.io/address/0x111b5feb00f7ce0fC1fD84E399cE4DCF695A0a08
✨  Done in 141.99s.
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://legacy-docs.aragon.org/developers/products/aragon-govern/deployments/developer-preview-evm-rinkeby.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
