Skip to content

Commit

Permalink
Merge branch 'master' into handle-fast-withdrawals-orbit-form
Browse files Browse the repository at this point in the history
  • Loading branch information
brtkx authored Nov 21, 2024
2 parents 68e9018 + f3a7e82 commit 8a26f8b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 61 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -265,16 +265,6 @@ export function useTransferReadiness(): UseTransferReadinessResult {
return notReady()
}

// disable deposits to L3X
if (isDepositMode && childChain.id === 12324) {
return notReady({
errorMessages: {
inputAmount1:
'Deposits to the L3X chain are currently disabled. Withdrawals remain available. Please complete any pending transactions or reach out to support for further assistance.'
}
})
}

// teleport transfers using SC wallets not enabled yet
if (isSmartContractWallet && isTeleportMode) {
return notReady({
Expand Down
9 changes: 0 additions & 9 deletions packages/arb-token-bridge-ui/src/util/TokenListUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,15 +157,6 @@ export const BRIDGE_TOKEN_LISTS: BridgeTokenList[] = [
isDefault: true,
logoURI: UniswapLogo
},
{
id: 18,
// L3X
originChainID: 12324,
url: 'https://tokenlist.arbitrum.io/ArbTokenLists/12324_arbed_uniswap_labs.json',
name: 'Arbed Uniswap List',
isDefault: true,
logoURI: UniswapLogo
},
{
id: 19,
// SX Network
Expand Down
42 changes: 0 additions & 42 deletions packages/arb-token-bridge-ui/src/util/orbitChainsData.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,48 +217,6 @@
}
}
},
{
"chainId": 12324,
"confirmPeriodBlocks": 7200,
"ethBridge": {
"bridge": "0x59E088d827CB7983Cd0CC64312E472D7cc8a4F44",
"inbox": "0x80de5c4ccDfb7b6a250A9588C2d80F62a2B7d13F",
"outbox": "0x1526DAacDAf3EE81E5ae087E0DA8677E8c677CE5",
"rollup": "0xb75A0a5812303cBB198d4f0BcA7CA38f17b8783e",
"sequencerInbox": "0xB9450b512Fd3454e9C1a2593C5DF9E71344b5653"
},
"explorerUrl": "https://explorer.l3x.com",
"rpcUrl": "https://rpc-mainnet.l3x.com",
"name": "L3X Network",
"slug": "l3x-network",
"parentChainId": 42161,
"isCustom": true,
"isTestnet": false,
"tokenBridge": {
"parentCustomGateway": "0xec80A45ebadD945379f69e9A8929973BCb3E297D",
"parentErc20Gateway": "0x4fF3E70f30f0394Ad62428751Fe3858740595908",
"parentGatewayRouter": "0x817C8Da480bC6b42a5FA88A26e9eD8c0c03968Cf",
"parentMultiCall": "0x90B02D9F861017844F30dFbdF725b6aa84E63822",
"parentProxyAdmin": "0x0000000000000000000000000000000000000000",
"parentWeth": "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
"parentWethGateway": "0x9bd7C6d040665E95a4FE70b61718abca2E3A62CD",
"childCustomGateway": "0x1AE90d0FBf03d1bb0685D4bAc5BCe4F4071cB0dc",
"childErc20Gateway": "0x76df9F5004F38aC74D0cE664027a1E718AA45E97",
"childGatewayRouter": "0x460E0a28a1DcE5a15811C3F5775D1e8fd0a08278",
"childMultiCall": "0xA9cfB51510b18300cf056d7e0b96925a1D11f424",
"childProxyAdmin": "0xFB027dBD2FBb343FD16D66a63a690B29D51D23AA",
"childWeth": "0xD3f8b9D33b159E8f5141d28880b216d31B00ee63",
"childWethGateway": "0x0fEf8843450b7c6a416C30D1E00cbc535Bb905b6"
},
"bridgeUiConfig": {
"color": "#3ABE7B",
"network": {
"name": "L3X Network",
"description": "Leverage LRTs to earn yield and trade perpetuals on L3X Layer 3 Network.",
"logo": "/images/L3XLogo.png"
}
}
},
{
"chainId": 94524,
"confirmPeriodBlocks": 40320,
Expand Down

0 comments on commit 8a26f8b

Please sign in to comment.