Skip to content

Commit

Permalink
add weth on bsc
Browse files Browse the repository at this point in the history
  • Loading branch information
wsdt committed Jul 25, 2023
1 parent f2ccd39 commit 798a27c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/boba/teleportation/src/utils/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export const BobaChains: IBobaChains = {
supportedAssets: {
'0x4200000000000000000000000000000000000023': 'BNB',
'0x0000000000000000000000000000000000000000': 'BOBA',
'0x35d0DaC01d30f270c1571E8Ba22b50b27350115f': 'ETH',
},
},
//#endregion
Expand Down Expand Up @@ -102,6 +103,7 @@ export const BobaChains: IBobaChains = {
supportedAssets: {
'0x0000000000000000000000000000000000000000': 'BNB',
'0x875cD11fDf085e0E11B0EE6b814b6d0b38fA554C': 'BOBA',
'0x1Cd5256Ec2E6814973f2ecCf6fDf4d06262b2f28': 'ETH', // WETH
},
},
//#endregion
Expand Down

0 comments on commit 798a27c

Please sign in to comment.