Skip to content

Commit

Permalink
Adds wld on eth
Browse files Browse the repository at this point in the history
  • Loading branch information
abtestingalpha committed Oct 16, 2024
1 parent a12a313 commit 1ca8d94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/synapse-constants/src/constants/tokens/bridgeable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1282,10 +1282,12 @@ export const SPECTRAL = new Token({
export const WLD = new Token({
priorityRank: 106,
addresses: {
[CHAINS.ETH.id]: '0x163f8c2467924be0ae7b5347228cabf260318753',
[CHAINS.OPTIMISM.id]: '0xdC6fF44d5d932Cbd77B52E5612Ba0529DC6226F1',
[CHAINS.WORLDCHAIN.id]: '0x2cFc85d8E48F8EAB294be644d9E25C3030863003',
},
decimals: {
[CHAINS.ETH.id]: 18,
[CHAINS.OPTIMISM.id]: 18,
[CHAINS.WORLDCHAIN.id]: 18,
},
Expand Down

0 comments on commit 1ca8d94

Please sign in to comment.