Skip to content

Commit

Permalink
chore: fix token manager type
Browse files Browse the repository at this point in the history
  • Loading branch information
canhtrinh committed Feb 15, 2024
1 parent a0fa8f4 commit be2869e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions registry/mainnet/interchain/squid.tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -91,9 +91,9 @@
"axelarChainId": "ethereum",
"tokenAddress": "0x8dA366956b59042D1476d2d398C28cC6c0941053",
"tokenManager": "0x7BdEb4E1D52E997439f5F79ae3974B74d7BAB68b",
"tokenManagerType": "lockUnlock"
"tokenManagerType": "mintBurn"
}
]
}
}
}
}

0 comments on commit be2869e

Please sign in to comment.