Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
spsjvc committed Jul 10, 2024
1 parent 2c936e2 commit 536d0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/arb-token-bridge-ui/src/util/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ function isArbitrumChain(chain: L1Network | L2Network): chain is L2Network {

export const TELEPORT_ALLOWLIST: { [id: number]: number[] } = {
[ChainId.Ethereum]: [1380012617, 70700], // Rari and PopApex
[ChainId.Sepolia]: []
[ChainId.Sepolia]: [1918988905] // RARI Testnet
}

export function getChildChainIds(chain: L2Network | L1Network) {
Expand Down

0 comments on commit 536d0c1

Please sign in to comment.