Skip to content

Commit

Permalink
Merge pull request #23 from lidofinance/config/wstETH-on-zksync-testn…
Browse files Browse the repository at this point in the history
…et-2

Doc: new deployments
  • Loading branch information
TheDZhon authored Oct 24, 2023
2 parents d81e754 + 0e88579 commit 150a8f4
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 13 deletions.
31 changes: 31 additions & 0 deletions config_samples/zksync_mainnet_config_L1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"contracts": {
"0xFf7F4d05e3247374e86A3f7231A2Ed1CA63647F2": "OssifiableProxy",
"0x06185d60eD72a91D1367Eb0733B9d20AE7336D3B": "L1Executor",
"0x41527B2d03844dB6b0945f25702cB958b6d55989": "OssifiableProxy",
"0x9a810469F4a451Ebb7ef53672142053b4971587c": "L1ERC20Bridge"
},
"explorer_hostname": "api.etherscan.io",
"github_repo": {
"url": "https://github.com/txfusion/lido-l2",
"commit": "fa6a77e694a34dc6f03d57bb8c934941e554ac9d",
"relative_root": "zksync"
},
"dependencies": {
"@openzeppelin/contracts": {
"url": "https://github.com/OpenZeppelin/openzeppelin-contracts",
"commit": "d4fb3a89f9d0a39c7ee6f2601d33ffbf30085322",
"relative_root": "contracts"
},
"@openzeppelin/contracts-upgradeable": {
"url": "https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable",
"commit": "f6febd79e2a3a17e26969dd0d450c6ebd64bf459",
"relative_root": "contracts"
},
"@matterlabs/zksync-contracts/l1/contracts": {
"url": "https://github.com/matter-labs/era-contracts",
"commit": "3a4506522aaef81485d8abb96f5a6394bd2ba69e",
"relative_root": "ethereum/contracts"
}
}
}
39 changes: 39 additions & 0 deletions config_samples/zksync_mainnet_config_L2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"contracts": {
"0xbd80e505ecc49bae2cc86094a78fa0e2db28b52a": "ProxyAdmin",
"0x139EE25DCad405d2a038E7A67f9ffdbf0f573f3c": "TransparentUpgradeableProxy",
"0x13f46b59067f064c634fb17e207ed203916dccc8": "ZkSyncBridgeExecutor",
"0xE1D6A50E7101c8f8db77352897Ee3f1AC53f782B": "OssifiableProxy",
"0x64Ee90B086c99fD3439354f382Fef25229A01F02": "L2ERC20Bridge",
"0x703b52F2b28fEbcB60E1372858AF5b18849FE867": "TransparentUpgradeableProxy",
"0xc7a0daa1b8fea68532b6425d0e156088b0d2ab2c": "ERC20BridgedUpgradeable"
},
"explorer_hostname": "zksync2-mainnet-explorer.zksync.io",
"github_repo": {
"url": "https://github.com/txfusion/lido-l2",
"commit": "fa6a77e694a34dc6f03d57bb8c934941e554ac9d",
"relative_root": "zksync"
},
"dependencies": {
"@openzeppelin/contracts": {
"url": "https://github.com/OpenZeppelin/openzeppelin-contracts",
"commit": "d4fb3a89f9d0a39c7ee6f2601d33ffbf30085322",
"relative_root": "contracts"
},
"@openzeppelin/contracts-upgradeable": {
"url": "https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable",
"commit": "f6febd79e2a3a17e26969dd0d450c6ebd64bf459",
"relative_root": "contracts"
},
"@matterlabs/zksync-contracts/l1/contracts": {
"url": "https://github.com/matter-labs/era-contracts",
"commit": "3a4506522aaef81485d8abb96f5a6394bd2ba69e",
"relative_root": "zksync/contracts"
},
"@matterlabs/zksync-contracts/l2/system-contracts": {
"url": "https://github.com/matter-labs/era-system-contracts",
"commit": "3e954a629ad8e01616174bde2218241b360fda0a",
"relative_root": "contracts"
}
}
}
10 changes: 5 additions & 5 deletions config_samples/zksync_testnet_config_L1.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"contracts": {
"0x3f33402FBbaE3e9Cf953e25F8b7D778342E67a77": "OssifiableProxy",
"0xFF875a60a99bc7b5B06F295f5b374cC44C969C66": "L1Executor",
"0xAd5c2a39eD9A8cB32A92E8510AECAF478222B565": "OssifiableProxy",
"0x86B56BfC8c36470edF03adA2Eb3F8b8ca397732a": "L1ERC20Bridge"
"0xfDF0c6812f10e803757e4A392df019cAdf2Ae0AA": "OssifiableProxy",
"0xBe98f3ac3e9304C50F29c940D5f59673a1Ae4C14": "L1Executor",
"0x075b90554C6cE93636B2E63C99EE704f8CC1C2f3": "OssifiableProxy",
"0xc3f1A4C13532cc9DDeA36B54d83A427B8D4AaeEe": "L1ERC20Bridge"
},
"explorer_hostname": "api-goerli.etherscan.io",
"github_repo": {
"url": "https://github.com/txfusion/lido-l2",
"commit": "58fe118e1b1e6a0aa7b327e67041aaaa2fe88dbb",
"commit": "28d8f7539a57972a83f41a8809fee4c4766009a0",
"relative_root": "zksync"
},
"dependencies": {
Expand Down
16 changes: 8 additions & 8 deletions config_samples/zksync_testnet_config_L2.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"contracts": {
"0x3aad916d98a9a19b56336fb44eb734c7acabf069": "ProxyAdmin",
"0xfEF1a26853D2a4133017849f5738eaE92fb8117e": "TransparentUpgradeableProxy",
"0xA6f68f512F9C96348f7d5c9192782279a93d1C3B": "ZkSyncBridgeExecutor",
"0xaA040F9b7e1f1cEe8704e6D076ffD63410Acfd1E": "OssifiableProxy",
"0xFC0FDE38a8051c184202b379330B8b2BB04ef17c": "L2ERC20Bridge",
"0x948947F2f05864032Fb340E574D0F13C6BA7bE74": "TransparentUpgradeableProxy",
"0xece0c449f94a4869d090153b8419bae1488fe667": "ERC20BridgedUpgradeable"
"0xe7e7befca267e5967e20d135941535a2396ccdf4": "ProxyAdmin",
"0x4097BC99a9B5fB253B938d105111FFcb862Be668": "TransparentUpgradeableProxy",
"0x213ec81bB9740c75d2BC186378cf734F9306e7e5": "ZkSyncBridgeExecutor",
"0x0E1E4af13Bb95C84275b52b6edE1cb5F8c11Abe7": "OssifiableProxy",
"0xfD744ba1867B6e6da437bce3ba44f5898A72B9c3": "L2ERC20Bridge",
"0x6750967d6e4712Ae6cF9401a87dc34642339E0Ef": "TransparentUpgradeableProxy",
"0x75e79BCe0F5a81b6D0097CCB473D867940A4C2Ca": "ERC20BridgedUpgradeable"
},
"explorer_hostname": "zksync2-testnet-explorer.zksync.dev",
"github_repo": {
"url": "https://github.com/txfusion/lido-l2",
"commit": "58fe118e1b1e6a0aa7b327e67041aaaa2fe88dbb",
"commit": "28d8f7539a57972a83f41a8809fee4c4766009a0",
"relative_root": "zksync"
},
"dependencies": {
Expand Down

0 comments on commit 150a8f4

Please sign in to comment.