From be2869e8ab4fcb54a29c4687789be9171b66c0ef Mon Sep 17 00:00:00 2001 From: Canh Trinh Date: Thu, 15 Feb 2024 16:59:51 -0500 Subject: [PATCH] chore: fix token manager type --- registry/mainnet/interchain/squid.tokenlist.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/registry/mainnet/interchain/squid.tokenlist.json b/registry/mainnet/interchain/squid.tokenlist.json index d885aa4..d32cd2f 100644 --- a/registry/mainnet/interchain/squid.tokenlist.json +++ b/registry/mainnet/interchain/squid.tokenlist.json @@ -73,7 +73,7 @@ "tokenType": "canonical", "deploySalt": "0x", "iconUrls": { - "svg": "https://raw.githubusercontent.com/axelarnetwork/axelar-configs/images/tokens/conk.svg" + "svg": "https://raw.githubusercontent.com/axelarnetwork/axelar-configs/main/images/tokens/conk.svg" }, "deploymentMessageId": "0xb1f9d57448f5f84739e7bb1383b94e18dc71b103f31d10bbafa445a31d6bd094-0", "chains": [ @@ -91,9 +91,9 @@ "axelarChainId": "ethereum", "tokenAddress": "0x8dA366956b59042D1476d2d398C28cC6c0941053", "tokenManager": "0x7BdEb4E1D52E997439f5F79ae3974B74d7BAB68b", - "tokenManagerType": "lockUnlock" + "tokenManagerType": "mintBurn" } ] } } -} \ No newline at end of file +}