Skip to content

Commit

Permalink
Add WLD Token in Worldchain
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna committed Dec 17, 2024
1 parent 35cd509 commit 15ded16
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions apps/connect/src/env/token-bridge.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1407,6 +1407,19 @@ export const ENV: Env = {
coinGeckoId: "lumoscoin",
decimals: 18,
},
Worldcoin: {
key: "Worldcoin",
symbol: "WLD",
displayName: "Worldcoin",
nativeChain: "Worldchain",
tokenId: {
chain: "Worldchain",
address: "0x2cFc85d8E48F8EAB294be644d9E25C3030863003",
},
icon: "https://assets.coingecko.com/coins/images/31069/large/worldcoin.jpeg?1696529903",
coinGeckoId: "worldcoin-wld",
decimals: 18,
},
},
}
),
Expand Down

0 comments on commit 15ded16

Please sign in to comment.