From 79f375a7e794576bdb3448dcbcd6a73a44fbc6f8 Mon Sep 17 00:00:00 2001 From: Olanetsoft Date: Fri, 29 Nov 2024 17:56:31 +0000 Subject: [PATCH 1/2] feat: add cai token --- images/tokens/cai.svg | 1 + .../mainnet/interchain/squid.tokenlist.json | 32 +++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 images/tokens/cai.svg diff --git a/images/tokens/cai.svg b/images/tokens/cai.svg new file mode 100644 index 00000000..6ab79b73 --- /dev/null +++ b/images/tokens/cai.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/registry/mainnet/interchain/squid.tokenlist.json b/registry/mainnet/interchain/squid.tokenlist.json index fa3008cc..69e98273 100644 --- a/registry/mainnet/interchain/squid.tokenlist.json +++ b/registry/mainnet/interchain/squid.tokenlist.json @@ -2996,6 +2996,38 @@ "tokenManagerType": "lockUnlock" } ] + }, + "0xbfb7fa2e6db295bee3e0a98a9fb98c4076237496eb41bb2e15825618e4d98a74": { + "tokenId": "0xbfb7fa2e6db295bee3e0a98a9fb98c4076237496eb41bb2e15825618e4d98a74", + "deployer": "0x91aD7E7CB734Af5ECa9BAa6f4803411FB6279237", + "originalMinter": null, + "prettySymbol": "CAI", + "decimals": 18, + "originAxelarChainId": "ethereum", + "tokenType": "canonical", + "deploySalt": "0x", + "iconUrls": { + "svg": "https://raw.githubusercontent.com/axelarnetwork/axelar-configs/main/images/tokens/cai.svg" + }, + "deploymentMessageId": "0x8b866515fb24e4dc36dc434401b6f7d2c148d3d476cb831a24b636a1d454455a-30", + "chains": [ + { + "symbol": "CAI", + "name": "ChasmAI", + "axelarChainId": "ethereum", + "tokenAddress": "0x19247618D79E3fc4d4866169789E4B8eEDef52E6", + "tokenManager": "0x924368213A53cDa40b38E8931459bb7113465576", + "tokenManagerType": "lockUnlock" + }, + { + "symbol": "CAI", + "name": "ChasmAI", + "axelarChainId": "mantle", + "tokenAddress": "0xF793Ac038E7688Aa3220005852836108cdDB065c", + "tokenManager": "0x924368213A53cDa40b38E8931459bb7113465576", + "tokenManagerType": "mintBurn" + } + ] } } } From d261154d935b5851c8320f01b97b14d00e5b7e96 Mon Sep 17 00:00:00 2001 From: Olanetsoft Date: Fri, 29 Nov 2024 17:58:38 +0000 Subject: [PATCH 2/2] fix: add coingecko id and svg --- images/tokens/cai.svg | 5 ++++- registry/mainnet/interchain/squid.tokenlist.json | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/images/tokens/cai.svg b/images/tokens/cai.svg index 6ab79b73..f2030c6b 100644 --- a/images/tokens/cai.svg +++ b/images/tokens/cai.svg @@ -1 +1,4 @@ - \ No newline at end of file + + + + \ No newline at end of file diff --git a/registry/mainnet/interchain/squid.tokenlist.json b/registry/mainnet/interchain/squid.tokenlist.json index 69e98273..0086ea1f 100644 --- a/registry/mainnet/interchain/squid.tokenlist.json +++ b/registry/mainnet/interchain/squid.tokenlist.json @@ -3006,6 +3006,7 @@ "originAxelarChainId": "ethereum", "tokenType": "canonical", "deploySalt": "0x", + "coinGeckoId": "chasm-ai", "iconUrls": { "svg": "https://raw.githubusercontent.com/axelarnetwork/axelar-configs/main/images/tokens/cai.svg" },