-
Notifications
You must be signed in to change notification settings - Fork 869
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2b28c34
commit d0c6dfb
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[ | ||
{ | ||
"type": "erc20", | ||
"contract": "0x5c13e303a62fc5dedf5b52d66873f2e59fedadc2", | ||
"name": "Tether USD", | ||
"symbol": "USDT", | ||
"description": "", | ||
"decimals": 6, | ||
"image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/ethereum/asset/usdt.png", | ||
"coinGeckoId": "tether", | ||
"wallet_preload": true | ||
}, | ||
{ | ||
"type": "erc20", | ||
"contract": "0x608792deb376cce1c9fa4d0e6b7b44f507cffa6a", | ||
"name": "USD Coin", | ||
"symbol": "USDC", | ||
"description": "", | ||
"decimals": 6, | ||
"image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/ethereum/asset/usdc.png", | ||
"coinGeckoId": "usd-coin", | ||
"wallet_preload": true | ||
} | ||
] |