Skip to content

Commit

Permalink
chore: deploy zk era mainnet (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
codenamejason authored Sep 6, 2023
1 parent e989b1c commit 351f831
Show file tree
Hide file tree
Showing 22 changed files with 134 additions and 839 deletions.
100 changes: 100 additions & 0 deletions .upgradable/zkSync-era.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
{
"manifestVersion": "3.2",
"admin": {
"address": "0x8eDFBfcf436b098C7B25a7D11a0F60e1A811f70c",
"txHash": "0x1e8355ff9eb85d9153b0e49212e06f5e41ba60f8d85c7d86f540e3256bb7fbd7"
},
"proxies": [
{
"address": "0xe1b01395986bd93Cc9Fa62290987793c150a1AB2",
"txHash": "0xc341422ed8f683e51968fc9086293b7611bdc3ad944eedc167bc16110754ee6b",
"kind": "transparent"
}
],
"impls": {
"aae8603567b3768ea2e8f5334c65ad0ba5e1fbeee71f3d4bcd0469994e306fac": {
"address": "0xF4f71847Dbc541841D1Bf4B07AF7B47584a3dca8",
"txHash": "0x0b912b539f4fa4266b4b5a36f2accdc2eab11d5a41a82d28dec0dd4e42ba321e",
"layout": {
"solcVersion": "0.8.17",
"storage": [
{
"label": "_initialized",
"offset": 0,
"slot": "0",
"type": "t_uint8",
"contract": "Initializable",
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:63",
"retypedFrom": "bool"
},
{
"label": "_initializing",
"offset": 1,
"slot": "0",
"type": "t_bool",
"contract": "Initializable",
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:68"
},
{
"label": "__gap",
"offset": 0,
"slot": "1",
"type": "t_array(t_uint256)50_storage",
"contract": "ContextUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:36"
},
{
"label": "_owner",
"offset": 0,
"slot": "51",
"type": "t_address",
"contract": "OwnableUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:22"
},
{
"label": "__gap",
"offset": 0,
"slot": "52",
"type": "t_array(t_uint256)49_storage",
"contract": "OwnableUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:94"
},
{
"label": "programContract",
"offset": 0,
"slot": "101",
"type": "t_address",
"contract": "ProgramFactory",
"src": "contracts/program/ProgramFactory.sol:12"
}
],
"types": {
"t_address": {
"label": "address",
"numberOfBytes": "20"
},
"t_array(t_uint256)49_storage": {
"label": "uint256[49]",
"numberOfBytes": "1568"
},
"t_array(t_uint256)50_storage": {
"label": "uint256[50]",
"numberOfBytes": "1600"
},
"t_bool": {
"label": "bool",
"numberOfBytes": "1"
},
"t_uint256": {
"label": "uint256",
"numberOfBytes": "32"
},
"t_uint8": {
"label": "uint8",
"numberOfBytes": "1"
}
}
}
}
}
}
20 changes: 19 additions & 1 deletion docs/CHAINS.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,4 +328,22 @@ These are contracts that are created/deployed once for goerli
| RoundFactory | 0x35E5f2abfaCdbe1bc7C2E09Fbe2e051Ea574Dd3b |
| RoundImplementation | 0xcB0f55a192f0d504490eA5d14eaeE0600F956bb5 |
| ProjectRegistry | 0x2C17D0FAb47bD87333714dC35f84BB669951cea6 |
| DummyVotingStrategy | 0x1127EF659bF29bBe05C892D0Bd683a07AB350A09 |
| DummyVotingStrategy | 0x1127EF659bF29bBe05C892D0Bd683a07AB350A09 |

## ZkSync Era Mainnet

| Contract | Address |
|---------------------------------------|--------------------------------------------|
| ProgramFactory | 0xe1b01395986bd93Cc9Fa62290987793c150a1AB2 |
| ProgramImplementation | 0x08Bfe6ec7831d4bbd48873fCDc89Ef3d2d8c2C4E |
| QuadraticFundingVotingStrategyFactory | 0xa1F116d1Cb73b6f8dDFD6DDD6E06386553B3af7b |
| QFVotingStrategyImplementation | 0x20717A4fEf86705210911c59d08dB8B6D2C593eE |
| MerklePayoutStrategyFactory | 0xE3710C11A5E06E987657A8ce665961362C079De3 |
| MerklePayouStrategyImplementation | 0x252E749Dca5bE43C5257577E6d37dB12419a1773 |
| DirectPayoutStrategyFactory | 0x5A7ea8C03C40e02A97B1901101e415Fdfc1aE64d |
| DirectPayoutStrategyImplementation | 0xB0c9320F2176bc69bf808FA9B5C816713dC6A44C |
| AlloSettings | 0xA86824AB3038daCfeB61e03f45CA1a02b77f1081 |
| RoundFactory | 0xF631C72e0C5837b794911DDaf167861d1A3eDBf5 |
| RoundImplementation | 0x9569470C409E96d20435e277e30b94828DC4656d |
| ProjectRegistry | 0x1593FAA41134544354a1509566DDf8D6596e7348 |
| DummyVotingStrategy | 0x590638033E8DeE4028244326c1ecA251c8022346 |
79 changes: 0 additions & 79 deletions docs/contracts/elin/contracts/access/Ownable.md

This file was deleted.

32 changes: 0 additions & 32 deletions docs/contracts/elin/contracts/interfaces/IERC1822Proxiable.md

This file was deleted.

64 changes: 0 additions & 64 deletions docs/contracts/elin/contracts/proxy/ERC1967/ERC1967Proxy.md

This file was deleted.

64 changes: 0 additions & 64 deletions docs/contracts/elin/contracts/proxy/ERC1967/ERC1967Upgrade.md

This file was deleted.

12 changes: 0 additions & 12 deletions docs/contracts/elin/contracts/proxy/Proxy.md

This file was deleted.

Loading

0 comments on commit 351f831

Please sign in to comment.