From 970b1a4e689f931fbef9f3fcbb4bc7fc51dfaa3e Mon Sep 17 00:00:00 2001 From: "stefan.balea" Date: Fri, 12 Dec 2025 15:46:32 +0200 Subject: [PATCH 1/3] **Add Photon token to asset list for AtomOne chain.** --- beezee/assetlist.json | 47 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/beezee/assetlist.json b/beezee/assetlist.json index 02c0e53c14..c29996bc69 100644 --- a/beezee/assetlist.json +++ b/beezee/assetlist.json @@ -613,6 +613,53 @@ "x": "https://x.com/CryproTrtl" }, "type_asset": "sdk.coin" + }, + { + "description": "The fee token of AtomOne", + "denom_units": [ + { + "denom": "ibc/82931180F0962712BFABB189083A94C77EA90E269ABFC6D310AF922B2B14E011", + "exponent": 0 + }, + { + "denom": "PHOTON", + "exponent": 6 + } + ], + "base": "ibc/82931180F0962712BFABB189083A94C77EA90E269ABFC6D310AF922B2B14E011", + "name": "Photon", + "display": "PHOTON", + "symbol": "PHOTON", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg" + }, + "images": [ + { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg" + } + ], + "socials": { + "website": "https://atom.one", + "x": "https://x.com/_atomone" + }, + "coingecko_id": "photon-2", + "type_asset": "ics20", + "traces": [ + { + "type": "ibc", + "counterparty": { + "chain_name": "atomone", + "base_denom": "uphoton", + "channel_id": "channel-1" + }, + "chain": { + "channel_id": "channel-6", + "path": "transfer/channel-6/uphoton" + } + } + ] } ] } \ No newline at end of file From 917e347b67a5b92e0074fe9aaae4ec82eb5e4bbd Mon Sep 17 00:00:00 2001 From: "stefan.balea" Date: Mon, 15 Dec 2025 09:54:17 +0200 Subject: [PATCH 2/3] Add image sync metadata for Photon token in AtomOne asset list. --- beezee/assetlist.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/beezee/assetlist.json b/beezee/assetlist.json index c29996bc69..2a083b9ba8 100644 --- a/beezee/assetlist.json +++ b/beezee/assetlist.json @@ -636,6 +636,10 @@ }, "images": [ { + "image_sync": { + "chain_name": "atomone", + "base_denom": "uphoton" + }, "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg" } From a586333cda1082ecfd9a3b5e0f13b8fb29751b3f Mon Sep 17 00:00:00 2001 From: "stefan.balea" Date: Mon, 15 Dec 2025 09:55:12 +0200 Subject: [PATCH 3/3] Update Photon token denomination and display to lowercase in asset list. --- beezee/assetlist.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beezee/assetlist.json b/beezee/assetlist.json index 2a083b9ba8..b33fdf77d8 100644 --- a/beezee/assetlist.json +++ b/beezee/assetlist.json @@ -622,13 +622,13 @@ "exponent": 0 }, { - "denom": "PHOTON", + "denom": "photon", "exponent": 6 } ], "base": "ibc/82931180F0962712BFABB189083A94C77EA90E269ABFC6D310AF922B2B14E011", "name": "Photon", - "display": "PHOTON", + "display": "photon", "symbol": "PHOTON", "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png",