From d0c6dfbb6b89d0744269757a1af8fe204a538042 Mon Sep 17 00:00:00 2001 From: Kwonhyukjoon Date: Wed, 23 Oct 2024 12:09:05 +0900 Subject: [PATCH] Update kaia erc20 --- chain/kaia/erc20_2.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 chain/kaia/erc20_2.json 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 + } +]