Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/update mumbai #353

Merged
merged 3 commits into from
Apr 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion UPDATE_CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ If the deployer **is not** allowed to create a new proposal in the managing DAOs
- [ ] Verify the transaction to include the necessary actions
- [ ] Take this file and send it to a party that can create a proposal and let them create it

If the deplyoer **is** allowed to create a proposal
If the deployer **is** allowed to create a proposal

- [ ] Verify that the created proposal includes all necessary actions

Expand All @@ -55,6 +55,8 @@ If the deplyoer **is** allowed to create a proposal

### Packages

Wait until the managing DAO has made the necessary changes and then:

- [ ] Publish a new version of `@aragon/osx-artifacts` (`./packages/contracts`) to NPM
- [ ] Publish a new version of `@aragon/osx-ethers` (`./packages/contracts-ethers`) to NPM

Expand Down
4 changes: 2 additions & 2 deletions active_contracts.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@
"PluginRepoRegistry": "0xc796bB1AfEBc56daDF6CAcD2aDa78055e5381971",
"PluginRepoFactory": "0xDcC5933bc3567E7798Ff00Ab3413cF5f5801BD41",
"PluginSetupProcessor": "0x9227b311C5cecB416707F1C8B7Ca1b52649AabEc",
"DAOFactory": "0x5bDBaAfd90B908058567080513635f560F896918",
"DAOFactory": "0x3ff1681f31f68Ff2723d25Cf839bA7500FE5d218",
"AddresslistVotingSetup": "0xD1CE76c26bc20255157C8ef478276eb115eC02a7",
"TokenVotingSetup": "0x76D3795Df5acF2e2141557BA1Cf094fd54d4e10C",
"AdminSetup": "0x40a3EF0f0780e044EbDDEdAa9AB225158f315afd",
"MultisigSetup": "0x8b2361C65E898F40372a0DD5E1BfEE9895A676B3",
"MultisigSetup": "0x2C233F09CaB08BC66b750CB80da401Bd700B74a0",
"address-list-voting-repo": "0x71570268A86A80B5cCa3F5e430c2BAa3F4b26278",
"token-voting-repo": "0xaCa70D8c462940B839DE386BcDD4CACf745632cA",
"admin-repo": "0x0DF9b15550fF39149e491dDD154b28f587e0cD16",
Expand Down
Loading