From 9497b60c20463f928504a38eee7c793984b99db8 Mon Sep 17 00:00:00 2001 From: stamper-dev <34641156+stamper-dev@users.noreply.github.com> Date: Mon, 23 Dec 2024 16:47:54 +0900 Subject: [PATCH] Update assets_2.json --- chain/elys/assets_2.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/chain/elys/assets_2.json b/chain/elys/assets_2.json index 5d04a96209..0a195903fb 100644 --- a/chain/elys/assets_2.json +++ b/chain/elys/assets_2.json @@ -18,5 +18,29 @@ "decimals": 6, "image": "https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png", "coinGeckoId": "" + }, + { + "type": "ibc", + "denom": "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9", + "name": "Cosmos Hub", + "symbol": "ATOM", + "description": "The native staking and governance token of the Cosmos Hub.", + "decimals": 6, + "image": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg", + "color": "#272d45", + "coinGeckoId": "cosmos", + "ibc_info": { + "path": "cosmos>elys", + "client": { + "channel": "channel-1", + "port": "transfer" + }, + "counterparty": { + "channel": "channel-1266", + "port": "transfer", + "chain": "cosmos", + "denom": "uatom" + } + } } ]