From 4c9b4a95f0311f5551ee1f50fa83fcbc8a97046e Mon Sep 17 00:00:00 2001 From: kukoomomo Date: Tue, 31 Dec 2024 23:05:10 +0800 Subject: [PATCH 1/3] add morph holesky testnet contract config --- .../testnet/morph_testnet_config_L1.json | 28 ++++++++++++++++++ .../testnet/morph_testnet_config_L2.json | 29 +++++++++++++++++++ .../testnet/morph_testnet_config_L2_gov.json | 12 ++++++++ 3 files changed, 69 insertions(+) create mode 100644 config_samples/morph/testnet/morph_testnet_config_L1.json create mode 100644 config_samples/morph/testnet/morph_testnet_config_L2.json create mode 100644 config_samples/morph/testnet/morph_testnet_config_L2_gov.json diff --git a/config_samples/morph/testnet/morph_testnet_config_L1.json b/config_samples/morph/testnet/morph_testnet_config_L1.json new file mode 100644 index 0000000..1b68372 --- /dev/null +++ b/config_samples/morph/testnet/morph_testnet_config_L1.json @@ -0,0 +1,28 @@ +{ + "contracts": { + "0xae9aA78222Ca3b6D1C38dF167D1F4f9B8fD7aC8a": "TransparentUpgradeableProxy", + "0xc22c108f6ebef2d8a087620e4923244768a942fb": "L1LidoGateway", + "0x1d0846952983f836d873c7a2e1d0bc5136cc70c7": "ProxyAdmin" + }, + "explorer_hostname": "api-holesky.etherscan.io", + "explorer_token_env_var": "ETHERSCAN_TOKEN", + "github_repo": { + "url": "https://github.com/morph-l2/morph/", + "commit": "c73b334a899321e03c8550ece3c181a38a5d9902", + "relative_root": "contracts" + }, + "dependencies": { + "@openzeppelin/contracts": { + "url": "https://github.com/OpenZeppelin/openzeppelin-contracts", + "commit": "bd325d56b4c62c9c5c1aff048c37c6bb18ac0290", + "relative_root": "contracts", + "//": "version 4.9.5" + }, + "@openzeppelin/contracts-upgradeable": { + "url": "https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable", + "commit": "a40cb0bda838c2ef3dfc252c179f5c37c32e80c4", + "relative_root": "contracts", + "//": "version 4.9.5" + } + } +} diff --git a/config_samples/morph/testnet/morph_testnet_config_L2.json b/config_samples/morph/testnet/morph_testnet_config_L2.json new file mode 100644 index 0000000..9077256 --- /dev/null +++ b/config_samples/morph/testnet/morph_testnet_config_L2.json @@ -0,0 +1,29 @@ +{ + "contracts": { + "0x45C0FFB5b9710B512B819058b7b9dDE839608D43": "TransparentUpgradeableProxy", + "0xF60eF59b1a37347E33E008DF03a50be19368F44E": "L2LidoGateway", + "0x8E0f85515ec4412483b68DeA14661A86741cdC0a": "TransparentUpgradeableProxy", + "0xaF4B5fDFa12656f8A4500055B102185C4b04a06E": "L2WstETHToken", + "0x530000000000000000000000000000000000000B": "ProxyAdmin" + }, + "explorer_hostname": "explorer-api-holesky.morphl2.io", + "github_repo": { + "url": "https://github.com/morph-l2/morph/", + "commit": "c73b334a899321e03c8550ece3c181a38a5d9902", + "relative_root": "contracts" + }, + "dependencies": { + "@openzeppelin/contracts": { + "url": "https://github.com/OpenZeppelin/openzeppelin-contracts", + "commit": "bd325d56b4c62c9c5c1aff048c37c6bb18ac0290", + "relative_root": "contracts", + "//": "version 4.9.5" + }, + "@openzeppelin/contracts-upgradeable": { + "url": "https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable", + "commit": "a40cb0bda838c2ef3dfc252c179f5c37c32e80c4", + "relative_root": "contracts", + "//": "version 4.9.5" + } + } +} diff --git a/config_samples/morph/testnet/morph_testnet_config_L2_gov.json b/config_samples/morph/testnet/morph_testnet_config_L2_gov.json new file mode 100644 index 0000000..8ca2a30 --- /dev/null +++ b/config_samples/morph/testnet/morph_testnet_config_L2_gov.json @@ -0,0 +1,12 @@ +{ + "contracts": { + "0x01938475718f22eBAf62f3EAc1A23855C6EAf97b": "MorphBridgeExecutor" + }, + "explorer_hostname": "explorer-api-holesky.morphl2.io", + "github_repo": { + "url": "https://github.com/morph-l2/governance-crosschain-bridges", + "commit": "04280f618113e40c4a25b00b7c9fbdee1f1edd8d", + "relative_root": "contracts/bridges" + }, + "dependencies": {} +} From 1d67e9142840cc9971135c09bb3b5ac59fa8c906 Mon Sep 17 00:00:00 2001 From: kukoomomo Date: Tue, 31 Dec 2024 23:54:17 +0800 Subject: [PATCH 2/3] update proxy admin address --- .idea/workspace.xml | 57 +++++++++++++++++++ .../testnet/morph_testnet_config_L1.json | 2 +- .../testnet/morph_testnet_config_L2.json | 2 +- 3 files changed, 59 insertions(+), 2 deletions(-) create mode 100644 .idea/workspace.xml diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..c8fe567 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + + \ No newline at end of file diff --git a/config_samples/morph/testnet/morph_testnet_config_L1.json b/config_samples/morph/testnet/morph_testnet_config_L1.json index 1b68372..59ada11 100644 --- a/config_samples/morph/testnet/morph_testnet_config_L1.json +++ b/config_samples/morph/testnet/morph_testnet_config_L1.json @@ -2,7 +2,7 @@ "contracts": { "0xae9aA78222Ca3b6D1C38dF167D1F4f9B8fD7aC8a": "TransparentUpgradeableProxy", "0xc22c108f6ebef2d8a087620e4923244768a942fb": "L1LidoGateway", - "0x1d0846952983f836d873c7a2e1d0bc5136cc70c7": "ProxyAdmin" + "0x1001a8c1766dd469958c2cabb4ee153d001865fc": "ProxyAdmin" }, "explorer_hostname": "api-holesky.etherscan.io", "explorer_token_env_var": "ETHERSCAN_TOKEN", diff --git a/config_samples/morph/testnet/morph_testnet_config_L2.json b/config_samples/morph/testnet/morph_testnet_config_L2.json index 9077256..95c1397 100644 --- a/config_samples/morph/testnet/morph_testnet_config_L2.json +++ b/config_samples/morph/testnet/morph_testnet_config_L2.json @@ -4,7 +4,7 @@ "0xF60eF59b1a37347E33E008DF03a50be19368F44E": "L2LidoGateway", "0x8E0f85515ec4412483b68DeA14661A86741cdC0a": "TransparentUpgradeableProxy", "0xaF4B5fDFa12656f8A4500055B102185C4b04a06E": "L2WstETHToken", - "0x530000000000000000000000000000000000000B": "ProxyAdmin" + "0xA66AA05F4b89104D9CEBE6A3f696Ac084cdE0055": "ProxyAdmin" }, "explorer_hostname": "explorer-api-holesky.morphl2.io", "github_repo": { From 1cc8b397593ddd1259688183167cd514bae8000d Mon Sep 17 00:00:00 2001 From: kukoomomo Date: Tue, 31 Dec 2024 23:55:21 +0800 Subject: [PATCH 3/3] rm .idea --- .idea/workspace.xml | 57 --------------------------------------------- 1 file changed, 57 deletions(-) delete mode 100644 .idea/workspace.xml diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index c8fe567..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - - \ No newline at end of file