diff --git a/images/tokens/sushi.svg b/images/tokens/sushi.svg new file mode 100644 index 0000000..9b76b31 --- /dev/null +++ b/images/tokens/sushi.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/testnet/inputs.json b/testnet/chain_inputs.json similarity index 100% rename from testnet/inputs.json rename to testnet/chain_inputs.json diff --git a/testnet/interchain_token_inputs.json b/testnet/interchain_token_inputs.json new file mode 100644 index 0000000..97a2451 --- /dev/null +++ b/testnet/interchain_token_inputs.json @@ -0,0 +1,63 @@ +[ + { + "token_id": "0x42cf40c325b764af70ce0cef78ab550b212cb66a812e442e425630523b303785", + "token_address": "0xD772a13cf187272e2A914aD90e06c47990014975", + "symbol": "tSUSHI", + "pretty_symbol": "tSUSHI", + "decimals": 18, + "name": "Testnet Sushi Token", + "origin_chain_id": "5", + "origin_axelar_chain_id": "ethereum-2", + "transfer_type": "interchain_token", + "iconUrls": { + "svg": "https://raw.githubusercontent.com/axelarnetwork/public-chain-configs/images/tokens/sushi.svg" + }, + "remote_tokens": [ + { + "chain_id": "80001", + "axelar_chain_id": "polygon", + "token_address": "0xD772a13cf187272e2A914aD90e06c47990014975" + }, + { + "chain_id": "43113", + "axelar_chain_id": "avalance", + "token_address": "0xD772a13cf187272e2A914aD90e06c47990014975" + }, + { + "chain_id": "97", + "axelar_chain_id": "binance", + "token_address": "0xD772a13cf187272e2A914aD90e06c47990014975" + }, + { + "chain_id": "4002", + "axelar_chain_id": "fantom", + "token_address": "0xD772a13cf187272e2A914aD90e06c47990014975" + }, + { + "chain_id": "1287", + "axelar_chain_id": "moonbeam", + "token_address": "0xD772a13cf187272e2A914aD90e06c47990014975" + }, + { + "chain_id": "421613", + "axelar_chain_id": "arbitrum", + "token_address": "0xD772a13cf187272e2A914aD90e06c47990014975" + }, + { + "chain_id": "84531", + "axelar_chain_id": "base", + "token_address": "0xD772a13cf187272e2A914aD90e06c47990014975" + }, + { + "chain_id": "2221", + "axelar_chain_id": "kava", + "token_address": "0xD772a13cf187272e2A914aD90e06c47990014975" + }, + { + "chain_id": "44787", + "axelar_chain_id": "celo", + "token_address": "0xD772a13cf187272e2A914aD90e06c47990014975" + } + ] + } +]