Skip to content

Commit

Permalink
first attempt (#1699)
Browse files Browse the repository at this point in the history
Co-authored-by: Christos Gkolias <[email protected]>
  • Loading branch information
cgkol and Christos Gkolias authored Nov 13, 2023
1 parent 9697c63 commit 59fb409
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/tokens/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -1989,10 +1989,20 @@
{
"chainId": 1,
"address": "0x3294395e62F4eB6aF3f1Fcf89f5602D90Fb3Ef69",
"name": "CELO Native Asset",
"name": "Celo native asset (Wormhole)",
"symbol": "CELO",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/wormhole-foundation/wormhole-token-list/main/assets/celo_wh.png"
"logoURI": "https://raw.githubusercontent.com/wormhole-foundation/wormhole-token-list/main/assets/celo_wh.png",
"extensions": {
"bridgeInfo": {
"10": {
"tokenAddress": "0x9b88D293b7a791E40d36A39765FFd5A1B9b5c349"
},
"42161": {
"tokenAddress": "0x4E51aC49bC5e2d87e0EF713E9e5AB2D71EF4F336"
}
}
}
},
{
"chainId": 1,
Expand Down

0 comments on commit 59fb409

Please sign in to comment.