Skip to content

Commit

Permalink
feat: add Edu Chain (#2035)
Browse files Browse the repository at this point in the history
Co-authored-by: doug <[email protected]>
  • Loading branch information
brtkx and douglance authored Oct 30, 2024
1 parent 342b399 commit 26c9c3d
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 50 additions & 0 deletions packages/arb-token-bridge-ui/src/util/orbitChainsData.json
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,56 @@
"description": ""
}
}
},
{
"chainId": 41923,
"confirmPeriodBlocks": 45818,
"ethBridge": {
"bridge": "0x2F12c50b46adB01a4961AdDa5038c0974C7C78e8",
"inbox": "0x590044e628ea1B9C10a86738Cf7a7eeF52D031B8",
"outbox": "0x6339965Cb3002f5c746895e4eD895bd775dbfdf9",
"rollup": "0xBaE3B462a2A7fb758F66D91170514C10B14Ce914",
"sequencerInbox": "0xA3464bf0ed52cFe6676D3e34ab1F4DF53f193631"
},
"nativeToken": "0xf8173a39c56a554837C4C7f104153A005D284D11",
"explorerUrl": "https://educhain.blockscout.com",
"rpcUrl": "https://rpc.edu-chain.raas.gelato.cloud",
"isArbitrum": true,
"isCustom": true,
"isTestnet": false,
"name": "Edu Chain",
"slug": "edu-chain",
"parentChainId": 42161,
"tokenBridge": {
"parentCustomGateway": "0xDd7A9dEcBB0b16B37fE6777e245b18fC0aC63759",
"parentErc20Gateway": "0x419e439e5c0B839d6e31d7C438939EEE1A4f4184",
"parentGatewayRouter": "0xDa4ac9E9cB8Af8afBB2Df1ffe7b82efEA17ba0f6",
"parentMultiCall": "0x90B02D9F861017844F30dFbdF725b6aa84E63822",
"parentProxyAdmin": "0x79daC9c2deC3E4411a2cB2b0ecf654D27a4AFf0A",
"parentWeth": "0x0000000000000000000000000000000000000000",
"parentWethGateway": "0x0000000000000000000000000000000000000000",
"childCustomGateway": "0xA9f18587F6dE8B1c89a4AdD2c953AB66eD532015",
"childErc20Gateway": "0x9E8f79EE5177aBDd76EDfC7D72c8Dc0F16955ae3",
"childGatewayRouter": "0xFd25B25576cC0d510F62C88A166F84b3e25208C7",
"childMultiCall": "0xB9199cA38F678bE120350d1baEE8a7b8eCd52A06",
"childProxyAdmin": "0x3Bb11Aa109cCe35aCB73B043cC51b76bCE5999d7",
"childWeth": "0x0000000000000000000000000000000000000000",
"childWethGateway": "0x0000000000000000000000000000000000000000"
},
"bridgeUiConfig": {
"color": "#131BEB",
"network": {
"name": "Edu Chain",
"logo": "/images/EduChainLogo.png",
"description": "EDU Chain, developed by Open Campus, is the first blockchain for education, designed for consumer-facing education apps and on-chain education finance. It's a Layer 3 platform built on Arbitrum Orbit that’s home to dApps spanning learning, DeFi, education finance, AI, gaming, SocialFi, recruitment, and more."
},
"nativeTokenData": {
"name": "EDU",
"symbol": "EDU",
"decimals": 18,
"logoUrl": "/images/EduChainTokenLogo.png"
}
}
}
],
"testnet": [
Expand Down

0 comments on commit 26c9c3d

Please sign in to comment.