From 8eb8d6908140fbca400648b27aaa5345f45f6b6c Mon Sep 17 00:00:00 2001 From: pyramation Date: Wed, 27 Nov 2024 02:28:31 +0000 Subject: [PATCH] =?UTF-8?q?build=20=F0=9F=9B=A0=20build-20241127-022831?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repos/chain-registry | 2 +- v1/packages/assets/src/mainnet/cosmoshub.ts | 132 ++++ v1/packages/assets/src/mainnet/mantrachain.ts | 86 +++ v1/packages/assets/src/mainnet/neutron.ts | 2 + v1/packages/assets/src/mainnet/osmosis.ts | 2 + v1/packages/assets/src/mainnet/stride.ts | 2 + .../src/mainnet/beezee/assets.ts | 40 ++ .../src/mainnet/cosmoshub/ibc.ts | 29 + .../src/mainnet/dungeon/assets.ts | 1 + .../src/mainnet/mantrachain/chain.ts | 17 + .../src/mainnet/mantrachain/ibc.ts | 29 + .../src/mainnet/osmosis/assets.ts | 632 ++++++++++++------ .../chain-registry/src/testnet/assets.ts | 2 + .../chain-registry/src/testnet/chains.ts | 2 + .../chain-registry/src/testnet/named.ts | 1 + .../src/testnet/zenrocktestnet/assets.ts | 32 + .../src/testnet/zenrocktestnet/chain.ts | 61 ++ .../src/testnet/zenrocktestnet/index.ts | 5 + v1/packages/osmosis/src/asset_list.ts | 2 + v1/packages/osmosis/src/assets.ts | 632 ++++++++++++------ 20 files changed, 1330 insertions(+), 381 deletions(-) create mode 100644 v1/packages/chain-registry/src/testnet/zenrocktestnet/assets.ts create mode 100644 v1/packages/chain-registry/src/testnet/zenrocktestnet/chain.ts create mode 100644 v1/packages/chain-registry/src/testnet/zenrocktestnet/index.ts diff --git a/repos/chain-registry b/repos/chain-registry index 95697498f..5e684932c 160000 --- a/repos/chain-registry +++ b/repos/chain-registry @@ -1 +1 @@ -Subproject commit 95697498fb49e49628d7dafe900764e651993404 +Subproject commit 5e684932c8421a59cebe0b4cc5a2fde2d0633b44 diff --git a/v1/packages/assets/src/mainnet/cosmoshub.ts b/v1/packages/assets/src/mainnet/cosmoshub.ts index fa2b72931..fcc76f69d 100644 --- a/v1/packages/assets/src/mainnet/cosmoshub.ts +++ b/v1/packages/assets/src/mainnet/cosmoshub.ts @@ -2065,6 +2065,7 @@ const assets: AssetList = { base: 'ibc/C57D2C02129637EE06447A85BDF35FD84C0DF75D7493840F152889CD1ACBA90E', name: 'Dragon', display: 'DGN', + coingecko_id: 'dragon-coin-2', symbol: 'DGN', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png' @@ -3560,6 +3561,71 @@ const assets: AssetList = { } }] }, + { + description: 'The native token of MANTRA', + denom_units: [{ + denom: 'ibc/30DE434D61B6C6F0E3132FE1F2413C76D2EBA63B3E18A211C4CD192A5F5580F1', + exponent: 0, + aliases: ['uom'] + }, { + denom: 'om', + exponent: 6 + }], + type_asset: 'sdk.coin', + base: 'ibc/30DE434D61B6C6F0E3132FE1F2413C76D2EBA63B3E18A211C4CD192A5F5580F1', + name: 'MANTRA Chain', + display: 'om', + symbol: 'OM', + coingecko_id: 'mantra-dao', + keywords: [ + 'rwa', + 'wasm', + 'staking' + ], + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg', + theme: { + circle: true, + primary_color_hex: '#fba0c1' + } + }, + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg', + theme: { + dark_mode: true, + circle: true, + primary_color_hex: '#342c2c' + } + }, + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg', + theme: { + dark_mode: false, + circle: true, + primary_color_hex: '#342c2c' + } + } + ], + socials: { + website: 'https://www.mantrachain.io/', + twitter: 'https://x.com/MANTRA_Chain' + }, + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'uom', + chain_name: 'mantrachain' + }, + chain: { + channel_id: 'channel-1252' + } + }] + }, { description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.', denom_units: [{ @@ -7907,6 +7973,7 @@ const assets: AssetList = { base: 'ibc/C57D2C02129637EE06447A85BDF35FD84C0DF75D7493840F152889CD1ACBA90E', name: 'Dragon', display: 'DGN', + coingecko_id: 'dragon-coin-2', symbol: 'DGN', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png' @@ -9402,6 +9469,71 @@ const assets: AssetList = { } }] }, + { + description: 'The native token of MANTRA', + denom_units: [{ + denom: 'ibc/30DE434D61B6C6F0E3132FE1F2413C76D2EBA63B3E18A211C4CD192A5F5580F1', + exponent: 0, + aliases: ['uom'] + }, { + denom: 'om', + exponent: 6 + }], + type_asset: 'sdk.coin', + base: 'ibc/30DE434D61B6C6F0E3132FE1F2413C76D2EBA63B3E18A211C4CD192A5F5580F1', + name: 'MANTRA Chain', + display: 'om', + symbol: 'OM', + coingecko_id: 'mantra-dao', + keywords: [ + 'rwa', + 'wasm', + 'staking' + ], + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg', + theme: { + circle: true, + primary_color_hex: '#fba0c1' + } + }, + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg', + theme: { + dark_mode: true, + circle: true, + primary_color_hex: '#342c2c' + } + }, + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg', + theme: { + dark_mode: false, + circle: true, + primary_color_hex: '#342c2c' + } + } + ], + socials: { + website: 'https://www.mantrachain.io/', + twitter: 'https://x.com/MANTRA_Chain' + }, + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'uom', + chain_name: 'mantrachain' + }, + chain: { + channel_id: 'channel-1252' + } + }] + }, { description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.', denom_units: [{ diff --git a/v1/packages/assets/src/mainnet/mantrachain.ts b/v1/packages/assets/src/mainnet/mantrachain.ts index 9acff2e9c..e0e94c1c5 100644 --- a/v1/packages/assets/src/mainnet/mantrachain.ts +++ b/v1/packages/assets/src/mainnet/mantrachain.ts @@ -2,6 +2,49 @@ import { AssetList } from '@chain-registry/types'; const assets: AssetList = { chain_name: 'mantrachain', assets: [ + { + description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.', + denom_units: [{ + denom: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701', + exponent: 0, + aliases: ['uatom'] + }, { + denom: 'atom', + exponent: 6 + }], + base: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701', + name: 'Cosmos Hub Atom', + display: 'atom', + symbol: 'ATOM', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg' + }, + coingecko_id: 'cosmos', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg', + theme: { + primary_color_hex: '#272d45' + } + }], + socials: { + website: 'https://cosmos.network', + twitter: 'https://twitter.com/cosmoshub' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1252', + base_denom: 'uatom', + chain_name: 'cosmoshub' + }, + chain: { + channel_id: 'channel-3' + } + }] + }, { description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.', denom_units: [{ @@ -282,6 +325,49 @@ const assets: AssetList = { } }] }, + { + description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.', + denom_units: [{ + denom: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701', + exponent: 0, + aliases: ['uatom'] + }, { + denom: 'atom', + exponent: 6 + }], + base: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701', + name: 'Cosmos Hub Atom', + display: 'atom', + symbol: 'ATOM', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg' + }, + coingecko_id: 'cosmos', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg', + theme: { + primary_color_hex: '#272d45' + } + }], + socials: { + website: 'https://cosmos.network', + twitter: 'https://twitter.com/cosmoshub' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1252', + base_denom: 'uatom', + chain_name: 'cosmoshub' + }, + chain: { + channel_id: 'channel-3' + } + }] + }, { description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.', denom_units: [{ diff --git a/v1/packages/assets/src/mainnet/neutron.ts b/v1/packages/assets/src/mainnet/neutron.ts index f50bb8e0b..302e40da6 100644 --- a/v1/packages/assets/src/mainnet/neutron.ts +++ b/v1/packages/assets/src/mainnet/neutron.ts @@ -267,6 +267,7 @@ const assets: AssetList = { base: 'ibc/2ECB3D2ADFE9F1CA85258C6330FA666120549349BC526D56B098A2A782D75455', name: 'Dragon', display: 'DGN', + coingecko_id: 'dragon-coin-2', symbol: 'DGN', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png' @@ -1220,6 +1221,7 @@ const assets: AssetList = { base: 'ibc/2ECB3D2ADFE9F1CA85258C6330FA666120549349BC526D56B098A2A782D75455', name: 'Dragon', display: 'DGN', + coingecko_id: 'dragon-coin-2', symbol: 'DGN', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png' diff --git a/v1/packages/assets/src/mainnet/osmosis.ts b/v1/packages/assets/src/mainnet/osmosis.ts index 07715aba7..5426736bc 100644 --- a/v1/packages/assets/src/mainnet/osmosis.ts +++ b/v1/packages/assets/src/mainnet/osmosis.ts @@ -2013,6 +2013,7 @@ const assets: AssetList = { base: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995', name: 'Dragon', display: 'DGN', + coingecko_id: 'dragon-coin-2', symbol: 'DGN', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png' @@ -7559,6 +7560,7 @@ const assets: AssetList = { base: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995', name: 'Dragon', display: 'DGN', + coingecko_id: 'dragon-coin-2', symbol: 'DGN', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png' diff --git a/v1/packages/assets/src/mainnet/stride.ts b/v1/packages/assets/src/mainnet/stride.ts index 34181c876..5e4ca1a23 100644 --- a/v1/packages/assets/src/mainnet/stride.ts +++ b/v1/packages/assets/src/mainnet/stride.ts @@ -704,6 +704,7 @@ const assets: AssetList = { base: 'ibc/A2DE32404B33102ECD88D3D988A2716CDFEE46ACACCD1454B959BE7654139C41', name: 'Dragon', display: 'DGN', + coingecko_id: 'dragon-coin-2', symbol: 'DGN', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png' @@ -5463,6 +5464,7 @@ const assets: AssetList = { base: 'ibc/A2DE32404B33102ECD88D3D988A2716CDFEE46ACACCD1454B959BE7654139C41', name: 'Dragon', display: 'DGN', + coingecko_id: 'dragon-coin-2', symbol: 'DGN', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png' diff --git a/v1/packages/chain-registry/src/mainnet/beezee/assets.ts b/v1/packages/chain-registry/src/mainnet/beezee/assets.ts index db63a1e1b..ec149f334 100644 --- a/v1/packages/chain-registry/src/mainnet/beezee/assets.ts +++ b/v1/packages/chain-registry/src/mainnet/beezee/assets.ts @@ -229,6 +229,46 @@ const info: AssetList = { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' } + }, + { + description: 'The Spice memecoin', + denom_units: [{ + denom: 'ibc/08EAEAB525E59C611D5BD8FAC4BE65DF65A69E62874377F6889BBD01A33F385F', + exponent: 0 + }, { + denom: 'Spice', + exponent: 6 + }], + type_asset: 'ics20', + base: 'ibc/08EAEAB525E59C611D5BD8FAC4BE65DF65A69E62874377F6889BBD01A33F385F', + name: 'Spice', + display: 'Spice', + symbol: 'SPICE', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/spice.png' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/spice.png', + theme: { + primary_color_hex: '#e5ba44' + } + }], + keywords: ['meme'], + socials: { + twitter: 'https://x.com/spiceoncosmos' + }, + traces: [{ + type: 'ibc', + counterparty: { + chain_name: 'osmosis', + base_denom: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/uspice', + channel_id: 'channel-340' + }, + chain: { + channel_id: 'channel-0', + path: 'transfer/channel-0/factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/uspice' + } + }] } ] }; diff --git a/v1/packages/chain-registry/src/mainnet/cosmoshub/ibc.ts b/v1/packages/chain-registry/src/mainnet/cosmoshub/ibc.ts index 24ea4f2e4..adcb0890e 100644 --- a/v1/packages/chain-registry/src/mainnet/cosmoshub/ibc.ts +++ b/v1/packages/chain-registry/src/mainnet/cosmoshub/ibc.ts @@ -1013,6 +1013,35 @@ const info: IBCInfo[] = [ } }] }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'cosmoshub', + client_id: '07-tendermint-1331', + connection_id: 'connection-1062' + }, + chain_2: { + chain_name: 'mantrachain', + client_id: '07-tendermint-3', + connection_id: 'connection-3' + }, + channels: [{ + chain_1: { + channel_id: 'channel-1252', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-3', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } + }] + }, { $schema: '../ibc_data.schema.json', chain_1: { diff --git a/v1/packages/chain-registry/src/mainnet/dungeon/assets.ts b/v1/packages/chain-registry/src/mainnet/dungeon/assets.ts index 9f2055ec6..ac87a8ad1 100644 --- a/v1/packages/chain-registry/src/mainnet/dungeon/assets.ts +++ b/v1/packages/chain-registry/src/mainnet/dungeon/assets.ts @@ -15,6 +15,7 @@ const info: AssetList = { base: 'udgn', name: 'Dragon', display: 'DGN', + coingecko_id: 'dragon-coin-2', symbol: 'DGN', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png' diff --git a/v1/packages/chain-registry/src/mainnet/mantrachain/chain.ts b/v1/packages/chain-registry/src/mainnet/mantrachain/chain.ts index 18efd2a07..a1b154c78 100644 --- a/v1/packages/chain-registry/src/mainnet/mantrachain/chain.ts +++ b/v1/packages/chain-registry/src/mainnet/mantrachain/chain.ts @@ -50,6 +50,10 @@ const info: Chain = { { address: 'https://mantra-mainnet-rpc.itrocket.net:443', provider: 'ITRocket' + }, + { + address: 'https://mantra.rpc.m.stavr.tech', + provider: '🔥STAVR🔥' } ], rest: [ @@ -72,6 +76,10 @@ const info: Chain = { { address: 'https://mantra-mainnet-api.itrocket.net', provider: 'ITRocket' + }, + { + address: 'https://mantra.api.m.stavr.tech', + provider: '🔥STAVR🔥' } ], grpc: [ @@ -94,6 +102,10 @@ const info: Chain = { { address: 'mantra-mainnet-grpc.itrocket.net:443', provider: 'ITRocket' + }, + { + address: 'mantra.grpc.m.stavr.tech:3601', + provider: '🔥STAVR🔥' } ] }, @@ -106,6 +118,11 @@ const info: Chain = { url: 'https://mainnet.itrocket.net/mantra', tx_page: 'https://mainnet.itrocket.net/mantra/transaction/${txHash}', account_page: 'https://mainnet.itrocket.net/mantra/account/${accountAddress}' + }, { + kind: '🔥STAVR🔥', + url: 'https://explorer.stavr.tech/Mantra-Mainnet', + tx_page: 'https://explorer.stavr.tech/Mantra-Mainnet/transaction/${txHash}', + account_page: 'https://explorer.stavr.tech/Mantra-Mainnet/account/${accountAddress}' }], keywords: [ 'rwa', diff --git a/v1/packages/chain-registry/src/mainnet/mantrachain/ibc.ts b/v1/packages/chain-registry/src/mainnet/mantrachain/ibc.ts index 40eafe656..207fb80d9 100644 --- a/v1/packages/chain-registry/src/mainnet/mantrachain/ibc.ts +++ b/v1/packages/chain-registry/src/mainnet/mantrachain/ibc.ts @@ -1,5 +1,34 @@ import { IBCInfo } from '@chain-registry/types'; const info: IBCInfo[] = [ + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'cosmoshub', + client_id: '07-tendermint-1331', + connection_id: 'connection-1062' + }, + chain_2: { + chain_name: 'mantrachain', + client_id: '07-tendermint-3', + connection_id: 'connection-3' + }, + channels: [{ + chain_1: { + channel_id: 'channel-1252', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-3', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } + }] + }, { $schema: '../ibc_data.schema.json', chain_1: { diff --git a/v1/packages/chain-registry/src/mainnet/osmosis/assets.ts b/v1/packages/chain-registry/src/mainnet/osmosis/assets.ts index 43fbbb067..5b3a0bb99 100644 --- a/v1/packages/chain-registry/src/mainnet/osmosis/assets.ts +++ b/v1/packages/chain-registry/src/mainnet/osmosis/assets.ts @@ -321,8 +321,8 @@ const info: AssetList = { } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.axl.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.axl.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.axl.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.axl.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.axl.svg', @@ -3342,8 +3342,8 @@ const info: AssetList = { } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.grv.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.grv.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.grv.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.grv.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.grv.svg', @@ -3919,8 +3919,8 @@ const info: AssetList = { } }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/link.axl.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/link.axl.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/link.axl.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/link.axl.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/link.axl.svg', @@ -4209,8 +4209,8 @@ const info: AssetList = { } }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shib.axl.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shib.axl.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shib.axl.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shib.axl.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shib.axl.svg', @@ -5710,8 +5710,8 @@ const info: AssetList = { } }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png' }, images: [{ image_sync: { @@ -6214,7 +6214,7 @@ const info: AssetList = { { description: 'The native token of Medas Digital Network', denom_units: [{ - denom: 'ibc/01E94A5FF29B8DDEFC86F412CC3927F7330E9B523CC63A6194B1108F5276025C', + denom: 'ibc/FBBC35295AA037DC0A77796B08DC3003EC918E18E75D61D675A0EEAC0643F36C', exponent: 0, aliases: ['umedas'] }, { @@ -6222,7 +6222,7 @@ const info: AssetList = { exponent: 6 }], type_asset: 'ics20', - base: 'ibc/01E94A5FF29B8DDEFC86F412CC3927F7330E9B523CC63A6194B1108F5276025C', + base: 'ibc/FBBC35295AA037DC0A77796B08DC3003EC918E18E75D61D675A0EEAC0643F36C', name: 'Medas Digital Network', display: 'medas', symbol: 'MEDAS', @@ -6234,8 +6234,8 @@ const info: AssetList = { channel_id: 'channel-0' }, chain: { - channel_id: 'channel-519', - path: 'transfer/channel-519/umedas' + channel_id: 'channel-87042', + path: 'transfer/channel-87042/umedas' } }], logo_URIs: { @@ -6252,8 +6252,7 @@ const info: AssetList = { theme: { primary_color_hex: '#147ccc' } - }], - keywords: ['medas'] + }] }, { description: 'The native token cw20 for PHMN on Juno Chain', @@ -8676,8 +8675,8 @@ const info: AssetList = { } }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/arb.axl.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/arb.axl.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/arb.axl.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/arb.axl.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/arb.axl.svg', @@ -8815,8 +8814,8 @@ const info: AssetList = { } }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pepe.axl.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pepe.axl.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pepe.axl.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pepe.axl.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pepe.axl.svg', @@ -9655,8 +9654,8 @@ const info: AssetList = { } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dot.pica.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dot.pica.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dot.pica.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dot.pica.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dot.pica.svg', @@ -9947,8 +9946,8 @@ const info: AssetList = { } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.kava.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.kava.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.kava.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.kava.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.kava.svg', @@ -10230,8 +10229,8 @@ const info: AssetList = { } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.wh.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.wh.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.wh.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.wh.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.wh.svg', @@ -10345,8 +10344,8 @@ const info: AssetList = { } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.wh.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.wh.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.wh.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.wh.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.wh.svg', @@ -10721,8 +10720,8 @@ const info: AssetList = { } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png' }, images: [{ image_sync: { @@ -15644,8 +15643,8 @@ const info: AssetList = { } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.pica.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.pica.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.pica.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.pica.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.pica.svg', @@ -15987,8 +15986,8 @@ const info: AssetList = { provider: 'LibraBridge' }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/0l/images/libra.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/0l/images/libra.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/0l/images/libra.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/0l/images/libra.png' }, images: [{ image_sync: { @@ -17146,8 +17145,8 @@ const info: AssetList = { } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.solana.pica.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.solana.pica.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.solana.pica.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.solana.pica.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.solana.pica.svg', @@ -17472,8 +17471,8 @@ const info: AssetList = { provider: 'Osmosis' }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png' }, images: [ { @@ -17609,8 +17608,8 @@ const info: AssetList = { provider: 'Osmosis' }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png' }, images: [{ image_sync: { @@ -18298,8 +18297,8 @@ const info: AssetList = { provider: 'Osmosis' }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png' }, images: [ { @@ -18448,8 +18447,8 @@ const info: AssetList = { provider: 'Router' }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/trx.rt.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/trx.rt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/trx.rt.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/trx.rt.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/trx.rt.svg', @@ -18665,8 +18664,8 @@ const info: AssetList = { provider: 'Osmosis' }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png' }, images: [{ image_sync: { @@ -18718,8 +18717,8 @@ const info: AssetList = { } }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png' }, images: [{ image_sync: { @@ -18757,8 +18756,8 @@ const info: AssetList = { provider: 'Osmosis' }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/optimism/images/op.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/optimism/images/op.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/optimism/images/op.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/optimism/images/op.png' }, images: [{ image_sync: { @@ -18812,8 +18811,8 @@ const info: AssetList = { } }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/op.axl.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/op.axl.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/op.axl.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/op.axl.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/op.axl.svg', @@ -19275,8 +19274,8 @@ const info: AssetList = { } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.inj.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.inj.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.inj.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.inj.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.inj.svg', @@ -19497,8 +19496,8 @@ const info: AssetList = { } }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.orai.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.orai.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.orai.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.orai.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.orai.svg', @@ -19542,8 +19541,8 @@ const info: AssetList = { provider: 'Osmosis' }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.png' }, images: [{ image_sync: { @@ -19699,8 +19698,8 @@ const info: AssetList = { provider: 'Router' }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/avail.eth.rt.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/avail.eth.rt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/avail.eth.rt.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/avail.eth.rt.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/avail.eth.rt.svg', @@ -19858,8 +19857,8 @@ const info: AssetList = { provider: 'Omnity Network' }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/ckbtc.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/ckbtc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/ckbtc.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/ckbtc.png' }, images: [{ image_sync: { @@ -20105,7 +20104,7 @@ const info: AssetList = { { description: 'Kima is an asset-agnostic interoperability infrastructure that connects blockchain networks and legacy financial systems, enabling secure, scalable cross-chain transactions and seamless communication across ecosystems.', denom_units: [{ - denom: 'ibc/A6712952E566B8A9F29D0A533F043C3CE3CF9870B01A2180E390133119C14A71', + denom: 'ibc/629B5691DE993DCD07AA1B0587AD52A7FA4E8F28B77DE15BCBDF936CA6F76E6C', exponent: 0, aliases: ['uKIMA'] }, { @@ -20113,7 +20112,7 @@ const info: AssetList = { exponent: 6 }], type_asset: 'ics20', - base: 'ibc/A6712952E566B8A9F29D0A533F043C3CE3CF9870B01A2180E390133119C14A71', + base: 'ibc/629B5691DE993DCD07AA1B0587AD52A7FA4E8F28B77DE15BCBDF936CA6F76E6C', name: 'Kima Network', display: 'KIMA', symbol: 'KIMA', @@ -20122,11 +20121,11 @@ const info: AssetList = { counterparty: { chain_name: 'kimanetwork', base_denom: 'uKIMA', - channel_id: 'channel-0' + channel_id: 'channel-4' }, chain: { - channel_id: 'channel-83350', - path: 'transfer/channel-83350/uKIMA' + channel_id: 'channel-86496', + path: 'transfer/channel-86496/uKIMA' } }], logo_URIs: { @@ -20227,8 +20226,8 @@ const info: AssetList = { } }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/uni.axl.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/uni.axl.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/uni.axl.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/uni.axl.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/uni.axl.svg', @@ -20394,8 +20393,8 @@ const info: AssetList = { } }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.svg', @@ -20446,8 +20445,8 @@ const info: AssetList = { } }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.svg', @@ -20498,8 +20497,8 @@ const info: AssetList = { } }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.svg', @@ -20550,8 +20549,8 @@ const info: AssetList = { } }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.svg', @@ -20829,8 +20828,8 @@ const info: AssetList = { } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cbbtc.axl.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cbbtc.axl.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cbbtc.axl.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cbbtc.axl.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cbbtc.axl.svg', @@ -20894,8 +20893,8 @@ const info: AssetList = { } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fbtc.axl.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fbtc.axl.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fbtc.axl.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fbtc.axl.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fbtc.axl.svg', @@ -20960,8 +20959,8 @@ const info: AssetList = { } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/lbtc.axl.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/lbtc.axl.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/lbtc.axl.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/lbtc.axl.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/lbtc.axl.svg', @@ -21022,8 +21021,8 @@ const info: AssetList = { } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/rbtc.rt.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/rbtc.rt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/rbtc.rt.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/rbtc.rt.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/rbtc.rt.svg', @@ -21103,8 +21102,8 @@ const info: AssetList = { provider: 'Osmosis' }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/litecoin/images/ltc.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/litecoin/images/ltc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/litecoin/images/ltc.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/litecoin/images/ltc.png' }, images: [{ image_sync: { @@ -21143,8 +21142,8 @@ const info: AssetList = { provider: 'Osmosis' }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoincash/images/bch.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoincash/images/bch.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoincash/images/bch.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoincash/images/bch.png' }, images: [{ image_sync: { @@ -21223,6 +21222,360 @@ const info: AssetList = { } ] }, + { + description: 'The native staking and governance token of AtomOne', + denom_units: [{ + denom: 'ibc/715283E4A955EB803AB1DD30B488587A4D63BF0B51BADA537053DEE479BA10D6', + exponent: 0, + aliases: ['uatone'] + }, { + denom: 'atone', + exponent: 6 + }], + type_asset: 'ics20', + base: 'ibc/715283E4A955EB803AB1DD30B488587A4D63BF0B51BADA537053DEE479BA10D6', + name: 'AtomOne', + display: 'atone', + symbol: 'ATONE', + traces: [{ + type: 'ibc', + counterparty: { + chain_name: 'atomone', + base_denom: 'uatone', + channel_id: 'channel-0' + }, + chain: { + channel_id: 'channel-85309', + path: 'transfer/channel-85309/uatone' + } + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg' + }, + images: [{ + image_sync: { + chain_name: 'atomone', + base_denom: 'uatone' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg' + }] + }, + { + description: 'The Spice memecoin', + denom_units: [{ + denom: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/uspice', + exponent: 0 + }, { + denom: 'Spice', + exponent: 6 + }], + type_asset: 'sdk.coin', + base: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/uspice', + name: 'Spice', + display: 'Spice', + symbol: 'SPICE', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/spice.png' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/spice.png', + theme: { + primary_color_hex: '#e5ba44' + } + }], + keywords: ['meme'], + socials: { + twitter: 'https://x.com/spiceoncosmos' + } + }, + { + description: 'YUM is the Cacao Swap token, powering decentralised rails.', + denom_units: [{ + denom: 'ibc/21D8071EF5B02A86D945430D859A594CBF28287D38104A264BB9FD3B22BBF5DE', + exponent: 0, + aliases: ['yum-wei'] + }, { + denom: 'yum', + exponent: 18 + }], + type_asset: 'ics20', + base: 'ibc/21D8071EF5B02A86D945430D859A594CBF28287D38104A264BB9FD3B22BBF5DE', + name: 'Yum', + display: 'yum', + symbol: 'YUM', + traces: [{ + type: 'bridge', + counterparty: { + chain_name: 'ethereum', + base_denom: '0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6' + }, + provider: 'Axelar' + }, { + type: 'ibc', + counterparty: { + chain_name: 'axelar', + base_denom: 'yum-wei', + channel_id: 'channel-3' + }, + chain: { + channel_id: 'channel-208', + path: 'transfer/channel-208/yum-wei' + } + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yum.png' + }, + images: [{ + image_sync: { + chain_name: 'ethereum', + base_denom: '0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yum.png', + theme: { + primary_color_hex: '#33a6e7' + } + }], + socials: { + website: 'https://cacaoswap.app', + twitter: 'https://x.com/CacaoSwap' + } + }, + { + description: 'GATA Yield DAO Governance Token powered by OmniFlixHub', + denom_units: [{ + denom: 'ibc/50F886EFA15E1FF3D9226B177083A1EFF944176181C70B6131D74FE5AFB1F2C0', + exponent: 0, + aliases: ['factory/omniflix1fwphj5p6qd8gtkehkzfgac38eur4uqzgz97uwvf6hsc0vjl004gqfj0xnv/ygata'] + }, { + denom: 'ygata', + exponent: 6 + }], + type_asset: 'ics20', + base: 'ibc/50F886EFA15E1FF3D9226B177083A1EFF944176181C70B6131D74FE5AFB1F2C0', + name: 'Yield GATA', + display: 'ygata', + symbol: 'YGATA', + traces: [{ + type: 'ibc', + counterparty: { + chain_name: 'omniflixhub', + base_denom: 'factory/omniflix1fwphj5p6qd8gtkehkzfgac38eur4uqzgz97uwvf6hsc0vjl004gqfj0xnv/ygata', + channel_id: 'channel-1' + }, + chain: { + channel_id: 'channel-199', + path: 'transfer/channel-199/factory/omniflix1fwphj5p6qd8gtkehkzfgac38eur4uqzgz97uwvf6hsc0vjl004gqfj0xnv/ygata' + } + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/ygata.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/ygata.svg' + }, + images: [{ + image_sync: { + chain_name: 'omniflixhub', + base_denom: 'factory/omniflix1fwphj5p6qd8gtkehkzfgac38eur4uqzgz97uwvf6hsc0vjl004gqfj0xnv/ygata' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/ygata.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/ygata.svg', + theme: { + primary_color_hex: '#7b5aff' + } + }] + }, + { + description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.', + denom_units: [{ + denom: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995', + exponent: 0, + aliases: ['udgn'] + }, { + denom: 'DGN', + exponent: 6 + }], + type_asset: 'ics20', + base: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995', + name: 'Dragon', + display: 'DGN', + symbol: 'DGN', + traces: [{ + type: 'ibc', + counterparty: { + chain_name: 'dungeon', + base_denom: 'udgn', + channel_id: 'channel-2' + }, + chain: { + channel_id: 'channel-85791', + path: 'transfer/channel-85791/udgn' + } + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png' + }, + images: [{ + image_sync: { + chain_name: 'dungeon', + base_denom: 'udgn' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png', + theme: { + circle: true + } + }] + }, + { + description: 'Synternet is a blockchain that powers modular, interoperable data infrastructure across all major chains.', + denom_units: [{ + denom: 'ibc/1B454982D3746951510D3845145B83628D4ED380D95722C8077776C4689F973A', + exponent: 0, + aliases: ['usynt'] + }, { + denom: 'SYNT', + exponent: 6 + }], + type_asset: 'ics20', + base: 'ibc/1B454982D3746951510D3845145B83628D4ED380D95722C8077776C4689F973A', + name: 'Synternet', + display: 'SYNT', + symbol: 'SYNT', + traces: [{ + type: 'ibc', + counterparty: { + chain_name: 'synternet', + base_denom: 'usynt', + channel_id: 'channel-1' + }, + chain: { + channel_id: 'channel-85186', + path: 'transfer/channel-85186/usynt' + } + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg' + }, + images: [{ + image_sync: { + chain_name: 'synternet', + base_denom: 'usynt' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg', + theme: { + primary_color_hex: '#272d45' + } + }] + }, + { + description: 'Sssshhh…', + denom_units: [{ + denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bomu', + exponent: 0 + }, { + denom: 'BOMU', + exponent: 6 + }], + type_asset: 'sdk.coin', + address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8', + base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bomu', + name: '$bomu', + display: 'BOMU', + symbol: 'BOMU', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bomu.png' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bomu.png' + }] + }, + { + description: 'Drop staked ATOM', + denom_units: [{ + denom: 'ibc/C1B4D4804EB8F95FFB75E6395A301F0AD6D7DDE5C3A45571B70E46A368DD353E', + exponent: 0, + aliases: ['factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom'] + }, { + denom: 'dATOM', + exponent: 6 + }], + type_asset: 'ics20', + base: 'ibc/C1B4D4804EB8F95FFB75E6395A301F0AD6D7DDE5C3A45571B70E46A368DD353E', + name: 'dATOM', + display: 'dATOM', + symbol: 'dATOM', + traces: [{ + type: 'liquid-stake', + counterparty: { + chain_name: 'cosmoshub', + base_denom: 'uatom' + }, + provider: 'Drop Protocol' + }, { + type: 'ibc', + counterparty: { + chain_name: 'neutron', + base_denom: 'factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom', + channel_id: 'channel-10' + }, + chain: { + channel_id: 'channel-874', + path: 'transfer/channel-874/factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom' + } + }], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg' + }, + images: [{ + image_sync: { + chain_name: 'neutron', + base_denom: 'factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg' + }] + }, + { + description: 'Kima is an asset-agnostic interoperability infrastructure that connects blockchain networks and legacy financial systems, enabling secure, scalable cross-chain transactions and seamless communication across ecosystems.', + denom_units: [{ + denom: 'ibc/A6712952E566B8A9F29D0A533F043C3CE3CF9870B01A2180E390133119C14A71', + exponent: 0, + aliases: ['uKIMA'] + }, { + denom: 'KIMA', + exponent: 6 + }], + type_asset: 'ics20', + base: 'ibc/A6712952E566B8A9F29D0A533F043C3CE3CF9870B01A2180E390133119C14A71', + name: 'Kima Network', + display: 'KIMA', + symbol: 'KIMA', + traces: [{ + type: 'ibc', + counterparty: { + chain_name: 'kimanetwork', + base_denom: 'uKIMA', + channel_id: 'channel-0' + }, + chain: { + channel_id: 'channel-83350', + path: 'transfer/channel-83350/uKIMA' + } + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg' + }, + images: [{ + image_sync: { + chain_name: 'kimanetwork', + base_denom: 'uKIMA' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg' + }] + }, { description: 'The native token of Furya', denom_units: [{ @@ -21581,107 +21934,6 @@ const info: AssetList = { name: 'Earn CDT Vault', display: 'earnCDT', symbol: 'earnCDT' - }, - { - description: 'The Spice memecoin', - denom_units: [{ - denom: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/uspice', - exponent: 0 - }, { - denom: 'Spice', - exponent: 6 - }], - type_asset: 'sdk.coin', - base: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/uspice', - name: 'Spice', - display: 'Spice', - symbol: 'SPICE', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/spice.png' - }, - images: [{ - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/spice.png', - theme: { - primary_color_hex: '#e5ba44' - } - }], - keywords: ['meme'], - socials: { - twitter: 'https://x.com/spiceoncosmos' - } - }, - { - type_asset: 'ics20', - denom_units: [{ - denom: 'ibc/21D8071EF5B02A86D945430D859A594CBF28287D38104A264BB9FD3B22BBF5DE', - exponent: 0, - aliases: ['yum-wei'] - }, { - denom: 'yum', - exponent: 18 - }], - base: 'ibc/21D8071EF5B02A86D945430D859A594CBF28287D38104A264BB9FD3B22BBF5DE', - name: 'Axelar Wrapped YUM', - socials: { - website: 'https://cacaoswap.app', - twitter: 'https://x.com/CacaoSwap' - }, - display: 'yum', - symbol: 'YUM.axl', - traces: [{ - type: 'bridge', - counterparty: { - chain_name: 'ethereum', - base_denom: '0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6' - }, - provider: 'Axelar' - }, { - type: 'ibc', - counterparty: { - chain_name: 'axelar', - base_denom: 'yum-wei', - channel_id: 'channel-3' - }, - chain: { - channel_id: 'channel-208', - path: 'transfer/channel-208/yum-wei' - } - }], - images: [{ - image_sync: { - chain_name: 'ethereum', - base_denom: '0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6' - }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yum.png', - theme: { - primary_color_hex: '#33a6e7' - } - }], - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yum.png' - } - }, - { - description: 'Sssshhh…', - denom_units: [{ - denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bomu', - exponent: 0 - }, { - denom: 'BOMU', - exponent: 6 - }], - type_asset: 'sdk.coin', - address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8', - base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bomu', - name: '$bomu', - display: 'BOMU', - symbol: 'BOMU', - images: [{ - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bomu.png' - }], - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bomu.png' - } } ] }; diff --git a/v1/packages/chain-registry/src/testnet/assets.ts b/v1/packages/chain-registry/src/testnet/assets.ts index cdb2610b4..e0bb4d44e 100644 --- a/v1/packages/chain-registry/src/testnet/assets.ts +++ b/v1/packages/chain-registry/src/testnet/assets.ts @@ -112,6 +112,7 @@ import * as _wardenprotocoltestnet from './wardenprotocoltestnet'; import * as _wavehashtestnet from './wavehashtestnet'; import * as _xiontestnet from './xiontestnet'; import * as _xplatestnet from './xplatestnet'; +import * as _zenrocktestnet from './zenrocktestnet'; import * as _zetachaintestnet from './zetachaintestnet'; const assets: AssetList[] = [ @@ -227,6 +228,7 @@ const assets: AssetList[] = [ _wavehashtestnet.assets, _xiontestnet.assets, _xplatestnet.assets, + _zenrocktestnet.assets, _zetachaintestnet.assets ]; diff --git a/v1/packages/chain-registry/src/testnet/chains.ts b/v1/packages/chain-registry/src/testnet/chains.ts index cf8ab7424..522335836 100644 --- a/v1/packages/chain-registry/src/testnet/chains.ts +++ b/v1/packages/chain-registry/src/testnet/chains.ts @@ -112,6 +112,7 @@ import * as _wardenprotocoltestnet from './wardenprotocoltestnet'; import * as _wavehashtestnet from './wavehashtestnet'; import * as _xiontestnet from './xiontestnet'; import * as _xplatestnet from './xplatestnet'; +import * as _zenrocktestnet from './zenrocktestnet'; import * as _zetachaintestnet from './zetachaintestnet'; const chains: Chain[] = [ @@ -227,6 +228,7 @@ const chains: Chain[] = [ _wavehashtestnet.chain, _xiontestnet.chain, _xplatestnet.chain, + _zenrocktestnet.chain, _zetachaintestnet.chain ]; diff --git a/v1/packages/chain-registry/src/testnet/named.ts b/v1/packages/chain-registry/src/testnet/named.ts index e9f885802..5a1ea629c 100644 --- a/v1/packages/chain-registry/src/testnet/named.ts +++ b/v1/packages/chain-registry/src/testnet/named.ts @@ -110,4 +110,5 @@ export * as wardenprotocoltestnet from './wardenprotocoltestnet'; export * as wavehashtestnet from './wavehashtestnet'; export * as xiontestnet from './xiontestnet'; export * as xplatestnet from './xplatestnet'; +export * as zenrocktestnet from './zenrocktestnet'; export * as zetachaintestnet from './zetachaintestnet'; \ No newline at end of file diff --git a/v1/packages/chain-registry/src/testnet/zenrocktestnet/assets.ts b/v1/packages/chain-registry/src/testnet/zenrocktestnet/assets.ts new file mode 100644 index 000000000..03bb5517e --- /dev/null +++ b/v1/packages/chain-registry/src/testnet/zenrocktestnet/assets.ts @@ -0,0 +1,32 @@ +import { AssetList } from '@chain-registry/types'; +const info: AssetList = { + $schema: '../../assetlist.schema.json', + chain_name: 'zenrocktestnet', + assets: [{ + description: 'The native token of zenrock', + denom_units: [{ + denom: 'urock', + exponent: 0, + aliases: [] + }, { + denom: 'rock', + exponent: 6, + aliases: [] + }], + base: 'urock', + name: 'Zenrock', + display: 'rock', + symbol: 'ROCK', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zenrocktestnet/images/zenrock.png' + }, + keywords: ['mpc'], + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zenrocktestnet/images/zenrock.png' + }, { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zenrocktestnet/images/zenrock.svg' + }], + type_asset: 'sdk.coin' + }] +}; +export default info; \ No newline at end of file diff --git a/v1/packages/chain-registry/src/testnet/zenrocktestnet/chain.ts b/v1/packages/chain-registry/src/testnet/zenrocktestnet/chain.ts new file mode 100644 index 000000000..6b20679e3 --- /dev/null +++ b/v1/packages/chain-registry/src/testnet/zenrocktestnet/chain.ts @@ -0,0 +1,61 @@ +import { Chain } from '@chain-registry/types'; +const info: Chain = { + $schema: '../../chain.schema.json', + chain_name: 'zenrocktestnet', + status: 'live', + website: 'https://zenrocklabs.io', + network_type: 'testnet', + chain_type: 'cosmos', + pretty_name: 'Zenrock Testnet', + chain_id: 'gardia-2', + bech32_prefix: 'rock', + daemon_name: 'zenrockd', + node_home: '$HOME/.zenrockd', + key_algos: ['secp256k1'], + slip44: 118, + fees: { + fee_tokens: [{ + denom: 'urock', + fixed_min_gas_price: 0.5, + low_gas_price: 0.5, + average_gas_price: 0.55, + high_gas_price: 0.6 + }] + }, + staking: { + staking_tokens: [{ + denom: 'urock' + }] + }, + codebase: { + + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zenrocktestnet/images/zenrock.png' + }], + apis: { + rpc: [{ + address: 'https://rpc.gardia.zenrocklabs.io/', + provider: 'zenrock' + }], + rest: [{ + address: 'https://api.gardia.zenrocklabs.io/', + provider: 'zenrock' + }], + grpc: [{ + address: 'https://grpc.gardia.zenrocklabs.io/', + provider: 'zenrock' + }] + }, + explorers: [{ + kind: 'Big Dipper', + url: 'https://explorer.gardia.zenrocklabs.io/', + tx_page: 'https://explorer.gardia.zenrocklabs.io/tx/${txHash}', + account_page: 'https://explorer.gardia.zenrocklabs.io/account/${accountAddress}' + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zenrocktestnet/images/zenrock.png' + }, + keywords: ['mpc', 'testnet'] +}; +export default info; \ No newline at end of file diff --git a/v1/packages/chain-registry/src/testnet/zenrocktestnet/index.ts b/v1/packages/chain-registry/src/testnet/zenrocktestnet/index.ts new file mode 100644 index 000000000..40bf3856e --- /dev/null +++ b/v1/packages/chain-registry/src/testnet/zenrocktestnet/index.ts @@ -0,0 +1,5 @@ +import _assets from './assets'; +import _chain from './chain'; + +export const assets = _assets; +export const chain = _chain; diff --git a/v1/packages/osmosis/src/asset_list.ts b/v1/packages/osmosis/src/asset_list.ts index b9b28f382..ec8bbd5b3 100644 --- a/v1/packages/osmosis/src/asset_list.ts +++ b/v1/packages/osmosis/src/asset_list.ts @@ -2013,6 +2013,7 @@ const asset_list: AssetList = { base: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995', name: 'Dragon', display: 'DGN', + coingecko_id: 'dragon-coin-2', symbol: 'DGN', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png' @@ -7559,6 +7560,7 @@ const asset_list: AssetList = { base: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995', name: 'Dragon', display: 'DGN', + coingecko_id: 'dragon-coin-2', symbol: 'DGN', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png' diff --git a/v1/packages/osmosis/src/assets.ts b/v1/packages/osmosis/src/assets.ts index 922efbddf..917e53109 100644 --- a/v1/packages/osmosis/src/assets.ts +++ b/v1/packages/osmosis/src/assets.ts @@ -319,8 +319,8 @@ const assets: AssetList = { } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.axl.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.axl.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.axl.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.axl.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.axl.svg', @@ -3340,8 +3340,8 @@ const assets: AssetList = { } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.grv.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.grv.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.grv.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.grv.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.grv.svg', @@ -3917,8 +3917,8 @@ const assets: AssetList = { } }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/link.axl.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/link.axl.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/link.axl.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/link.axl.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/link.axl.svg', @@ -4207,8 +4207,8 @@ const assets: AssetList = { } }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shib.axl.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shib.axl.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shib.axl.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shib.axl.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shib.axl.svg', @@ -5708,8 +5708,8 @@ const assets: AssetList = { } }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png' }, images: [{ image_sync: { @@ -6212,7 +6212,7 @@ const assets: AssetList = { { description: 'The native token of Medas Digital Network', denom_units: [{ - denom: 'ibc/01E94A5FF29B8DDEFC86F412CC3927F7330E9B523CC63A6194B1108F5276025C', + denom: 'ibc/FBBC35295AA037DC0A77796B08DC3003EC918E18E75D61D675A0EEAC0643F36C', exponent: 0, aliases: ['umedas'] }, { @@ -6220,7 +6220,7 @@ const assets: AssetList = { exponent: 6 }], type_asset: 'ics20', - base: 'ibc/01E94A5FF29B8DDEFC86F412CC3927F7330E9B523CC63A6194B1108F5276025C', + base: 'ibc/FBBC35295AA037DC0A77796B08DC3003EC918E18E75D61D675A0EEAC0643F36C', name: 'Medas Digital Network', display: 'medas', symbol: 'MEDAS', @@ -6232,8 +6232,8 @@ const assets: AssetList = { channel_id: 'channel-0' }, chain: { - channel_id: 'channel-519', - path: 'transfer/channel-519/umedas' + channel_id: 'channel-87042', + path: 'transfer/channel-87042/umedas' } }], logo_URIs: { @@ -6250,8 +6250,7 @@ const assets: AssetList = { theme: { primary_color_hex: '#147ccc' } - }], - keywords: ['medas'] + }] }, { description: 'The native token cw20 for PHMN on Juno Chain', @@ -8674,8 +8673,8 @@ const assets: AssetList = { } }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/arb.axl.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/arb.axl.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/arb.axl.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/arb.axl.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/arb.axl.svg', @@ -8813,8 +8812,8 @@ const assets: AssetList = { } }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pepe.axl.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pepe.axl.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pepe.axl.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pepe.axl.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pepe.axl.svg', @@ -9653,8 +9652,8 @@ const assets: AssetList = { } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dot.pica.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dot.pica.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dot.pica.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dot.pica.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dot.pica.svg', @@ -9945,8 +9944,8 @@ const assets: AssetList = { } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.kava.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.kava.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.kava.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.kava.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.kava.svg', @@ -10228,8 +10227,8 @@ const assets: AssetList = { } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.wh.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.wh.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.wh.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.wh.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.wh.svg', @@ -10343,8 +10342,8 @@ const assets: AssetList = { } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.wh.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.wh.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.wh.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.wh.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.wh.svg', @@ -10719,8 +10718,8 @@ const assets: AssetList = { } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png' }, images: [{ image_sync: { @@ -15642,8 +15641,8 @@ const assets: AssetList = { } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.pica.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.pica.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.pica.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.pica.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.pica.svg', @@ -15985,8 +15984,8 @@ const assets: AssetList = { provider: 'LibraBridge' }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/0l/images/libra.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/0l/images/libra.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/0l/images/libra.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/0l/images/libra.png' }, images: [{ image_sync: { @@ -17144,8 +17143,8 @@ const assets: AssetList = { } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.solana.pica.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.solana.pica.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.solana.pica.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.solana.pica.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.solana.pica.svg', @@ -17470,8 +17469,8 @@ const assets: AssetList = { provider: 'Osmosis' }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png' }, images: [ { @@ -17607,8 +17606,8 @@ const assets: AssetList = { provider: 'Osmosis' }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png' }, images: [{ image_sync: { @@ -18296,8 +18295,8 @@ const assets: AssetList = { provider: 'Osmosis' }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png' }, images: [ { @@ -18446,8 +18445,8 @@ const assets: AssetList = { provider: 'Router' }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/trx.rt.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/trx.rt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/trx.rt.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/trx.rt.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/trx.rt.svg', @@ -18663,8 +18662,8 @@ const assets: AssetList = { provider: 'Osmosis' }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png' }, images: [{ image_sync: { @@ -18716,8 +18715,8 @@ const assets: AssetList = { } }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png' }, images: [{ image_sync: { @@ -18755,8 +18754,8 @@ const assets: AssetList = { provider: 'Osmosis' }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/optimism/images/op.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/optimism/images/op.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/optimism/images/op.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/optimism/images/op.png' }, images: [{ image_sync: { @@ -18810,8 +18809,8 @@ const assets: AssetList = { } }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/op.axl.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/op.axl.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/op.axl.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/op.axl.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/op.axl.svg', @@ -19273,8 +19272,8 @@ const assets: AssetList = { } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.inj.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.inj.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.inj.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.inj.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.inj.svg', @@ -19495,8 +19494,8 @@ const assets: AssetList = { } }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.orai.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.orai.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.orai.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.orai.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.orai.svg', @@ -19540,8 +19539,8 @@ const assets: AssetList = { provider: 'Osmosis' }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.png' }, images: [{ image_sync: { @@ -19697,8 +19696,8 @@ const assets: AssetList = { provider: 'Router' }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/avail.eth.rt.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/avail.eth.rt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/avail.eth.rt.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/avail.eth.rt.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/avail.eth.rt.svg', @@ -19856,8 +19855,8 @@ const assets: AssetList = { provider: 'Omnity Network' }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/ckbtc.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/ckbtc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/ckbtc.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/ckbtc.png' }, images: [{ image_sync: { @@ -20103,7 +20102,7 @@ const assets: AssetList = { { description: 'Kima is an asset-agnostic interoperability infrastructure that connects blockchain networks and legacy financial systems, enabling secure, scalable cross-chain transactions and seamless communication across ecosystems.', denom_units: [{ - denom: 'ibc/A6712952E566B8A9F29D0A533F043C3CE3CF9870B01A2180E390133119C14A71', + denom: 'ibc/629B5691DE993DCD07AA1B0587AD52A7FA4E8F28B77DE15BCBDF936CA6F76E6C', exponent: 0, aliases: ['uKIMA'] }, { @@ -20111,7 +20110,7 @@ const assets: AssetList = { exponent: 6 }], type_asset: 'ics20', - base: 'ibc/A6712952E566B8A9F29D0A533F043C3CE3CF9870B01A2180E390133119C14A71', + base: 'ibc/629B5691DE993DCD07AA1B0587AD52A7FA4E8F28B77DE15BCBDF936CA6F76E6C', name: 'Kima Network', display: 'KIMA', symbol: 'KIMA', @@ -20120,11 +20119,11 @@ const assets: AssetList = { counterparty: { chain_name: 'kimanetwork', base_denom: 'uKIMA', - channel_id: 'channel-0' + channel_id: 'channel-4' }, chain: { - channel_id: 'channel-83350', - path: 'transfer/channel-83350/uKIMA' + channel_id: 'channel-86496', + path: 'transfer/channel-86496/uKIMA' } }], logo_URIs: { @@ -20225,8 +20224,8 @@ const assets: AssetList = { } }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/uni.axl.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/uni.axl.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/uni.axl.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/uni.axl.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/uni.axl.svg', @@ -20392,8 +20391,8 @@ const assets: AssetList = { } }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.svg', @@ -20444,8 +20443,8 @@ const assets: AssetList = { } }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.svg', @@ -20496,8 +20495,8 @@ const assets: AssetList = { } }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.svg', @@ -20548,8 +20547,8 @@ const assets: AssetList = { } }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.svg', @@ -20827,8 +20826,8 @@ const assets: AssetList = { } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cbbtc.axl.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cbbtc.axl.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cbbtc.axl.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cbbtc.axl.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cbbtc.axl.svg', @@ -20892,8 +20891,8 @@ const assets: AssetList = { } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fbtc.axl.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fbtc.axl.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fbtc.axl.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fbtc.axl.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fbtc.axl.svg', @@ -20958,8 +20957,8 @@ const assets: AssetList = { } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/lbtc.axl.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/lbtc.axl.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/lbtc.axl.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/lbtc.axl.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/lbtc.axl.svg', @@ -21020,8 +21019,8 @@ const assets: AssetList = { } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/rbtc.rt.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/rbtc.rt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/rbtc.rt.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/rbtc.rt.png' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/rbtc.rt.svg', @@ -21101,8 +21100,8 @@ const assets: AssetList = { provider: 'Osmosis' }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/litecoin/images/ltc.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/litecoin/images/ltc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/litecoin/images/ltc.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/litecoin/images/ltc.png' }, images: [{ image_sync: { @@ -21141,8 +21140,8 @@ const assets: AssetList = { provider: 'Osmosis' }], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoincash/images/bch.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoincash/images/bch.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoincash/images/bch.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoincash/images/bch.png' }, images: [{ image_sync: { @@ -21221,6 +21220,360 @@ const assets: AssetList = { } ] }, + { + description: 'The native staking and governance token of AtomOne', + denom_units: [{ + denom: 'ibc/715283E4A955EB803AB1DD30B488587A4D63BF0B51BADA537053DEE479BA10D6', + exponent: 0, + aliases: ['uatone'] + }, { + denom: 'atone', + exponent: 6 + }], + type_asset: 'ics20', + base: 'ibc/715283E4A955EB803AB1DD30B488587A4D63BF0B51BADA537053DEE479BA10D6', + name: 'AtomOne', + display: 'atone', + symbol: 'ATONE', + traces: [{ + type: 'ibc', + counterparty: { + chain_name: 'atomone', + base_denom: 'uatone', + channel_id: 'channel-0' + }, + chain: { + channel_id: 'channel-85309', + path: 'transfer/channel-85309/uatone' + } + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg' + }, + images: [{ + image_sync: { + chain_name: 'atomone', + base_denom: 'uatone' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg' + }] + }, + { + description: 'The Spice memecoin', + denom_units: [{ + denom: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/uspice', + exponent: 0 + }, { + denom: 'Spice', + exponent: 6 + }], + type_asset: 'sdk.coin', + base: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/uspice', + name: 'Spice', + display: 'Spice', + symbol: 'SPICE', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/spice.png' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/spice.png', + theme: { + primary_color_hex: '#e5ba44' + } + }], + keywords: ['meme'], + socials: { + twitter: 'https://x.com/spiceoncosmos' + } + }, + { + description: 'YUM is the Cacao Swap token, powering decentralised rails.', + denom_units: [{ + denom: 'ibc/21D8071EF5B02A86D945430D859A594CBF28287D38104A264BB9FD3B22BBF5DE', + exponent: 0, + aliases: ['yum-wei'] + }, { + denom: 'yum', + exponent: 18 + }], + type_asset: 'ics20', + base: 'ibc/21D8071EF5B02A86D945430D859A594CBF28287D38104A264BB9FD3B22BBF5DE', + name: 'Yum', + display: 'yum', + symbol: 'YUM', + traces: [{ + type: 'bridge', + counterparty: { + chain_name: 'ethereum', + base_denom: '0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6' + }, + provider: 'Axelar' + }, { + type: 'ibc', + counterparty: { + chain_name: 'axelar', + base_denom: 'yum-wei', + channel_id: 'channel-3' + }, + chain: { + channel_id: 'channel-208', + path: 'transfer/channel-208/yum-wei' + } + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yum.png' + }, + images: [{ + image_sync: { + chain_name: 'ethereum', + base_denom: '0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yum.png', + theme: { + primary_color_hex: '#33a6e7' + } + }], + socials: { + website: 'https://cacaoswap.app', + twitter: 'https://x.com/CacaoSwap' + } + }, + { + description: 'GATA Yield DAO Governance Token powered by OmniFlixHub', + denom_units: [{ + denom: 'ibc/50F886EFA15E1FF3D9226B177083A1EFF944176181C70B6131D74FE5AFB1F2C0', + exponent: 0, + aliases: ['factory/omniflix1fwphj5p6qd8gtkehkzfgac38eur4uqzgz97uwvf6hsc0vjl004gqfj0xnv/ygata'] + }, { + denom: 'ygata', + exponent: 6 + }], + type_asset: 'ics20', + base: 'ibc/50F886EFA15E1FF3D9226B177083A1EFF944176181C70B6131D74FE5AFB1F2C0', + name: 'Yield GATA', + display: 'ygata', + symbol: 'YGATA', + traces: [{ + type: 'ibc', + counterparty: { + chain_name: 'omniflixhub', + base_denom: 'factory/omniflix1fwphj5p6qd8gtkehkzfgac38eur4uqzgz97uwvf6hsc0vjl004gqfj0xnv/ygata', + channel_id: 'channel-1' + }, + chain: { + channel_id: 'channel-199', + path: 'transfer/channel-199/factory/omniflix1fwphj5p6qd8gtkehkzfgac38eur4uqzgz97uwvf6hsc0vjl004gqfj0xnv/ygata' + } + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/ygata.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/ygata.svg' + }, + images: [{ + image_sync: { + chain_name: 'omniflixhub', + base_denom: 'factory/omniflix1fwphj5p6qd8gtkehkzfgac38eur4uqzgz97uwvf6hsc0vjl004gqfj0xnv/ygata' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/ygata.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/ygata.svg', + theme: { + primary_color_hex: '#7b5aff' + } + }] + }, + { + description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.', + denom_units: [{ + denom: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995', + exponent: 0, + aliases: ['udgn'] + }, { + denom: 'DGN', + exponent: 6 + }], + type_asset: 'ics20', + base: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995', + name: 'Dragon', + display: 'DGN', + symbol: 'DGN', + traces: [{ + type: 'ibc', + counterparty: { + chain_name: 'dungeon', + base_denom: 'udgn', + channel_id: 'channel-2' + }, + chain: { + channel_id: 'channel-85791', + path: 'transfer/channel-85791/udgn' + } + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png' + }, + images: [{ + image_sync: { + chain_name: 'dungeon', + base_denom: 'udgn' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png', + theme: { + circle: true + } + }] + }, + { + description: 'Synternet is a blockchain that powers modular, interoperable data infrastructure across all major chains.', + denom_units: [{ + denom: 'ibc/1B454982D3746951510D3845145B83628D4ED380D95722C8077776C4689F973A', + exponent: 0, + aliases: ['usynt'] + }, { + denom: 'SYNT', + exponent: 6 + }], + type_asset: 'ics20', + base: 'ibc/1B454982D3746951510D3845145B83628D4ED380D95722C8077776C4689F973A', + name: 'Synternet', + display: 'SYNT', + symbol: 'SYNT', + traces: [{ + type: 'ibc', + counterparty: { + chain_name: 'synternet', + base_denom: 'usynt', + channel_id: 'channel-1' + }, + chain: { + channel_id: 'channel-85186', + path: 'transfer/channel-85186/usynt' + } + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg' + }, + images: [{ + image_sync: { + chain_name: 'synternet', + base_denom: 'usynt' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg', + theme: { + primary_color_hex: '#272d45' + } + }] + }, + { + description: 'Sssshhh…', + denom_units: [{ + denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bomu', + exponent: 0 + }, { + denom: 'BOMU', + exponent: 6 + }], + type_asset: 'sdk.coin', + address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8', + base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bomu', + name: '$bomu', + display: 'BOMU', + symbol: 'BOMU', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bomu.png' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bomu.png' + }] + }, + { + description: 'Drop staked ATOM', + denom_units: [{ + denom: 'ibc/C1B4D4804EB8F95FFB75E6395A301F0AD6D7DDE5C3A45571B70E46A368DD353E', + exponent: 0, + aliases: ['factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom'] + }, { + denom: 'dATOM', + exponent: 6 + }], + type_asset: 'ics20', + base: 'ibc/C1B4D4804EB8F95FFB75E6395A301F0AD6D7DDE5C3A45571B70E46A368DD353E', + name: 'dATOM', + display: 'dATOM', + symbol: 'dATOM', + traces: [{ + type: 'liquid-stake', + counterparty: { + chain_name: 'cosmoshub', + base_denom: 'uatom' + }, + provider: 'Drop Protocol' + }, { + type: 'ibc', + counterparty: { + chain_name: 'neutron', + base_denom: 'factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom', + channel_id: 'channel-10' + }, + chain: { + channel_id: 'channel-874', + path: 'transfer/channel-874/factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom' + } + }], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg' + }, + images: [{ + image_sync: { + chain_name: 'neutron', + base_denom: 'factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg' + }] + }, + { + description: 'Kima is an asset-agnostic interoperability infrastructure that connects blockchain networks and legacy financial systems, enabling secure, scalable cross-chain transactions and seamless communication across ecosystems.', + denom_units: [{ + denom: 'ibc/A6712952E566B8A9F29D0A533F043C3CE3CF9870B01A2180E390133119C14A71', + exponent: 0, + aliases: ['uKIMA'] + }, { + denom: 'KIMA', + exponent: 6 + }], + type_asset: 'ics20', + base: 'ibc/A6712952E566B8A9F29D0A533F043C3CE3CF9870B01A2180E390133119C14A71', + name: 'Kima Network', + display: 'KIMA', + symbol: 'KIMA', + traces: [{ + type: 'ibc', + counterparty: { + chain_name: 'kimanetwork', + base_denom: 'uKIMA', + channel_id: 'channel-0' + }, + chain: { + channel_id: 'channel-83350', + path: 'transfer/channel-83350/uKIMA' + } + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg' + }, + images: [{ + image_sync: { + chain_name: 'kimanetwork', + base_denom: 'uKIMA' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg' + }] + }, { description: 'The native token of Furya', denom_units: [{ @@ -21579,107 +21932,6 @@ const assets: AssetList = { name: 'Earn CDT Vault', display: 'earnCDT', symbol: 'earnCDT' - }, - { - description: 'The Spice memecoin', - denom_units: [{ - denom: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/uspice', - exponent: 0 - }, { - denom: 'Spice', - exponent: 6 - }], - type_asset: 'sdk.coin', - base: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/uspice', - name: 'Spice', - display: 'Spice', - symbol: 'SPICE', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/spice.png' - }, - images: [{ - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/spice.png', - theme: { - primary_color_hex: '#e5ba44' - } - }], - keywords: ['meme'], - socials: { - twitter: 'https://x.com/spiceoncosmos' - } - }, - { - type_asset: 'ics20', - denom_units: [{ - denom: 'ibc/21D8071EF5B02A86D945430D859A594CBF28287D38104A264BB9FD3B22BBF5DE', - exponent: 0, - aliases: ['yum-wei'] - }, { - denom: 'yum', - exponent: 18 - }], - base: 'ibc/21D8071EF5B02A86D945430D859A594CBF28287D38104A264BB9FD3B22BBF5DE', - name: 'Axelar Wrapped YUM', - socials: { - website: 'https://cacaoswap.app', - twitter: 'https://x.com/CacaoSwap' - }, - display: 'yum', - symbol: 'YUM.axl', - traces: [{ - type: 'bridge', - counterparty: { - chain_name: 'ethereum', - base_denom: '0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6' - }, - provider: 'Axelar' - }, { - type: 'ibc', - counterparty: { - chain_name: 'axelar', - base_denom: 'yum-wei', - channel_id: 'channel-3' - }, - chain: { - channel_id: 'channel-208', - path: 'transfer/channel-208/yum-wei' - } - }], - images: [{ - image_sync: { - chain_name: 'ethereum', - base_denom: '0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6' - }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yum.png', - theme: { - primary_color_hex: '#33a6e7' - } - }], - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yum.png' - } - }, - { - description: 'Sssshhh…', - denom_units: [{ - denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bomu', - exponent: 0 - }, { - denom: 'BOMU', - exponent: 6 - }], - type_asset: 'sdk.coin', - address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8', - base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bomu', - name: '$bomu', - display: 'BOMU', - symbol: 'BOMU', - images: [{ - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bomu.png' - }], - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bomu.png' - } } ] };