Skip to content

Commit

Permalink
chore: update existing data to follow schema
Browse files Browse the repository at this point in the history
  • Loading branch information
canhtrinh committed Jan 31, 2024
1 parent 520b0d2 commit e4d964f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 78 deletions.
18 changes: 14 additions & 4 deletions registry/mainnet/interchain/squid.tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
{
"tokenId": "0xb689de707e78469c6a115fdcfd9a0c2db9f8e7ce5ade7b29526d63f4e01d77fb",
"tokenAddress": "0x524d524B4c9366be706D3A90dcf70076ca037aE3",
"tokenManagerAddress": "0x5F53895484af488e27fd33CE70a3dbD745aeAA52",
"tokenManagerType": "mint_burn",
"symbol": "RMRK",
"prettySymbol": "RMRK",
"decimals": 18,
Expand All @@ -22,19 +24,27 @@
"remoteTokens": [
{
"axelarChainId": "polygon",
"tokenAddress": "0x524d524B4c9366be706D3A90dcf70076ca037aE3"
"tokenAddress": "0x524d524B4c9366be706D3A90dcf70076ca037aE3",
"tokenManagerAddress": "0x5F53895484af488e27fd33CE70a3dbD745aeAA52",
"tokenManagerType": "mint_burn"
},
{
"axelarChainId": "ethereum",
"tokenAddress": "0x524d524B4c9366be706D3A90dcf70076ca037aE3"
"tokenAddress": "0x524d524B4c9366be706D3A90dcf70076ca037aE3",
"tokenManagerAddress": "0x5F53895484af488e27fd33CE70a3dbD745aeAA52",
"tokenManagerType": "mint_burn"
},
{
"axelarChainId": "base",
"tokenAddress": "0x524d524B4c9366be706D3A90dcf70076ca037aE3"
"tokenAddress": "0x524d524B4c9366be706D3A90dcf70076ca037aE3",
"tokenManagerAddress": "0x5F53895484af488e27fd33CE70a3dbD745aeAA52",
"tokenManagerType": "mint_burn"
},
{
"axelarChainId": "binance",
"tokenAddress": "0x524d524B4c9366be706D3A90dcf70076ca037aE3"
"tokenAddress": "0x524d524B4c9366be706D3A90dcf70076ca037aE3",
"tokenManagerAddress": "0x5F53895484af488e27fd33CE70a3dbD745aeAA52",
"tokenManagerType": "mint_burn"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion registry/schemas/interchain-tokenlist.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"definitions": {
"IconUrlsSchema": {
"type": "object",
"properties": { "svg": { "type": "string", "format": "uri" } },
"properties": { "svg": { "type": "string" } },
"required": ["svg"],
"additionalProperties": false
},
Expand Down
74 changes: 1 addition & 73 deletions registry/testnet/interchain/squid.tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,77 +6,5 @@
"minor": 1,
"patch": 0
},
"tokens": [
{
"tokenId": "0x977be77da4e97b7a71f7ed2b9d6bf8e49900f63c7f2e055e66746406ea575ace",
"tokenAddress": "0xE280532Bc53B0135B9a4076022B563118Cf838c9",
"symbol": "tSUSHI",
"prettySymbol": "tSUSHI",
"decimals": 18,
"name": "Testnet SushiToken",
"originAxelarChainId": "ethereum-2",
"transferType": "interchain",
"iconUrls": {
"svg": "https://raw.githubusercontent.com/axelarnetwork/axelar-configs/images/tokens/tsushi.svg"
},
"remoteTokens": [
{
"axelarChainId": "linea",
"tokenAddress": "0xE280532Bc53B0135B9a4076022B563118Cf838c9"
},
{
"axelarChainId": "celo",
"tokenAddress": "0xE280532Bc53B0135B9a4076022B563118Cf838c9"
},
{
"axelarChainId": "moonbeam",
"tokenAddress": "0xE280532Bc53B0135B9a4076022B563118Cf838c9"
},
{
"axelarChainId": "polygon-zkevm",
"tokenAddress": "0xE280532Bc53B0135B9a4076022B563118Cf838c9"
},
{
"axelarChainId": "ethereum-sepolia",
"tokenAddress": "0xE280532Bc53B0135B9a4076022B563118Cf838c9"
},
{
"axelarChainId": "scroll",
"tokenAddress": "0xE280532Bc53B0135B9a4076022B563118Cf838c9"
},
{
"axelarChainId": "binance",
"tokenAddress": "0xE280532Bc53B0135B9a4076022B563118Cf838c9"
},
{
"axelarChainId": "kava",
"tokenAddress": "0xE280532Bc53B0135B9a4076022B563118Cf838c9"
},
{
"axelarChainId": "polygon",
"tokenAddress": "0xE280532Bc53B0135B9a4076022B563118Cf838c9"
},
{
"axelarChainId": "base",
"tokenAddress": "0xE280532Bc53B0135B9a4076022B563118Cf838c9"
},
{
"axelarChainId": "fantom",
"tokenAddress": "0xE280532Bc53B0135B9a4076022B563118Cf838c9"
},
{
"axelarChainId": "mantle",
"tokenAddress": "0xE280532Bc53B0135B9a4076022B563118Cf838c9"
},
{
"axelarChainId": "avalanche",
"tokenAddress": "0xE280532Bc53B0135B9a4076022B563118Cf838c9"
},
{
"axelarChainId": "arbitrum",
"tokenAddress": "0xE280532Bc53B0135B9a4076022B563118Cf838c9"
}
]
}
]
"tokens": []
}

0 comments on commit e4d964f

Please sign in to comment.