diff --git a/registry/mainnet/interchain/squid.tokenlist.json b/registry/mainnet/interchain/squid.tokenlist.json index eb79d2c..1db0c59 100644 --- a/registry/mainnet/interchain/squid.tokenlist.json +++ b/registry/mainnet/interchain/squid.tokenlist.json @@ -10,6 +10,8 @@ { "tokenId": "0xb689de707e78469c6a115fdcfd9a0c2db9f8e7ce5ade7b29526d63f4e01d77fb", "tokenAddress": "0x524d524B4c9366be706D3A90dcf70076ca037aE3", + "tokenManagerAddress": "0x5F53895484af488e27fd33CE70a3dbD745aeAA52", + "tokenManagerType": "mint_burn", "symbol": "RMRK", "prettySymbol": "RMRK", "decimals": 18, @@ -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" } ] } diff --git a/registry/schemas/interchain-tokenlist.schema.json b/registry/schemas/interchain-tokenlist.schema.json index 409058d..99f7ea1 100644 --- a/registry/schemas/interchain-tokenlist.schema.json +++ b/registry/schemas/interchain-tokenlist.schema.json @@ -19,7 +19,7 @@ "definitions": { "IconUrlsSchema": { "type": "object", - "properties": { "svg": { "type": "string", "format": "uri" } }, + "properties": { "svg": { "type": "string" } }, "required": ["svg"], "additionalProperties": false }, diff --git a/registry/testnet/interchain/squid.tokenlist.json b/registry/testnet/interchain/squid.tokenlist.json index 55b0792..36c0459 100644 --- a/registry/testnet/interchain/squid.tokenlist.json +++ b/registry/testnet/interchain/squid.tokenlist.json @@ -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": [] }