Skip to content

Commit

Permalink
chore: add sushi token
Browse files Browse the repository at this point in the history
  • Loading branch information
canhtrinh committed Aug 15, 2023
1 parent a152e61 commit 30475d8
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 0 deletions.
45 changes: 45 additions & 0 deletions images/tokens/sushi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
63 changes: 63 additions & 0 deletions testnet/interchain_token_inputs.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
]

0 comments on commit 30475d8

Please sign in to comment.