Skip to content

Commit

Permalink
fix parent chain id
Browse files Browse the repository at this point in the history
  • Loading branch information
spsjvc committed Jul 10, 2024
1 parent 22cb756 commit e4db674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/arb-token-bridge-ui/src/util/orbitChainsList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export const orbitMainnets: {
},
4078: {
chainId: 4078,
parentChainId: 0,
parentChainId: 42161,
confirmPeriodBlocks: 7200,
ethBridge: {
bridge: '0xB0EC3C1368AF7d9C2CAE6B7f8E022Cc14d59D2b1',
Expand Down

0 comments on commit e4db674

Please sign in to comment.