Skip to content

Commit

Permalink
Merge pull request #30 from lidofinance/feat/mantle-mainnet
Browse files Browse the repository at this point in the history
feat: add config samples for Mantle mainnet
  • Loading branch information
TheDZhon authored Nov 29, 2023
2 parents 8c15f78 + 02638fc commit b986c57
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 0 deletions.
20 changes: 20 additions & 0 deletions config_samples/mantle_mainnet_config_L1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"contracts": {
"0x2D001d79E5aF5F65a939781FE228B267a8Ed468B": "OssifiableProxy",
"0x6fBBe1Af52D22557D7F161Dc5952E306F4742e23": "L1ERC20TokenBridge"
},
"explorer_hostname": "api.etherscan.io",
"github_repo": {
"url": "https://github.com/mantlenetworkio/lido-l2",
"commit": "cdd513cd3d25699a8757f8e730b443a495d0240e",
"relative_root": ""
},
"dependencies": {
"@openzeppelin/contracts": {
"url": "https://github.com/OpenZeppelin/openzeppelin-contracts",
"commit": "d4fb3a89f9d0a39c7ee6f2601d33ffbf30085322",
"relative_root": "contracts",
"//": "OZ 4.6.0"
}
}
}
22 changes: 22 additions & 0 deletions config_samples/mantle_mainnet_config_L2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"contracts": {
"0x9c46560D6209743968cC24150893631A39AfDe4d": "OssifiableProxy",
"0xf10A7ffC613a9b23Abc36167925A375bf5986181": "L2ERC20TokenBridge",
"0x458ed78EB972a369799fb278c0243b25e5242A83": "OssifiableProxy",
"0x1FaBaAec88198291A4efCc85Cabb33a3785165ba": "ERC20BridgedPermit"
},
"explorer_hostname": "explorer.mantle.xyz",
"github_repo": {
"url": "https://github.com/mantlenetworkio/lido-l2",
"commit": "cdd513cd3d25699a8757f8e730b443a495d0240e",
"relative_root": ""
},
"dependencies": {
"@openzeppelin/contracts": {
"url": "https://github.com/OpenZeppelin/openzeppelin-contracts",
"commit": "d4fb3a89f9d0a39c7ee6f2601d33ffbf30085322",
"relative_root": "contracts",
"//": "OZ 4.6.0"
}
}
}
19 changes: 19 additions & 0 deletions config_samples/mantle_mainnet_config_L2_gov.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"contracts": {
"0x3a7b055bf88cdc59d20d0245809c6e6b3c5819dd": "OptimismBridgeExecutor"
},
"explorer_hostname": "explorer.mantle.xyz",
"github_repo": {
"url": "hhttps://github.com/lidofinance/governance-crosschain-bridges",
"commit": "8fa25b0080dd3dcc2390313631aea6796a12c9d8",
"relative_root": ""
},
"dependencies": {
"@openzeppelin/contracts": {
"url": "https://github.com/OpenZeppelin/openzeppelin-contracts",
"commit": "d4fb3a89f9d0a39c7ee6f2601d33ffbf30085322",
"relative_root": "contracts",
"//": "OZ 4.6.0"
}
}
}

0 comments on commit b986c57

Please sign in to comment.