Skip to content

Commit

Permalink
Update README with command to deploy the new address registry (#30)
Browse files Browse the repository at this point in the history
* Update README with command to deploy the new address registry

* Update

* Make the command interactive
  • Loading branch information
garyghayrat authored Jul 26, 2024
1 parent 22d3e10 commit 8686f9c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Arbitrum Governor Upgrade

## New Address Registry Contract

After the upgrade, a new address registry contract can be deployed by running the following command in the [Arbitrum Governance](https://github.com/ArbitrumFoundation/governance) repo:

```bash
make
forge create src/gov-action-contracts/address-registries/L2AddressRegistry.sol:L2AddressRegistry --constructor-args <NEW_CORE_GOVERNOR_CONTRACT_ADDRESS> <NEW_TREASURY_GOVERNOR_CONTRACT_ADDRESS> 0xF3FC178157fb3c87548bAA86F9d24BA38E649B58 0x1D62fFeB72e4c360CcBbacf7c965153b00260417 --rpc-url https://arbitrum.llamarpc.com --interactive
```

## License

The code in this repository is licensed under the [GNU Affero General Public License](LICENSE) unless otherwise indicated.
Expand Down

0 comments on commit 8686f9c

Please sign in to comment.