diff --git a/chain/kaia/erc20_2.json b/chain/kaia/erc20_2.json new file mode 100644 index 0000000000..1ba5083b16 --- /dev/null +++ b/chain/kaia/erc20_2.json @@ -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 + } +]