Skip to content

Commit

Permalink
fix: add ETH mainnet addresses (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-ziv authored Apr 25, 2022
1 parent 55cdb43 commit 56fa74b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config/tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const l1tokens = [
symbol: NetworkType.L1.symbol,
decimals: 18,
bridgeAddress: {
[ChainType.L1.MAIN]: '',
[ChainType.L1.MAIN]: '0xae0Ee0A63A2cE6BaeEFFE56e7714FB4EFE48D419',
[ChainType.L1.GOERLI]: '0xc3511006C04EF1d78af4C8E0e74Ec18A6E64Ff9e'
}
},
Expand Down Expand Up @@ -83,11 +83,11 @@ const l2tokens = [
symbol: NetworkType.L1.symbol,
decimals: 18,
bridgeAddress: {
[ChainType.L2.MAIN]: '',
[ChainType.L2.MAIN]: '0x073314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82',
[ChainType.L2.GOERLI]: '0x073314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82'
},
tokenAddress: {
[ChainType.L2.MAIN]: '',
[ChainType.L2.MAIN]: '0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7',
[ChainType.L2.GOERLI]: '0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7'
}
},
Expand Down

0 comments on commit 56fa74b

Please sign in to comment.