Skip to content

Commit

Permalink
Add certain coins to default token list (#1684)
Browse files Browse the repository at this point in the history
* start

* fix chains

* fix duplicates

* add more addresses

* fix arbitrum

* checksum

---------

Co-authored-by: Christos Gkolias <christos.gkolias@uniswap.org>
Co-authored-by: Zhe Wang <zhew1991@gmail.com>
  • Loading branch information
3 people authored Oct 13, 2023
1 parent ba0c099 commit 448a2f8
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 1 deletion.
8 changes: 8 additions & 0 deletions src/tokens/avalanche.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,13 @@
"symbol": "GMX",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/18323/large/arbit.png?1631532468"
},
{
"chainId": 43114,
"address": "0xC891EB4cbdEFf6e073e859e987815Ed1505c2ACD",
"name": "Euro Coin",
"symbol": "EURC",
"decimals": 6,
"logoURI": "https://assets.coingecko.com/coins/images/26045/standard/euro.png?1696525125"
}
]
8 changes: 8 additions & 0 deletions src/tokens/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,13 @@
"symbol": "ZRX",
"decimals": 18,
"logoURI": "https://ethereum-optimism.github.io/data/ZRX/logo.png"
},
{
"chainId": 8453,
"address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"name": "USD Coin",
"symbol": "USDC",
"decimals": 6,
"logoURI": "https://ethereum-optimism.github.io/data/USDC/logo.png"
}
]
8 changes: 8 additions & 0 deletions src/tokens/celo.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,13 @@
"symbol": "CELO",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/ubeswap/default-token-list/master/assets/asset_CELO.png"
},
{
"chainId": 42220,
"address": "0xD629eb00dEced2a080B7EC630eF6aC117e614f1b",
"name": "Wrapped Bitcoin",
"symbol": "BTC",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/ubeswap/default-token-list/master/assets/asset_WBTC.png"
}
]
41 changes: 40 additions & 1 deletion src/tokens/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -1992,6 +1992,45 @@
"name": "CELO Native Asset",
"symbol": "CELO",
"decimals": 18,
"logoURI": "https://github.com/wormhole-foundation/wormhole-token-list/blob/main/assets/celo_wh.png"
"logoURI": "https://raw.githubusercontent.com/wormhole-foundation/wormhole-token-list/main/assets/celo_wh.png"
},
{
"chainId": 1,
"address": "0x1a7e4e63778B4f12a199C062f3eFdD288afCBce8",
"name": "agEur",
"symbol": "agEUR",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/19479/standard/agEUR.png?1696518915",
"extensions": {
"bridgeInfo": {
"137": {
"tokenAddress": "0xE0B52e49357Fd4DAf2c15e02058DCE6BC0057db4"
},
"42161": {
"tokenAddress": "0xFA5Ed56A203466CbBC2430a43c66b9D8723528E7"
},
"43114": {
"tokenAddress": "0xAEC8318a9a59bAEb39861d10ff6C7f7bf1F96C57"
},
"56": {
"tokenAddress": "0x12f31B73D812C6Bb0d735a218c086d44D5fe5f89"
}
}
}
},
{
"chainId": 1,
"address": "0x70e8dE73cE538DA2bEEd35d14187F6959a8ecA96",
"name": "XSGD",
"symbol": "XSGD",
"decimals": 6,
"logoURI": "https://assets.coingecko.com/coins/images/12832/standard/StraitsX_Singapore_Dollar_%28XSGD%29_Token_Logo.png?1696512623",
"extensions": {
"bridgeInfo": {
"137": {
"tokenAddress": "0xDC3326e71D45186F113a2F448984CA0e8D201995"
}
}
}
}
]
8 changes: 8 additions & 0 deletions src/tokens/optimism.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,13 @@
"symbol": "OP",
"decimals": 18,
"logoURI": "https://ethereum-optimism.github.io/data/OP/logo.png"
},
{
"chainId": 10,
"address": "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85",
"name": "USDCoin",
"symbol": "USDC",
"decimals": 6,
"logoURI": "https://ethereum-optimism.github.io/data/USDC/logo.png"
}
]

0 comments on commit 448a2f8

Please sign in to comment.