Skip to content

Commit

Permalink
feat: enable LayerLeap for Superposition (#2065)
Browse files Browse the repository at this point in the history
  • Loading branch information
brtkx authored Nov 8, 2024
1 parent 4b6e176 commit a64f810
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 @@ -599,7 +599,7 @@ function isBlockNumberReferenceNetwork(chain: {
}

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

Expand Down

0 comments on commit a64f810

Please sign in to comment.