Skip to content

Commit

Permalink
chore: deploy 1.3.0-rc0 contracts to base mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Aug 2, 2023
1 parent db5aa3c commit 457a749
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/contracts/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ MUMBAI_MANAGINGDAO_MULTISIG=0x944b067ccdbded94e64826747a5d72d4adcdf50a
MAINNET_MANAGINGDAO_MULTISIG=0x0673c13d48023efa609c20e5e351763b99dd67de
POLYGON_MANAGINGDAO_MULTISIG=0x5db93850d843af581d8b87c350aa849a13a88e40
BASEGOERLI_MANAGINGDAO_MULTISIG=0x0deE00170c57161e629f5975F3B51b73B3770C06
#BASEMAINNET_MANAGINGDAO_MULTISIG=
BASEMAINNET_MANAGINGDAO_MULTISIG=0x549B739731dFDfe256f9A3014b30035C05b6D1a6

HARDHAT_MANAGINGDAO_MULTISIG=0xe3ADd897e69010709498738e5116C06B4D81e672 # Changes with each new version

Expand Down
33 changes: 31 additions & 2 deletions packages/contracts/Releases.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,38 @@
# Contract Releases

Commit: [d429e77c68fcc972126bef6dd58d5d8b32118a09](https://github.com/aragon/osx/commit/d429e77c68fcc972126bef6dd58d5d8b32118a09)
Network: baseMainnet
ManagingDAOImplementation: 0x03445b197271CB3BE5E453745eD98a05793a4538
ManagingDAO: 0x264308C03feAfA071C97b73b09E911530CCCd216
ENSRegistry: 0xE3625B9Ed80306f590Dcf8a0d50b193F28DB969E
PublicResolver: 0x09AF4b83A9a7EA682A2Eb61d1d0B9e89103b1A06
DAO_ENSSubdomainRegistrar_Implementation: 0x7DC8d6d35070A13192C754CF96CB046615f2a3E0
DAO_ENSSubdomainRegistrar: 0x91f190a6f6E38042e3398B3f78Eb7e0AF58Ac8c3
Plugin_ENSSubdomainRegistrar_Implementation: 0xD47f4ea555FFe3A16Bb997e90C2c4A51CC6d823A
Plugin_ENSSubdomainRegistrar: 0xBB1F7ACf2068Ec3F669FDCB4d0Ad9a70E3E418d6
DAORegistry_Implementation: 0x76d72457990e07dd889Bd8F19a02feB89d11A946
DAORegistry: 0xeB98a71d69a1e12B62c10368D9dA5364CE0f7178
PluginRepoRegistry_Implementation: 0x21D9B7b3D7280e9DA46769f79FffEC4cdf64D1cc
PluginRepoRegistry: 0xB5eB5C011827C9F5787ceE3Abc72d247E36a5a0D
PluginRepoFactory: 0xE47C0B1Ea698F2914b6CC218cdC3A5Ca4FAcff18
PluginSetupProcessor: 0x91a851E9Ed7F2c6d41b15F76e4a88f5A37067cC9
DAOFactory: 0x1B6632D1357D26055D6452E3b3BEBd1c1d982e86
AddresslistVotingSetup: 0xC8109e7B790346F662C6e4ef2bA863a9700cA8Eb
GovernanceERC20: 0xd8C229F3644576b200319cB3919B0E87716f47d8
GovernanceWrappedERC20: 0x7870837ffe670E62d4e601393D454f1b8649F7f9
TokenVotingSetup: 0x58cd7d773389F68250338C13A1BB5662CFBd0C9A
AdminSetup: 0xB815791c233807D39b7430127975244B36C19C8e
MultisigSetup: 0x399Ce2a71ef78bE6890EB628384dD09D4382a7f0
PlaceholderSetup: 0xFcaBf5b75473447E4fde4043F8255B2DAdbF0782
address-list-voting-repo: 0x0A5387021B2722E983842fA701D0BaD8B9279fE2
token-voting-repo: 0x2532570DcFb749A7F976136CC05648ef2a0f60b0
admin-repo: 0x212eF339C77B3390599caB4D46222D79fAabcb5c
multisig-repo: 0xcDC4b0BC63AEfFf3a7826A19D101406C6322A585

Commit: [d429e77c68fcc972126bef6dd58d5d8b32118a09](https://github.com/aragon/osx/commit/d429e77c68fcc972126bef6dd58d5d8b32118a09)
Network: baseGoerli
Managing DAO Implementation: 0x82aBAfBf46759358c705c7E323543A7Be47AbAf0
Managing DAO: 0xD63A8Cfb0eec960C3e70F96a9e3F3091f3FD70b6
ManagingDAOImplementation: 0x82aBAfBf46759358c705c7E323543A7Be47AbAf0
ManagingDAO: 0xD63A8Cfb0eec960C3e70F96a9e3F3091f3FD70b6
ENSRegistry: 0x9bD1EF0C495F6b078d9A82586A35F4d623384E97
PublicResolver: 0x818428f875943eE7c0366de1AAa174a1225dC4eA
DAO_ENSSubdomainRegistrar_Implementation: 0xD47f4ea555FFe3A16Bb997e90C2c4A51CC6d823A
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"isTestnet": false,
"chainId": 8453,
"deploy": ["./deploy/new", "./deploy/verification"],
"gasPrice": 1000000
"gasPrice": 1000
},
"baseGoerli": {
"url": "https://goerli.base.org",
Expand Down

0 comments on commit 457a749

Please sign in to comment.