From 5580bc8264aff4a9b6cf39899f5292ef3517a317 Mon Sep 17 00:00:00 2001 From: arkliveventures-Arky Date: Sat, 18 Apr 2026 09:38:55 +0200 Subject: [PATCH 1/2] Update assetlist.json --- coreum/assetlist.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/coreum/assetlist.json b/coreum/assetlist.json index e11a70b95e..711d83e393 100644 --- a/coreum/assetlist.json +++ b/coreum/assetlist.json @@ -317,6 +317,24 @@ "x": "https://x.com/CoreezyVibes" }, "type_asset": "sdk.coin" + }, + +{ + "description": "ZK98 Token", + "denom_units": [ + { + "denom": "zk98-core1fsdtxuhf03jmqc9z2upsfs5xet6flc4tpcxlay", + "exponent": 0 } + ], + "base": "zk98-core1fsdtxuhf03jmqc9z2upsfs5xet6flc4tpcxlay", + "name": "ZK98 Token", + "display": "ZK98", + "symbol": "ZK98", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/arkliveventures-Arky/tokentestrepo/main/zk98.png" + }, + "type_asset": "sdk.coin" +} ] -} \ No newline at end of file +} From f0550160071c630bde8acaad53f9fb534c8e08a0 Mon Sep 17 00:00:00 2001 From: arkliveventures-Arky Date: Mon, 20 Apr 2026 11:00:09 +0200 Subject: [PATCH 2/2] Update assetlist.json fix: correct denom_units and logo URI --- coreum/assetlist.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/coreum/assetlist.json b/coreum/assetlist.json index 711d83e393..2adf5e01c1 100644 --- a/coreum/assetlist.json +++ b/coreum/assetlist.json @@ -325,6 +325,10 @@ { "denom": "zk98-core1fsdtxuhf03jmqc9z2upsfs5xet6flc4tpcxlay", "exponent": 0 + }, + { + "denom": "ZK98", + "exponent": 0 } ], "base": "zk98-core1fsdtxuhf03jmqc9z2upsfs5xet6flc4tpcxlay", @@ -332,7 +336,7 @@ "display": "ZK98", "symbol": "ZK98", "logo_URIs": { - "png": "https://raw.githubusercontent.com/arkliveventures-Arky/tokentestrepo/main/zk98.png" + "png": "https://ipfs.io/ipfs/bafkreicracvpwvy2wofdjtprioiqaknnpkftf55df7ebxqswqd6t57rioe" }, "type_asset": "sdk.coin" }