Skip to content

Commit

Permalink
Merge branch 'master' into fix-custom-gas-token-weth-gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
spsjvc committed Dec 9, 2024
2 parents 27e5108 + 72b2584 commit 3bd2021
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 45 additions & 3 deletions packages/arb-token-bridge-ui/src/util/orbitChainsData.json
Original file line number Diff line number Diff line change
Expand Up @@ -926,8 +926,8 @@
"rpcUrl": "https://socialnetwork-mainnet.g.alchemy.com/public",
"isCustom": true,
"isTestnet": false,
"name": "Social Mainnet",
"slug": "social-mainnet",
"name": "Social Network",
"slug": "social-network",
"parentChainId": 1,
"tokenBridge": {
"parentCustomGateway": "0xE32125cE1A8fFf30B5c0bB164B7E81816CA626F6",
Expand All @@ -948,7 +948,7 @@
"bridgeUiConfig": {
"color": "#12266B",
"network": {
"name": "Social Mainnet",
"name": "Social Network",
"logo": "/images/SocialMainnet_Logo.webp"
},
"nativeTokenData": {
Expand Down Expand Up @@ -1425,6 +1425,48 @@
"logoUrl": "/images/unite-testnet_Logo.png"
}
}
},
{
"chainId": 98864,
"confirmPeriodBlocks": 60,
"ethBridge": {
"bridge": "0xF3BE11Ead404740017e4839712Af28e3c0b5C202",
"inbox": "0xDe66d6a8BabE07f6838ea712e708BBD47837de52",
"outbox": "0xE8806C827217b9C1D9610b5334254Da4d143dF3D",
"rollup": "0x7404f23fc2189e090E2342FaaF7f20efa7bD366a",
"sequencerInbox": "0xDcAb173C5D846d686856A2D3300B8a64ba12130D"
},
"explorerUrl": "https://test-explorer.plumenetwork.xyz/",
"rpcUrl": "https://test-rpc.plumenetwork.xyz/",
"isCustom": true,
"isTestnet": true,
"name": "Plume Devnet",
"slug": "plume-devnet",
"parentChainId": 11155111,
"tokenBridge": {
"parentCustomGateway": "0xa8168b76Aa023228CaA8Ef5110477cD6d02F1508",
"parentErc20Gateway": "0xD7A43a671c177Ed55D2B4bCaFc597Bb669Ce4B99",
"parentGatewayRouter": "0x0a4671a34D411868852be59cCa137D5f251dEe52",
"parentMultiCall": "0x73465577E9FD7Cd585E4270F23A9eBa99B92b6eD",
"parentProxyAdmin": "0x0000000000000000000000000000000000000000",
"parentWeth": "0x7b79995e5f793A07Bc00c21412e50Ecae098E7f9",
"parentWethGateway": "0x8a3f580894fF2C51E202Da7712f5550533a956B1",
"childCustomGateway": "0xA7E44Ce807F488791c6Bc8877c9CA7b36c68B9C0",
"childErc20Gateway": "0xc9F79584303fDcb2cf5d147D7Dc79c38EA3BEC11",
"childGatewayRouter": "0x52a0A8a9A65F90E160940972A0de15491172db87",
"childMultiCall": "0xA569f0e5e284A45F6155cbc4C904ad3cae0a82b0",
"childProxyAdmin": "0x0000000000000000000000000000000000000000",
"childWeth": "0x1738E5247c85f96c9D35FE55800557C5479b7063",
"childWethGateway": "0xc260574cD5F7469d9a840f85A6648F74b7Bd4097"
},
"bridgeUiConfig": {
"color": "#F43B3A",
"network": {
"name": "Plume Devnet",
"logo": "/images/PlumeDevnet_Logo.png",
"description": "Bringing the real world onchain. Optimized for real world assets."
}
}
}
]
}

0 comments on commit 3bd2021

Please sign in to comment.