Skip to content

Commit

Permalink
add new tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Christos Gkolias committed Oct 16, 2023
1 parent d9de4cd commit 7263999
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
8 changes: 8 additions & 0 deletions src/tokens/optimism.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,13 @@
"symbol": "USDC",
"decimals": 6,
"logoURI": "https://ethereum-optimism.github.io/data/USDC/logo.png"
},
{
"chainId": 10,
"address": "0x7F5c764cBc14f9669B88837ca1490cCa17c31607",
"name": "USDCoin (Bridged from Ethereum)",
"symbol": "USDC.e",
"decimals": 6,
"logoURI": "https://ethereum-optimism.github.io/data/USDC/logo.png"
}
]
12 changes: 10 additions & 2 deletions src/tokens/polygon.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xdAC17F958D2ee523a2206206994597C13D831ec7/logo.png"
},
{
"name": "USDCoin",
"name": "USDCoin (PoS)",
"address": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
"symbol": "USDC",
"symbol": "USDC.e",
"decimals": 6,
"chainId": 137,
"logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png"
Expand Down Expand Up @@ -286,5 +286,13 @@
"symbol": "VOXEL",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/21260/large/voxies.png"
},
{
"name": "USDCoin",
"address": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"symbol": "USDC",
"decimals": 6,
"chainId": 137,
"logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png"
}
]

0 comments on commit 7263999

Please sign in to comment.