From d3ab4d8f9c04586e684eb6ed946d767684a60840 Mon Sep 17 00:00:00 2001 From: Zetazzz Date: Tue, 27 Feb 2024 08:22:55 +0000 Subject: [PATCH] =?UTF-8?q?build=20=F0=9F=9B=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/assets/src/mainnet/acrechain.ts | 48 +- packages/assets/src/mainnet/agoric.ts | 337 ++- packages/assets/src/mainnet/akash.ts | 46 +- packages/assets/src/mainnet/andromeda.ts | 180 +- packages/assets/src/mainnet/archway.ts | 435 +++- packages/assets/src/mainnet/assetmantle.ts | 46 +- packages/assets/src/mainnet/assets.ts | 2 + packages/assets/src/mainnet/axelar.ts | 1445 +++++++++++-- packages/assets/src/mainnet/bitcanna.ts | 59 +- packages/assets/src/mainnet/bitsong.ts | 1495 ++++++++++++- packages/assets/src/mainnet/carbon.ts | 145 +- packages/assets/src/mainnet/celestia.ts | 317 ++- packages/assets/src/mainnet/chihuahua.ts | 139 +- packages/assets/src/mainnet/comdex.ts | 46 +- packages/assets/src/mainnet/composable.ts | 363 +++- packages/assets/src/mainnet/coreum.ts | 48 +- packages/assets/src/mainnet/cosmoshub.ts | 692 +++++- packages/assets/src/mainnet/crescent.ts | 266 ++- packages/assets/src/mainnet/cryptoorgchain.ts | 44 + packages/assets/src/mainnet/dig.ts | 42 - packages/assets/src/mainnet/doravota.ts | 176 +- packages/assets/src/mainnet/dydx.ts | 145 +- packages/assets/src/mainnet/emoney.ts | 42 - packages/assets/src/mainnet/evmos.ts | 349 +++- packages/assets/src/mainnet/furya.ts | 46 +- packages/assets/src/mainnet/gateway.ts | 1112 ++++++++-- packages/assets/src/mainnet/gravitybridge.ts | 92 +- packages/assets/src/mainnet/index.ts | 1 + packages/assets/src/mainnet/injective.ts | 925 +++++++- packages/assets/src/mainnet/jackal.ts | 4 +- packages/assets/src/mainnet/juno.ts | 21 +- packages/assets/src/mainnet/kava.ts | 321 ++- packages/assets/src/mainnet/kujira.ts | 1288 ++++++++++-- packages/assets/src/mainnet/mars.ts | 143 +- packages/assets/src/mainnet/migaloo.ts | 319 ++- packages/assets/src/mainnet/neutron.ts | 277 ++- packages/assets/src/mainnet/noble.ts | 609 +++++- packages/assets/src/mainnet/nois.ts | 315 ++- packages/assets/src/mainnet/nolus.ts | 97 +- packages/assets/src/mainnet/nomic.ts | 101 +- packages/assets/src/mainnet/odin.ts | 1420 +++++++++++++ packages/assets/src/mainnet/okexchain.ts | 42 - packages/assets/src/mainnet/omniflixhub.ts | 1545 +++++++++++++- packages/assets/src/mainnet/oraichain.ts | 460 ++++ packages/assets/src/mainnet/osmosis.ts | 1102 +++++++++- packages/assets/src/mainnet/persistence.ts | 319 ++- packages/assets/src/mainnet/planq.ts | 1854 ++++++++++++++++- packages/assets/src/mainnet/quicksilver.ts | 42 - packages/assets/src/mainnet/realio.ts | 4 +- packages/assets/src/mainnet/regen.ts | 4 +- packages/assets/src/mainnet/secretnetwork.ts | 455 +++- packages/assets/src/mainnet/sei.ts | 141 +- packages/assets/src/mainnet/sifchain.ts | 42 - packages/assets/src/mainnet/sommelier.ts | 180 +- packages/assets/src/mainnet/source.ts | 88 + packages/assets/src/mainnet/stafihub.ts | 4 +- packages/assets/src/mainnet/stargaze.ts | 967 ++++++++- packages/assets/src/mainnet/stride.ts | 363 +++- packages/assets/src/mainnet/teritori.ts | 4 +- packages/assets/src/mainnet/terra.ts | 42 - packages/assets/src/mainnet/terra2.ts | 319 ++- packages/assets/src/mainnet/tgrade.ts | 44 + packages/assets/src/mainnet/xpla.ts | 176 +- packages/assets/src/testnet/akashtestnet.ts | 45 + packages/assets/src/testnet/archwaytestnet.ts | 45 + packages/assets/src/testnet/axelartestnet.ts | 45 + .../assets/src/testnet/celestiatestnet3.ts | 45 + .../assets/src/testnet/chain4energytestnet.ts | 45 + .../assets/src/testnet/composabletestnet.ts | 45 + .../assets/src/testnet/cosmoshubtestnet.ts | 45 + .../assets/src/testnet/doravotatestnet.ts | 45 + packages/assets/src/testnet/empowertestnet.ts | 45 + .../assets/src/testnet/entrypointtestnet.ts | 45 + .../assets/src/testnet/impacthubtestnet.ts | 45 + .../assets/src/testnet/injectivetestnet.ts | 45 + packages/assets/src/testnet/junotestnet.ts | 45 + packages/assets/src/testnet/kyvetestnet.ts | 45 + .../assets/src/testnet/likecointestnet.ts | 45 + packages/assets/src/testnet/marstestnet.ts | 45 + packages/assets/src/testnet/neutrontestnet.ts | 45 + packages/assets/src/testnet/nobletestnet.ts | 45 + packages/assets/src/testnet/nolustestnet.ts | 45 + .../assets/src/testnet/persistencetestnet2.ts | 45 + .../assets/src/testnet/quicksilvertestnet.ts | 45 + packages/assets/src/testnet/sagatestnet.ts | 45 + packages/assets/src/testnet/sgetestnet.ts | 45 + .../assets/src/testnet/stargazetestnet.ts | 45 + packages/assets/src/testnet/xiontestnet.ts | 45 + .../src/mainnet/archway/chain.ts | 8 +- packages/chain-registry/src/mainnet/assets.ts | 2 - .../src/mainnet/bandchain/chain.ts | 12 + .../src/mainnet/celestia/chain.ts | 14 +- packages/chain-registry/src/mainnet/chains.ts | 2 - .../chain-registry/src/mainnet/cheqd/chain.ts | 17 + .../src/mainnet/decentr/chain.ts | 17 + .../src/mainnet/firmachain/chain.ts | 19 + .../src/mainnet/humans/chain.ts | 8 + .../src/mainnet/impacthub/chain.ts | 19 + packages/chain-registry/src/mainnet/index.ts | 1 - .../src/mainnet/injective/chain.ts | 12 + .../chain-registry/src/mainnet/juno/assets.ts | 30 + .../src/mainnet/kichain/chain.ts | 9 + .../chain-registry/src/mainnet/kujira/ibc.ts | 32 + .../src/mainnet/kujira/ibc_chain1.ts | 32 + .../src/mainnet/likecoin/chain.ts | 17 + .../src/mainnet/lumnetwork/chain.ts | 17 + .../chain-registry/src/mainnet/odin/chain.ts | 17 + .../chain-registry/src/mainnet/odin/ibc.ts | 32 + .../src/mainnet/oraichain/chain.ts | 8 + .../src/mainnet/oraichain/ibc.ts | 17 + .../src/mainnet/oraichain/ibc_chain1.ts | 17 + .../chain-registry/src/mainnet/osmosis/ibc.ts | 32 + .../src/mainnet/osmosis/ibc_chain1.ts | 32 + .../chain-registry/src/mainnet/planq/chain.ts | 17 + .../chain-registry/src/mainnet/point/chain.ts | 17 + .../chain-registry/src/mainnet/qwoyn/chain.ts | 19 + .../chain-registry/src/mainnet/regen/chain.ts | 17 + .../src/mainnet/scorum/index.ts | 2 + .../src/mainnet/secretnetwork/ibc.ts | 17 + .../src/mainnet/shentu/chain.ts | 19 + .../src/mainnet/sommelier/chain.ts | 12 - .../src/mainnet/source/chain.ts | 4 + .../chain-registry/src/mainnet/umee/chain.ts | 12 - .../src/mainnet/vidulum/chain.ts | 17 + .../src/testnet/sourcetestnet/chain.ts | 45 +- packages/juno/src/asset_list.ts | 21 +- packages/juno/src/assets.ts | 22 +- packages/osmosis/src/asset_list.ts | 1102 +++++++++- packages/osmosis/src/chain.ts | 8 + packages/osmosis/src/testnet_assets.ts | 27 + 130 files changed, 23038 insertions(+), 2083 deletions(-) diff --git a/packages/assets/src/mainnet/acrechain.ts b/packages/assets/src/mainnet/acrechain.ts index ea0854f63..07c31c9de 100644 --- a/packages/assets/src/mainnet/acrechain.ts +++ b/packages/assets/src/mainnet/acrechain.ts @@ -1726,6 +1726,50 @@ const assets: AssetList = { } ] }, + { + description: 'The token of Teledisko DAO.', + denom_units: [ + { + denom: + 'ibc/3D477A624F9AFBBDE800A2B302A4923980B95859BDEA8462E09C1D283E933456', + exponent: 0, + aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280'] + }, + { + denom: 'berlin', + exponent: 18 + } + ], + base: 'ibc/3D477A624F9AFBBDE800A2B302A4923980B95859BDEA8462E09C1D283E933456', + name: 'Teledisko DAO', + display: 'berlin', + symbol: 'BERLIN', + type_asset: 'erc20', + address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-40', + base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + chain_name: 'evmos' + }, + chain: { + channel_id: 'channel-14' + } + } + ] + }, { description: 'The native token of Gravity Bridge', denom_units: [ @@ -2910,7 +2954,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/23760D1E2CDF8FF9283765C97B0893D0A90AFA7488E9A3AB2DA18C2C24FE4F4C', + 'ibc/08133C797E6B0D3BD3ABE41405C9BE6FAA1ADE83BD0F5AE4EE8D782F36D9B803', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -2921,7 +2965,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/23760D1E2CDF8FF9283765C97B0893D0A90AFA7488E9A3AB2DA18C2C24FE4F4C', + base: 'ibc/08133C797E6B0D3BD3ABE41405C9BE6FAA1ADE83BD0F5AE4EE8D782F36D9B803', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', diff --git a/packages/assets/src/mainnet/agoric.ts b/packages/assets/src/mainnet/agoric.ts index e107ca039..3ab8d8f90 100644 --- a/packages/assets/src/mainnet/agoric.ts +++ b/packages/assets/src/mainnet/agoric.ts @@ -2146,6 +2146,50 @@ const assets: AssetList = { } ] }, + { + description: 'The token of Teledisko DAO.', + denom_units: [ + { + denom: + 'ibc/2146068C178D878826DD34FC86EC1DC279B33765D8FFA60C5A9E5AF5AEC34EBA', + exponent: 0, + aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280'] + }, + { + denom: 'berlin', + exponent: 18 + } + ], + base: 'ibc/2146068C178D878826DD34FC86EC1DC279B33765D8FFA60C5A9E5AF5AEC34EBA', + name: 'Teledisko DAO', + display: 'berlin', + symbol: 'BERLIN', + type_asset: 'erc20', + address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-85', + base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + chain_name: 'evmos' + }, + chain: { + channel_id: 'channel-57' + } + } + ] + }, { description: 'The native token of Gravity Bridge', denom_units: [ @@ -3330,7 +3374,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/788682874B0EF3108E0CD3CFC6A6CCF18F5BD1A963709C7998A2959086E83E7F', + 'ibc/5655A502D14A2DFAD357A49BCD84F9745828837D4EEFEFCC957B8C17C8A2E30D', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -3341,7 +3385,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/788682874B0EF3108E0CD3CFC6A6CCF18F5BD1A963709C7998A2959086E83E7F', + base: 'ibc/5655A502D14A2DFAD357A49BCD84F9745828837D4EEFEFCC957B8C17C8A2E30D', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', @@ -4170,6 +4214,295 @@ const assets: AssetList = { } ] }, + { + description: 'The native staking token of OmniFlix Hub.', + denom_units: [ + { + denom: + 'ibc/B11D2BF454691B63FF73738EAC8D27C37F66948A5F390003AE1891FEFD387DDE', + exponent: 0, + aliases: ['uflix'] + }, + { + denom: 'flix', + exponent: 6 + } + ], + base: 'ibc/B11D2BF454691B63FF73738EAC8D27C37F66948A5F390003AE1891FEFD387DDE', + name: 'Flix', + display: 'flix', + symbol: 'FLIX', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg' + }, + coingecko_id: 'omniflix-network', + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-30', + base_denom: 'uflix', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-58' + } + } + ] + }, + { + denom_units: [ + { + denom: + 'ibc/CA84632B24E32C522B0B50770A07399D8DCDF95B32F677DFCA865E1D5372407C', + exponent: 0, + aliases: [ + 'ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477' + ] + }, + { + denom: 'atom', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/CA84632B24E32C522B0B50770A07399D8DCDF95B32F677DFCA865E1D5372407C', + name: 'Cosmos Hub Atom', + display: 'atom', + symbol: 'ATOM', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-30', + base_denom: + 'ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-58' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'cosmoshub', + base_denom: 'uatom' + }, + 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' + } + ], + 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' + } + }, + { + denom_units: [ + { + denom: + 'ibc/1B5040D9B6D988AD7C3D29FE57038CD582F60D8C3E24AC7AE7004941836AB695', + exponent: 0, + aliases: [ + 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B' + ] + }, + { + denom: 'osmo', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/1B5040D9B6D988AD7C3D29FE57038CD582F60D8C3E24AC7AE7004941836AB695', + name: 'Osmosis osmo', + display: 'osmo', + symbol: 'OSMO', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-30', + base_denom: + 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-58' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: 'uosmo' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/A60DCDC3015C57FB24CFA2A6512FB21C53CFAE5C230F42B257B713548A3B6653', + exponent: 0, + aliases: [ + 'ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274' + ] + }, + { + denom: 'ist', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/A60DCDC3015C57FB24CFA2A6512FB21C53CFAE5C230F42B257B713548A3B6653', + name: 'Agoric IST (Inter Stable Token)', + display: 'ist', + symbol: 'IST', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-30', + base_denom: + 'ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-58' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'agoric', + base_denom: 'uist' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/79351B8227D2E281D31F8762D54807BC5D2098EB4B33AB79B8C5E48998F47C15', + exponent: 0, + aliases: [ + 'ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9' + ] + }, + { + denom: 'usdc', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/79351B8227D2E281D31F8762D54807BC5D2098EB4B33AB79B8C5E48998F47C15', + name: 'USD Coin (Axelar)', + display: 'usdc', + symbol: 'USDC.axl', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-30', + base_denom: + 'ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-58' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'axelar', + base_denom: 'uusdc' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/42DF9E8C80982F7E7649887CE066A91454560163926164F13DAE400DCA57961E', + exponent: 0, + aliases: [ + 'ibc/9F28238BDB687A86681B30764BA1437E079C3565D04FDD7862055A83F7E5C630' + ] + }, + { + denom: 'baddog', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/42DF9E8C80982F7E7649887CE066A91454560163926164F13DAE400DCA57961E', + name: 'BadDog (Osmosis)', + display: 'baddog', + symbol: 'BADDOG.osmo', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-30', + base_denom: + 'ibc/9F28238BDB687A86681B30764BA1437E079C3565D04FDD7862055A83F7E5C630', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-58' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.svg' + } + }, { description: 'The native token of Osmosis', denom_units: [ diff --git a/packages/assets/src/mainnet/akash.ts b/packages/assets/src/mainnet/akash.ts index 244f6d090..3584051db 100644 --- a/packages/assets/src/mainnet/akash.ts +++ b/packages/assets/src/mainnet/akash.ts @@ -721,48 +721,6 @@ const assets: AssetList = { } ] }, - { - description: - 'Hava Coin is the lifeblood of the Cosmos & Juno networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', - denom_units: [ - { - denom: - 'ibc/28A5ED3E819CE0198730A4F86AC9E4C86276324E458A1B7B34AA7C4B593A1DBA', - exponent: 0, - aliases: ['factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava'] - }, - { - denom: 'hava', - exponent: 6 - } - ], - base: 'ibc/28A5ED3E819CE0198730A4F86AC9E4C86276324E458A1B7B34AA7C4B593A1DBA', - name: 'Hava Coin', - display: 'hava', - symbol: 'HAVA', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - }, - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - } - ], - traces: [ - { - type: 'ibc', - counterparty: { - channel_id: 'channel-29', - base_denom: - 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava', - chain_name: 'juno' - }, - chain: { - channel_id: 'channel-35' - } - } - ] - }, { description: 'The native staking and governance token of the Kujira chain.', @@ -1518,7 +1476,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/2DFFC7BE2511B6F6115315C6F36A4CE3989E64B14B52E0D030409FF22EEEB337', + 'ibc/2A1A7D56F636920A8BCA6CF423AAEE1881BEF3397B00DD324234DCA44387ECF1', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -1529,7 +1487,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/2DFFC7BE2511B6F6115315C6F36A4CE3989E64B14B52E0D030409FF22EEEB337', + base: 'ibc/2A1A7D56F636920A8BCA6CF423AAEE1881BEF3397B00DD324234DCA44387ECF1', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', diff --git a/packages/assets/src/mainnet/andromeda.ts b/packages/assets/src/mainnet/andromeda.ts index 172a77dec..848b30cb8 100644 --- a/packages/assets/src/mainnet/andromeda.ts +++ b/packages/assets/src/mainnet/andromeda.ts @@ -450,11 +450,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -503,6 +503,178 @@ const assets: AssetList = { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg' } }, + { + description: + 'Hava Coin is the lifeblood of the Cosmos & Injective networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', + denom_units: [ + { + denom: + 'ibc/F761AADB7A8CE36B40A9BEF60023F0F15C1557D91C741D01B51479A68DE34CC7', + exponent: 0, + aliases: ['factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava'] + }, + { + denom: 'hava', + exponent: 6 + } + ], + base: 'ibc/F761AADB7A8CE36B40A9BEF60023F0F15C1557D91C741D01B51479A68DE34CC7', + name: 'Hava Coin', + display: 'hava', + symbol: 'HAVA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-213', + base_denom: + 'factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-13' + } + } + ] + }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/73C197EEADE16AE8EA89C82297D6E8AD10ADAE30E5219CFAEDB3165094D39897', + exponent: 0, + aliases: [ + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/73C197EEADE16AE8EA89C82297D6E8AD10ADAE30E5219CFAEDB3165094D39897', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-213', + base_denom: + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-13' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'The second meme coin on Injective.', + denom_units: [ + { + denom: + 'ibc/0E257FC553402573CE4E9986C980C0043CEC692473D1A2BC586FFE4E0E2B01B9', + exponent: 0, + aliases: ['inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88'] + }, + { + denom: 'NINPO', + exponent: 6 + } + ], + base: 'ibc/0E257FC553402573CE4E9986C980C0043CEC692473D1A2BC586FFE4E0E2B01B9', + name: 'Ninpo', + display: 'NINPO', + symbol: 'NINPO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-213', + base_denom: 'inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-13' + } + } + ] + }, + { + description: 'JUDO is a very futuristic meme token.', + denom_units: [ + { + denom: + 'ibc/04EF7B1837EE24F8CAD21689CB0103012A08CD5140FF4CB51366BCFD42CE92C0', + exponent: 0, + aliases: ['inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h'] + }, + { + denom: 'JUDO', + exponent: 6 + } + ], + base: 'ibc/04EF7B1837EE24F8CAD21689CB0103012A08CD5140FF4CB51366BCFD42CE92C0', + name: 'Judo', + display: 'JUDO', + symbol: 'JUDO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-213', + base_denom: 'inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-13' + } + } + ] + }, { description: 'The native staking and governance token of the Kujira chain.', @@ -1258,7 +1430,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/077D84C0451146A9EFF75781D277153CA37398708CCAD67CEC17B2B78C681529', + 'ibc/60D85D20FE1976DA51A51F6EF51F11B871B77BAFBBE65CDFAA243580D31FC1FB', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -1269,7 +1441,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/077D84C0451146A9EFF75781D277153CA37398708CCAD67CEC17B2B78C681529', + base: 'ibc/60D85D20FE1976DA51A51F6EF51F11B871B77BAFBBE65CDFAA243580D31FC1FB', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', diff --git a/packages/assets/src/mainnet/archway.ts b/packages/assets/src/mainnet/archway.ts index 372ccf68e..c40c85470 100644 --- a/packages/assets/src/mainnet/archway.ts +++ b/packages/assets/src/mainnet/archway.ts @@ -3171,7 +3171,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/8ECCCB3A58C98AFE87359EA13DA2A5C19F87A023EBD34C94A234D77DC3FBD018', + 'ibc/DEF45757AD549499AFDAE0CFEAC63693C00BB47764494B4DC4B3635B77B6E61B', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -3182,7 +3182,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/8ECCCB3A58C98AFE87359EA13DA2A5C19F87A023EBD34C94A234D77DC3FBD018', + base: 'ibc/DEF45757AD549499AFDAE0CFEAC63693C00BB47764494B4DC4B3635B77B6E61B', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', @@ -4879,11 +4879,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -4929,6 +4929,99 @@ const assets: AssetList = { } ] }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/38215F23578C26EDCA1B8FAEC053930EAA04A661ABBE91283830EE6EEC80A4C3', + exponent: 0, + aliases: [ + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/38215F23578C26EDCA1B8FAEC053930EAA04A661ABBE91283830EE6EEC80A4C3', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-41', + base_denom: + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-61' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'Reflections of cartel activity on Cosmos.', + denom_units: [ + { + denom: + 'ibc/77EE26381DC7F20DD0CCA33E6A18DCA66B5D89F0096CA5169BD9C89F0C9E1D66', + exponent: 0, + aliases: [ + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel' + ] + }, + { + denom: 'cartel', + exponent: 6 + } + ], + base: 'ibc/77EE26381DC7F20DD0CCA33E6A18DCA66B5D89F0096CA5169BD9C89F0C9E1D66', + name: 'cartel', + display: 'cartel', + symbol: 'CARTEL', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-41', + base_denom: + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-61' + } + } + ] + }, { description: 'The permissioned staking asset for Noble Chain', denom_units: [ @@ -5190,6 +5283,252 @@ const assets: AssetList = { } ] }, + { + denom_units: [ + { + denom: + 'ibc/46823455E5D6DF6B1DFEB4AA707709983B75726FA0E96B7B5F00CACBC15FEF26', + exponent: 0, + aliases: [ + 'ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477' + ] + }, + { + denom: 'atom', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/46823455E5D6DF6B1DFEB4AA707709983B75726FA0E96B7B5F00CACBC15FEF26', + name: 'Cosmos Hub Atom', + display: 'atom', + symbol: 'ATOM', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-32', + base_denom: + 'ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-37' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'cosmoshub', + base_denom: 'uatom' + }, + 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' + } + ], + 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' + } + }, + { + denom_units: [ + { + denom: + 'ibc/A81CE46455933295A9A9F9FE3538B7DD0937AB1DDB89D3178AB89F838028DE07', + exponent: 0, + aliases: [ + 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B' + ] + }, + { + denom: 'osmo', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/A81CE46455933295A9A9F9FE3538B7DD0937AB1DDB89D3178AB89F838028DE07', + name: 'Osmosis osmo', + display: 'osmo', + symbol: 'OSMO', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-32', + base_denom: + 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-37' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: 'uosmo' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/328513BD825949847349E628E17AD80F05C6C66A8CA307E86D403403A85BA843', + exponent: 0, + aliases: [ + 'ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274' + ] + }, + { + denom: 'ist', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/328513BD825949847349E628E17AD80F05C6C66A8CA307E86D403403A85BA843', + name: 'Agoric IST (Inter Stable Token)', + display: 'ist', + symbol: 'IST', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-32', + base_denom: + 'ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-37' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'agoric', + base_denom: 'uist' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/B8EDC7E4BB1AAAFBBAA329F6ED645CEE0987CD6311FD0CB61D8BF384192D9EAA', + exponent: 0, + aliases: [ + 'ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9' + ] + }, + { + denom: 'usdc', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/B8EDC7E4BB1AAAFBBAA329F6ED645CEE0987CD6311FD0CB61D8BF384192D9EAA', + name: 'USD Coin (Axelar)', + display: 'usdc', + symbol: 'USDC.axl', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-32', + base_denom: + 'ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-37' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'axelar', + base_denom: 'uusdc' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/3BAE406D2EFDBB17DE6D37ABA709D867F91EAB829D1387150A9AB5AA4B408AAF', + exponent: 0, + aliases: [ + 'ibc/9F28238BDB687A86681B30764BA1437E079C3565D04FDD7862055A83F7E5C630' + ] + }, + { + denom: 'baddog', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/3BAE406D2EFDBB17DE6D37ABA709D867F91EAB829D1387150A9AB5AA4B408AAF', + name: 'BadDog (Osmosis)', + display: 'baddog', + symbol: 'BADDOG.osmo', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-32', + base_denom: + 'ibc/9F28238BDB687A86681B30764BA1437E079C3565D04FDD7862055A83F7E5C630', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-37' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.svg' + } + }, { description: 'The native token of Osmosis', denom_units: [ @@ -18786,6 +19125,94 @@ const assets: AssetList = { } ] }, + { + description: + 'The native EVM, governance and staking token of the Planq Network', + denom_units: [ + { + denom: + 'ibc/CFD58F8A64F93940D00CABE85B05A6D0FBA1FF4DF42D3C1E23C06DF30A2BAE1F', + exponent: 0, + aliases: ['aplanq'] + }, + { + denom: 'planq', + exponent: 18 + } + ], + base: 'ibc/CFD58F8A64F93940D00CABE85B05A6D0FBA1FF4DF42D3C1E23C06DF30A2BAE1F', + name: 'Planq', + display: 'planq', + symbol: 'PLQ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg' + }, + coingecko_id: 'planq', + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-62', + base_denom: 'aplanq', + chain_name: 'planq' + }, + chain: { + channel_id: 'channel-112' + } + } + ] + }, + { + description: 'The token of Source Protocol bridged from BSC.', + denom_units: [ + { + denom: + 'ibc/DD5160D037E67CCC444E19E37F595A62A9AF383958CB8E01E483CEF6B741A707', + exponent: 0, + aliases: ['erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09'] + }, + { + denom: 'srcx', + exponent: 9 + } + ], + base: 'ibc/DD5160D037E67CCC444E19E37F595A62A9AF383958CB8E01E483CEF6B741A707', + name: 'Source Token', + display: 'srcx', + symbol: 'SRCX', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-62', + base_denom: 'erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09', + chain_name: 'planq' + }, + chain: { + channel_id: 'channel-112' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'binancesmartchain', + base_denom: '0x454b90716a9435e7161a9aea5cf00e0acbe565ae' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png' + } + }, { description: 'QCK - native token of Quicksilver', denom_units: [ diff --git a/packages/assets/src/mainnet/assetmantle.ts b/packages/assets/src/mainnet/assetmantle.ts index 527c29b7d..d2439dfcf 100644 --- a/packages/assets/src/mainnet/assetmantle.ts +++ b/packages/assets/src/mainnet/assetmantle.ts @@ -219,48 +219,6 @@ const assets: AssetList = { } ] }, - { - description: - 'Hava Coin is the lifeblood of the Cosmos & Juno networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', - denom_units: [ - { - denom: - 'ibc/B72BEDF087485A4F349BCAAB8A882668B7EAFB7E23DF1CA0CB28C2E9DA1182D0', - exponent: 0, - aliases: ['factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava'] - }, - { - denom: 'hava', - exponent: 6 - } - ], - base: 'ibc/B72BEDF087485A4F349BCAAB8A882668B7EAFB7E23DF1CA0CB28C2E9DA1182D0', - name: 'Hava Coin', - display: 'hava', - symbol: 'HAVA', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - }, - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - } - ], - traces: [ - { - type: 'ibc', - counterparty: { - channel_id: 'channel-83', - base_denom: - 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava', - chain_name: 'juno' - }, - chain: { - channel_id: 'channel-2' - } - } - ] - }, { description: 'The native staking and governance token of the Kujira chain.', @@ -1016,7 +974,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/5E3DAC81E8BDFFF203F28ADDDEDF6232E7999C40A5E6E1481ED5006EDC40DA2A', + 'ibc/A10A0A28B19AF1F92FD792D794CF63D60931D76D54FD568AE6093AA2BD7DA677', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -1027,7 +985,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/5E3DAC81E8BDFFF203F28ADDDEDF6232E7999C40A5E6E1481ED5006EDC40DA2A', + base: 'ibc/A10A0A28B19AF1F92FD792D794CF63D60931D76D54FD568AE6093AA2BD7DA677', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', diff --git a/packages/assets/src/mainnet/assets.ts b/packages/assets/src/mainnet/assets.ts index 5167758ee..96b72e90f 100644 --- a/packages/assets/src/mainnet/assets.ts +++ b/packages/assets/src/mainnet/assets.ts @@ -98,6 +98,7 @@ import _realio from './realio'; import _rebus from './rebus'; import _regen from './regen'; import _rizon from './rizon'; +import _scorum from './scorum'; import _secretnetwork from './secretnetwork'; import _sei from './sei'; import _sentinel from './sentinel'; @@ -220,6 +221,7 @@ const assets: AssetList[] = [ _rebus, _regen, _rizon, + _scorum, _secretnetwork, _sei, _sentinel, diff --git a/packages/assets/src/mainnet/axelar.ts b/packages/assets/src/mainnet/axelar.ts index 2397c31d1..1687ced28 100644 --- a/packages/assets/src/mainnet/axelar.ts +++ b/packages/assets/src/mainnet/axelar.ts @@ -408,6 +408,643 @@ const assets: AssetList = { } ] }, + { + description: 'BitSong Native Token', + denom_units: [ + { + denom: + 'ibc/1C2BDEEC81CB0B7638FF2AB7F27CA3C685D1459B6EFC8DE20004F9CC42A785DE', + exponent: 0, + aliases: ['ubtsg'] + }, + { + denom: 'btsg', + exponent: 6 + } + ], + base: 'ibc/1C2BDEEC81CB0B7638FF2AB7F27CA3C685D1459B6EFC8DE20004F9CC42A785DE', + name: 'BitSong', + display: 'btsg', + symbol: 'BTSG', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.svg' + }, + type_asset: 'sdk.coin', + coingecko_id: 'bitsong', + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-28', + base_denom: 'ubtsg', + chain_name: 'bitsong' + }, + chain: { + channel_id: 'channel-140' + } + } + ] + }, + { + description: 'Adam Clay a BitSong Music FanToken', + denom_units: [ + { + denom: + 'ibc/8DD09723568431357AD7BEE4865EAC9FC6323870B8499AEAE4304419C6E3C67E', + exponent: 0, + aliases: ['ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09'] + }, + { + denom: 'clay', + exponent: 6 + } + ], + base: 'ibc/8DD09723568431357AD7BEE4865EAC9FC6323870B8499AEAE4304419C6E3C67E', + name: 'Adam Clay FanToken', + display: 'clay', + symbol: 'CLAY', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-28', + base_denom: 'ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09', + chain_name: 'bitsong' + }, + chain: { + channel_id: 'channel-140' + } + } + ] + }, + { + description: 'Nicola Fasano a BitSong Music FanToken', + denom_units: [ + { + denom: + 'ibc/7E0327B434B0CA9C62B23660247EF3322B31C4161DA6B96905E603941F0F25FF', + exponent: 0, + aliases: ['ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7'] + }, + { + denom: 'fasano', + exponent: 6 + } + ], + base: 'ibc/7E0327B434B0CA9C62B23660247EF3322B31C4161DA6B96905E603941F0F25FF', + name: 'Nicola Fasano Fantoken', + display: 'fasano', + symbol: 'FASANO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-28', + base_denom: 'ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7', + chain_name: 'bitsong' + }, + chain: { + channel_id: 'channel-140' + } + } + ] + }, + { + description: 'Delta 9 a BitSong Music FanToken', + denom_units: [ + { + denom: + 'ibc/9EEB59238B0DD4D93A65A423011A74F932C76C6BC6648EB585D19B9C3A65F039', + exponent: 0, + aliases: ['ft575B10B0CEE2C164D9ED6A96313496F164A9607C'] + }, + { + denom: 'd9x', + exponent: 6 + } + ], + base: 'ibc/9EEB59238B0DD4D93A65A423011A74F932C76C6BC6648EB585D19B9C3A65F039', + name: 'Delta 9 Fantoken', + display: 'd9x', + symbol: 'D9X', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft575B10B0CEE2C164D9ED6A96313496F164A9607C.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft575B10B0CEE2C164D9ED6A96313496F164A9607C.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-28', + base_denom: 'ft575B10B0CEE2C164D9ED6A96313496F164A9607C', + chain_name: 'bitsong' + }, + chain: { + channel_id: 'channel-140' + } + } + ] + }, + { + description: 'FONTI a BitSong Music FanToken', + denom_units: [ + { + denom: + 'ibc/DE94D331946DE66D7DF882A5752FC3C3879FB9D0A262C474E6295AA9CD43EEDB', + exponent: 0, + aliases: ['ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305'] + }, + { + denom: 'fonti', + exponent: 6 + } + ], + base: 'ibc/DE94D331946DE66D7DF882A5752FC3C3879FB9D0A262C474E6295AA9CD43EEDB', + name: 'FONTI Fantoken', + display: 'fonti', + symbol: 'FONTI', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-28', + base_denom: 'ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305', + chain_name: 'bitsong' + }, + chain: { + channel_id: 'channel-140' + } + } + ] + }, + { + description: 'BlackJack a BitSong Music FanToken', + denom_units: [ + { + denom: + 'ibc/2294E72A7AC390CA0CB492ED5DA6ECC644B340B904FA0E09A031119851AF4863', + exponent: 0, + aliases: ['ft52EEB0EE509AC546ED92EAC8591F731F213DDD16'] + }, + { + denom: 'bjks', + exponent: 6 + } + ], + base: 'ibc/2294E72A7AC390CA0CB492ED5DA6ECC644B340B904FA0E09A031119851AF4863', + name: 'BlackJack Fantoken', + display: 'bjks', + symbol: 'BJKS', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft52EEB0EE509AC546ED92EAC8591F731F213DDD16.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft52EEB0EE509AC546ED92EAC8591F731F213DDD16.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-28', + base_denom: 'ft52EEB0EE509AC546ED92EAC8591F731F213DDD16', + chain_name: 'bitsong' + }, + chain: { + channel_id: 'channel-140' + } + } + ] + }, + { + description: 'Rawanne a BitSong Music FanToken', + denom_units: [ + { + denom: + 'ibc/42FEDD35C9988F001555C668F3BFDF631475E1A9BE1C6159B344149A669620DD', + exponent: 0, + aliases: ['ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A'] + }, + { + denom: 'rwne', + exponent: 6 + } + ], + base: 'ibc/42FEDD35C9988F001555C668F3BFDF631475E1A9BE1C6159B344149A669620DD', + name: 'Rawanne Fantoken', + display: 'rwne', + symbol: 'RWNE', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-28', + base_denom: 'ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A', + chain_name: 'bitsong' + }, + chain: { + channel_id: 'channel-140' + } + } + ] + }, + { + description: 'Enmoda a BitSong Music FanToken', + denom_units: [ + { + denom: + 'ibc/D6BD2A7A0A96CCAD89F034C5957CF19A411879E97AED856E857BBF04DAA696BD', + exponent: 0, + aliases: ['ft85AE1716C5E39EA6D64BBD7898C3899A7B500626'] + }, + { + denom: 'enmoda', + exponent: 6 + } + ], + base: 'ibc/D6BD2A7A0A96CCAD89F034C5957CF19A411879E97AED856E857BBF04DAA696BD', + name: 'Enmoda Fantoken', + display: 'enmoda', + symbol: 'ENMODA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft85AE1716C5E39EA6D64BBD7898C3899A7B500626.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft85AE1716C5E39EA6D64BBD7898C3899A7B500626.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-28', + base_denom: 'ft85AE1716C5E39EA6D64BBD7898C3899A7B500626', + chain_name: 'bitsong' + }, + chain: { + channel_id: 'channel-140' + } + } + ] + }, + { + description: '404Deep Records a BitSong Music FanToken', + denom_units: [ + { + denom: + 'ibc/8015700BD6A66AD17DDD9923D70568D9CBAFE6AAD40EBABA0711D895A43C2B1D', + exponent: 0, + aliases: ['ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A'] + }, + { + denom: '404dr', + exponent: 6 + } + ], + base: 'ibc/8015700BD6A66AD17DDD9923D70568D9CBAFE6AAD40EBABA0711D895A43C2B1D', + name: '404Deep Records Fantoken', + display: '404dr', + symbol: '404DR', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-28', + base_denom: 'ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A', + chain_name: 'bitsong' + }, + chain: { + channel_id: 'channel-140' + } + } + ] + }, + { + description: 'N43 a BitSong Music FanToken', + denom_units: [ + { + denom: + 'ibc/F70B30A909D9E2406ECBD21574A02FD6AF6D14227979AAB798D41E2D470ED8C2', + exponent: 0, + aliases: ['ft387C1C279D962ED80C09C1D592A92C4275FD7C5D'] + }, + { + denom: 'n43', + exponent: 6 + } + ], + base: 'ibc/F70B30A909D9E2406ECBD21574A02FD6AF6D14227979AAB798D41E2D470ED8C2', + name: 'N43 Fantoken', + display: 'n43', + symbol: 'N43', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft387C1C279D962ED80C09C1D592A92C4275FD7C5D.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft387C1C279D962ED80C09C1D592A92C4275FD7C5D.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-28', + base_denom: 'ft387C1C279D962ED80C09C1D592A92C4275FD7C5D', + chain_name: 'bitsong' + }, + chain: { + channel_id: 'channel-140' + } + } + ] + }, + { + description: 'Puro Lobo a BitSong Music FanToken', + denom_units: [ + { + denom: + 'ibc/487BBB62E9937A8ADCE5EDE18943C7D9BEECAE73860922EA1379AE5A65830D60', + exponent: 0, + aliases: ['ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB'] + }, + { + denom: 'lobo', + exponent: 6 + } + ], + base: 'ibc/487BBB62E9937A8ADCE5EDE18943C7D9BEECAE73860922EA1379AE5A65830D60', + name: 'Puro Lobo Fantoken', + display: 'lobo', + symbol: 'LOBO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-28', + base_denom: 'ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB', + chain_name: 'bitsong' + }, + chain: { + channel_id: 'channel-140' + } + } + ] + }, + { + description: 'Vibranium a BitSong Music FanToken', + denom_units: [ + { + denom: + 'ibc/40DA1D21045B26042DDF4575843C9BCAE473D664389F3554CB9BFD90AB5C207F', + exponent: 0, + aliases: ['ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B'] + }, + { + denom: 'vibra', + exponent: 6 + } + ], + base: 'ibc/40DA1D21045B26042DDF4575843C9BCAE473D664389F3554CB9BFD90AB5C207F', + name: 'Vibranium Fantoken', + display: 'vibra', + symbol: 'VIBRA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-28', + base_denom: 'ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B', + chain_name: 'bitsong' + }, + chain: { + channel_id: 'channel-140' + } + } + ] + }, + { + description: 'Karina a BitSong Music FanToken', + denom_units: [ + { + denom: + 'ibc/BF1C4B0607E64A760AFFAE13F2F15A9FBCF8454740EE70B6AD701D930BE4CB5B', + exponent: 0, + aliases: ['ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE'] + }, + { + denom: 'karina', + exponent: 6 + } + ], + base: 'ibc/BF1C4B0607E64A760AFFAE13F2F15A9FBCF8454740EE70B6AD701D930BE4CB5B', + name: 'Karina Fantoken', + display: 'karina', + symbol: 'KARINA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-28', + base_denom: 'ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE', + chain_name: 'bitsong' + }, + chain: { + channel_id: 'channel-140' + } + } + ] + }, + { + description: 'Luca Testa a BitSong Music FanToken', + denom_units: [ + { + denom: + 'ibc/8FB5249674D5DBC87E4066D316EAA5DC58E9ED4B0AD561275A88A129CA1FBC3C', + exponent: 0, + aliases: ['ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12'] + }, + { + denom: 'testa', + exponent: 6 + } + ], + base: 'ibc/8FB5249674D5DBC87E4066D316EAA5DC58E9ED4B0AD561275A88A129CA1FBC3C', + name: 'Luca Testa Fantoken', + display: 'testa', + symbol: 'TESTA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-28', + base_denom: 'ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12', + chain_name: 'bitsong' + }, + chain: { + channel_id: 'channel-140' + } + } + ] + }, + { + description: 'Carolina Marquez a BitSong Music FanToken', + denom_units: [ + { + denom: + 'ibc/E9E7CC47D7D8DC7BBCAD8655FC8DE50F97D794FFE132513A618683659E6AA594', + exponent: 0, + aliases: ['ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3'] + }, + { + denom: 'cmqz', + exponent: 6 + } + ], + base: 'ibc/E9E7CC47D7D8DC7BBCAD8655FC8DE50F97D794FFE132513A618683659E6AA594', + name: 'Carolina Marquez Fantoken', + display: 'cmqz', + symbol: 'CMQZ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-28', + base_denom: 'ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3', + chain_name: 'bitsong' + }, + chain: { + channel_id: 'channel-140' + } + } + ] + }, + { + deprecated: true, + description: '[Redacted] a BitSong Music FanToken', + denom_units: [ + { + denom: + 'ibc/0139ABE32E1A867EDFF542A89F6212B8E0B5EA4749E8DA60CE581EDBCC7F49E2', + exponent: 0, + aliases: ['ft347B1612A2B7659913679CF6CD45B8B130C50A00'] + }, + { + denom: 'ft347B1612A2B7659913679CF6CD45B8B130C50A00/6', + exponent: 6 + } + ], + base: 'ibc/0139ABE32E1A867EDFF542A89F6212B8E0B5EA4749E8DA60CE581EDBCC7F49E2', + name: '[Redacted] Fantoken (ft3...A00)', + display: 'ft347B1612A2B7659913679CF6CD45B8B130C50A00/6', + symbol: 'LDON', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-28', + base_denom: 'ft347B1612A2B7659913679CF6CD45B8B130C50A00', + chain_name: 'bitsong' + }, + chain: { + channel_id: 'channel-140' + } + } + ] + }, { description: '', denom_units: [ @@ -1080,6 +1717,50 @@ const assets: AssetList = { } ] }, + { + description: 'The token of Teledisko DAO.', + denom_units: [ + { + denom: + 'ibc/A87C7282021D27AFB3356130F807E2FA3C792966CE7DDD6861EDCD2E10FEED15', + exponent: 0, + aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280'] + }, + { + denom: 'berlin', + exponent: 18 + } + ], + base: 'ibc/A87C7282021D27AFB3356130F807E2FA3C792966CE7DDD6861EDCD2E10FEED15', + name: 'Teledisko DAO', + display: 'berlin', + symbol: 'BERLIN', + type_asset: 'erc20', + address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-21', + base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + chain_name: 'evmos' + }, + chain: { + channel_id: 'channel-22' + } + } + ] + }, { description: 'The native staking token of the Function X', denom_units: [ @@ -1431,72 +2112,209 @@ const assets: AssetList = { ] }, { - description: - 'The first meme coin on Injective. Itā€™s a dog, but he has nunchucks', + description: + 'The first meme coin on Injective. Itā€™s a dog, but he has nunchucks', + denom_units: [ + { + denom: + 'ibc/7A74F3FE51B09D85DF872F1DA93C27D0E7FFDBB0769D04A6E5EC1235F19BD355', + exponent: 0, + aliases: ['factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja'] + }, + { + denom: 'NINJA', + exponent: 6 + } + ], + base: 'ibc/7A74F3FE51B09D85DF872F1DA93C27D0E7FFDBB0769D04A6E5EC1235F19BD355', + name: 'Dog wif nunchucks', + display: 'NINJA', + symbol: 'NINJA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png' + }, + coingecko_id: 'dog-wif-nuchucks', + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-84', + base_denom: + 'factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-10' + } + } + ] + }, + { + description: 'The $WGMI Token - We Gonna Make It. Are you ready?', + denom_units: [ + { + denom: + 'ibc/1B734928A13715AE077E3CEF0C1A0AE6A8ADCDF65507746C99E271AB70AA18A3', + exponent: 0, + aliases: ['factory/inj1rmjzj9fn47kdmfk4f3z39qr6czexxe0yjyc546/WGMI'] + }, + { + denom: 'WGMI', + exponent: 6 + } + ], + base: 'ibc/1B734928A13715AE077E3CEF0C1A0AE6A8ADCDF65507746C99E271AB70AA18A3', + name: 'WGMI', + display: 'WGMI', + symbol: 'WGMI', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/wgmi.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/wgmi.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-84', + base_denom: + 'factory/inj1rmjzj9fn47kdmfk4f3z39qr6czexxe0yjyc546/WGMI', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-10' + } + } + ] + }, + { + description: 'The first memecoin on osmosis.', + denom_units: [ + { + denom: + 'ibc/0A0D299DF8327E0243ACB5164491FBDE25B17CBECE109357F67772338DAA530C', + exponent: 0, + aliases: [ + 'ibc/DD648F5D3CDA56D0D8D8820CF703D246B9FC4007725D8B38D23A21FF1A1477E3' + ] + }, + { + denom: 'WOSMO', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/0A0D299DF8327E0243ACB5164491FBDE25B17CBECE109357F67772338DAA530C', + name: 'Wosmo', + display: 'WOSMO', + symbol: 'WOSMO', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-84', + base_denom: + 'ibc/DD648F5D3CDA56D0D8D8820CF703D246B9FC4007725D8B38D23A21FF1A1477E3', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-10' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' + } + }, + { + description: 'GLTO-ERC20 on injective', denom_units: [ { denom: - 'ibc/7A74F3FE51B09D85DF872F1DA93C27D0E7FFDBB0769D04A6E5EC1235F19BD355', + 'ibc/5ABEAC3B7AF99B6C505F8FBACC287DDC7881E82C82C692120096FA44D775BFDC', exponent: 0, - aliases: ['factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja'] + aliases: ['peggy0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2'] }, { - denom: 'NINJA', + denom: 'glto', exponent: 6 } ], - base: 'ibc/7A74F3FE51B09D85DF872F1DA93C27D0E7FFDBB0769D04A6E5EC1235F19BD355', - name: 'Dog wif nunchucks', - display: 'NINJA', - symbol: 'NINJA', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png' - }, - coingecko_id: 'dog-wif-nuchucks', - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png' - } - ], + base: 'ibc/5ABEAC3B7AF99B6C505F8FBACC287DDC7881E82C82C692120096FA44D775BFDC', + name: 'Gelotto', + display: 'glto', + symbol: 'GLTO', traces: [ { type: 'ibc', counterparty: { channel_id: 'channel-84', - base_denom: - 'factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja', + base_denom: 'peggy0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2', chain_name: 'injective' }, chain: { channel_id: 'channel-10' } } - ] + ], + images: [ + { + image_sync: { + chain_name: 'ethereum', + base_denom: '0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg' + } }, { - description: 'The $WGMI Token - We Gonna Make It. Are you ready?', + description: + 'Hava Coin is the lifeblood of the Cosmos & Injective networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', denom_units: [ { denom: - 'ibc/1B734928A13715AE077E3CEF0C1A0AE6A8ADCDF65507746C99E271AB70AA18A3', + 'ibc/53BD4AD380F9EB09D9E53C94195449F0AAC7D66E0EE0DDC04659C44F732E008B', exponent: 0, - aliases: ['factory/inj1rmjzj9fn47kdmfk4f3z39qr6czexxe0yjyc546/WGMI'] + aliases: ['factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava'] }, { - denom: 'WGMI', + denom: 'hava', exponent: 6 } ], - base: 'ibc/1B734928A13715AE077E3CEF0C1A0AE6A8ADCDF65507746C99E271AB70AA18A3', - name: 'WGMI', - display: 'WGMI', - symbol: 'WGMI', + base: 'ibc/53BD4AD380F9EB09D9E53C94195449F0AAC7D66E0EE0DDC04659C44F732E008B', + name: 'Hava Coin', + display: 'hava', + symbol: 'HAVA', logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/wgmi.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' }, images: [ { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/wgmi.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' } ], traces: [ @@ -1505,7 +2323,7 @@ const assets: AssetList = { counterparty: { channel_id: 'channel-84', base_denom: - 'factory/inj1rmjzj9fn47kdmfk4f3z39qr6czexxe0yjyc546/WGMI', + 'factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava', chain_name: 'injective' }, chain: { @@ -1515,33 +2333,34 @@ const assets: AssetList = { ] }, { - description: 'The first memecoin on osmosis.', + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", denom_units: [ { denom: - 'ibc/0A0D299DF8327E0243ACB5164491FBDE25B17CBECE109357F67772338DAA530C', + 'ibc/C8BA7E2559E085783E0E44EC3F36F66B2A50061ECDB640D940E2BC1915F70D69', exponent: 0, aliases: [ - 'ibc/DD648F5D3CDA56D0D8D8820CF703D246B9FC4007725D8B38D23A21FF1A1477E3' + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8' ] }, { - denom: 'WOSMO', + denom: 'BADKID', exponent: 6 } ], type_asset: 'ics20', - base: 'ibc/0A0D299DF8327E0243ACB5164491FBDE25B17CBECE109357F67772338DAA530C', - name: 'Wosmo', - display: 'WOSMO', - symbol: 'WOSMO', + base: 'ibc/C8BA7E2559E085783E0E44EC3F36F66B2A50061ECDB640D940E2BC1915F70D69', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', traces: [ { type: 'ibc', counterparty: { channel_id: 'channel-84', base_denom: - 'ibc/DD648F5D3CDA56D0D8D8820CF703D246B9FC4007725D8B38D23A21FF1A1477E3', + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8', chain_name: 'injective' }, chain: { @@ -1554,60 +2373,94 @@ const assets: AssetList = { image_sync: { chain_name: 'osmosis', base_denom: - 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' } }, { - description: 'GLTO-ERC20 on injective', + description: 'The second meme coin on Injective.', denom_units: [ { denom: - 'ibc/5ABEAC3B7AF99B6C505F8FBACC287DDC7881E82C82C692120096FA44D775BFDC', + 'ibc/8D065F116ED0F967E6A73C8EE96E11C1DABB1C0B1F531BDA01D79FAC439F434E', exponent: 0, - aliases: ['peggy0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2'] + aliases: ['inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88'] }, { - denom: 'glto', + denom: 'NINPO', exponent: 6 } ], - base: 'ibc/5ABEAC3B7AF99B6C505F8FBACC287DDC7881E82C82C692120096FA44D775BFDC', - name: 'Gelotto', - display: 'glto', - symbol: 'GLTO', + base: 'ibc/8D065F116ED0F967E6A73C8EE96E11C1DABB1C0B1F531BDA01D79FAC439F434E', + name: 'Ninpo', + display: 'NINPO', + symbol: 'NINPO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + } + ], traces: [ { type: 'ibc', counterparty: { channel_id: 'channel-84', - base_denom: 'peggy0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2', + base_denom: 'inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88', chain_name: 'injective' }, chain: { channel_id: 'channel-10' } } + ] + }, + { + description: 'JUDO is a very futuristic meme token.', + denom_units: [ + { + denom: + 'ibc/A958074A992C4CA9B836F4989F2B68A3F3FEDFEE75C3A1B0AE9744A0C79A1FE9', + exponent: 0, + aliases: ['inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h'] + }, + { + denom: 'JUDO', + exponent: 6 + } ], + base: 'ibc/A958074A992C4CA9B836F4989F2B68A3F3FEDFEE75C3A1B0AE9744A0C79A1FE9', + name: 'Judo', + display: 'JUDO', + symbol: 'JUDO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + }, images: [ { - image_sync: { - chain_name: 'ethereum', - base_denom: '0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2' - }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' } ], - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg' - } + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-84', + base_denom: 'inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-10' + } + } + ] }, { description: 'The native staking and governance token of Jackal.', @@ -1869,48 +2722,6 @@ const assets: AssetList = { } ] }, - { - description: - 'Hava Coin is the lifeblood of the Cosmos & Juno networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', - denom_units: [ - { - denom: - 'ibc/70FA423E1670C12E7E2C57C51F00E463FC7FA6EA8E88579E482226EF2ACC7298', - exponent: 0, - aliases: ['factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava'] - }, - { - denom: 'hava', - exponent: 6 - } - ], - base: 'ibc/70FA423E1670C12E7E2C57C51F00E463FC7FA6EA8E88579E482226EF2ACC7298', - name: 'Hava Coin', - display: 'hava', - symbol: 'HAVA', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - }, - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - } - ], - traces: [ - { - type: 'ibc', - counterparty: { - channel_id: 'channel-71', - base_denom: - 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava', - chain_name: 'juno' - }, - chain: { - channel_id: 'channel-4' - } - } - ] - }, { description: 'The native staking and governance token of the Kujira chain.', @@ -2666,7 +3477,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/924DCDD9079CA104719F4C946E9CAC5B8A748A8F334688BCBF2B97206112831A', + 'ibc/99CE1BD04B608D68F2B355BE4021D6F4C726BA73F70B40D9F24E05C94C2E317C', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -2677,7 +3488,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/924DCDD9079CA104719F4C946E9CAC5B8A748A8F334688BCBF2B97206112831A', + base: 'ibc/99CE1BD04B608D68F2B355BE4021D6F4C726BA73F70B40D9F24E05C94C2E317C', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', @@ -4877,17 +5688,110 @@ const assets: AssetList = { } ], type_asset: 'ics20', - base: 'ibc/6476C708B49222C58DA77038E549F23455AD392E92039B16F260F474E747CD51', - name: 'Wosmo', - display: 'WOSMO', - symbol: 'WOSMO', + base: 'ibc/6476C708B49222C58DA77038E549F23455AD392E92039B16F260F474E747CD51', + name: 'Wosmo', + display: 'WOSMO', + symbol: 'WOSMO', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: + 'ibc/7DA39F5140741177846FCF3CFAB14450EE7F57B7794E5A94BEF73825D3741958', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-78' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' + } + }, + { + description: 'Astro BOY', + denom_units: [ + { + denom: + 'ibc/E9654E4A7BFB39B8CF948EA666FD21BC858873802A87CF54E97331CD8E2A161D', + exponent: 0, + aliases: [ + 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv' + ] + }, + { + denom: 'boy', + exponent: 6 + } + ], + base: 'ibc/E9654E4A7BFB39B8CF948EA666FD21BC858873802A87CF54E97331CD8E2A161D', + name: 'boy', + display: 'boy', + symbol: 'BOY', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: + 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-78' + } + } + ] + }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/DB6B58A721F9346F79DB4AE18A610249BB931CDAFE4236B060F0D65B61F38742', + exponent: 0, + aliases: [ + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/DB6B58A721F9346F79DB4AE18A610249BB931CDAFE4236B060F0D65B61F38742', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', traces: [ { type: 'ibc', counterparty: { channel_id: 'channel-2', base_denom: - 'ibc/7DA39F5140741177846FCF3CFAB14450EE7F57B7794E5A94BEF73825D3741958', + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8', chain_name: 'neutron' }, chain: { @@ -4900,41 +5804,41 @@ const assets: AssetList = { image_sync: { chain_name: 'osmosis', base_denom: - 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' } }, { - description: 'Astro BOY', + description: 'Reflections of cartel activity on Cosmos.', denom_units: [ { denom: - 'ibc/E9654E4A7BFB39B8CF948EA666FD21BC858873802A87CF54E97331CD8E2A161D', + 'ibc/0005F244B7EBC5542CA5AD446EF1879A836A11D93B95B12D9D859ADFB7A70492', exponent: 0, aliases: [ - 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv' + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel' ] }, { - denom: 'boy', + denom: 'cartel', exponent: 6 } ], - base: 'ibc/E9654E4A7BFB39B8CF948EA666FD21BC858873802A87CF54E97331CD8E2A161D', - name: 'boy', - display: 'boy', - symbol: 'BOY', + base: 'ibc/0005F244B7EBC5542CA5AD446EF1879A836A11D93B95B12D9D859ADFB7A70492', + name: 'cartel', + display: 'cartel', + symbol: 'CARTEL', logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' }, images: [ { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' } ], traces: [ @@ -4943,7 +5847,7 @@ const assets: AssetList = { counterparty: { channel_id: 'channel-2', base_denom: - 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv', + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel', chain_name: 'neutron' }, chain: { @@ -5159,6 +6063,295 @@ const assets: AssetList = { } ] }, + { + description: 'The native staking token of OmniFlix Hub.', + denom_units: [ + { + denom: + 'ibc/E94D6C0D4076E91E75C331B3B9075EDB4A5714A9516A86B75DF4B4DC87944D7F', + exponent: 0, + aliases: ['uflix'] + }, + { + denom: 'flix', + exponent: 6 + } + ], + base: 'ibc/E94D6C0D4076E91E75C331B3B9075EDB4A5714A9516A86B75DF4B4DC87944D7F', + name: 'Flix', + display: 'flix', + symbol: 'FLIX', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg' + }, + coingecko_id: 'omniflix-network', + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-27', + base_denom: 'uflix', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-77' + } + } + ] + }, + { + denom_units: [ + { + denom: + 'ibc/762E20A5D5C28553C1CCD1BB008666D54345EE26208E2BC98C328811699002B9', + exponent: 0, + aliases: [ + 'ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477' + ] + }, + { + denom: 'atom', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/762E20A5D5C28553C1CCD1BB008666D54345EE26208E2BC98C328811699002B9', + name: 'Cosmos Hub Atom', + display: 'atom', + symbol: 'ATOM', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-27', + base_denom: + 'ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-77' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'cosmoshub', + base_denom: 'uatom' + }, + 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' + } + ], + 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' + } + }, + { + denom_units: [ + { + denom: + 'ibc/DA2170D017D5BCDFE413D35D6DC49F5167C8A36F1EB32EDB1B67129ABDE4A6B6', + exponent: 0, + aliases: [ + 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B' + ] + }, + { + denom: 'osmo', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/DA2170D017D5BCDFE413D35D6DC49F5167C8A36F1EB32EDB1B67129ABDE4A6B6', + name: 'Osmosis osmo', + display: 'osmo', + symbol: 'OSMO', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-27', + base_denom: + 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-77' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: 'uosmo' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/2E0EDA23285ED3B3517256F9E007ABBEF45C9ABC071594501B2212E99CD5BA26', + exponent: 0, + aliases: [ + 'ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274' + ] + }, + { + denom: 'ist', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/2E0EDA23285ED3B3517256F9E007ABBEF45C9ABC071594501B2212E99CD5BA26', + name: 'Agoric IST (Inter Stable Token)', + display: 'ist', + symbol: 'IST', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-27', + base_denom: + 'ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-77' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'agoric', + base_denom: 'uist' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/77A19C3F303C9A5780512CDA2AD445DEF1AE50148B49235766FD713DC87F4747', + exponent: 0, + aliases: [ + 'ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9' + ] + }, + { + denom: 'usdc', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/77A19C3F303C9A5780512CDA2AD445DEF1AE50148B49235766FD713DC87F4747', + name: 'USD Coin (Axelar)', + display: 'usdc', + symbol: 'USDC.axl', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-27', + base_denom: + 'ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-77' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'axelar', + base_denom: 'uusdc' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/46083CF2B677D02576FD87AFE6BEFCEC7997B0450C43F18FD1C92A715D2022E6', + exponent: 0, + aliases: [ + 'ibc/9F28238BDB687A86681B30764BA1437E079C3565D04FDD7862055A83F7E5C630' + ] + }, + { + denom: 'baddog', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/46083CF2B677D02576FD87AFE6BEFCEC7997B0450C43F18FD1C92A715D2022E6', + name: 'BadDog (Osmosis)', + display: 'baddog', + symbol: 'BADDOG.osmo', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-27', + base_denom: + 'ibc/9F28238BDB687A86681B30764BA1437E079C3565D04FDD7862055A83F7E5C630', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-77' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.svg' + } + }, { description: 'The native token of Osmosis', denom_units: [ diff --git a/packages/assets/src/mainnet/bitcanna.ts b/packages/assets/src/mainnet/bitcanna.ts index bcbcd489a..16fc916f1 100644 --- a/packages/assets/src/mainnet/bitcanna.ts +++ b/packages/assets/src/mainnet/bitcanna.ts @@ -753,7 +753,8 @@ const assets: AssetList = { ] }, { - description: 'L DON a BitSong Music FanToken', + deprecated: true, + description: '[Redacted] a BitSong Music FanToken', denom_units: [ { denom: @@ -762,22 +763,14 @@ const assets: AssetList = { aliases: ['ft347B1612A2B7659913679CF6CD45B8B130C50A00'] }, { - denom: 'ldon', + denom: 'ft347B1612A2B7659913679CF6CD45B8B130C50A00/6', exponent: 6 } ], base: 'ibc/F769149610F8663C7619DA9647FD26C881C5AAFAAACA24C7621A9FFE86F161DD', - name: 'L DON Fantoken', - display: 'ldon', + name: '[Redacted] Fantoken (ft3...A00)', + display: 'ft347B1612A2B7659913679CF6CD45B8B130C50A00/6', symbol: 'LDON', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft347B1612A2B7659913679CF6CD45B8B130C50A00.png' - }, - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft347B1612A2B7659913679CF6CD45B8B130C50A00.png' - } - ], traces: [ { type: 'ibc', @@ -1146,48 +1139,6 @@ const assets: AssetList = { } ] }, - { - description: - 'Hava Coin is the lifeblood of the Cosmos & Juno networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', - denom_units: [ - { - denom: - 'ibc/D86875F549E43979B2F6E6599832090EB6D4B416C2C954399821E3FC69BB1B68', - exponent: 0, - aliases: ['factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava'] - }, - { - denom: 'hava', - exponent: 6 - } - ], - base: 'ibc/D86875F549E43979B2F6E6599832090EB6D4B416C2C954399821E3FC69BB1B68', - name: 'Hava Coin', - display: 'hava', - symbol: 'HAVA', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - }, - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - } - ], - traces: [ - { - type: 'ibc', - counterparty: { - channel_id: 'channel-50', - base_denom: - 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava', - chain_name: 'juno' - }, - chain: { - channel_id: 'channel-10' - } - } - ] - }, { description: 'The native token of Osmosis', denom_units: [ diff --git a/packages/assets/src/mainnet/bitsong.ts b/packages/assets/src/mainnet/bitsong.ts index 50bad4bb3..11d027589 100644 --- a/packages/assets/src/mainnet/bitsong.ts +++ b/packages/assets/src/mainnet/bitsong.ts @@ -2,6 +2,1459 @@ import { AssetList } from '@chain-registry/types'; const assets: AssetList = { chain_name: 'bitsong', assets: [ + { + description: 'The native token of Axelar', + denom_units: [ + { + denom: + 'ibc/A5D78E51298330AA6747FBA5190CD110FA1108F90C82B217E10E42AA159076BB', + exponent: 0, + aliases: ['uaxl'] + }, + { + denom: 'axl', + exponent: 6 + } + ], + base: 'ibc/A5D78E51298330AA6747FBA5190CD110FA1108F90C82B217E10E42AA159076BB', + name: 'Axelar', + display: 'axl', + symbol: 'AXL', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg' + }, + coingecko_id: 'axelar', + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-140', + base_denom: 'uaxl', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-28' + } + } + ] + }, + { + description: "Circle's stablecoin on Axelar", + denom_units: [ + { + denom: + 'ibc/A1E346D5B89D2F883B7EF5F0C2C364533DA967A8D9C7074BA4D2F2EBEFEE858A', + exponent: 0, + aliases: ['uusdc'] + }, + { + denom: 'usdc', + exponent: 6 + } + ], + base: 'ibc/A1E346D5B89D2F883B7EF5F0C2C364533DA967A8D9C7074BA4D2F2EBEFEE858A', + name: 'USD Coin', + display: 'usdc', + symbol: 'USDC', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-140', + base_denom: 'uusdc', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-28' + } + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg' + }, + coingecko_id: 'axlusdc', + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg' + } + ] + }, + { + description: "Frax's fractional-algorithmic stablecoin on Axelar", + denom_units: [ + { + denom: + 'ibc/B532B0C5C1BD1A7A26DEFF55A6083F1C719A8396794F41FB9AC7964EC7439FEA', + exponent: 0, + aliases: ['frax-wei'] + }, + { + denom: 'frax', + exponent: 18 + } + ], + base: 'ibc/B532B0C5C1BD1A7A26DEFF55A6083F1C719A8396794F41FB9AC7964EC7439FEA', + name: 'Frax', + display: 'frax', + symbol: 'FRAX', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-140', + base_denom: 'frax-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-28' + } + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg' + }, + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg' + } + ] + }, + { + description: 'Dai stablecoin on Axelar', + denom_units: [ + { + denom: + 'ibc/106A346071BDB6008CA4A2A355748E8F7E32141F47AAFD6D4B90FAB440540FCC', + exponent: 0, + aliases: ['dai-wei'] + }, + { + denom: 'dai', + exponent: 18 + } + ], + base: 'ibc/106A346071BDB6008CA4A2A355748E8F7E32141F47AAFD6D4B90FAB440540FCC', + name: 'Dai Stablecoin', + display: 'dai', + symbol: 'DAI', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-140', + base_denom: 'dai-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-28' + } + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.svg' + } + ] + }, + { + description: "Tether's USD stablecoin on Axelar", + denom_units: [ + { + denom: + 'ibc/18629E59D3F246A4E4EB1E39683B2B5466C56A8BD2BE3A2D9841F973A56E8C5E', + exponent: 0, + aliases: ['uusdt'] + }, + { + denom: 'usdt', + exponent: 6 + } + ], + base: 'ibc/18629E59D3F246A4E4EB1E39683B2B5466C56A8BD2BE3A2D9841F973A56E8C5E', + name: 'Tether USD', + display: 'usdt', + symbol: 'USDT', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-140', + base_denom: 'uusdt', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-28' + } + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.svg' + } + ] + }, + { + description: 'Wrapped Ether on Axelar', + denom_units: [ + { + denom: + 'ibc/CFB11F0FF3C51C18E029B42BA5D99290C746AC1566138EFF2D3FFF746CEAAEDC', + exponent: 0, + aliases: ['weth-wei'] + }, + { + denom: 'weth', + exponent: 18 + } + ], + base: 'ibc/CFB11F0FF3C51C18E029B42BA5D99290C746AC1566138EFF2D3FFF746CEAAEDC', + name: 'Wrapped Ether', + display: 'weth', + symbol: 'WETH', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-140', + base_denom: 'weth-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-28' + } + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png' + } + ] + }, + { + description: 'Wrapped Bitcoin on Axelar', + denom_units: [ + { + denom: + 'ibc/42979143DE9FB439FCA545E454D59CC9F339FB95704D48D28BB54072B173AFD1', + exponent: 0, + aliases: ['wbtc-satoshi'] + }, + { + denom: 'wbtc', + exponent: 8 + } + ], + base: 'ibc/42979143DE9FB439FCA545E454D59CC9F339FB95704D48D28BB54072B173AFD1', + name: 'Wrapped Bitcoin', + display: 'wbtc', + symbol: 'WBTC', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-140', + base_denom: 'wbtc-satoshi', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-28' + } + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png' + } + ] + }, + { + description: 'Aave on Axelar', + denom_units: [ + { + denom: + 'ibc/A900519D54DF3F5D9D281DDCD3A3B284162EC41AD8D90CEE43047ECC7CD5DECB', + exponent: 0, + aliases: ['aave-wei'] + }, + { + denom: 'aave', + exponent: 18 + } + ], + base: 'ibc/A900519D54DF3F5D9D281DDCD3A3B284162EC41AD8D90CEE43047ECC7CD5DECB', + name: 'Aave', + display: 'aave', + symbol: 'AAVE', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-140', + base_denom: 'aave-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-28' + } + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg' + }, + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg' + } + ] + }, + { + description: 'ApeCoin on Axelar', + denom_units: [ + { + denom: + 'ibc/34248675C16006A8E0AB006B797013AC5270F5DB55DD63336E8063AB1E422BD9', + exponent: 0, + aliases: ['ape-wei'] + }, + { + denom: 'ape', + exponent: 18 + } + ], + base: 'ibc/34248675C16006A8E0AB006B797013AC5270F5DB55DD63336E8063AB1E422BD9', + name: 'ApeCoin', + display: 'ape', + symbol: 'APE', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-140', + base_denom: 'ape-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-28' + } + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg' + }, + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg' + } + ] + }, + { + description: 'Axie Infinity Shard on Axelar', + denom_units: [ + { + denom: + 'ibc/6C4C507A504C0A1CF49E3C59E4DE824EA6235A1907A22A1C4893295C2FF0D332', + exponent: 0, + aliases: ['axs-wei'] + }, + { + denom: 'axs', + exponent: 18 + } + ], + base: 'ibc/6C4C507A504C0A1CF49E3C59E4DE824EA6235A1907A22A1C4893295C2FF0D332', + name: 'Axie Infinity Shard', + display: 'axs', + symbol: 'AXS', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-140', + base_denom: 'axs-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-28' + } + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg' + }, + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg' + } + ] + }, + { + description: 'Chainlink on Axelar', + denom_units: [ + { + denom: + 'ibc/6275DF4ACF92B58CA33F859554633D35B714802AFEBC48CE8F470B31C54EF51A', + exponent: 0, + aliases: ['link-wei'] + }, + { + denom: 'link', + exponent: 18 + } + ], + base: 'ibc/6275DF4ACF92B58CA33F859554633D35B714802AFEBC48CE8F470B31C54EF51A', + name: 'Chainlink', + display: 'link', + symbol: 'LINK', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-140', + base_denom: 'link-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-28' + } + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg' + } + ] + }, + { + description: 'Maker on Axelar', + denom_units: [ + { + denom: + 'ibc/F666F39D08790A02DE839B6D32BEAF20F54BAF93EFA3AA16AE7E074B5A8CA31D', + exponent: 0, + aliases: ['mkr-wei'] + }, + { + denom: 'mkr', + exponent: 18 + } + ], + base: 'ibc/F666F39D08790A02DE839B6D32BEAF20F54BAF93EFA3AA16AE7E074B5A8CA31D', + name: 'Maker', + display: 'mkr', + symbol: 'MKR', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-140', + base_denom: 'mkr-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-28' + } + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg' + }, + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg' + } + ] + }, + { + description: 'Rai Reflex Index on Axelar', + denom_units: [ + { + denom: + 'ibc/80DF1F51D9A1024951F7E6BD87F6ABEF111EB858C03BC718C9F91EDE629E4CA8', + exponent: 0, + aliases: ['rai-wei'] + }, + { + denom: 'rai', + exponent: 18 + } + ], + base: 'ibc/80DF1F51D9A1024951F7E6BD87F6ABEF111EB858C03BC718C9F91EDE629E4CA8', + name: 'Rai Reflex Index', + display: 'rai', + symbol: 'RAI', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-140', + base_denom: 'rai-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-28' + } + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg' + }, + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg' + } + ] + }, + { + description: 'Shiba Inu on Axelar', + denom_units: [ + { + denom: + 'ibc/1C3E5126B4A708E72C848828705B9DABBBB9E96EF6DC7E4262984C267FF6A0A2', + exponent: 0, + aliases: ['shib-wei'] + }, + { + denom: 'shib', + exponent: 18 + } + ], + base: 'ibc/1C3E5126B4A708E72C848828705B9DABBBB9E96EF6DC7E4262984C267FF6A0A2', + name: 'Shiba Inu', + display: 'shib', + symbol: 'SHIB', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-140', + base_denom: 'shib-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-28' + } + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg' + }, + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg' + } + ] + }, + { + description: 'Lido Staked Ether on Axelar', + denom_units: [ + { + denom: + 'ibc/41BFF5F2E147AF477A9372C83AAEA4D7D399B70F6F3C88D148D342891637E200', + exponent: 0, + aliases: ['steth-wei'] + }, + { + denom: 'steth', + exponent: 18 + } + ], + base: 'ibc/41BFF5F2E147AF477A9372C83AAEA4D7D399B70F6F3C88D148D342891637E200', + name: 'Lido Staked Ether', + display: 'steth', + symbol: 'stETH', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-140', + base_denom: 'steth-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-28' + } + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg' + }, + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg' + } + ] + }, + { + description: 'Uniswap on Axelar', + denom_units: [ + { + denom: + 'ibc/9F0C9A8F061F2C236928CEFA635AEB9D195AF00EBD9CF42D3D5B0CB028F9AA36', + exponent: 0, + aliases: ['uni-wei'] + }, + { + denom: 'uni', + exponent: 18 + } + ], + base: 'ibc/9F0C9A8F061F2C236928CEFA635AEB9D195AF00EBD9CF42D3D5B0CB028F9AA36', + name: 'Uniswap', + display: 'uni', + symbol: 'UNI', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-140', + base_denom: 'uni-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-28' + } + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg' + }, + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg' + } + ] + }, + { + description: 'Chain on Axelar', + denom_units: [ + { + denom: + 'ibc/F717DCA03A030C24325294E4412424ED246830912A95F2AFC112B8DBC10DC2DD', + exponent: 0, + aliases: ['xcn-wei'] + }, + { + denom: 'xcn', + exponent: 18 + } + ], + base: 'ibc/F717DCA03A030C24325294E4412424ED246830912A95F2AFC112B8DBC10DC2DD', + name: 'Chain', + display: 'xcn', + symbol: 'XCN', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-140', + base_denom: 'xcn-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-28' + } + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg' + }, + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg' + } + ] + }, + { + description: 'Wrapped Polkadot on Axelar', + denom_units: [ + { + denom: + 'ibc/5A8AEE9593F3BE995BEC032BDFAC67995D5EDAA23DB016BB58AC0E9B29218184', + exponent: 0, + aliases: ['dot-planck'] + }, + { + denom: 'dot', + exponent: 10 + } + ], + base: 'ibc/5A8AEE9593F3BE995BEC032BDFAC67995D5EDAA23DB016BB58AC0E9B29218184', + name: 'Wrapped Polkadot', + display: 'dot', + symbol: 'DOT', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-140', + base_denom: 'dot-planck', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-28' + } + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg' + } + ] + }, + { + description: 'Wrapped Moonbeam on Axelar', + denom_units: [ + { + denom: + 'ibc/AB59FA8B477F1F1100F604251C461A711655FC63F67CE668D8D6936D5FC24B0A', + exponent: 0, + aliases: ['wglmr-wei'] + }, + { + denom: 'wglmr', + exponent: 18 + } + ], + base: 'ibc/AB59FA8B477F1F1100F604251C461A711655FC63F67CE668D8D6936D5FC24B0A', + name: 'Wrapped Moonbeam', + display: 'wglmr', + symbol: 'WGLMR', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-140', + base_denom: 'wglmr-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-28' + } + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg' + } + ] + }, + { + description: 'Wrapped Matic on Axelar', + denom_units: [ + { + denom: + 'ibc/EFE46547B0EDF623524E8E41542737F1C1DE31F9D34B820A3032FF8144FA1B2F', + exponent: 0, + aliases: ['wmatic-wei'] + }, + { + denom: 'wmatic', + exponent: 18 + } + ], + base: 'ibc/EFE46547B0EDF623524E8E41542737F1C1DE31F9D34B820A3032FF8144FA1B2F', + name: 'Wrapped Matic', + display: 'wmatic', + symbol: 'WMATIC', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-140', + base_denom: 'wmatic-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-28' + } + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.svg' + } + ] + }, + { + description: 'Wrapped BNB on Axelar', + denom_units: [ + { + denom: + 'ibc/5CF5C83600A3074B226AB51C2BFAF1D19FA3D5CD1F119BAA0E414A53EFE8EA1E', + exponent: 0, + aliases: ['wbnb-wei'] + }, + { + denom: 'wbnb', + exponent: 18 + } + ], + base: 'ibc/5CF5C83600A3074B226AB51C2BFAF1D19FA3D5CD1F119BAA0E414A53EFE8EA1E', + name: 'Wrapped BNB', + display: 'wbnb', + symbol: 'WBNB', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-140', + base_denom: 'wbnb-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-28' + } + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.svg' + } + ] + }, + { + description: 'Binance USD on Axelar.', + denom_units: [ + { + denom: + 'ibc/895E2D6E27AA3979CC443193F93508BD606C8F64094215C8795B1A2EED1A093A', + exponent: 0, + aliases: ['busd-wei'] + }, + { + denom: 'busd', + exponent: 18 + } + ], + base: 'ibc/895E2D6E27AA3979CC443193F93508BD606C8F64094215C8795B1A2EED1A093A', + name: 'Binance USD', + display: 'busd', + symbol: 'BUSD', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-140', + base_denom: 'busd-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-28' + } + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png' + } + ] + }, + { + description: 'Wrapped AVAX on Axelar.', + denom_units: [ + { + denom: + 'ibc/921791F0C764D343754C4825BD9102A28C900BA9DC4DCD20C175DF0009A33803', + exponent: 0, + aliases: ['wavax-wei'] + }, + { + denom: 'avax', + exponent: 18 + } + ], + base: 'ibc/921791F0C764D343754C4825BD9102A28C900BA9DC4DCD20C175DF0009A33803', + name: 'Wrapped AVAX', + display: 'avax', + symbol: 'WAVAX', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-140', + base_denom: 'wavax-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-28' + } + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg' + }, + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg' + } + ] + }, + { + description: 'Wrapped FTM on Axelar.', + denom_units: [ + { + denom: + 'ibc/44BBC6B1109EC647D3B8F136E1D6BEF5E9CAFA3654AEA83E17CC7F3EF8CDC534', + exponent: 0, + aliases: ['wftm-wei'] + }, + { + denom: 'ftm', + exponent: 18 + } + ], + base: 'ibc/44BBC6B1109EC647D3B8F136E1D6BEF5E9CAFA3654AEA83E17CC7F3EF8CDC534', + name: 'Wrapped FTM', + display: 'ftm', + symbol: 'WFTM', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-140', + base_denom: 'wftm-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-28' + } + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png' + } + ] + }, + { + description: "Circle's stablecoin from Polygon on Axelar", + denom_units: [ + { + denom: + 'ibc/25C6FAB38A64DCC28649F14A01DB784582213E5BEEC4B41932697F888AB3C7D9', + exponent: 0, + aliases: ['polygon-uusdc'] + }, + { + denom: 'polygon-usdc', + exponent: 6 + } + ], + base: 'ibc/25C6FAB38A64DCC28649F14A01DB784582213E5BEEC4B41932697F888AB3C7D9', + name: 'USD Coin from Polygon', + display: 'polygon-usdc', + symbol: 'USDC', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-140', + base_denom: 'polygon-uusdc', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-28' + } + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg' + } + ] + }, + { + description: "Circle's stablecoin from Avalanche on Axelar", + denom_units: [ + { + denom: + 'ibc/4D563C173B3CA4CDAE52CFBF8A1BEE64A4CADE3E23FEA09F8FD7A774A2CE50EC', + exponent: 0, + aliases: ['avalanche-uusdc'] + }, + { + denom: 'avalanche-usdc', + exponent: 6 + } + ], + base: 'ibc/4D563C173B3CA4CDAE52CFBF8A1BEE64A4CADE3E23FEA09F8FD7A774A2CE50EC', + name: 'USD Coin from Avalanche', + display: 'avalanche-usdc', + symbol: 'USDC', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-140', + base_denom: 'avalanche-uusdc', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-28' + } + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg' + } + ] + }, + { + description: 'Wrapped FIL on Axelar', + denom_units: [ + { + denom: + 'ibc/A9A9A48C08BE992295E256ED5523A6507D68D89D781E9F033E856D0104B46E7A', + exponent: 0, + aliases: ['wfil-wei'] + }, + { + denom: 'fil', + exponent: 18 + } + ], + base: 'ibc/A9A9A48C08BE992295E256ED5523A6507D68D89D781E9F033E856D0104B46E7A', + name: 'Wrapped FIL from Filecoin', + display: 'fil', + symbol: 'axlFIL', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-140', + base_denom: 'wfil-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-28' + } + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.svg' + } + ] + }, + { + description: 'Arbitrum on Axelar', + denom_units: [ + { + denom: + 'ibc/E5509ADC8D4FFD8D478B6265CDBCEDE1B40536CFB17DF3CED8EBB4D7830D9F20', + exponent: 0, + aliases: ['arb-wei'] + }, + { + denom: 'arb', + exponent: 18 + } + ], + base: 'ibc/E5509ADC8D4FFD8D478B6265CDBCEDE1B40536CFB17DF3CED8EBB4D7830D9F20', + name: 'Arbitrum', + display: 'arb', + symbol: 'ARB', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-140', + base_denom: 'arb-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-28' + } + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg' + } + ] + }, + { + denom_units: [ + { + denom: + 'ibc/59DFEEC9F90DC912AEC299A8D9ACEECA6DD818C267C5F4C8C5C401C78141A1AC', + exponent: 0, + aliases: ['pepe-wei'] + }, + { + denom: 'pepe', + exponent: 18 + } + ], + base: 'ibc/59DFEEC9F90DC912AEC299A8D9ACEECA6DD818C267C5F4C8C5C401C78141A1AC', + name: 'Pepe', + display: 'pepe', + symbol: 'PEPE', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-140', + base_denom: 'pepe-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-28' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'ethereum', + base_denom: '0x6982508145454Ce325dDbE47a25d4ec3d2311933' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/8BF43A026920DA79D4070780EE66E822F834FDEF3B08F312E2F033DA3716787C', + exponent: 0, + aliases: ['cbeth-wei'] + }, + { + denom: 'cbeth', + exponent: 18 + } + ], + base: 'ibc/8BF43A026920DA79D4070780EE66E822F834FDEF3B08F312E2F033DA3716787C', + name: 'Coinbase Wrapped Staked ETH', + display: 'cbeth', + symbol: 'cbETH', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-140', + base_denom: 'cbeth-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-28' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'ethereum', + base_denom: '0xbe9895146f7af43049ca1c1ae358b0541ea49704' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/cbeth.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/cbeth.png' + } + }, + { + denom_units: [ + { + denom: + 'ibc/A220B059F40251CE0C92158BD5BBB65C6576100432D1303E32043351B8643B83', + exponent: 0, + aliases: ['reth-wei'] + }, + { + denom: 'reth', + exponent: 18 + } + ], + base: 'ibc/A220B059F40251CE0C92158BD5BBB65C6576100432D1303E32043351B8643B83', + name: 'Rocket Pool Ether', + display: 'reth', + symbol: 'rETH', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-140', + base_denom: 'reth-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-28' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'ethereum', + base_denom: '0xae78736cd615f374d3085123a210448e74fc6393' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png' + } + }, + { + denom_units: [ + { + denom: + 'ibc/FE1293594950C45514FBF9126494C950F498840D2C6883740543996A23C98ED3', + exponent: 0, + aliases: ['sfrxeth-wei'] + }, + { + denom: 'sfrxeth', + exponent: 18 + } + ], + base: 'ibc/FE1293594950C45514FBF9126494C950F498840D2C6883740543996A23C98ED3', + name: 'Staked Frax Ether', + display: 'sfrxeth', + symbol: 'sfrxETH', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-140', + base_denom: 'sfrxeth-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-28' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'ethereum', + base_denom: '0xac3e018457b222d93114458476f3e3416abbe38f' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/422B9998BC4762458FBAFBB085ECA398CF7F8EE619EE8FCCFF67D6F4DC0D9A6B', + exponent: 0, + aliases: ['wsteth-wei'] + }, + { + denom: 'wsteth', + exponent: 18 + } + ], + base: 'ibc/422B9998BC4762458FBAFBB085ECA398CF7F8EE619EE8FCCFF67D6F4DC0D9A6B', + name: 'Wrapped Lido Staked Ether', + display: 'wsteth', + symbol: 'wstETH', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-140', + base_denom: 'wsteth-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-28' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'ethereum', + base_denom: '0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/05800A47FBF82C836D774E47846D927619FAD97B34AFFFEB0FB79D2EAEED8E09', + exponent: 0, + aliases: ['yieldeth-wei'] + }, + { + denom: 'YieldETH', + exponent: 18 + } + ], + base: 'ibc/05800A47FBF82C836D774E47846D927619FAD97B34AFFFEB0FB79D2EAEED8E09', + name: 'Real Yield Eth', + display: 'YieldETH', + symbol: 'YieldETH', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-140', + base_denom: 'yieldeth-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-28' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'ethereum', + base_denom: '0xb5b29320d2Dde5BA5BAFA1EbcD270052070483ec' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/597E773ACBD91A6AFC7C8D64066E61A412DAE9F27CD7C0C62BDA322C963E6968', + exponent: 0, + aliases: ['ox-wei'] + }, + { + denom: 'ox', + exponent: 18 + } + ], + base: 'ibc/597E773ACBD91A6AFC7C8D64066E61A412DAE9F27CD7C0C62BDA322C963E6968', + name: 'Open Exchange Token', + display: 'ox', + symbol: 'OX', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-140', + base_denom: 'ox-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-28' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'ethereum', + base_denom: '0x78a0A62Fba6Fb21A83FE8a3433d44C73a4017A6f' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.svg' + } + }, { description: 'The BCNA coin is the transactional token within the BitCanna network, serving the legal cannabis industry through its payment network, supply chain and trust network.', @@ -400,48 +1853,6 @@ const assets: AssetList = { } ] }, - { - description: - 'Hava Coin is the lifeblood of the Cosmos & Juno networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', - denom_units: [ - { - denom: - 'ibc/CF67B1626918E2A902D1636836294A70A8CC2398FB3EFEA8109B9AD16F5DE16D', - exponent: 0, - aliases: ['factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava'] - }, - { - denom: 'hava', - exponent: 6 - } - ], - base: 'ibc/CF67B1626918E2A902D1636836294A70A8CC2398FB3EFEA8109B9AD16F5DE16D', - name: 'Hava Coin', - display: 'hava', - symbol: 'HAVA', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - }, - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - } - ], - traces: [ - { - type: 'ibc', - counterparty: { - channel_id: 'channel-17', - base_denom: - 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava', - chain_name: 'juno' - }, - chain: { - channel_id: 'channel-5' - } - } - ] - }, { description: 'The native token of Osmosis', denom_units: [ diff --git a/packages/assets/src/mainnet/carbon.ts b/packages/assets/src/mainnet/carbon.ts index 8c7531e22..cb6abf2f1 100644 --- a/packages/assets/src/mainnet/carbon.ts +++ b/packages/assets/src/mainnet/carbon.ts @@ -365,6 +365,50 @@ const assets: AssetList = { } ] }, + { + description: 'The token of Teledisko DAO.', + denom_units: [ + { + denom: + 'ibc/3543CC7E24618A3BEF1084D8A83AE24B3212EFEC11B353347EC1CFD3CC517064', + exponent: 0, + aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280'] + }, + { + denom: 'berlin', + exponent: 18 + } + ], + base: 'ibc/3543CC7E24618A3BEF1084D8A83AE24B3212EFEC11B353347EC1CFD3CC517064', + name: 'Teledisko DAO', + display: 'berlin', + symbol: 'BERLIN', + type_asset: 'erc20', + address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-23', + base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + chain_name: 'evmos' + }, + chain: { + channel_id: 'channel-6' + } + } + ] + }, { description: 'The IRIS token is the native governance token for the IrisNet chain.', @@ -1164,7 +1208,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/FDA83CD1D30E45FD01C278A3D943B5C94E6D516F083EE451974D82148711EEBE', + 'ibc/53A7C940B9FA3D701D3D926A83695F5123C98008B4E94CDD8D109130F41E447C', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -1175,7 +1219,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/FDA83CD1D30E45FD01C278A3D943B5C94E6D516F083EE451974D82148711EEBE', + base: 'ibc/53A7C940B9FA3D701D3D926A83695F5123C98008B4E94CDD8D109130F41E447C', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', @@ -17047,6 +17091,54 @@ const assets: AssetList = { } ] }, + { + description: 'Just a meme coin on Terra', + type_asset: 'cw20', + address: + 'terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces', + denom_units: [ + { + denom: + 'ibc/54CC794AA52170A042F78F5838BF3D37A4067A621D31A1F3B2E3C381BE17C543', + exponent: 0, + aliases: [ + 'cw20:terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces' + ] + }, + { + denom: 'GUGU', + exponent: 6 + } + ], + base: 'ibc/54CC794AA52170A042F78F5838BF3D37A4067A621D31A1F3B2E3C381BE17C543', + name: 'GUGU', + display: 'GUGU', + symbol: 'GUGU', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gugu.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gugu.png' + } + ], + traces: [ + { + type: 'ibc-cw20', + counterparty: { + port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au', + channel_id: 'channel-41', + base_denom: + 'cw20:terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces', + chain_name: 'terra2' + }, + chain: { + port: 'transfer', + channel_id: 'channel-16' + } + } + ] + }, { description: 'The GraveDigger is the Liquid Staking Product of BackBone Labs. It will have its own platform. Its liquid staking derivative (LSD) is boneLUNA.', @@ -17617,6 +17709,55 @@ const assets: AssetList = { } } ] + }, + { + description: + 'Bitmos opens doors for BRC20 tokens to thrive alongside established players in the Cosmos Network, revolutionizing decentralized finance (DeFi) for all.', + type_asset: 'cw20', + address: + 'terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq', + denom_units: [ + { + denom: + 'ibc/3BB8B5197DA377AB95A9F58AE523D8BA60D47892EF37D6A1DEE71C08976AAC4A', + exponent: 0, + aliases: [ + 'cw20:terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq' + ] + }, + { + denom: 'bitmos', + exponent: 6 + } + ], + base: 'ibc/3BB8B5197DA377AB95A9F58AE523D8BA60D47892EF37D6A1DEE71C08976AAC4A', + name: 'Bitmos', + display: 'bitmos', + symbol: 'BMOS', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bitmos.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bitmos.png' + } + ], + traces: [ + { + type: 'ibc-cw20', + counterparty: { + port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au', + channel_id: 'channel-41', + base_denom: + 'cw20:terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq', + chain_name: 'terra2' + }, + chain: { + port: 'transfer', + channel_id: 'channel-16' + } + } + ] } ] }; diff --git a/packages/assets/src/mainnet/celestia.ts b/packages/assets/src/mainnet/celestia.ts index 6b1fea321..b418faf43 100644 --- a/packages/assets/src/mainnet/celestia.ts +++ b/packages/assets/src/mainnet/celestia.ts @@ -1777,6 +1777,50 @@ const assets: AssetList = { } ] }, + { + description: 'The token of Teledisko DAO.', + denom_units: [ + { + denom: + 'ibc/DB28D4D4E7FCBB7DBCCC9955213A3F3264C444BD024B25A1AD6D2A2B90BB2DB2', + exponent: 0, + aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280'] + }, + { + denom: 'berlin', + exponent: 18 + } + ], + base: 'ibc/DB28D4D4E7FCBB7DBCCC9955213A3F3264C444BD024B25A1AD6D2A2B90BB2DB2', + name: 'Teledisko DAO', + display: 'berlin', + symbol: 'BERLIN', + type_asset: 'erc20', + address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-106', + base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + chain_name: 'evmos' + }, + chain: { + channel_id: 'channel-26' + } + } + ] + }, { description: 'The INJ token is the native governance token for the Injective chain.', @@ -2079,11 +2123,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -2132,6 +2176,178 @@ const assets: AssetList = { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg' } }, + { + description: + 'Hava Coin is the lifeblood of the Cosmos & Injective networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', + denom_units: [ + { + denom: + 'ibc/EE7F7B854D5CC07A6F627BAD118C353BB4CEBB6AD1250DDE16000EEABF5297A3', + exponent: 0, + aliases: ['factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava'] + }, + { + denom: 'hava', + exponent: 6 + } + ], + base: 'ibc/EE7F7B854D5CC07A6F627BAD118C353BB4CEBB6AD1250DDE16000EEABF5297A3', + name: 'Hava Coin', + display: 'hava', + symbol: 'HAVA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-152', + base_denom: + 'factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-7' + } + } + ] + }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/6896A8E11982B823DE267B6B418281A58AB287EC90014CFB7FBC7F6C16CC2A76', + exponent: 0, + aliases: [ + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/6896A8E11982B823DE267B6B418281A58AB287EC90014CFB7FBC7F6C16CC2A76', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-152', + base_denom: + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-7' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'The second meme coin on Injective.', + denom_units: [ + { + denom: + 'ibc/F4F2DAD0CADAA922DC146C17A35DBE5B215A795D31AF89484BFA0859B23C87DC', + exponent: 0, + aliases: ['inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88'] + }, + { + denom: 'NINPO', + exponent: 6 + } + ], + base: 'ibc/F4F2DAD0CADAA922DC146C17A35DBE5B215A795D31AF89484BFA0859B23C87DC', + name: 'Ninpo', + display: 'NINPO', + symbol: 'NINPO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-152', + base_denom: 'inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-7' + } + } + ] + }, + { + description: 'JUDO is a very futuristic meme token.', + denom_units: [ + { + denom: + 'ibc/B0FBCFA07724F42B4C761228A2E22777B9FCCFDC797E9648A4219F768775F786', + exponent: 0, + aliases: ['inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h'] + }, + { + denom: 'JUDO', + exponent: 6 + } + ], + base: 'ibc/B0FBCFA07724F42B4C761228A2E22777B9FCCFDC797E9648A4219F768775F786', + name: 'Judo', + display: 'JUDO', + symbol: 'JUDO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-152', + base_denom: 'inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-7' + } + } + ] + }, { description: 'The native staking and governance token of Kava', denom_units: [ @@ -3391,11 +3607,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -3441,6 +3657,99 @@ const assets: AssetList = { } ] }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/59C753E584FDB74C2D6D1A3AAAD5D0DA6352B8D19363575A83C80BAAE5ACB502', + exponent: 0, + aliases: [ + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/59C753E584FDB74C2D6D1A3AAAD5D0DA6352B8D19363575A83C80BAAE5ACB502', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-35', + base_denom: + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-8' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'Reflections of cartel activity on Cosmos.', + denom_units: [ + { + denom: + 'ibc/999D086E7DB2D13CCB94245C84442DFBF4A32CB7EEDC02B745F95F83031C33BB', + exponent: 0, + aliases: [ + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel' + ] + }, + { + denom: 'cartel', + exponent: 6 + } + ], + base: 'ibc/999D086E7DB2D13CCB94245C84442DFBF4A32CB7EEDC02B745F95F83031C33BB', + name: 'cartel', + display: 'cartel', + symbol: 'CARTEL', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-35', + base_denom: + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-8' + } + } + ] + }, { description: 'The native token of Osmosis', denom_units: [ diff --git a/packages/assets/src/mainnet/chihuahua.ts b/packages/assets/src/mainnet/chihuahua.ts index 451db9432..9a304eb37 100644 --- a/packages/assets/src/mainnet/chihuahua.ts +++ b/packages/assets/src/mainnet/chihuahua.ts @@ -219,48 +219,6 @@ const assets: AssetList = { } ] }, - { - description: - 'Hava Coin is the lifeblood of the Cosmos & Juno networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', - denom_units: [ - { - denom: - 'ibc/7507F0D5B1D18621BCFFEDC212591139EB21BF795E607B546C95497D06821404', - exponent: 0, - aliases: ['factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava'] - }, - { - denom: 'hava', - exponent: 6 - } - ], - base: 'ibc/7507F0D5B1D18621BCFFEDC212591139EB21BF795E607B546C95497D06821404', - name: 'Hava Coin', - display: 'hava', - symbol: 'HAVA', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - }, - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - } - ], - traces: [ - { - type: 'ibc', - counterparty: { - channel_id: 'channel-28', - base_denom: - 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava', - chain_name: 'juno' - }, - chain: { - channel_id: 'channel-11' - } - } - ] - }, { description: 'The native token of Migaloo Chain', denom_units: [ @@ -1789,11 +1747,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -1839,6 +1797,99 @@ const assets: AssetList = { } ] }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/8E1830ACD5AC831A4E690931E7F216176EDDDF5FFA809ED631D97C03DBA3DD07', + exponent: 0, + aliases: [ + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/8E1830ACD5AC831A4E690931E7F216176EDDDF5FFA809ED631D97C03DBA3DD07', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-51', + base_denom: + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-76' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'Reflections of cartel activity on Cosmos.', + denom_units: [ + { + denom: + 'ibc/01E2274A839B7FF8744B064EC9C9A72211BD4F041130E072F73FD8B0AE85EA1E', + exponent: 0, + aliases: [ + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel' + ] + }, + { + denom: 'cartel', + exponent: 6 + } + ], + base: 'ibc/01E2274A839B7FF8744B064EC9C9A72211BD4F041130E072F73FD8B0AE85EA1E', + name: 'cartel', + display: 'cartel', + symbol: 'CARTEL', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-51', + base_denom: + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-76' + } + } + ] + }, { description: 'The native token of OKExChain', denom_units: [ diff --git a/packages/assets/src/mainnet/comdex.ts b/packages/assets/src/mainnet/comdex.ts index 1e4872aa6..ee0c0206b 100644 --- a/packages/assets/src/mainnet/comdex.ts +++ b/packages/assets/src/mainnet/comdex.ts @@ -305,48 +305,6 @@ const assets: AssetList = { } ] }, - { - description: - 'Hava Coin is the lifeblood of the Cosmos & Juno networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', - denom_units: [ - { - denom: - 'ibc/F2F52F0A45BE34BDA4198B11E4C5FBB7142427D7729B25FEA79FA82721A115D5', - exponent: 0, - aliases: ['factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava'] - }, - { - denom: 'hava', - exponent: 6 - } - ], - base: 'ibc/F2F52F0A45BE34BDA4198B11E4C5FBB7142427D7729B25FEA79FA82721A115D5', - name: 'Hava Coin', - display: 'hava', - symbol: 'HAVA', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - }, - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - } - ], - traces: [ - { - type: 'ibc', - counterparty: { - channel_id: 'channel-36', - base_denom: - 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava', - chain_name: 'juno' - }, - chain: { - channel_id: 'channel-18' - } - } - ] - }, { description: 'The native staking and governance token of the Kujira chain.', @@ -1102,7 +1060,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/FC6ED2F8C913125B31DB94FC86C7DC6052971101AE4C17EB650A71139DDEF804', + 'ibc/2F57473C713CC79ACE2956A87E69A96FBB543A5936B6CBEB41ED0737B1EA357B', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -1113,7 +1071,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/FC6ED2F8C913125B31DB94FC86C7DC6052971101AE4C17EB650A71139DDEF804', + base: 'ibc/2F57473C713CC79ACE2956A87E69A96FBB543A5936B6CBEB41ED0737B1EA357B', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', diff --git a/packages/assets/src/mainnet/composable.ts b/packages/assets/src/mainnet/composable.ts index 014fb1938..c85eb7120 100644 --- a/packages/assets/src/mainnet/composable.ts +++ b/packages/assets/src/mainnet/composable.ts @@ -2035,6 +2035,50 @@ const assets: AssetList = { } ] }, + { + description: 'The token of Teledisko DAO.', + denom_units: [ + { + denom: + 'ibc/D5578DB3F2191C823DAF2381D31F83FCF7EB61FE22F457A7EBBCE04EFD036A40', + exponent: 0, + aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280'] + }, + { + denom: 'berlin', + exponent: 18 + } + ], + base: 'ibc/D5578DB3F2191C823DAF2381D31F83FCF7EB61FE22F457A7EBBCE04EFD036A40', + name: 'Teledisko DAO', + display: 'berlin', + symbol: 'BERLIN', + type_asset: 'erc20', + address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-82', + base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + chain_name: 'evmos' + }, + chain: { + channel_id: 'channel-7' + } + } + ] + }, { description: 'The INJ token is the native governance token for the Injective chain.', @@ -2337,11 +2381,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -2390,6 +2434,178 @@ const assets: AssetList = { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg' } }, + { + description: + 'Hava Coin is the lifeblood of the Cosmos & Injective networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', + denom_units: [ + { + denom: + 'ibc/8A0B6A0535F5ECAEBE4F475509FFFD9CBBB7325B03DB3154C9BE7E0EFF6C99BC', + exponent: 0, + aliases: ['factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava'] + }, + { + denom: 'hava', + exponent: 6 + } + ], + base: 'ibc/8A0B6A0535F5ECAEBE4F475509FFFD9CBBB7325B03DB3154C9BE7E0EFF6C99BC', + name: 'Hava Coin', + display: 'hava', + symbol: 'HAVA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-145', + base_denom: + 'factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-29' + } + } + ] + }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/BED7EDF2A45FDC85C6FE222F62EFD4F0D8DF967CA99505C6DEB70E00257AD6EE', + exponent: 0, + aliases: [ + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/BED7EDF2A45FDC85C6FE222F62EFD4F0D8DF967CA99505C6DEB70E00257AD6EE', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-145', + base_denom: + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-29' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'The second meme coin on Injective.', + denom_units: [ + { + denom: + 'ibc/1B3638F92F76A170AFAD00FF97BC7ED9FCC3588A0591AA54FF5EF3ABD5FB7C3C', + exponent: 0, + aliases: ['inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88'] + }, + { + denom: 'NINPO', + exponent: 6 + } + ], + base: 'ibc/1B3638F92F76A170AFAD00FF97BC7ED9FCC3588A0591AA54FF5EF3ABD5FB7C3C', + name: 'Ninpo', + display: 'NINPO', + symbol: 'NINPO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-145', + base_denom: 'inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-29' + } + } + ] + }, + { + description: 'JUDO is a very futuristic meme token.', + denom_units: [ + { + denom: + 'ibc/34D4798F8F5FA32DC0D8D5C12C9293C900E72B6937116669BC861BBA1F8A47AB', + exponent: 0, + aliases: ['inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h'] + }, + { + denom: 'JUDO', + exponent: 6 + } + ], + base: 'ibc/34D4798F8F5FA32DC0D8D5C12C9293C900E72B6937116669BC861BBA1F8A47AB', + name: 'Judo', + display: 'JUDO', + symbol: 'JUDO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-145', + base_denom: 'inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-29' + } + } + ] + }, { description: 'The native token of JUNO Chain', denom_units: [ @@ -2607,48 +2823,6 @@ const assets: AssetList = { } ] }, - { - description: - 'Hava Coin is the lifeblood of the Cosmos & Juno networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', - denom_units: [ - { - denom: - 'ibc/E7A4B955688507632318A4024A457BE5CB4877721A7EBDD2B34AB0B0A884FF08', - exponent: 0, - aliases: ['factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava'] - }, - { - denom: 'hava', - exponent: 6 - } - ], - base: 'ibc/E7A4B955688507632318A4024A457BE5CB4877721A7EBDD2B34AB0B0A884FF08', - name: 'Hava Coin', - display: 'hava', - symbol: 'HAVA', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - }, - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - } - ], - traces: [ - { - type: 'ibc', - counterparty: { - channel_id: 'channel-280', - base_denom: - 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava', - chain_name: 'juno' - }, - chain: { - channel_id: 'channel-8' - } - } - ] - }, { description: 'The native staking and governance token of the Kujira chain.', @@ -3404,7 +3578,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/719259FBA5A859F766DBC2EB687032CDD0F2514D29AEA816A54CC1EA503B02B1', + 'ibc/36FA6C29CAB574EABF04EE37E26885E2EF7500872BC48616F361FDCF77214375', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -3415,7 +3589,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/719259FBA5A859F766DBC2EB687032CDD0F2514D29AEA816A54CC1EA503B02B1', + base: 'ibc/36FA6C29CAB574EABF04EE37E26885E2EF7500872BC48616F361FDCF77214375', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', @@ -5112,11 +5286,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -5162,6 +5336,99 @@ const assets: AssetList = { } ] }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/422881874690999FA99A5C936EF9806F2A4194932075B2EDDB87E91CEDF39994', + exponent: 0, + aliases: [ + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/422881874690999FA99A5C936EF9806F2A4194932075B2EDDB87E91CEDF39994', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-17', + base_denom: + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-18' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'Reflections of cartel activity on Cosmos.', + denom_units: [ + { + denom: + 'ibc/1DF46095F262CAD71143AE2A4C169CD1405B3EB2062F443DFDE23E78D0DE17F5', + exponent: 0, + aliases: [ + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel' + ] + }, + { + denom: 'cartel', + exponent: 6 + } + ], + base: 'ibc/1DF46095F262CAD71143AE2A4C169CD1405B3EB2062F443DFDE23E78D0DE17F5', + name: 'cartel', + display: 'cartel', + symbol: 'CARTEL', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-17', + base_denom: + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-18' + } + } + ] + }, { description: 'The native token of Osmosis', denom_units: [ diff --git a/packages/assets/src/mainnet/coreum.ts b/packages/assets/src/mainnet/coreum.ts index e6bc2a3de..3052eec55 100644 --- a/packages/assets/src/mainnet/coreum.ts +++ b/packages/assets/src/mainnet/coreum.ts @@ -1912,6 +1912,50 @@ const assets: AssetList = { } ] }, + { + description: 'The token of Teledisko DAO.', + denom_units: [ + { + denom: + 'ibc/EC49BC30535146D28CE4CC90EDDF96E9AE64EC88B2054C72ED12FFA800A817A6', + exponent: 0, + aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280'] + }, + { + denom: 'berlin', + exponent: 18 + } + ], + base: 'ibc/EC49BC30535146D28CE4CC90EDDF96E9AE64EC88B2054C72ED12FFA800A817A6', + name: 'Teledisko DAO', + display: 'berlin', + symbol: 'BERLIN', + type_asset: 'erc20', + address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-87', + base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + chain_name: 'evmos' + }, + chain: { + channel_id: 'channel-8' + } + } + ] + }, { description: 'The native token of Gravity Bridge', denom_units: [ @@ -3312,7 +3356,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/F3576B8725CA30811CAD8D14165238FFB89267129E8F9A6D04C8D8A5919FFCE9', + 'ibc/E37C6B67B4B9DC1BBD07E7ABB8C70832FE6FE6E34D7401284BC6EFF16BDF2087', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -3323,7 +3367,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/F3576B8725CA30811CAD8D14165238FFB89267129E8F9A6D04C8D8A5919FFCE9', + base: 'ibc/E37C6B67B4B9DC1BBD07E7ABB8C70832FE6FE6E34D7401284BC6EFF16BDF2087', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', diff --git a/packages/assets/src/mainnet/cosmoshub.ts b/packages/assets/src/mainnet/cosmoshub.ts index aaa65d6ab..4c90e5445 100644 --- a/packages/assets/src/mainnet/cosmoshub.ts +++ b/packages/assets/src/mainnet/cosmoshub.ts @@ -2650,7 +2650,8 @@ const assets: AssetList = { ] }, { - description: 'L DON a BitSong Music FanToken', + deprecated: true, + description: '[Redacted] a BitSong Music FanToken', denom_units: [ { denom: @@ -2659,22 +2660,14 @@ const assets: AssetList = { aliases: ['ft347B1612A2B7659913679CF6CD45B8B130C50A00'] }, { - denom: 'ldon', + denom: 'ft347B1612A2B7659913679CF6CD45B8B130C50A00/6', exponent: 6 } ], base: 'ibc/CCD6B3BC22BFE64646189A7130B6124439970ED1D3707890D7F478B71005D3C7', - name: 'L DON Fantoken', - display: 'ldon', + name: '[Redacted] Fantoken (ft3...A00)', + display: 'ft347B1612A2B7659913679CF6CD45B8B130C50A00/6', symbol: 'LDON', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft347B1612A2B7659913679CF6CD45B8B130C50A00.png' - }, - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft347B1612A2B7659913679CF6CD45B8B130C50A00.png' - } - ], traces: [ { type: 'ibc', @@ -4088,6 +4081,50 @@ const assets: AssetList = { } ] }, + { + description: 'The token of Teledisko DAO.', + denom_units: [ + { + denom: + 'ibc/AE07DE43C4743BA0CE79576B70B280516F395F2F45B905668B150A022DDA4080', + exponent: 0, + aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280'] + }, + { + denom: 'berlin', + exponent: 18 + } + ], + base: 'ibc/AE07DE43C4743BA0CE79576B70B280516F395F2F45B905668B150A022DDA4080', + name: 'Teledisko DAO', + display: 'berlin', + symbol: 'BERLIN', + type_asset: 'erc20', + address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + chain_name: 'evmos' + }, + chain: { + channel_id: 'channel-292' + } + } + ] + }, { description: 'The native staking token of the Function X', denom_units: [ @@ -4564,11 +4601,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -4617,6 +4654,178 @@ const assets: AssetList = { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg' } }, + { + description: + 'Hava Coin is the lifeblood of the Cosmos & Injective networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', + denom_units: [ + { + denom: + 'ibc/C59705689D6B08643B65834305A343DE86B85DB5819F00B6C6E11AC2D3656EE2', + exponent: 0, + aliases: ['factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava'] + }, + { + denom: 'hava', + exponent: 6 + } + ], + base: 'ibc/C59705689D6B08643B65834305A343DE86B85DB5819F00B6C6E11AC2D3656EE2', + name: 'Hava Coin', + display: 'hava', + symbol: 'HAVA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: + 'factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-220' + } + } + ] + }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/A1830423C78AE49E84A07DE69255E9037D4EA153784756F20635454B58431174', + exponent: 0, + aliases: [ + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/A1830423C78AE49E84A07DE69255E9037D4EA153784756F20635454B58431174', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-220' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'The second meme coin on Injective.', + denom_units: [ + { + denom: + 'ibc/74392C3C1F0A88C62C5FF0C77E444D8BBA11FAE3F7AC337891219BEF76ED0178', + exponent: 0, + aliases: ['inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88'] + }, + { + denom: 'NINPO', + exponent: 6 + } + ], + base: 'ibc/74392C3C1F0A88C62C5FF0C77E444D8BBA11FAE3F7AC337891219BEF76ED0178', + name: 'Ninpo', + display: 'NINPO', + symbol: 'NINPO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-220' + } + } + ] + }, + { + description: 'JUDO is a very futuristic meme token.', + denom_units: [ + { + denom: + 'ibc/723426A05EDCE0BAA4FDC47A022881CDA0F0BE8063BDA625155BA3BB424744E0', + exponent: 0, + aliases: ['inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h'] + }, + { + denom: 'JUDO', + exponent: 6 + } + ], + base: 'ibc/723426A05EDCE0BAA4FDC47A022881CDA0F0BE8063BDA625155BA3BB424744E0', + name: 'Judo', + display: 'JUDO', + symbol: 'JUDO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-220' + } + } + ] + }, { description: 'The IRIS token is the native governance token for the IrisNet chain.', @@ -4878,48 +5087,6 @@ const assets: AssetList = { } ] }, - { - description: - 'Hava Coin is the lifeblood of the Cosmos & Juno networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', - denom_units: [ - { - denom: - 'ibc/C638ABCACE5E282BAF213B6C7AC92877CF6B2CB625FBED182CB432120B756BF5', - exponent: 0, - aliases: ['factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava'] - }, - { - denom: 'hava', - exponent: 6 - } - ], - base: 'ibc/C638ABCACE5E282BAF213B6C7AC92877CF6B2CB625FBED182CB432120B756BF5', - name: 'Hava Coin', - display: 'hava', - symbol: 'HAVA', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - }, - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - } - ], - traces: [ - { - type: 'ibc', - counterparty: { - channel_id: 'channel-1', - base_denom: - 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava', - chain_name: 'juno' - }, - chain: { - channel_id: 'channel-207' - } - } - ] - }, { description: 'The native staking and governance token of Kava', denom_units: [ @@ -5934,7 +6101,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/BECF0FAA39CA2900F122A5E4CD805ACF21307243F41463FE6EF57FB1DE43E216', + 'ibc/7A7EF37242541FDD9533349795ADEBE0A78F9D1E9DB421FE3E60E4FAD69A2AD0', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -5945,7 +6112,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/BECF0FAA39CA2900F122A5E4CD805ACF21307243F41463FE6EF57FB1DE43E216', + base: 'ibc/7A7EF37242541FDD9533349795ADEBE0A78F9D1E9DB421FE3E60E4FAD69A2AD0', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', @@ -7729,39 +7896,132 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' + } + }, + { + description: 'Astro BOY', + denom_units: [ + { + denom: + 'ibc/BA7024C8DD092F2DDC83D1886BDA94102396C46DF6D7A478CFA0138BAFE811D7', + exponent: 0, + aliases: [ + 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv' + ] + }, + { + denom: 'boy', + exponent: 6 + } + ], + base: 'ibc/BA7024C8DD092F2DDC83D1886BDA94102396C46DF6D7A478CFA0138BAFE811D7', + name: 'boy', + display: 'boy', + symbol: 'BOY', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: + 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-569' + } + } + ] + }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/EB7D9F01BAA788570B0EC3DB421742B098773AC7FBD18F398BB03AC5451D30BF', + exponent: 0, + aliases: [ + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/EB7D9F01BAA788570B0EC3DB421742B098773AC7FBD18F398BB03AC5451D30BF', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-569' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' } }, { - description: 'Astro BOY', + description: 'Reflections of cartel activity on Cosmos.', denom_units: [ { denom: - 'ibc/BA7024C8DD092F2DDC83D1886BDA94102396C46DF6D7A478CFA0138BAFE811D7', + 'ibc/A74E53AB2E51B8B4A043AA3DCB687E538D4521C4EA31D93ADAE76F552C62E9EE', exponent: 0, aliases: [ - 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv' + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel' ] }, { - denom: 'boy', + denom: 'cartel', exponent: 6 } ], - base: 'ibc/BA7024C8DD092F2DDC83D1886BDA94102396C46DF6D7A478CFA0138BAFE811D7', - name: 'boy', - display: 'boy', - symbol: 'BOY', + base: 'ibc/A74E53AB2E51B8B4A043AA3DCB687E538D4521C4EA31D93ADAE76F552C62E9EE', + name: 'cartel', + display: 'cartel', + symbol: 'CARTEL', logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' }, images: [ { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' } ], traces: [ @@ -7770,7 +8030,7 @@ const assets: AssetList = { counterparty: { channel_id: 'channel-1', base_denom: - 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv', + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel', chain_name: 'neutron' }, chain: { @@ -7997,6 +8257,252 @@ const assets: AssetList = { } ] }, + { + denom_units: [ + { + denom: + 'ibc/B12C8F56D7CE99E590FA70510CC013B53FD6CB301D7F53BBB3873F1410D86407', + exponent: 0, + aliases: [ + 'ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477' + ] + }, + { + denom: 'atom', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/B12C8F56D7CE99E590FA70510CC013B53FD6CB301D7F53BBB3873F1410D86407', + name: 'Cosmos Hub Atom', + display: 'atom', + symbol: 'ATOM', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-12', + base_denom: + 'ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-306' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'cosmoshub', + base_denom: 'uatom' + }, + 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' + } + ], + 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' + } + }, + { + denom_units: [ + { + denom: + 'ibc/A5CA7A5F3B4CF6734E2CB20B48C73CA30916FA4B963F2E1077CB694EF8F29660', + exponent: 0, + aliases: [ + 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B' + ] + }, + { + denom: 'osmo', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/A5CA7A5F3B4CF6734E2CB20B48C73CA30916FA4B963F2E1077CB694EF8F29660', + name: 'Osmosis osmo', + display: 'osmo', + symbol: 'OSMO', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-12', + base_denom: + 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-306' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: 'uosmo' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/26F19656C37F4AA5A312E887C6BB30771FA4177ADB203C49D2A2BFB051DBB018', + exponent: 0, + aliases: [ + 'ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274' + ] + }, + { + denom: 'ist', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/26F19656C37F4AA5A312E887C6BB30771FA4177ADB203C49D2A2BFB051DBB018', + name: 'Agoric IST (Inter Stable Token)', + display: 'ist', + symbol: 'IST', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-12', + base_denom: + 'ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-306' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'agoric', + base_denom: 'uist' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/70A184C87B5C4D1B04366CA87FCC9C22BEAA21EB735A19BCE060A88E0A7800E3', + exponent: 0, + aliases: [ + 'ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9' + ] + }, + { + denom: 'usdc', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/70A184C87B5C4D1B04366CA87FCC9C22BEAA21EB735A19BCE060A88E0A7800E3', + name: 'USD Coin (Axelar)', + display: 'usdc', + symbol: 'USDC.axl', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-12', + base_denom: + 'ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-306' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'axelar', + base_denom: 'uusdc' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/483ACBD42C14258CC7AA265D0539664A3F9C12C64771D43D759EF00E9BAA991E', + exponent: 0, + aliases: [ + 'ibc/9F28238BDB687A86681B30764BA1437E079C3565D04FDD7862055A83F7E5C630' + ] + }, + { + denom: 'baddog', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/483ACBD42C14258CC7AA265D0539664A3F9C12C64771D43D759EF00E9BAA991E', + name: 'BadDog (Osmosis)', + display: 'baddog', + symbol: 'BADDOG.osmo', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-12', + base_denom: + 'ibc/9F28238BDB687A86681B30764BA1437E079C3565D04FDD7862055A83F7E5C630', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-306' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.svg' + } + }, { description: 'The native token of Osmosis', denom_units: [ @@ -22060,6 +22566,50 @@ const assets: AssetList = { } ] }, + { + description: 'The token of Source Protocol bridged from BSC.', + denom_units: [ + { + denom: + 'ibc/E991A98232BC057DF4C466958FC5D4CB89EFC4323525EF791CB53EC597EBF8D1', + exponent: 0, + aliases: ['erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09'] + }, + { + denom: 'srcx', + exponent: 9 + } + ], + base: 'ibc/E991A98232BC057DF4C466958FC5D4CB89EFC4323525EF791CB53EC597EBF8D1', + name: 'Source Token', + display: 'srcx', + symbol: 'SRCX', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-2', + base_denom: 'erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09', + chain_name: 'planq' + }, + chain: { + channel_id: 'channel-446' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'binancesmartchain', + base_denom: '0x454b90716a9435e7161a9aea5cf00e0acbe565ae' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png' + } + }, { description: 'The native governance and staking token of the Point network', diff --git a/packages/assets/src/mainnet/crescent.ts b/packages/assets/src/mainnet/crescent.ts index 7176c0d6b..5d9522bed 100644 --- a/packages/assets/src/mainnet/crescent.ts +++ b/packages/assets/src/mainnet/crescent.ts @@ -2268,6 +2268,50 @@ const assets: AssetList = { } ] }, + { + description: 'The token of Teledisko DAO.', + denom_units: [ + { + denom: + 'ibc/D5578DB3F2191C823DAF2381D31F83FCF7EB61FE22F457A7EBBCE04EFD036A40', + exponent: 0, + aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280'] + }, + { + denom: 'berlin', + exponent: 18 + } + ], + base: 'ibc/D5578DB3F2191C823DAF2381D31F83FCF7EB61FE22F457A7EBBCE04EFD036A40', + name: 'Teledisko DAO', + display: 'berlin', + symbol: 'BERLIN', + type_asset: 'erc20', + address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-11', + base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + chain_name: 'evmos' + }, + chain: { + channel_id: 'channel-7' + } + } + ] + }, { description: 'The native token of Gravity Bridge', denom_units: [ @@ -2999,11 +3043,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -3052,6 +3096,178 @@ const assets: AssetList = { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg' } }, + { + description: + 'Hava Coin is the lifeblood of the Cosmos & Injective networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', + denom_units: [ + { + denom: + 'ibc/D735C4779D4E701D55972E10CA5A0AA98B890E48269E60A4220F3605A431750B', + exponent: 0, + aliases: ['factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava'] + }, + { + denom: 'hava', + exponent: 6 + } + ], + base: 'ibc/D735C4779D4E701D55972E10CA5A0AA98B890E48269E60A4220F3605A431750B', + name: 'Hava Coin', + display: 'hava', + symbol: 'HAVA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-90', + base_denom: + 'factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-23' + } + } + ] + }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/E09B7861EB22BEC0B06BC13A9E715212B99D7BF950AB15AEBF896D3A4FB9701B', + exponent: 0, + aliases: [ + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/E09B7861EB22BEC0B06BC13A9E715212B99D7BF950AB15AEBF896D3A4FB9701B', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-90', + base_denom: + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-23' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'The second meme coin on Injective.', + denom_units: [ + { + denom: + 'ibc/30760A17E6DFAF0FCAD4950AB150B054A7512BF79B7A2BDE53A030A0CC853C85', + exponent: 0, + aliases: ['inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88'] + }, + { + denom: 'NINPO', + exponent: 6 + } + ], + base: 'ibc/30760A17E6DFAF0FCAD4950AB150B054A7512BF79B7A2BDE53A030A0CC853C85', + name: 'Ninpo', + display: 'NINPO', + symbol: 'NINPO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-90', + base_denom: 'inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-23' + } + } + ] + }, + { + description: 'JUDO is a very futuristic meme token.', + denom_units: [ + { + denom: + 'ibc/0C78F79BFC5318B4D8CEDB93B653341C5FA6DF938E196397582C00D17A1FCE9D', + exponent: 0, + aliases: ['inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h'] + }, + { + denom: 'JUDO', + exponent: 6 + } + ], + base: 'ibc/0C78F79BFC5318B4D8CEDB93B653341C5FA6DF938E196397582C00D17A1FCE9D', + name: 'Judo', + display: 'JUDO', + symbol: 'JUDO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-90', + base_denom: 'inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-23' + } + } + ] + }, { description: 'The IRIS token is the native governance token for the IrisNet chain.', @@ -3356,48 +3572,6 @@ const assets: AssetList = { } ] }, - { - description: - 'Hava Coin is the lifeblood of the Cosmos & Juno networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', - denom_units: [ - { - denom: - 'ibc/07C0E3418BBD0B2B8F4792D1A54893E62938AFFB819065B2F1E4522F91E71F70', - exponent: 0, - aliases: ['factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava'] - }, - { - denom: 'hava', - exponent: 6 - } - ], - base: 'ibc/07C0E3418BBD0B2B8F4792D1A54893E62938AFFB819065B2F1E4522F91E71F70', - name: 'Hava Coin', - display: 'hava', - symbol: 'HAVA', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - }, - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - } - ], - traces: [ - { - type: 'ibc', - counterparty: { - channel_id: 'channel-81', - base_denom: - 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava', - chain_name: 'juno' - }, - chain: { - channel_id: 'channel-3' - } - } - ] - }, { description: 'The native staking and governance token of the Kujira chain.', @@ -4153,7 +4327,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/AF593933C07C983DCA9D3253F4372517E5D4ED3785BE89217BDCFACFBE0EB3FE', + 'ibc/76A287245D1381E9D884872523485756FC86A0BB14E0699F85D810CBC4D8C94A', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -4164,7 +4338,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/AF593933C07C983DCA9D3253F4372517E5D4ED3785BE89217BDCFACFBE0EB3FE', + base: 'ibc/76A287245D1381E9D884872523485756FC86A0BB14E0699F85D810CBC4D8C94A', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', diff --git a/packages/assets/src/mainnet/cryptoorgchain.ts b/packages/assets/src/mainnet/cryptoorgchain.ts index 17784eedc..2a0fa23ef 100644 --- a/packages/assets/src/mainnet/cryptoorgchain.ts +++ b/packages/assets/src/mainnet/cryptoorgchain.ts @@ -451,6 +451,50 @@ const assets: AssetList = { } ] }, + { + description: 'The token of Teledisko DAO.', + denom_units: [ + { + denom: + 'ibc/2146068C178D878826DD34FC86EC1DC279B33765D8FFA60C5A9E5AF5AEC34EBA', + exponent: 0, + aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280'] + }, + { + denom: 'berlin', + exponent: 18 + } + ], + base: 'ibc/2146068C178D878826DD34FC86EC1DC279B33765D8FFA60C5A9E5AF5AEC34EBA', + name: 'Teledisko DAO', + display: 'berlin', + symbol: 'BERLIN', + type_asset: 'erc20', + address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-31', + base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + chain_name: 'evmos' + }, + chain: { + channel_id: 'channel-57' + } + } + ] + }, { description: 'The IRIS token is the native governance token for the IrisNet chain.', diff --git a/packages/assets/src/mainnet/dig.ts b/packages/assets/src/mainnet/dig.ts index 96f74cf55..6ffc27db6 100644 --- a/packages/assets/src/mainnet/dig.ts +++ b/packages/assets/src/mainnet/dig.ts @@ -219,48 +219,6 @@ const assets: AssetList = { } ] }, - { - description: - 'Hava Coin is the lifeblood of the Cosmos & Juno networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', - denom_units: [ - { - denom: - 'ibc/B72BEDF087485A4F349BCAAB8A882668B7EAFB7E23DF1CA0CB28C2E9DA1182D0', - exponent: 0, - aliases: ['factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava'] - }, - { - denom: 'hava', - exponent: 6 - } - ], - base: 'ibc/B72BEDF087485A4F349BCAAB8A882668B7EAFB7E23DF1CA0CB28C2E9DA1182D0', - name: 'Hava Coin', - display: 'hava', - symbol: 'HAVA', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - }, - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - } - ], - traces: [ - { - type: 'ibc', - counterparty: { - channel_id: 'channel-37', - base_denom: - 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava', - chain_name: 'juno' - }, - chain: { - channel_id: 'channel-2' - } - } - ] - }, { description: 'The native token of Osmosis', denom_units: [ diff --git a/packages/assets/src/mainnet/doravota.ts b/packages/assets/src/mainnet/doravota.ts index af978d4cb..1d8a2f2e9 100644 --- a/packages/assets/src/mainnet/doravota.ts +++ b/packages/assets/src/mainnet/doravota.ts @@ -822,11 +822,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -875,6 +875,178 @@ const assets: AssetList = { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg' } }, + { + description: + 'Hava Coin is the lifeblood of the Cosmos & Injective networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', + denom_units: [ + { + denom: + 'ibc/3BBE5AC5DAA3478610C7B9D6769FFB6B091F0C37B73FE72D9BE6063944A38A0A', + exponent: 0, + aliases: ['factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava'] + }, + { + denom: 'hava', + exponent: 6 + } + ], + base: 'ibc/3BBE5AC5DAA3478610C7B9D6769FFB6B091F0C37B73FE72D9BE6063944A38A0A', + name: 'Hava Coin', + display: 'hava', + symbol: 'HAVA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-182', + base_denom: + 'factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-5' + } + } + ] + }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/AA551B9D0526693636630E9D2C4EB8C7B2A92C201F015F7D391A66B10CC056DE', + exponent: 0, + aliases: [ + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/AA551B9D0526693636630E9D2C4EB8C7B2A92C201F015F7D391A66B10CC056DE', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-182', + base_denom: + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-5' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'The second meme coin on Injective.', + denom_units: [ + { + denom: + 'ibc/7DCDD3123C2927B574854372C889495FF491C6E14D9F8A4568984F383E481F27', + exponent: 0, + aliases: ['inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88'] + }, + { + denom: 'NINPO', + exponent: 6 + } + ], + base: 'ibc/7DCDD3123C2927B574854372C889495FF491C6E14D9F8A4568984F383E481F27', + name: 'Ninpo', + display: 'NINPO', + symbol: 'NINPO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-182', + base_denom: 'inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-5' + } + } + ] + }, + { + description: 'JUDO is a very futuristic meme token.', + denom_units: [ + { + denom: + 'ibc/2AD5E2DB46D29CE0F341621ADB27C37D0B67B5ACA78B4FCC35D828A2063476C7', + exponent: 0, + aliases: ['inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h'] + }, + { + denom: 'JUDO', + exponent: 6 + } + ], + base: 'ibc/2AD5E2DB46D29CE0F341621ADB27C37D0B67B5ACA78B4FCC35D828A2063476C7', + name: 'Judo', + display: 'JUDO', + symbol: 'JUDO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-182', + base_denom: 'inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-5' + } + } + ] + }, { description: 'The native token of Nolus chain', denom_units: [ diff --git a/packages/assets/src/mainnet/dydx.ts b/packages/assets/src/mainnet/dydx.ts index bbec57f20..2a933150f 100644 --- a/packages/assets/src/mainnet/dydx.ts +++ b/packages/assets/src/mainnet/dydx.ts @@ -224,6 +224,50 @@ const assets: AssetList = { } ] }, + { + description: 'The token of Teledisko DAO.', + denom_units: [ + { + denom: + 'ibc/845D9E1C29A73366D4EF35195110815AB8687C9E976522BF5BA1CEC2EFAECB97', + exponent: 0, + aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280'] + }, + { + denom: 'berlin', + exponent: 18 + } + ], + base: 'ibc/845D9E1C29A73366D4EF35195110815AB8687C9E976522BF5BA1CEC2EFAECB97', + name: 'Teledisko DAO', + display: 'berlin', + symbol: 'BERLIN', + type_asset: 'erc20', + address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-107', + base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + chain_name: 'evmos' + }, + chain: { + channel_id: 'channel-23' + } + } + ] + }, { description: 'The native staking and governance token of Kava', denom_units: [ @@ -1195,7 +1239,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/077D84C0451146A9EFF75781D277153CA37398708CCAD67CEC17B2B78C681529', + 'ibc/60D85D20FE1976DA51A51F6EF51F11B871B77BAFBBE65CDFAA243580D31FC1FB', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -1206,7 +1250,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/077D84C0451146A9EFF75781D277153CA37398708CCAD67CEC17B2B78C681529', + base: 'ibc/60D85D20FE1976DA51A51F6EF51F11B871B77BAFBBE65CDFAA243580D31FC1FB', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', @@ -2903,11 +2947,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -2953,6 +2997,99 @@ const assets: AssetList = { } ] }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/92E300520C72582AEF1C32DA587918E50CB2EBF298B705696D412CF8BC45E615', + exponent: 0, + aliases: [ + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/92E300520C72582AEF1C32DA587918E50CB2EBF298B705696D412CF8BC45E615', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-48', + base_denom: + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-11' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'Reflections of cartel activity on Cosmos.', + denom_units: [ + { + denom: + 'ibc/6657E092A3CE06A9727FAEDD94F08EE2859DDE6337055C4094055086E9B05CCA', + exponent: 0, + aliases: [ + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel' + ] + }, + { + denom: 'cartel', + exponent: 6 + } + ], + base: 'ibc/6657E092A3CE06A9727FAEDD94F08EE2859DDE6337055C4094055086E9B05CCA', + name: 'cartel', + display: 'cartel', + symbol: 'CARTEL', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-48', + base_denom: + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-11' + } + } + ] + }, { description: 'The permissioned staking asset for Noble Chain', denom_units: [ diff --git a/packages/assets/src/mainnet/emoney.ts b/packages/assets/src/mainnet/emoney.ts index fa193e182..91e31a48f 100644 --- a/packages/assets/src/mainnet/emoney.ts +++ b/packages/assets/src/mainnet/emoney.ts @@ -400,48 +400,6 @@ const assets: AssetList = { } ] }, - { - description: - 'Hava Coin is the lifeblood of the Cosmos & Juno networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', - denom_units: [ - { - denom: - 'ibc/64302C249B42F68D3EDACED97DE6B99FA312348171FFD67A1458CB56DC105884', - exponent: 0, - aliases: ['factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava'] - }, - { - denom: 'hava', - exponent: 6 - } - ], - base: 'ibc/64302C249B42F68D3EDACED97DE6B99FA312348171FFD67A1458CB56DC105884', - name: 'Hava Coin', - display: 'hava', - symbol: 'HAVA', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - }, - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - } - ], - traces: [ - { - type: 'ibc', - counterparty: { - channel_id: 'channel-9', - base_denom: - 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava', - chain_name: 'juno' - }, - chain: { - channel_id: 'channel-15' - } - } - ] - }, { description: 'The native token of Osmosis', denom_units: [ diff --git a/packages/assets/src/mainnet/evmos.ts b/packages/assets/src/mainnet/evmos.ts index 711875c07..b6d50b2aa 100644 --- a/packages/assets/src/mainnet/evmos.ts +++ b/packages/assets/src/mainnet/evmos.ts @@ -2829,7 +2829,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/91AC85360AFA500007DC254541FCB63E1D9BF0B7371EB7AA1F1EACDE8C817E75', + 'ibc/5708C11E2FC997BCBB804E31660C09C8936603CB6A2DFB642A84DE6E5E2D462B', exponent: 0, aliases: ['utest'] }, @@ -2840,7 +2840,7 @@ const assets: AssetList = { } ], type_asset: 'sdk.coin', - base: 'ibc/91AC85360AFA500007DC254541FCB63E1D9BF0B7371EB7AA1F1EACDE8C817E75', + base: 'ibc/5708C11E2FC997BCBB804E31660C09C8936603CB6A2DFB642A84DE6E5E2D462B', name: 'Test', display: 'test', symbol: 'TEST', @@ -2848,12 +2848,12 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-94', + channel_id: 'channel-5', base_denom: 'utest', chain_name: 'gateway' }, chain: { - channel_id: 'channel-5' + channel_id: 'channel-94' } } ] @@ -2863,7 +2863,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/52C4711AB2A13D317A90E6C431F07D16AC8B54CAC007268E3B598F7115FE9DD4', + 'ibc/BD64D15645957E0B455AC138E47558081847160A98FC908BFB61EC3C1DFF02DD', exponent: 0, aliases: ['uworm'] }, @@ -2874,7 +2874,7 @@ const assets: AssetList = { } ], type_asset: 'sdk.coin', - base: 'ibc/52C4711AB2A13D317A90E6C431F07D16AC8B54CAC007268E3B598F7115FE9DD4', + base: 'ibc/BD64D15645957E0B455AC138E47558081847160A98FC908BFB61EC3C1DFF02DD', name: 'Worm', display: 'worm', symbol: 'WORM', @@ -2882,12 +2882,12 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-94', + channel_id: 'channel-5', base_denom: 'uworm', chain_name: 'gateway' }, chain: { - channel_id: 'channel-5' + channel_id: 'channel-94' } } ] @@ -2898,7 +2898,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/1164422FD7F9E2ABF4212ED7E39CFA52A2C270ED44A71FFB2DFD238B553A07CD', + 'ibc/46B84AA4117FD41E8AF1171BD4D49981F45E0407DC5D38A1A9FE07607A98801F', exponent: 0, aliases: [ 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh' @@ -2912,7 +2912,7 @@ const assets: AssetList = { ], address: 'wormhole19hlynxzedrlqv99v6qscww7d3crhl86qtd0vprpltg5g9xx6jk9q6ya33y', - base: 'ibc/1164422FD7F9E2ABF4212ED7E39CFA52A2C270ED44A71FFB2DFD238B553A07CD', + base: 'ibc/46B84AA4117FD41E8AF1171BD4D49981F45E0407DC5D38A1A9FE07607A98801F', display: 'wormhole/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh/8', name: 'Sui (Wormhole)', symbol: 'SUI', @@ -2920,13 +2920,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-94', + channel_id: 'channel-5', base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh', chain_name: 'gateway' }, chain: { - channel_id: 'channel-5' + channel_id: 'channel-94' } } ], @@ -2949,7 +2949,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/318297D349E589C3BEE55A61B6BA9667EEA953A4239E6212F0B1CA02DEAC8565', + 'ibc/4442A8E0D487A49E76EA6606F5DADCF8D0DBDD8499112340C964970DB745EDA2', exponent: 0, aliases: [ 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp' @@ -2963,7 +2963,7 @@ const assets: AssetList = { ], address: 'wormhole18csycs4vm6varkp00apuqlsm7v4twg8jsljk8wfdd7cghr7g4rtslwqndm', - base: 'ibc/318297D349E589C3BEE55A61B6BA9667EEA953A4239E6212F0B1CA02DEAC8565', + base: 'ibc/4442A8E0D487A49E76EA6606F5DADCF8D0DBDD8499112340C964970DB745EDA2', display: 'wormhole/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp/8', name: 'Wrapped Ether (Wormhole)', symbol: 'WETH', @@ -2971,13 +2971,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-94', + channel_id: 'channel-5', base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp', chain_name: 'gateway' }, chain: { - channel_id: 'channel-5' + channel_id: 'channel-94' } } ], @@ -2998,7 +2998,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/628CE641378B0A05466ADB54879524707D61EA02BE33EEFF0934EB4D10A4E900', + 'ibc/0D65FA125D4F4318E67F15019F0B791D568D28DF39D22545AC95F557EC9B1BE0', exponent: 0, aliases: [ 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b' @@ -3012,7 +3012,7 @@ const assets: AssetList = { ], address: 'wormhole1gg6f95cymcfrfzhpek7cf5wl53t5kng52cd2m0krgdlu8k58vd8qezy8pt', - base: 'ibc/628CE641378B0A05466ADB54879524707D61EA02BE33EEFF0934EB4D10A4E900', + base: 'ibc/0D65FA125D4F4318E67F15019F0B791D568D28DF39D22545AC95F557EC9B1BE0', display: 'wormhole/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b/8', name: 'Wrapped liquid staked Ether 2.0 (Wormhole)', symbol: 'wstETH', @@ -3020,13 +3020,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-94', + channel_id: 'channel-5', base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b', chain_name: 'gateway' }, chain: { - channel_id: 'channel-5' + channel_id: 'channel-94' } } ], @@ -3049,7 +3049,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/DAA5576C3FFB36ED7040C3CEACF13B04F9488D31F5A5FF0C9835EFF9F99F8334', + 'ibc/64A2ACA8FA70CA31C679AFE096AA34614B2D38144FFADC2DC8CF5FCB29438A02', exponent: 0, aliases: [ 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r' @@ -3063,7 +3063,7 @@ const assets: AssetList = { ], address: 'wormhole1f9sxjn0qu8xylcpzlvnhrefnatndqxnrajfrnr5h97hegnmsdqhsh6juc0', - base: 'ibc/DAA5576C3FFB36ED7040C3CEACF13B04F9488D31F5A5FF0C9835EFF9F99F8334', + base: 'ibc/64A2ACA8FA70CA31C679AFE096AA34614B2D38144FFADC2DC8CF5FCB29438A02', display: 'wormhole/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r/8', name: 'Aptos Coin (Wormhole)', symbol: 'APT', @@ -3071,13 +3071,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-94', + channel_id: 'channel-5', base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r', chain_name: 'gateway' }, chain: { - channel_id: 'channel-5' + channel_id: 'channel-94' } } ], @@ -3100,7 +3100,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/8D447039256D78F8032E4CC1254B3A6CD186B04CE121CE1D74CB5389890E908E', + 'ibc/C9072A294F5649D64E87A6998DD750576881E454CACCDAF7376EFC0FA243808D', exponent: 0, aliases: [ 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi' @@ -3114,7 +3114,7 @@ const assets: AssetList = { ], address: 'wormhole1w27ekqvvtzfanfxnkw4jx2f8gdfeqwd3drkee3e64xat6phwjg0savgmhw', - base: 'ibc/8D447039256D78F8032E4CC1254B3A6CD186B04CE121CE1D74CB5389890E908E', + base: 'ibc/C9072A294F5649D64E87A6998DD750576881E454CACCDAF7376EFC0FA243808D', display: 'wormhole/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi/6', name: 'Tether USD (Wormhole)', symbol: 'USDT', @@ -3122,13 +3122,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-94', + channel_id: 'channel-5', base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi', chain_name: 'gateway' }, chain: { - channel_id: 'channel-5' + channel_id: 'channel-94' } } ], @@ -3151,7 +3151,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/55EB94ABCC1D6155544E91E54F96EAB1DD2C9B25E27D081F853ECF0C1C5F3CB1', + 'ibc/4443218F584A7AB2DFBCF93872D6E5B6967A11C53515DDF45A2CF387C54BD73A', exponent: 0, aliases: [ 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA' @@ -3165,7 +3165,7 @@ const assets: AssetList = { ], address: 'wormhole1wn625s4jcmvk0szpl85rj5azkfc6suyvf75q6vrddscjdphtve8sca0pvl', - base: 'ibc/55EB94ABCC1D6155544E91E54F96EAB1DD2C9B25E27D081F853ECF0C1C5F3CB1', + base: 'ibc/4443218F584A7AB2DFBCF93872D6E5B6967A11C53515DDF45A2CF387C54BD73A', display: 'wormhole/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA/8', name: 'Wrapped SOL (Wormhole)', symbol: 'SOL', @@ -3173,13 +3173,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-94', + channel_id: 'channel-5', base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA', chain_name: 'gateway' }, chain: { - channel_id: 'channel-5' + channel_id: 'channel-94' } } ], @@ -3202,7 +3202,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/37A76BE19C7E0E928AA564CCF00D1498A326A10841DA6DCA7F4935A3D1CC17C3', + 'ibc/04FFDEB203D15080B4703F36166CBA1C83471E73D43DD85B979236DCC6C5AF3D', exponent: 0, aliases: [ 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR' @@ -3216,7 +3216,7 @@ const assets: AssetList = { ], address: 'wormhole10qt8wg0n7z740ssvf3urmvgtjhxpyp74hxqvqt7z226gykuus7eq9mpu8u', - base: 'ibc/37A76BE19C7E0E928AA564CCF00D1498A326A10841DA6DCA7F4935A3D1CC17C3', + base: 'ibc/04FFDEB203D15080B4703F36166CBA1C83471E73D43DD85B979236DCC6C5AF3D', display: 'wormhole/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR/5', name: 'Bonk (Wormhole)', symbol: 'Bonk', @@ -3224,13 +3224,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-94', + channel_id: 'channel-5', base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR', chain_name: 'gateway' }, chain: { - channel_id: 'channel-5' + channel_id: 'channel-94' } } ], @@ -3253,7 +3253,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/445E5B1423AE2A9BDAA52C2B1BFB10AFDE8E14E0C4F51B33B847E9002CE76AB6', + 'ibc/46C5DA1CB61C5BAA8730ABA467ADD58DE0333B075CACE28BC87E64AE8C9CA051', exponent: 0, aliases: [ 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd' @@ -3267,7 +3267,7 @@ const assets: AssetList = { ], address: 'wormhole1nz0r0au8aj6dc00wmm3ufy4g4k86rjzlr8wkf92cktdlps5lgfcqxnx9yk', - base: 'ibc/445E5B1423AE2A9BDAA52C2B1BFB10AFDE8E14E0C4F51B33B847E9002CE76AB6', + base: 'ibc/46C5DA1CB61C5BAA8730ABA467ADD58DE0333B075CACE28BC87E64AE8C9CA051', display: 'wormhole/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd/8', name: 'Wrapped BTC (Wormhole)', symbol: 'WBTC', @@ -3275,13 +3275,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-94', + channel_id: 'channel-5', base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd', chain_name: 'gateway' }, chain: { - channel_id: 'channel-5' + channel_id: 'channel-94' } } ], @@ -3306,7 +3306,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/C15A4477380A06FA1A89BA3541B51F274A1151656F4D20E152BF8312F5071C66', + 'ibc/5EFE20DD152EB85A1EDF2A5D8CFD75B6698495A1ED9284C54373D25E9DFA6C58', exponent: 0, aliases: [ 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw' @@ -3320,7 +3320,7 @@ const assets: AssetList = { ], address: 'wormhole1nu9wf9dw384attnpu0pwfet5fajn05w2ex4r07mghvk3xcwrt2yq5uutp5', - base: 'ibc/C15A4477380A06FA1A89BA3541B51F274A1151656F4D20E152BF8312F5071C66', + base: 'ibc/5EFE20DD152EB85A1EDF2A5D8CFD75B6698495A1ED9284C54373D25E9DFA6C58', display: 'wormhole/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw/8', name: 'tBTC v2 (Wormhole)', symbol: 'tBTC', @@ -3328,13 +3328,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-94', + channel_id: 'channel-5', base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw', chain_name: 'gateway' }, chain: { - channel_id: 'channel-5' + channel_id: 'channel-94' } } ], @@ -3357,7 +3357,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/69050DA8E3C2B19EC124DF6DF207301AA106DBA0D62BA7157339AD02DB6A98B2', + 'ibc/63D794036C8752D569A25A05CD2319F3C9103ED9FC936E93AFE50C832E358CA3', exponent: 0, aliases: [ 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1' @@ -3371,7 +3371,7 @@ const assets: AssetList = { ], address: 'wormhole1chejx4qqtvwxy6684yrsmf6pylancxqhk3vsmtleg5ta3zrffljqfscg87', - base: 'ibc/69050DA8E3C2B19EC124DF6DF207301AA106DBA0D62BA7157339AD02DB6A98B2', + base: 'ibc/63D794036C8752D569A25A05CD2319F3C9103ED9FC936E93AFE50C832E358CA3', display: 'wormhole/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1/8', name: 'Dai Stablecoin (Wormhole)', symbol: 'DAI', @@ -3379,13 +3379,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-94', + channel_id: 'channel-5', base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1', chain_name: 'gateway' }, chain: { - channel_id: 'channel-5' + channel_id: 'channel-94' } } ], @@ -3408,7 +3408,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/90B61B4B086002E454125248B23885BEB2B4D594C2BBD27480F2FE93CEC81D99', + 'ibc/0C19171CDC59451F91D2749CDEA63355532DCD5D8904CCBAC4953290E16AB8FD', exponent: 0, aliases: [ 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt' @@ -3422,7 +3422,7 @@ const assets: AssetList = { ], address: 'wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq', - base: 'ibc/90B61B4B086002E454125248B23885BEB2B4D594C2BBD27480F2FE93CEC81D99', + base: 'ibc/0C19171CDC59451F91D2749CDEA63355532DCD5D8904CCBAC4953290E16AB8FD', display: 'wormhole/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt/6', name: 'USD Coin (Wormhole)', symbol: 'USDC', @@ -3430,13 +3430,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-94', + channel_id: 'channel-5', base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt', chain_name: 'gateway' }, chain: { - channel_id: 'channel-5' + channel_id: 'channel-94' } } ], @@ -3459,7 +3459,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/DDD9E1CA566CC4C3566D38000558680AE4373FF3D7174E48656853CC52E966D7', + 'ibc/39913E647C3549D663B1ED7F0745E1779515170C5215B98B2C8410B4C073AD30', exponent: 0, aliases: [ 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4' @@ -3473,7 +3473,7 @@ const assets: AssetList = { ], address: 'wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq', - base: 'ibc/DDD9E1CA566CC4C3566D38000558680AE4373FF3D7174E48656853CC52E966D7', + base: 'ibc/39913E647C3549D663B1ED7F0745E1779515170C5215B98B2C8410B4C073AD30', display: 'wormhole/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4/6', name: 'Avalanche USD Coin (Wormhole)', symbol: 'avalanche.USDC.wh', @@ -3481,13 +3481,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-94', + channel_id: 'channel-5', base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4', chain_name: 'gateway' }, chain: { - channel_id: 'channel-5' + channel_id: 'channel-94' } } ], @@ -3510,7 +3510,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/F9108436D0D6E48E41AE8704AA117AE6F858B266C0F20D1297E0041189717C03', + 'ibc/E7A722DF0BC6EDE626E1C7DC852564BA7058828764B71D76F3BA5E4AC45A09E9', exponent: 0, aliases: [ 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy' @@ -3524,7 +3524,7 @@ const assets: AssetList = { ], address: 'wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq', - base: 'ibc/F9108436D0D6E48E41AE8704AA117AE6F858B266C0F20D1297E0041189717C03', + base: 'ibc/E7A722DF0BC6EDE626E1C7DC852564BA7058828764B71D76F3BA5E4AC45A09E9', display: 'wormhole/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy/6', name: 'Pyth Network', symbol: 'PYTH', @@ -3532,13 +3532,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-94', + channel_id: 'channel-5', base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy', chain_name: 'gateway' }, chain: { - channel_id: 'channel-5' + channel_id: 'channel-94' } } ], @@ -3555,6 +3555,55 @@ const assets: AssetList = { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg' } }, + { + description: + 'Solana USD Coin (Wormhole), Solana USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3', + denom_units: [ + { + denom: + 'ibc/177AE036468AC52F6CFA06D4B36BF0743D906836CD983EC6CA77A0DBC3A7D03E', + exponent: 0, + aliases: [ + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3' + ] + }, + { + denom: 'wormhole/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3/6', + exponent: 6, + aliases: [] + } + ], + base: 'ibc/177AE036468AC52F6CFA06D4B36BF0743D906836CD983EC6CA77A0DBC3A7D03E', + display: 'wormhole/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3/6', + name: 'Solana USD Coin (Wormhole)', + symbol: 'solana.USDC.wh', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-5', + base_denom: + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3', + chain_name: 'gateway' + }, + chain: { + channel_id: 'channel-94' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'solana', + base_denom: 'EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + } + }, { description: 'The native token of Gravity Bridge', denom_units: [ @@ -4286,11 +4335,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -4339,6 +4388,178 @@ const assets: AssetList = { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg' } }, + { + description: + 'Hava Coin is the lifeblood of the Cosmos & Injective networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', + denom_units: [ + { + denom: + 'ibc/53BD4AD380F9EB09D9E53C94195449F0AAC7D66E0EE0DDC04659C44F732E008B', + exponent: 0, + aliases: ['factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava'] + }, + { + denom: 'hava', + exponent: 6 + } + ], + base: 'ibc/53BD4AD380F9EB09D9E53C94195449F0AAC7D66E0EE0DDC04659C44F732E008B', + name: 'Hava Coin', + display: 'hava', + symbol: 'HAVA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-83', + base_denom: + 'factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-10' + } + } + ] + }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/C8BA7E2559E085783E0E44EC3F36F66B2A50061ECDB640D940E2BC1915F70D69', + exponent: 0, + aliases: [ + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/C8BA7E2559E085783E0E44EC3F36F66B2A50061ECDB640D940E2BC1915F70D69', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-83', + base_denom: + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-10' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'The second meme coin on Injective.', + denom_units: [ + { + denom: + 'ibc/8D065F116ED0F967E6A73C8EE96E11C1DABB1C0B1F531BDA01D79FAC439F434E', + exponent: 0, + aliases: ['inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88'] + }, + { + denom: 'NINPO', + exponent: 6 + } + ], + base: 'ibc/8D065F116ED0F967E6A73C8EE96E11C1DABB1C0B1F531BDA01D79FAC439F434E', + name: 'Ninpo', + display: 'NINPO', + symbol: 'NINPO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-83', + base_denom: 'inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-10' + } + } + ] + }, + { + description: 'JUDO is a very futuristic meme token.', + denom_units: [ + { + denom: + 'ibc/A958074A992C4CA9B836F4989F2B68A3F3FEDFEE75C3A1B0AE9744A0C79A1FE9', + exponent: 0, + aliases: ['inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h'] + }, + { + denom: 'JUDO', + exponent: 6 + } + ], + base: 'ibc/A958074A992C4CA9B836F4989F2B68A3F3FEDFEE75C3A1B0AE9744A0C79A1FE9', + name: 'Judo', + display: 'JUDO', + symbol: 'JUDO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-83', + base_denom: 'inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-10' + } + } + ] + }, { description: 'The native staking and governance token of Kava', denom_units: [ @@ -5310,7 +5531,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/A2AFFB89B554C6F44A098A7F379828C5CC44934CCB904B98C1336C1AFE335036', + 'ibc/20276B148BE4A4A7D68536EDEE3E2E4A9FCEE0DAAEA809B67FD673D9C17856E1', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -5321,7 +5542,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/A2AFFB89B554C6F44A098A7F379828C5CC44934CCB904B98C1336C1AFE335036', + base: 'ibc/20276B148BE4A4A7D68536EDEE3E2E4A9FCEE0DAAEA809B67FD673D9C17856E1', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', diff --git a/packages/assets/src/mainnet/furya.ts b/packages/assets/src/mainnet/furya.ts index e77a46145..4bc159df1 100644 --- a/packages/assets/src/mainnet/furya.ts +++ b/packages/assets/src/mainnet/furya.ts @@ -219,48 +219,6 @@ const assets: AssetList = { } ] }, - { - description: - 'Hava Coin is the lifeblood of the Cosmos & Juno networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', - denom_units: [ - { - denom: - 'ibc/B72BEDF087485A4F349BCAAB8A882668B7EAFB7E23DF1CA0CB28C2E9DA1182D0', - exponent: 0, - aliases: ['factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava'] - }, - { - denom: 'hava', - exponent: 6 - } - ], - base: 'ibc/B72BEDF087485A4F349BCAAB8A882668B7EAFB7E23DF1CA0CB28C2E9DA1182D0', - name: 'Hava Coin', - display: 'hava', - symbol: 'HAVA', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - }, - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - } - ], - traces: [ - { - type: 'ibc', - counterparty: { - channel_id: 'channel-417', - base_denom: - 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava', - chain_name: 'juno' - }, - chain: { - channel_id: 'channel-2' - } - } - ] - }, { description: 'The native staking and governance token of the Kujira chain.', @@ -1016,7 +974,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/9CA8C1939B06892266BF0E88974E09C76DE2511B692204AFD87E3843ABF2779D', + 'ibc/FF35E6A1F2E310DE2C9B02042E09872526F7BA42258C01765AD0BEA6B9489CE2', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -1027,7 +985,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/9CA8C1939B06892266BF0E88974E09C76DE2511B692204AFD87E3843ABF2779D', + base: 'ibc/FF35E6A1F2E310DE2C9B02042E09872526F7BA42258C01765AD0BEA6B9489CE2', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', diff --git a/packages/assets/src/mainnet/gateway.ts b/packages/assets/src/mainnet/gateway.ts index 7a02b7630..67220c38a 100644 --- a/packages/assets/src/mainnet/gateway.ts +++ b/packages/assets/src/mainnet/gateway.ts @@ -8,7 +8,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/3368A63DF6B83E3F1636E8A405BF82217415B577EF210F1D782A303A56A93376', + 'ibc/B249D1E86F588286FEA286AA8364FFCE69EC65604BD7869D824ADE40F00FA25B', exponent: 0, aliases: ['aevmos'] }, @@ -17,7 +17,7 @@ const assets: AssetList = { exponent: 18 } ], - base: 'ibc/3368A63DF6B83E3F1636E8A405BF82217415B577EF210F1D782A303A56A93376', + base: 'ibc/B249D1E86F588286FEA286AA8364FFCE69EC65604BD7869D824ADE40F00FA25B', name: 'Evmos', display: 'evmos', symbol: 'EVMOS', @@ -36,12 +36,12 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-5', + channel_id: 'channel-94', base_denom: 'aevmos', chain_name: 'evmos' }, chain: { - channel_id: 'channel-94' + channel_id: 'channel-5' } } ] @@ -51,7 +51,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/EE4D73AE96D5C7CBB9823DC27A51621B3AE8516DB8C599C4E5D1C28208E7BFC4', + 'ibc/A49253DA7C2171488BAD8153B7A038F4286A9F815E5193FD09CAC30335657B77', exponent: 0, aliases: [ 'ibc/95F4898F70B1E3765715808C57E955034419200A7BB6DDECBEAA5FD3AA3DF7D5' @@ -63,7 +63,7 @@ const assets: AssetList = { } ], type_asset: 'ics20', - base: 'ibc/EE4D73AE96D5C7CBB9823DC27A51621B3AE8516DB8C599C4E5D1C28208E7BFC4', + base: 'ibc/A49253DA7C2171488BAD8153B7A038F4286A9F815E5193FD09CAC30335657B77', name: 'Tether USDt', display: 'usdt', symbol: 'USDt', @@ -71,13 +71,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-5', + channel_id: 'channel-94', base_denom: 'ibc/95F4898F70B1E3765715808C57E955034419200A7BB6DDECBEAA5FD3AA3DF7D5', chain_name: 'evmos' }, chain: { - channel_id: 'channel-94' + channel_id: 'channel-5' } } ], @@ -99,7 +99,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/7F54AC9717F3596CAF433314F9F767B502739F19C1984063257D83B53CE2522F', + 'ibc/6C7FD6AA8FB2AD8CCC6FA5C8404C765DDCEBDFA8B2665B9E0B00B2DAAE7C3790', exponent: 0, aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9'] }, @@ -108,7 +108,7 @@ const assets: AssetList = { exponent: 18 } ], - base: 'ibc/7F54AC9717F3596CAF433314F9F767B502739F19C1984063257D83B53CE2522F', + base: 'ibc/6C7FD6AA8FB2AD8CCC6FA5C8404C765DDCEBDFA8B2665B9E0B00B2DAAE7C3790', name: 'Neokingdom DAO', display: 'neok', symbol: 'NEOK', @@ -126,12 +126,583 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-5', + channel_id: 'channel-94', base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9', chain_name: 'evmos' }, chain: { - channel_id: 'channel-94' + channel_id: 'channel-5' + } + } + ] + }, + { + description: 'The token of Teledisko DAO.', + denom_units: [ + { + denom: + 'ibc/CF2FBF824C13FDA9F3155D589DC32F8AD62531595E6E79D52EB6378735A7CD39', + exponent: 0, + aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280'] + }, + { + denom: 'berlin', + exponent: 18 + } + ], + base: 'ibc/CF2FBF824C13FDA9F3155D589DC32F8AD62531595E6E79D52EB6378735A7CD39', + name: 'Teledisko DAO', + display: 'berlin', + symbol: 'BERLIN', + type_asset: 'erc20', + address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-94', + base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + chain_name: 'evmos' + }, + chain: { + channel_id: 'channel-5' + } + } + ] + }, + { + description: + 'The INJ token is the native governance token for the Injective chain.', + denom_units: [ + { + denom: + 'ibc/9D0AC973BAFA293781F9A86B2911069DF9D8ECE86CDD884F0DE4889AF666B28A', + exponent: 0, + aliases: ['inj'] + }, + { + denom: 'INJ', + exponent: 18 + } + ], + base: 'ibc/9D0AC973BAFA293781F9A86B2911069DF9D8ECE86CDD884F0DE4889AF666B28A', + name: 'Injective', + display: 'INJ', + symbol: 'INJ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg' + }, + coingecko_id: 'injective-protocol', + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-183', + base_denom: 'inj', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-13' + } + } + ] + }, + { + description: 'Tether USDt on Injective', + denom_units: [ + { + denom: + 'ibc/CA28984009A348B6D598D25DEE59E6394BECABAB5F23CACE9C8611E6F91F6524', + exponent: 0, + aliases: [ + 'ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB' + ] + }, + { + denom: 'usdt', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/CA28984009A348B6D598D25DEE59E6394BECABAB5F23CACE9C8611E6F91F6524', + name: 'Tether USDt', + display: 'usdt', + symbol: 'USDt', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-183', + base_denom: + 'ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-13' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'kava', + base_denom: 'erc20/tether/usdt' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + } + }, + { + description: 'ERIS liquid staked INJ', + denom_units: [ + { + denom: + 'ibc/983A27F0B8B58E2C9D97B884478B8956442C0D39359F324AF2BE328C03EE641C', + exponent: 0, + aliases: ['factory/inj1cdwt8g7nxgtg2k4fn8sj363mh9ahkw2qt0vrnc/ampINJ'] + }, + { + denom: 'ampINJ', + exponent: 6 + } + ], + base: 'ibc/983A27F0B8B58E2C9D97B884478B8956442C0D39359F324AF2BE328C03EE641C', + name: 'ERIS Amplified INJ', + display: 'ampINJ', + symbol: 'ampINJ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ampinj.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ampinj.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-183', + base_denom: + 'factory/inj1cdwt8g7nxgtg2k4fn8sj363mh9ahkw2qt0vrnc/ampINJ', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-13' + } + } + ] + }, + { + description: + '$AUTISM exists to celebrate autism as a superior biological tech stack for a changing world', + denom_units: [ + { + denom: + 'ibc/C86B8549786D91078B07C299E7B45C5B818A8C6BE7BCE2385881A8A265A5458F', + exponent: 0, + aliases: ['factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism'] + }, + { + denom: 'autism', + exponent: 6 + } + ], + base: 'ibc/C86B8549786D91078B07C299E7B45C5B818A8C6BE7BCE2385881A8A265A5458F', + name: 'Autism', + display: 'autism', + symbol: 'AUTISM', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png' + }, + coingecko_id: 'autism', + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-183', + base_denom: + 'factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-13' + } + } + ] + }, + { + description: + 'The first meme coin on Injective. Itā€™s a dog, but he has nunchucks', + denom_units: [ + { + denom: + 'ibc/A838A98AB5AAE20E97853DC0334043CE488D85C1AC8DB3C026C426259F2E6015', + exponent: 0, + aliases: ['factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja'] + }, + { + denom: 'NINJA', + exponent: 6 + } + ], + base: 'ibc/A838A98AB5AAE20E97853DC0334043CE488D85C1AC8DB3C026C426259F2E6015', + name: 'Dog wif nunchucks', + display: 'NINJA', + symbol: 'NINJA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png' + }, + coingecko_id: 'dog-wif-nuchucks', + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-183', + base_denom: + 'factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-13' + } + } + ] + }, + { + description: 'The $WGMI Token - We Gonna Make It. Are you ready?', + denom_units: [ + { + denom: + 'ibc/0CE3B16298A33CDBDA729CE4213F3C674E921BBF7A343C3541FB4A3EE4FE4598', + exponent: 0, + aliases: ['factory/inj1rmjzj9fn47kdmfk4f3z39qr6czexxe0yjyc546/WGMI'] + }, + { + denom: 'WGMI', + exponent: 6 + } + ], + base: 'ibc/0CE3B16298A33CDBDA729CE4213F3C674E921BBF7A343C3541FB4A3EE4FE4598', + name: 'WGMI', + display: 'WGMI', + symbol: 'WGMI', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/wgmi.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/wgmi.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-183', + base_denom: + 'factory/inj1rmjzj9fn47kdmfk4f3z39qr6czexxe0yjyc546/WGMI', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-13' + } + } + ] + }, + { + description: 'The first memecoin on osmosis.', + denom_units: [ + { + denom: + 'ibc/B2C7DCC0EDA3B7D2842E9A3F925440AA044F29412D5E06E6D052335B351D0167', + exponent: 0, + aliases: [ + 'ibc/DD648F5D3CDA56D0D8D8820CF703D246B9FC4007725D8B38D23A21FF1A1477E3' + ] + }, + { + denom: 'WOSMO', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/B2C7DCC0EDA3B7D2842E9A3F925440AA044F29412D5E06E6D052335B351D0167', + name: 'Wosmo', + display: 'WOSMO', + symbol: 'WOSMO', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-183', + base_denom: + 'ibc/DD648F5D3CDA56D0D8D8820CF703D246B9FC4007725D8B38D23A21FF1A1477E3', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-13' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' + } + }, + { + description: 'GLTO-ERC20 on injective', + denom_units: [ + { + denom: + 'ibc/D1715E0232CDC67D24AEAD3F89FB40DDC86B2364B752EBE7691CB82840EF6B58', + exponent: 0, + aliases: ['peggy0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2'] + }, + { + denom: 'glto', + exponent: 6 + } + ], + base: 'ibc/D1715E0232CDC67D24AEAD3F89FB40DDC86B2364B752EBE7691CB82840EF6B58', + name: 'Gelotto', + display: 'glto', + symbol: 'GLTO', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-183', + base_denom: 'peggy0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-13' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'ethereum', + base_denom: '0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg' + } + }, + { + description: + 'Hava Coin is the lifeblood of the Cosmos & Injective networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', + denom_units: [ + { + denom: + 'ibc/F761AADB7A8CE36B40A9BEF60023F0F15C1557D91C741D01B51479A68DE34CC7', + exponent: 0, + aliases: ['factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava'] + }, + { + denom: 'hava', + exponent: 6 + } + ], + base: 'ibc/F761AADB7A8CE36B40A9BEF60023F0F15C1557D91C741D01B51479A68DE34CC7', + name: 'Hava Coin', + display: 'hava', + symbol: 'HAVA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-183', + base_denom: + 'factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-13' + } + } + ] + }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/73C197EEADE16AE8EA89C82297D6E8AD10ADAE30E5219CFAEDB3165094D39897', + exponent: 0, + aliases: [ + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/73C197EEADE16AE8EA89C82297D6E8AD10ADAE30E5219CFAEDB3165094D39897', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-183', + base_denom: + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-13' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'The second meme coin on Injective.', + denom_units: [ + { + denom: + 'ibc/0E257FC553402573CE4E9986C980C0043CEC692473D1A2BC586FFE4E0E2B01B9', + exponent: 0, + aliases: ['inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88'] + }, + { + denom: 'NINPO', + exponent: 6 + } + ], + base: 'ibc/0E257FC553402573CE4E9986C980C0043CEC692473D1A2BC586FFE4E0E2B01B9', + name: 'Ninpo', + display: 'NINPO', + symbol: 'NINPO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-183', + base_denom: 'inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-13' + } + } + ] + }, + { + description: 'JUDO is a very futuristic meme token.', + denom_units: [ + { + denom: + 'ibc/04EF7B1837EE24F8CAD21689CB0103012A08CD5140FF4CB51366BCFD42CE92C0', + exponent: 0, + aliases: ['inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h'] + }, + { + denom: 'JUDO', + exponent: 6 + } + ], + base: 'ibc/04EF7B1837EE24F8CAD21689CB0103012A08CD5140FF4CB51366BCFD42CE92C0', + name: 'Judo', + display: 'JUDO', + symbol: 'JUDO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-183', + base_denom: 'inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-13' } } ] @@ -142,7 +713,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/50E094E0B6C8846184C5E72A00CB01EA21D5AD6F39697A54F1F47990EBAA37B3', + 'ibc/662914D0C1CEBCB070C68F061D035E8B10A07C79AB286E7342C85F3BE74612C5', exponent: 0, aliases: ['ukuji'] }, @@ -151,7 +722,7 @@ const assets: AssetList = { exponent: 6 } ], - base: 'ibc/50E094E0B6C8846184C5E72A00CB01EA21D5AD6F39697A54F1F47990EBAA37B3', + base: 'ibc/662914D0C1CEBCB070C68F061D035E8B10A07C79AB286E7342C85F3BE74612C5', name: 'Kujira', display: 'kuji', symbol: 'KUJI', @@ -170,12 +741,12 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-9', + channel_id: 'channel-113', base_denom: 'ukuji', chain_name: 'kujira' }, chain: { - channel_id: 'channel-113' + channel_id: 'channel-9' } } ] @@ -186,7 +757,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/9D9EDE921C14DD3ADEC90BFEBE6CC0C17E709F53F11AE80BC843EDE55F5EEE28', + 'ibc/D8593458C2EEDE1103F46A0B9DC8E30C9E0BB4058824251A12DFD4F9B008FAF0', exponent: 0, aliases: [ 'factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk' @@ -197,7 +768,7 @@ const assets: AssetList = { exponent: 6 } ], - base: 'ibc/9D9EDE921C14DD3ADEC90BFEBE6CC0C17E709F53F11AE80BC843EDE55F5EEE28', + base: 'ibc/D8593458C2EEDE1103F46A0B9DC8E30C9E0BB4058824251A12DFD4F9B008FAF0', name: 'USK', display: 'usk', symbol: 'USK', @@ -216,13 +787,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-9', + channel_id: 'channel-113', base_denom: 'factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk', chain_name: 'kujira' }, chain: { - channel_id: 'channel-113' + channel_id: 'channel-9' } } ] @@ -232,7 +803,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/3209C5B11F41D6DE565455E8491C09DA2B88DDCFDD58E87309B6116D7B75F434', + 'ibc/AF6F25D7259E816E1BE86CEB3CBB9F25AFF816D410F10F4F764884BD650097A1', exponent: 0, aliases: [ 'factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt' @@ -243,7 +814,7 @@ const assets: AssetList = { exponent: 6 } ], - base: 'ibc/3209C5B11F41D6DE565455E8491C09DA2B88DDCFDD58E87309B6116D7B75F434', + base: 'ibc/AF6F25D7259E816E1BE86CEB3CBB9F25AFF816D410F10F4F764884BD650097A1', name: 'qcKUJI', display: 'qcKUJI', symbol: 'qcKUJI', @@ -259,13 +830,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-9', + channel_id: 'channel-113', base_denom: 'factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt', chain_name: 'kujira' }, chain: { - channel_id: 'channel-113' + channel_id: 'channel-9' } } ] @@ -275,7 +846,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/B347CB86C7737E74EEB238E3C6D402EB4565C9260D2787CBC3150487F1A1108B', + 'ibc/F315A277A5C4D0A4D83E414842536687748D5450F5466EC4E82A2096A026EF89', exponent: 0, aliases: [ 'factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI' @@ -286,7 +857,7 @@ const assets: AssetList = { exponent: 6 } ], - base: 'ibc/B347CB86C7737E74EEB238E3C6D402EB4565C9260D2787CBC3150487F1A1108B', + base: 'ibc/F315A277A5C4D0A4D83E414842536687748D5450F5466EC4E82A2096A026EF89', name: 'ampKUJI', display: 'ampKUJI', symbol: 'ampKUJI', @@ -304,13 +875,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-9', + channel_id: 'channel-113', base_denom: 'factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI', chain_name: 'kujira' }, chain: { - channel_id: 'channel-113' + channel_id: 'channel-9' } } ] @@ -320,7 +891,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/1294423872D5E4223BF5142746DA21F4EE4478047005944D5D0115F87AB963EA', + 'ibc/903090CB22EDBE8B14894921B6C14DE0F8418672FB9209E2B685B735D2D938BB', exponent: 0, aliases: [ 'factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta' @@ -331,7 +902,7 @@ const assets: AssetList = { exponent: 6 } ], - base: 'ibc/1294423872D5E4223BF5142746DA21F4EE4478047005944D5D0115F87AB963EA', + base: 'ibc/903090CB22EDBE8B14894921B6C14DE0F8418672FB9209E2B685B735D2D938BB', name: 'MantaDAO', display: 'mnta', symbol: 'MNTA', @@ -350,13 +921,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-9', + channel_id: 'channel-113', base_denom: 'factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta', chain_name: 'kujira' }, chain: { - channel_id: 'channel-113' + channel_id: 'channel-9' } } ] @@ -366,7 +937,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/252C097CA7E25CC11999A1535AC43C2859700E6AE3D1CE5CE8D5C9A9A59BCC2B', + 'ibc/0F2EF243B4D1F2A504954155E46662F63F20FBF31F0D3A83652F65C7E94FB8D0', exponent: 0, aliases: [ 'factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt' @@ -377,7 +948,7 @@ const assets: AssetList = { exponent: 6 } ], - base: 'ibc/252C097CA7E25CC11999A1535AC43C2859700E6AE3D1CE5CE8D5C9A9A59BCC2B', + base: 'ibc/0F2EF243B4D1F2A504954155E46662F63F20FBF31F0D3A83652F65C7E94FB8D0', name: 'qcMNTA', display: 'qcMNTA', symbol: 'qcMNTA', @@ -393,13 +964,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-9', + channel_id: 'channel-113', base_denom: 'factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt', chain_name: 'kujira' }, chain: { - channel_id: 'channel-113' + channel_id: 'channel-9' } } ] @@ -409,7 +980,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/993198BD53BAB7FCAD216CA7B302ECCEB484B0506A2EFA4BAA409B364AB61E5A', + 'ibc/10E0EA2764EC2765BF2C2B26585BADC1F0A0C5F89EC589607EFEEAD5B6F04519', exponent: 0, aliases: [ 'factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA' @@ -420,7 +991,7 @@ const assets: AssetList = { exponent: 6 } ], - base: 'ibc/993198BD53BAB7FCAD216CA7B302ECCEB484B0506A2EFA4BAA409B364AB61E5A', + base: 'ibc/10E0EA2764EC2765BF2C2B26585BADC1F0A0C5F89EC589607EFEEAD5B6F04519', name: 'ERIS Amplified MNTA', display: 'ampMNTA', symbol: 'ampMNTA', @@ -436,13 +1007,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-9', + channel_id: 'channel-113', base_denom: 'factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA', chain_name: 'kujira' }, chain: { - channel_id: 'channel-113' + channel_id: 'channel-9' } } ] @@ -452,7 +1023,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/F6BA43B3E4708DEBB06FD5432EE78A81AAF8EBA1086AE40E8E7DE74365AA4BDD', + 'ibc/774D0A8EE141F6D17D2B662BCD100D162C5A31FF2E22C367F7D5D4D6A89E2C69', exponent: 0, aliases: [ 'factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink' @@ -463,7 +1034,7 @@ const assets: AssetList = { exponent: 6 } ], - base: 'ibc/F6BA43B3E4708DEBB06FD5432EE78A81AAF8EBA1086AE40E8E7DE74365AA4BDD', + base: 'ibc/774D0A8EE141F6D17D2B662BCD100D162C5A31FF2E22C367F7D5D4D6A89E2C69', name: 'WINK', display: 'wink', symbol: 'WINK', @@ -481,13 +1052,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-9', + channel_id: 'channel-113', base_denom: 'factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink', chain_name: 'kujira' }, chain: { - channel_id: 'channel-113' + channel_id: 'channel-9' } } ] @@ -497,7 +1068,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/ACD5DECE9F71D818C05D8079B9E0BAD7162548341B61471E1FD7F1D7EDC72096', + 'ibc/365C5948D6478AF9E9AF23436E35611D76028E786D9A110BAE4F946E1CCE2863', exponent: 0, aliases: [ 'factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend' @@ -508,7 +1079,7 @@ const assets: AssetList = { exponent: 6 } ], - base: 'ibc/ACD5DECE9F71D818C05D8079B9E0BAD7162548341B61471E1FD7F1D7EDC72096', + base: 'ibc/365C5948D6478AF9E9AF23436E35611D76028E786D9A110BAE4F946E1CCE2863', name: 'BLEND', display: 'blend', symbol: 'BLEND', @@ -524,13 +1095,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-9', + channel_id: 'channel-113', base_denom: 'factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend', chain_name: 'kujira' }, chain: { - channel_id: 'channel-113' + channel_id: 'channel-9' } } ] @@ -540,7 +1111,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/4F911D55CCCFC5BB13901C52B4E3B62289D11D1B08D798EB599A25944C7C24DA', + 'ibc/30AFE426CACF6DC390336134CCCD2C91B622AF269E51B9607B274B5371F46F27', exponent: 0, aliases: [ 'ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8' @@ -552,7 +1123,7 @@ const assets: AssetList = { } ], type_asset: 'ics20', - base: 'ibc/4F911D55CCCFC5BB13901C52B4E3B62289D11D1B08D798EB599A25944C7C24DA', + base: 'ibc/30AFE426CACF6DC390336134CCCD2C91B622AF269E51B9607B274B5371F46F27', name: 'Tether USD', display: 'usdt', symbol: 'USDT', @@ -560,13 +1131,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-9', + channel_id: 'channel-113', base_denom: 'ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8', chain_name: 'kujira' }, chain: { - channel_id: 'channel-113' + channel_id: 'channel-9' } } ], @@ -588,7 +1159,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/5097A7BEE5822007F7748AF0FA4F3BCD34B47D60100CFC0E089FF127ED030519', + 'ibc/89CDBEB99A8AB0C6BDF0EB19FF82635F703A096B1A74DC1DD7A6E64F0D68E389', exponent: 0, aliases: [ 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn' @@ -599,7 +1170,7 @@ const assets: AssetList = { exponent: 6 } ], - base: 'ibc/5097A7BEE5822007F7748AF0FA4F3BCD34B47D60100CFC0E089FF127ED030519', + base: 'ibc/89CDBEB99A8AB0C6BDF0EB19FF82635F703A096B1A74DC1DD7A6E64F0D68E389', name: 'Fuzion', display: 'fuzn', symbol: 'FUZN', @@ -617,13 +1188,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-9', + channel_id: 'channel-113', base_denom: 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn', chain_name: 'kujira' }, chain: { - channel_id: 'channel-113' + channel_id: 'channel-9' } } ] @@ -633,7 +1204,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/35D22D2AC0149C8CD9F1139922B77D999620E290CEC1A44A03141843D795372A', + 'ibc/DF3ED292280BDAE78BB778226154ADADF4B9EB8DE8EC08A63A2FD61A7605AD84', exponent: 0, aliases: [ 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn' @@ -644,7 +1215,7 @@ const assets: AssetList = { exponent: 6 } ], - base: 'ibc/35D22D2AC0149C8CD9F1139922B77D999620E290CEC1A44A03141843D795372A', + base: 'ibc/DF3ED292280BDAE78BB778226154ADADF4B9EB8DE8EC08A63A2FD61A7605AD84', name: 'Fuzion Receipt', display: 'rfuzn', symbol: 'rFUZN', @@ -660,13 +1231,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-9', + channel_id: 'channel-113', base_denom: 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn', chain_name: 'kujira' }, chain: { - channel_id: 'channel-113' + channel_id: 'channel-9' } } ] @@ -676,7 +1247,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/C385C8D1AF3BD04A111193A34BE18865429E96C77AACE62B29F63C629C5ECAC9', + 'ibc/C0C44D026F13398B4E1F120234997C4B787E0976E68AAFEC4AA4327BCC298AC4', exponent: 0, aliases: [ 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn' @@ -687,7 +1258,7 @@ const assets: AssetList = { exponent: 6 } ], - base: 'ibc/C385C8D1AF3BD04A111193A34BE18865429E96C77AACE62B29F63C629C5ECAC9', + base: 'ibc/C0C44D026F13398B4E1F120234997C4B787E0976E68AAFEC4AA4327BCC298AC4', name: 'Fuzion Yield', display: 'yfuzn', symbol: 'yFUZN', @@ -703,13 +1274,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-9', + channel_id: 'channel-113', base_denom: 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn', chain_name: 'kujira' }, chain: { - channel_id: 'channel-113' + channel_id: 'channel-9' } } ] @@ -719,7 +1290,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/A49369DC0B1C3F8515BDBDF4260018002C030DCE994B241BB596B386A912A5FB', + 'ibc/D081C93E3619A8A492457F0B136E59854067EDC7DED0D1844D17C66FDFF10734', exponent: 0, aliases: [ 'factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt' @@ -730,7 +1301,7 @@ const assets: AssetList = { exponent: 6 } ], - base: 'ibc/A49369DC0B1C3F8515BDBDF4260018002C030DCE994B241BB596B386A912A5FB', + base: 'ibc/D081C93E3619A8A492457F0B136E59854067EDC7DED0D1844D17C66FDFF10734', name: 'qcFUZN', display: 'qcFUZN', symbol: 'qcFUZN', @@ -746,13 +1317,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-9', + channel_id: 'channel-113', base_denom: 'factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt', chain_name: 'kujira' }, chain: { - channel_id: 'channel-113' + channel_id: 'channel-9' } } ] @@ -762,7 +1333,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/AE21C16EBB9D7142D4C8F554D41EEC9E250FB561CBB4DE3957D18A6C5D64F25F', + 'ibc/835C6694B4E77A504D541D7459A05BDAAC8DB39297E4A3077A070B28F3F8CC30', exponent: 0, aliases: [ 'factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk' @@ -773,7 +1344,7 @@ const assets: AssetList = { exponent: 6 } ], - base: 'ibc/AE21C16EBB9D7142D4C8F554D41EEC9E250FB561CBB4DE3957D18A6C5D64F25F', + base: 'ibc/835C6694B4E77A504D541D7459A05BDAAC8DB39297E4A3077A070B28F3F8CC30', name: 'Unstake Fi', display: 'nstk', symbol: 'NSTK', @@ -790,13 +1361,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-9', + channel_id: 'channel-113', base_denom: 'factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk', chain_name: 'kujira' }, chain: { - channel_id: 'channel-113' + channel_id: 'channel-9' } } ] @@ -806,7 +1377,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/28584FDEAC18EF8D4F9D4E509C1DB85CEFBA83E9265089139DF66AA14C459600', + 'ibc/75BBC031D90AB69C4C2FC52D3C018F42B166610EF1A1CF5B2E6B316A841F9A3E', exponent: 0, aliases: [ 'factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local' @@ -817,7 +1388,7 @@ const assets: AssetList = { exponent: 6 } ], - base: 'ibc/28584FDEAC18EF8D4F9D4E509C1DB85CEFBA83E9265089139DF66AA14C459600', + base: 'ibc/75BBC031D90AB69C4C2FC52D3C018F42B166610EF1A1CF5B2E6B316A841F9A3E', name: 'LOCAL', display: 'local', symbol: 'LOCAL', @@ -833,13 +1404,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-9', + channel_id: 'channel-113', base_denom: 'factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local', chain_name: 'kujira' }, chain: { - channel_id: 'channel-113' + channel_id: 'channel-9' } } ] @@ -849,7 +1420,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/007A54683C5526FB1F8519EEC1329BD89AEA2A206203785AF2531397B35B4B39', + 'ibc/5E706496A627485DCD16EEBD19C537CC3BD528E08138D572E8C9F5F7C1AC78F0', exponent: 0, aliases: [ 'factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk' @@ -860,7 +1431,7 @@ const assets: AssetList = { exponent: 6 } ], - base: 'ibc/007A54683C5526FB1F8519EEC1329BD89AEA2A206203785AF2531397B35B4B39', + base: 'ibc/5E706496A627485DCD16EEBD19C537CC3BD528E08138D572E8C9F5F7C1AC78F0', name: 'Plankton', display: 'PLNK', symbol: 'PLNK', @@ -876,13 +1447,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-9', + channel_id: 'channel-113', base_denom: 'factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk', chain_name: 'kujira' }, chain: { - channel_id: 'channel-113' + channel_id: 'channel-9' } } ] @@ -891,7 +1462,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/D8BA60684CC7F96D0EB467DC4AB8F00F7DD03EF5EEB729A4D32C0C4460C97A71', + 'ibc/53A7C940B9FA3D701D3D926A83695F5123C98008B4E94CDD8D109130F41E447C', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -902,7 +1473,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/D8BA60684CC7F96D0EB467DC4AB8F00F7DD03EF5EEB729A4D32C0C4460C97A71', + base: 'ibc/53A7C940B9FA3D701D3D926A83695F5123C98008B4E94CDD8D109130F41E447C', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', @@ -910,13 +1481,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-9', + channel_id: 'channel-113', base_denom: 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3', chain_name: 'kujira' }, chain: { - channel_id: 'channel-113' + channel_id: 'channel-9' } } ], @@ -938,7 +1509,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/AAC05CF61088AF076300B400BA63BB1DECE52E9394DDAC7951D74DAA0D053222', + 'ibc/AD3AFDD90AD216DAAC7DCE048FADA996D7E66BB53A465A5352907B78CB315737', exponent: 0, aliases: [ 'ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10' @@ -949,7 +1520,7 @@ const assets: AssetList = { exponent: 18 } ], - base: 'ibc/AAC05CF61088AF076300B400BA63BB1DECE52E9394DDAC7951D74DAA0D053222', + base: 'ibc/AD3AFDD90AD216DAAC7DCE048FADA996D7E66BB53A465A5352907B78CB315737', name: 'Evmos', display: 'evmos', symbol: 'EVMOS', @@ -957,13 +1528,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-9', + channel_id: 'channel-113', base_denom: 'ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10', chain_name: 'kujira' }, chain: { - channel_id: 'channel-113' + channel_id: 'channel-9' } } ], @@ -986,7 +1557,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/0EB6C4301097B0673EC8A95B5ECCCFE5EA3CFBCDDE5C476CC30805022EEA83EB', + 'ibc/39FB495803B0EC7A2A9275E73641616D9C87D944EBC2E081EAB808EBB59E25F1', exponent: 0, aliases: [ 'ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2' @@ -998,7 +1569,7 @@ const assets: AssetList = { } ], type_asset: 'ics20', - base: 'ibc/0EB6C4301097B0673EC8A95B5ECCCFE5EA3CFBCDDE5C476CC30805022EEA83EB', + base: 'ibc/39FB495803B0EC7A2A9275E73641616D9C87D944EBC2E081EAB808EBB59E25F1', name: 'Axelar Wrapped AVAX', display: 'avax', symbol: 'wAVAX', @@ -1006,13 +1577,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-9', + channel_id: 'channel-113', base_denom: 'ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2', chain_name: 'kujira' }, chain: { - channel_id: 'channel-113' + channel_id: 'channel-9' } } ], @@ -1029,7 +1600,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/45B6D95219848ED0A860579351CC42A947F871FE0A00B8246FE1F4121884A651', + 'ibc/7B3CC709E47493AD6EB2D95893B9B5E1D08AAF5EA065A25D73CEF5272D99D304', exponent: 0, aliases: [ 'ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9' @@ -1041,7 +1612,7 @@ const assets: AssetList = { } ], type_asset: 'ics20', - base: 'ibc/45B6D95219848ED0A860579351CC42A947F871FE0A00B8246FE1F4121884A651', + base: 'ibc/7B3CC709E47493AD6EB2D95893B9B5E1D08AAF5EA065A25D73CEF5272D99D304', name: 'Noble USD Coin', display: 'usdc', symbol: 'USDC', @@ -1049,13 +1620,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-9', + channel_id: 'channel-113', base_denom: 'ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9', chain_name: 'kujira' }, chain: { - channel_id: 'channel-113' + channel_id: 'channel-9' } } ], @@ -1078,7 +1649,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/FA20942B697CD2B4BC1CBAF7A582C4617492F2198A79E820C7D526F0098A1480', + 'ibc/7EFE1696831E84096AF89CB214C040D67BF491120C68A0AFA658709A43027ED2', exponent: 0, aliases: [ 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23' @@ -1090,7 +1661,7 @@ const assets: AssetList = { } ], type_asset: 'ics20', - base: 'ibc/FA20942B697CD2B4BC1CBAF7A582C4617492F2198A79E820C7D526F0098A1480', + base: 'ibc/7EFE1696831E84096AF89CB214C040D67BF491120C68A0AFA658709A43027ED2', name: 'Osmosis', display: 'osmo', symbol: 'OSMO', @@ -1098,13 +1669,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-9', + channel_id: 'channel-113', base_denom: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23', chain_name: 'kujira' }, chain: { - channel_id: 'channel-113' + channel_id: 'channel-9' } } ], @@ -1127,7 +1698,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/0B580CD6E22E17F7B6AB8F7C3EC853937C91969DB99A118181E3C6AE3A78F0A8', + 'ibc/2521D0944EF7731F942239883511411919580AC8E1FBE0CFF4F872DC858D3466', exponent: 0, aliases: [ 'ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F' @@ -1139,7 +1710,7 @@ const assets: AssetList = { } ], type_asset: 'ics20', - base: 'ibc/0B580CD6E22E17F7B6AB8F7C3EC853937C91969DB99A118181E3C6AE3A78F0A8', + base: 'ibc/2521D0944EF7731F942239883511411919580AC8E1FBE0CFF4F872DC858D3466', name: 'Axelar USD Coin', display: 'usdc', symbol: 'axlUSDC', @@ -1147,13 +1718,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-9', + channel_id: 'channel-113', base_denom: 'ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F', chain_name: 'kujira' }, chain: { - channel_id: 'channel-113' + channel_id: 'channel-9' } } ], @@ -1176,7 +1747,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/6613439DEF14F8B861289074C2AE0789FB2166D7D39F90632141BED581C01B34', + 'ibc/2E0AA82A2A3DE978B74BAAF59A0F40D11C3692690E08BEAF3A3A39FA150F0331', exponent: 0, aliases: [ 'ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07' @@ -1188,7 +1759,7 @@ const assets: AssetList = { } ], type_asset: 'ics20', - base: 'ibc/6613439DEF14F8B861289074C2AE0789FB2166D7D39F90632141BED581C01B34', + base: 'ibc/2E0AA82A2A3DE978B74BAAF59A0F40D11C3692690E08BEAF3A3A39FA150F0331', name: 'Comdex', display: 'cmdx', symbol: 'CMDX', @@ -1196,13 +1767,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-9', + channel_id: 'channel-113', base_denom: 'ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07', chain_name: 'kujira' }, chain: { - channel_id: 'channel-113' + channel_id: 'channel-9' } } ], @@ -1225,7 +1796,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/AD8588F2214FD9E82CBD29998AFD844F2CA9B89033BF715CD9C20DE78AE4D695', + 'ibc/F83702D7B135BA050889FBBE37AA074456DB0D189B976F0B42AEA23793B9E9E6', exponent: 0, aliases: [ 'ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5' @@ -1236,7 +1807,7 @@ const assets: AssetList = { exponent: 6 } ], - base: 'ibc/AD8588F2214FD9E82CBD29998AFD844F2CA9B89033BF715CD9C20DE78AE4D695', + base: 'ibc/F83702D7B135BA050889FBBE37AA074456DB0D189B976F0B42AEA23793B9E9E6', name: 'Juno', display: 'juno', symbol: 'JUNO', @@ -1244,13 +1815,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-9', + channel_id: 'channel-113', base_denom: 'ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5', chain_name: 'kujira' }, chain: { - channel_id: 'channel-113' + channel_id: 'channel-9' } } ], @@ -1273,7 +1844,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/B6A8AA348E50EE38EF3B902E4C0AA3E57B6FCA0988CDD72CEA46B77E83F2281F', + 'ibc/F5E644941A2FD094576084E729890BADA8A0D8A742BB338F886002102948CA55', exponent: 0, aliases: [ 'ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7' @@ -1285,7 +1856,7 @@ const assets: AssetList = { } ], type_asset: 'ics20', - base: 'ibc/B6A8AA348E50EE38EF3B902E4C0AA3E57B6FCA0988CDD72CEA46B77E83F2281F', + base: 'ibc/F5E644941A2FD094576084E729890BADA8A0D8A742BB338F886002102948CA55', name: 'Axelar Wrapped Ether', display: 'weth', symbol: 'wETH', @@ -1293,13 +1864,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-9', + channel_id: 'channel-113', base_denom: 'ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7', chain_name: 'kujira' }, chain: { - channel_id: 'channel-113' + channel_id: 'channel-9' } } ], @@ -1316,7 +1887,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/A3FD50FE92D88DDDC585D251D23243E739D1781FE4E313327492BE346D994BF5', + 'ibc/E86611817EAF331173D204962298A16C236E918F7C7E985497A63232B926F162', exponent: 0, aliases: [ 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2' @@ -1328,7 +1899,7 @@ const assets: AssetList = { } ], type_asset: 'ics20', - base: 'ibc/A3FD50FE92D88DDDC585D251D23243E739D1781FE4E313327492BE346D994BF5', + base: 'ibc/E86611817EAF331173D204962298A16C236E918F7C7E985497A63232B926F162', name: 'Cosmos Hub Atom', display: 'atom', symbol: 'ATOM', @@ -1336,13 +1907,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-9', + channel_id: 'channel-113', base_denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2', chain_name: 'kujira' }, chain: { - channel_id: 'channel-113' + channel_id: 'channel-9' } } ], @@ -1365,7 +1936,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/FBF0B879A251A1C0A271CAEB3C99A064C01E54D5311920829428528F00B57C6E', + 'ibc/7C735A0039F0171A29203B1CD9C2ABC8C0038FA055AEE4F8479EBA971CDC5F7C', exponent: 0, aliases: [ 'ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986' @@ -1376,7 +1947,7 @@ const assets: AssetList = { exponent: 6 } ], - base: 'ibc/FBF0B879A251A1C0A271CAEB3C99A064C01E54D5311920829428528F00B57C6E', + base: 'ibc/7C735A0039F0171A29203B1CD9C2ABC8C0038FA055AEE4F8479EBA971CDC5F7C', name: 'Luna', display: 'luna', symbol: 'LUNA', @@ -1384,13 +1955,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-9', + channel_id: 'channel-113', base_denom: 'ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986', chain_name: 'kujira' }, chain: { - channel_id: 'channel-113' + channel_id: 'channel-9' } } ], @@ -1413,7 +1984,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/9FC63AE05186223A38503BBB5B558230EB6021F93C3CA4B650019E56C8D5FBBF', + 'ibc/C59F41A3AAE147CADBB29320B8EE8757C3095C09D7F3554217E409382266364B', exponent: 0, aliases: [ 'ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602' @@ -1425,7 +1996,7 @@ const assets: AssetList = { } ], type_asset: 'ics20', - base: 'ibc/9FC63AE05186223A38503BBB5B558230EB6021F93C3CA4B650019E56C8D5FBBF', + base: 'ibc/C59F41A3AAE147CADBB29320B8EE8757C3095C09D7F3554217E409382266364B', name: 'Stargaze', display: 'stars', symbol: 'STARS', @@ -1433,13 +2004,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-9', + channel_id: 'channel-113', base_denom: 'ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602', chain_name: 'kujira' }, chain: { - channel_id: 'channel-113' + channel_id: 'channel-9' } } ], @@ -1462,7 +2033,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/F1D3DDE05CF4A81BE37E58613912F3B0D9DD5D769FACADF2C3BF3C6EA43E83D6', + 'ibc/EBFB6ED70A9D0C6B8769EEC75A5F795BB49F9B30876CF3657F702C0523E02475', exponent: 0, aliases: [ 'ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5' @@ -1473,7 +2044,7 @@ const assets: AssetList = { exponent: 6 } ], - base: 'ibc/F1D3DDE05CF4A81BE37E58613912F3B0D9DD5D769FACADF2C3BF3C6EA43E83D6', + base: 'ibc/EBFB6ED70A9D0C6B8769EEC75A5F795BB49F9B30876CF3657F702C0523E02475', name: 'Secret Network', display: 'scrt', symbol: 'SCRT', @@ -1481,13 +2052,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-9', + channel_id: 'channel-113', base_denom: 'ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5', chain_name: 'kujira' }, chain: { - channel_id: 'channel-113' + channel_id: 'channel-9' } } ], @@ -1510,7 +2081,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/7196B3A748F179FEE01350FF09FB8935DEFDE693CBCF1A24FB0279DB51CA151D', + 'ibc/96E4E3EB81B66EFBC7524EA026936FCD0C9F8AB2347058B52F442108D1DA01B9', exponent: 0, aliases: [ 'ibc/086C1B2E9E611F23D3C9159C858D3F4C6A911D348DFB916A11AE306A865A77A8' @@ -1523,7 +2094,7 @@ const assets: AssetList = { } ], type_asset: 'ics20', - base: 'ibc/7196B3A748F179FEE01350FF09FB8935DEFDE693CBCF1A24FB0279DB51CA151D', + base: 'ibc/96E4E3EB81B66EFBC7524EA026936FCD0C9F8AB2347058B52F442108D1DA01B9', name: 'PSTAKE staked ATOM', display: 'stkatom', symbol: 'stkATOM', @@ -1531,13 +2102,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-9', + channel_id: 'channel-113', base_denom: 'ibc/086C1B2E9E611F23D3C9159C858D3F4C6A911D348DFB916A11AE306A865A77A8', chain_name: 'kujira' }, chain: { - channel_id: 'channel-113' + channel_id: 'channel-9' } } ], @@ -15151,6 +15722,275 @@ const assets: AssetList = { } } ] + }, + { + description: 'The native token of Stargaze', + denom_units: [ + { + denom: + 'ibc/8968C04A87BA43FB662C51D4088D693CF44761EF8D1BD953526BDFFD48BD9005', + exponent: 0, + aliases: ['ustars'] + }, + { + denom: 'stars', + exponent: 6 + } + ], + base: 'ibc/8968C04A87BA43FB662C51D4088D693CF44761EF8D1BD953526BDFFD48BD9005', + name: 'Stargaze', + display: 'stars', + symbol: 'STARS', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg' + }, + coingecko_id: 'stargaze', + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-278', + base_denom: 'ustars', + chain_name: 'stargaze' + }, + chain: { + channel_id: 'channel-12' + } + } + ] + }, + { + description: 'The native token of ohhNFT.', + denom_units: [ + { + denom: + 'ibc/96A735166F5B777297959DEB74D0F6276BF01883FDA2D7FF0D4FD7F2FE91CCD4', + exponent: 0, + aliases: ['factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/dust'] + }, + { + denom: 'strdst', + exponent: 6 + } + ], + base: 'ibc/96A735166F5B777297959DEB74D0F6276BF01883FDA2D7FF0D4FD7F2FE91CCD4', + name: 'Stardust STRDST', + display: 'strdst', + symbol: 'STRDST', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg' + }, + coingecko_id: '', + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-278', + base_denom: + 'factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/dust', + chain_name: 'stargaze' + }, + chain: { + channel_id: 'channel-12' + } + } + ] + }, + { + description: 'The native meme token of stargaze.', + denom_units: [ + { + denom: + 'ibc/3E482F1691387D4299E33B5FD35F476AC9C2657A377FBA45C3D1BC279DA811A6', + exponent: 0, + aliases: [ + 'factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/mGAZE' + ] + }, + { + denom: 'GAZE', + exponent: 6 + } + ], + base: 'ibc/3E482F1691387D4299E33B5FD35F476AC9C2657A377FBA45C3D1BC279DA811A6', + name: 'Gaze GAZE', + display: 'GAZE', + symbol: 'GAZE', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.svg' + }, + coingecko_id: '', + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-278', + base_denom: + 'factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/mGAZE', + chain_name: 'stargaze' + }, + chain: { + channel_id: 'channel-12' + } + } + ] + }, + { + description: 'ohhNFT LP token.', + denom_units: [ + { + denom: + 'ibc/28A31B9AF08F75DFD8DF0F9F52AE760109034B568C9B4C01185F64C344746699', + exponent: 0, + aliases: [ + 'factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uBRNCH' + ] + }, + { + denom: 'BRNCH', + exponent: 6 + } + ], + base: 'ibc/28A31B9AF08F75DFD8DF0F9F52AE760109034B568C9B4C01185F64C344746699', + name: 'Branch', + display: 'BRNCH', + symbol: 'BRNCH', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg' + }, + coingecko_id: '', + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-278', + base_denom: + 'factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uBRNCH', + chain_name: 'stargaze' + }, + chain: { + channel_id: 'channel-12' + } + } + ] + }, + { + description: 'Social token for the ohhVAULT.', + denom_units: [ + { + denom: + 'ibc/2E762CB1896262FD41559DDF188CE879E1EA115D56AE73DAE5C179CFDA778976', + exponent: 0, + aliases: ['factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uOHH'] + }, + { + denom: 'OHH', + exponent: 6 + } + ], + base: 'ibc/2E762CB1896262FD41559DDF188CE879E1EA115D56AE73DAE5C179CFDA778976', + name: 'ohhVAULT ohh', + display: 'OHH', + symbol: 'OHH', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.svg' + }, + coingecko_id: '', + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-278', + base_denom: + 'factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uOHH', + chain_name: 'stargaze' + }, + chain: { + channel_id: 'channel-12' + } + } + ] + }, + { + description: 'The native coin of Sneaky Productions.', + denom_units: [ + { + denom: + 'ibc/65596FDA25273CD649205191CFD95832AE36C638D005E90661CEEB8B1BA0B67A', + exponent: 0, + aliases: [ + 'factory/stars1xx5976njvxpl9n4v8huvff6cudhx7yuu8e7rt4/usneaky' + ] + }, + { + denom: 'sneaky', + exponent: 6 + } + ], + base: 'ibc/65596FDA25273CD649205191CFD95832AE36C638D005E90661CEEB8B1BA0B67A', + name: 'Sneaky Productions', + display: 'sneaky', + symbol: 'SNEAKY', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.svg' + }, + coingecko_id: '', + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-278', + base_denom: + 'factory/stars1xx5976njvxpl9n4v8huvff6cudhx7yuu8e7rt4/usneaky', + chain_name: 'stargaze' + }, + chain: { + channel_id: 'channel-12' + } + } + ] } ] }; diff --git a/packages/assets/src/mainnet/gravitybridge.ts b/packages/assets/src/mainnet/gravitybridge.ts index 70986f061..24fe5a375 100644 --- a/packages/assets/src/mainnet/gravitybridge.ts +++ b/packages/assets/src/mainnet/gravitybridge.ts @@ -672,6 +672,50 @@ const assets: AssetList = { } ] }, + { + description: 'The token of Teledisko DAO.', + denom_units: [ + { + denom: + 'ibc/F8097E48981FD969A639156DE4252CC25C0E908DFF49369FD05EB895FDA32CB8', + exponent: 0, + aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280'] + }, + { + denom: 'berlin', + exponent: 18 + } + ], + base: 'ibc/F8097E48981FD969A639156DE4252CC25C0E908DFF49369FD05EB895FDA32CB8', + name: 'Teledisko DAO', + display: 'berlin', + symbol: 'BERLIN', + type_asset: 'erc20', + address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-8', + base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + chain_name: 'evmos' + }, + chain: { + channel_id: 'channel-65' + } + } + ] + }, { description: 'The native EVM, governance and staking token of the Haqq Network', @@ -1471,7 +1515,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/2F076EF5271FEAA26B68C4DB7835C7122B84D18780982A2EF65C019397BE7427', + 'ibc/F5AF8C34AE1430F656331BCA5DC6D8D465165FA14DBC2F93A1F86BEEFD51E6BD', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -1482,7 +1526,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/2F076EF5271FEAA26B68C4DB7835C7122B84D18780982A2EF65C019397BE7427', + base: 'ibc/F5AF8C34AE1430F656331BCA5DC6D8D465165FA14DBC2F93A1F86BEEFD51E6BD', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', @@ -16282,6 +16326,50 @@ const assets: AssetList = { } ] }, + { + description: 'The token of Source Protocol bridged from BSC.', + denom_units: [ + { + denom: + 'ibc/E05B0EFAD4E4D2E42FADA678754C7076AF6B42861D362CE477108A72F61C9C7D', + exponent: 0, + aliases: ['erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09'] + }, + { + denom: 'srcx', + exponent: 9 + } + ], + base: 'ibc/E05B0EFAD4E4D2E42FADA678754C7076AF6B42861D362CE477108A72F61C9C7D', + name: 'Source Token', + display: 'srcx', + symbol: 'SRCX', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09', + chain_name: 'planq' + }, + chain: { + channel_id: 'channel-102' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'binancesmartchain', + base_denom: '0x454b90716a9435e7161a9aea5cf00e0acbe565ae' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png' + } + }, { description: 'The native token of Secret Network', denom_units: [ diff --git a/packages/assets/src/mainnet/index.ts b/packages/assets/src/mainnet/index.ts index 7c920f61e..027e818f7 100644 --- a/packages/assets/src/mainnet/index.ts +++ b/packages/assets/src/mainnet/index.ts @@ -96,6 +96,7 @@ export * as realio from './realio'; export * as rebus from './rebus'; export * as regen from './regen'; export * as rizon from './rizon'; +export * as scorum from './scorum'; export * as secretnetwork from './secretnetwork'; export * as sei from './sei'; export * as sentinel from './sentinel'; diff --git a/packages/assets/src/mainnet/injective.ts b/packages/assets/src/mainnet/injective.ts index c479b113b..11339889b 100644 --- a/packages/assets/src/mainnet/injective.ts +++ b/packages/assets/src/mainnet/injective.ts @@ -2128,6 +2128,830 @@ const assets: AssetList = { } ] }, + { + description: 'The token of Teledisko DAO.', + denom_units: [ + { + denom: + 'ibc/F1FE02BD50D7060764C6F72BA84380E264525537D7B97F3AEB5F13D687EA1CE9', + exponent: 0, + aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280'] + }, + { + denom: 'berlin', + exponent: 18 + } + ], + base: 'ibc/F1FE02BD50D7060764C6F72BA84380E264525537D7B97F3AEB5F13D687EA1CE9', + name: 'Teledisko DAO', + display: 'berlin', + symbol: 'BERLIN', + type_asset: 'erc20', + address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-10', + base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + chain_name: 'evmos' + }, + chain: { + channel_id: 'channel-83' + } + } + ] + }, + { + description: 'The native fee token of Gateway.', + denom_units: [ + { + denom: + 'ibc/A83851234A83F3FE51CDB44FF1A4435472A197C096EF9E7312B69E67C16B7FB7', + exponent: 0, + aliases: ['utest'] + }, + { + denom: 'test', + exponent: 6, + aliases: [] + } + ], + type_asset: 'sdk.coin', + base: 'ibc/A83851234A83F3FE51CDB44FF1A4435472A197C096EF9E7312B69E67C16B7FB7', + name: 'Test', + display: 'test', + symbol: 'TEST', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: 'utest', + chain_name: 'gateway' + }, + chain: { + channel_id: 'channel-183' + } + } + ] + }, + { + description: 'the native staking token of Gateway.', + denom_units: [ + { + denom: + 'ibc/13C9967E4F065F5E4946302C1F94EA5F21261F3F90DAC0212C4037FA3E058297', + exponent: 0, + aliases: ['uworm'] + }, + { + denom: 'worm', + exponent: 6, + aliases: [] + } + ], + type_asset: 'sdk.coin', + base: 'ibc/13C9967E4F065F5E4946302C1F94EA5F21261F3F90DAC0212C4037FA3E058297', + name: 'Worm', + display: 'worm', + symbol: 'WORM', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: 'uworm', + chain_name: 'gateway' + }, + chain: { + channel_id: 'channel-183' + } + } + ] + }, + { + description: + 'Sui (Wormhole), SUI, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh', + denom_units: [ + { + denom: + 'ibc/F96C68219E987465D9EB253DACD385855827C5705164DAFDB0161429F8B95780', + exponent: 0, + aliases: [ + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh' + ] + }, + { + denom: 'wormhole/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh/8', + exponent: 8, + aliases: [] + } + ], + address: + 'wormhole19hlynxzedrlqv99v6qscww7d3crhl86qtd0vprpltg5g9xx6jk9q6ya33y', + base: 'ibc/F96C68219E987465D9EB253DACD385855827C5705164DAFDB0161429F8B95780', + display: 'wormhole/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh/8', + name: 'Sui (Wormhole)', + symbol: 'SUI', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh', + chain_name: 'gateway' + }, + chain: { + channel_id: 'channel-183' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'sui', + base_denom: '0x2::sui::SUI' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg' + } + }, + { + description: + 'Wrapped Ether (Wormhole), WETH, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp', + denom_units: [ + { + denom: + 'ibc/4AC4A819B0BFCB25497E83B92A7D124F24C4E8B32B0E4B45704CC4D224A085A0', + exponent: 0, + aliases: [ + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp' + ] + }, + { + denom: 'wormhole/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp/8', + exponent: 8, + aliases: [] + } + ], + address: + 'wormhole18csycs4vm6varkp00apuqlsm7v4twg8jsljk8wfdd7cghr7g4rtslwqndm', + base: 'ibc/4AC4A819B0BFCB25497E83B92A7D124F24C4E8B32B0E4B45704CC4D224A085A0', + display: 'wormhole/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp/8', + name: 'Wrapped Ether (Wormhole)', + symbol: 'WETH', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp', + chain_name: 'gateway' + }, + chain: { + channel_id: 'channel-183' + } + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg' + } + ] + }, + { + description: + 'Wrapped liquid staked Ether 2.0 (Wormhole), wstETH, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b', + denom_units: [ + { + denom: + 'ibc/AF173F64492152DA94107B8AD53906589CA7B844B650EFC2FEFED371A3FA235E', + exponent: 0, + aliases: [ + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b' + ] + }, + { + denom: 'wormhole/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b/8', + exponent: 8, + aliases: [] + } + ], + address: + 'wormhole1gg6f95cymcfrfzhpek7cf5wl53t5kng52cd2m0krgdlu8k58vd8qezy8pt', + base: 'ibc/AF173F64492152DA94107B8AD53906589CA7B844B650EFC2FEFED371A3FA235E', + display: 'wormhole/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b/8', + name: 'Wrapped liquid staked Ether 2.0 (Wormhole)', + symbol: 'wstETH', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b', + chain_name: 'gateway' + }, + chain: { + channel_id: 'channel-183' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'ethereum', + base_denom: '0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg' + } + }, + { + description: + 'Aptos Coin (Wormhole), APT, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r', + denom_units: [ + { + denom: + 'ibc/D807D81AB6C2983C9DCC2E1268051C4195405A030E1999549C562BCB7E1251A5', + exponent: 0, + aliases: [ + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r' + ] + }, + { + denom: 'wormhole/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r/8', + exponent: 8, + aliases: [] + } + ], + address: + 'wormhole1f9sxjn0qu8xylcpzlvnhrefnatndqxnrajfrnr5h97hegnmsdqhsh6juc0', + base: 'ibc/D807D81AB6C2983C9DCC2E1268051C4195405A030E1999549C562BCB7E1251A5', + display: 'wormhole/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r/8', + name: 'Aptos Coin (Wormhole)', + symbol: 'APT', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r', + chain_name: 'gateway' + }, + chain: { + channel_id: 'channel-183' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'aptos', + base_denom: '0x1::aptos_coin::AptosCoin' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg' + } + }, + { + description: + 'Tether USD (Wormhole), USDT, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi', + denom_units: [ + { + denom: + 'ibc/3384DCE14A72BBD0A47107C19A30EDD5FD1AC50909C632CB807680DBC798BB30', + exponent: 0, + aliases: [ + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi' + ] + }, + { + denom: 'wormhole/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi/6', + exponent: 6, + aliases: [] + } + ], + address: + 'wormhole1w27ekqvvtzfanfxnkw4jx2f8gdfeqwd3drkee3e64xat6phwjg0savgmhw', + base: 'ibc/3384DCE14A72BBD0A47107C19A30EDD5FD1AC50909C632CB807680DBC798BB30', + display: 'wormhole/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi/6', + name: 'Tether USD (Wormhole)', + symbol: 'USDT', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi', + chain_name: 'gateway' + }, + chain: { + channel_id: 'channel-183' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'ethereum', + base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + } + }, + { + description: + 'Wrapped SOL (Wormhole), SOL, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA', + denom_units: [ + { + denom: + 'ibc/A8B0B746B5AB736C2D8577259B510D56B8AF598008F68041E3D634BCDE72BE97', + exponent: 0, + aliases: [ + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA' + ] + }, + { + denom: 'wormhole/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA/8', + exponent: 8, + aliases: [] + } + ], + address: + 'wormhole1wn625s4jcmvk0szpl85rj5azkfc6suyvf75q6vrddscjdphtve8sca0pvl', + base: 'ibc/A8B0B746B5AB736C2D8577259B510D56B8AF598008F68041E3D634BCDE72BE97', + display: 'wormhole/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA/8', + name: 'Wrapped SOL (Wormhole)', + symbol: 'SOL', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA', + chain_name: 'gateway' + }, + chain: { + channel_id: 'channel-183' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'solana', + base_denom: 'So11111111111111111111111111111111111111112' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg' + } + }, + { + description: + 'Bonk (Wormhole), Bonk, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR', + denom_units: [ + { + denom: + 'ibc/C951FBB321708183F5A14811A3D099B3D73457D12E193E2B8429BDDCC6810D5A', + exponent: 0, + aliases: [ + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR' + ] + }, + { + denom: 'wormhole/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR/5', + exponent: 5, + aliases: [] + } + ], + address: + 'wormhole10qt8wg0n7z740ssvf3urmvgtjhxpyp74hxqvqt7z226gykuus7eq9mpu8u', + base: 'ibc/C951FBB321708183F5A14811A3D099B3D73457D12E193E2B8429BDDCC6810D5A', + display: 'wormhole/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR/5', + name: 'Bonk (Wormhole)', + symbol: 'Bonk', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR', + chain_name: 'gateway' + }, + chain: { + channel_id: 'channel-183' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'solana', + base_denom: 'DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bonk.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bonk.png' + } + }, + { + description: + 'Wrapped BTC (Wormhole), WBTC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd', + denom_units: [ + { + denom: + 'ibc/48E69ED9995415D94BEA06BE70E4A6C2BEA0F5E83996D1E17AF95126770E06B2', + exponent: 0, + aliases: [ + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd' + ] + }, + { + denom: 'wormhole/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd/8', + exponent: 8, + aliases: [] + } + ], + address: + 'wormhole1nz0r0au8aj6dc00wmm3ufy4g4k86rjzlr8wkf92cktdlps5lgfcqxnx9yk', + base: 'ibc/48E69ED9995415D94BEA06BE70E4A6C2BEA0F5E83996D1E17AF95126770E06B2', + display: 'wormhole/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd/8', + name: 'Wrapped BTC (Wormhole)', + symbol: 'WBTC', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd', + chain_name: 'gateway' + }, + chain: { + channel_id: 'channel-183' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'ethereum', + base_denom: '0x2260fac5e5542a773aa44fbcfedf7c193bc2c599' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg' + } + }, + { + description: + 'tBTC v2 (Wormhole), tBTC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw', + denom_units: [ + { + denom: + 'ibc/CDF0747148A7E6FCF27143312A8A5B7F9AEF0EF8BD4FA4381815A5EDBFC9B87E', + exponent: 0, + aliases: [ + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw' + ] + }, + { + denom: 'wormhole/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw/8', + exponent: 8, + aliases: [] + } + ], + address: + 'wormhole1nu9wf9dw384attnpu0pwfet5fajn05w2ex4r07mghvk3xcwrt2yq5uutp5', + base: 'ibc/CDF0747148A7E6FCF27143312A8A5B7F9AEF0EF8BD4FA4381815A5EDBFC9B87E', + display: 'wormhole/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw/8', + name: 'tBTC v2 (Wormhole)', + symbol: 'tBTC', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw', + chain_name: 'gateway' + }, + chain: { + channel_id: 'channel-183' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'ethereum', + base_denom: '0x18084fba666a33d37592fa2633fd49a74dd93a88' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/tbtc.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/tbtc.svg' + } + }, + { + description: + 'Dai Stablecoin (Wormhole), DAI, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1', + denom_units: [ + { + denom: + 'ibc/293F6074F0D8FF3D8A686F11BCA3DD459C54695B8F205C8867E4917A630634C2', + exponent: 0, + aliases: [ + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1' + ] + }, + { + denom: 'wormhole/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1/8', + exponent: 8, + aliases: [] + } + ], + address: + 'wormhole1chejx4qqtvwxy6684yrsmf6pylancxqhk3vsmtleg5ta3zrffljqfscg87', + base: 'ibc/293F6074F0D8FF3D8A686F11BCA3DD459C54695B8F205C8867E4917A630634C2', + display: 'wormhole/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1/8', + name: 'Dai Stablecoin (Wormhole)', + symbol: 'DAI', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1', + chain_name: 'gateway' + }, + chain: { + channel_id: 'channel-183' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'ethereum', + base_denom: '0x6b175474e89094c44da98b954eedeac495271d0f' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg' + } + }, + { + description: + 'USD Coin (Wormhole), USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt', + denom_units: [ + { + denom: + 'ibc/7BE71BB68C781453F6BB10114F8E2DF8DC37BA791C502F5389EA10E7BEA68323', + exponent: 0, + aliases: [ + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt' + ] + }, + { + denom: 'wormhole/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt/6', + exponent: 6, + aliases: [] + } + ], + address: + 'wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq', + base: 'ibc/7BE71BB68C781453F6BB10114F8E2DF8DC37BA791C502F5389EA10E7BEA68323', + display: 'wormhole/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt/6', + name: 'USD Coin (Wormhole)', + symbol: 'USDC', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt', + chain_name: 'gateway' + }, + chain: { + channel_id: 'channel-183' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'ethereum', + base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + } + }, + { + description: + 'Avalanche USD Coin (Wormhole), Avalanche USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4', + denom_units: [ + { + denom: + 'ibc/348633370BE07A623D7FC9CD229150936ADCD3A4E842DAD246BBA817D21FF6C7', + exponent: 0, + aliases: [ + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4' + ] + }, + { + denom: 'wormhole/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4/6', + exponent: 6, + aliases: [] + } + ], + address: + 'wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq', + base: 'ibc/348633370BE07A623D7FC9CD229150936ADCD3A4E842DAD246BBA817D21FF6C7', + display: 'wormhole/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4/6', + name: 'Avalanche USD Coin (Wormhole)', + symbol: 'avalanche.USDC.wh', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4', + chain_name: 'gateway' + }, + chain: { + channel_id: 'channel-183' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'avalanche', + base_denom: '0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + } + }, + { + description: + 'Pyth Network (Wormhole), PYTH, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy', + denom_units: [ + { + denom: + 'ibc/F3330C1B8BD1886FE9509B94C7B5398B892EA41420D2BC0B7C6A53CB8ED761D6', + exponent: 0, + aliases: [ + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy' + ] + }, + { + denom: 'wormhole/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy/6', + exponent: 6, + aliases: ['pyth'] + } + ], + address: + 'wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq', + base: 'ibc/F3330C1B8BD1886FE9509B94C7B5398B892EA41420D2BC0B7C6A53CB8ED761D6', + display: 'wormhole/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy/6', + name: 'Pyth Network', + symbol: 'PYTH', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy', + chain_name: 'gateway' + }, + chain: { + channel_id: 'channel-183' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'solana', + base_denom: 'HZ1JovNiVvGrGNiiYvEozEVgZ58xaU3RKwX8eACQBCt3' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg' + } + }, + { + description: + 'Solana USD Coin (Wormhole), Solana USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3', + denom_units: [ + { + denom: + 'ibc/FF3CF830E60679530072C4787A76D18E81C04F9725C3523F941DF0D8B7EB24F0', + exponent: 0, + aliases: [ + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3' + ] + }, + { + denom: 'wormhole/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3/6', + exponent: 6, + aliases: [] + } + ], + base: 'ibc/FF3CF830E60679530072C4787A76D18E81C04F9725C3523F941DF0D8B7EB24F0', + display: 'wormhole/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3/6', + name: 'Solana USD Coin (Wormhole)', + symbol: 'solana.USDC.wh', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3', + chain_name: 'gateway' + }, + chain: { + channel_id: 'channel-183' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'solana', + base_denom: 'EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + } + }, { description: 'The native staking and governance token of Kava', denom_units: [ @@ -3099,7 +3923,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/3D2E81D2B0C26C0D6B2F64AD3EF65346F3FF58D70400D7148C24566D20112AE7', + 'ibc/1E4DACCD788219206F93485352B39DF83F6268F389997141498FAFB5BA06493B', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -3110,7 +3934,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/3D2E81D2B0C26C0D6B2F64AD3EF65346F3FF58D70400D7148C24566D20112AE7', + base: 'ibc/1E4DACCD788219206F93485352B39DF83F6268F389997141498FAFB5BA06493B', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', @@ -5292,11 +6116,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -5342,6 +6166,99 @@ const assets: AssetList = { } ] }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/46AF08A764B9D188406C15C8086AA5676B782FA3C499B1BDB47444FE35DE7423', + exponent: 0, + aliases: [ + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/46AF08A764B9D188406C15C8086AA5676B782FA3C499B1BDB47444FE35DE7423', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-60', + base_denom: + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-177' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'Reflections of cartel activity on Cosmos.', + denom_units: [ + { + denom: + 'ibc/FDD71937DFA4E18BBF16734EB0AD0EFA9F7F1B0F21D13FAF63F0B4F3EA7DEF28', + exponent: 0, + aliases: [ + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel' + ] + }, + { + denom: 'cartel', + exponent: 6 + } + ], + base: 'ibc/FDD71937DFA4E18BBF16734EB0AD0EFA9F7F1B0F21D13FAF63F0B4F3EA7DEF28', + name: 'cartel', + display: 'cartel', + symbol: 'CARTEL', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-60', + base_denom: + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-177' + } + } + ] + }, { description: 'The permissioned staking asset for Noble Chain', denom_units: [ diff --git a/packages/assets/src/mainnet/jackal.ts b/packages/assets/src/mainnet/jackal.ts index 841c0db22..3fd086150 100644 --- a/packages/assets/src/mainnet/jackal.ts +++ b/packages/assets/src/mainnet/jackal.ts @@ -2442,7 +2442,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/98203ABB302380758B30CCB5F1FB08F5396DF98199454B812A7F485D3430DBC5', + 'ibc/76781E37CD9605B2BD5DA0770D96F2FE678DD67DE027B1303A1DEAB97A86CA53', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -2453,7 +2453,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/98203ABB302380758B30CCB5F1FB08F5396DF98199454B812A7F485D3430DBC5', + base: 'ibc/76781E37CD9605B2BD5DA0770D96F2FE678DD67DE027B1303A1DEAB97A86CA53', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', diff --git a/packages/assets/src/mainnet/juno.ts b/packages/assets/src/mainnet/juno.ts index 5f0b1142c..24c5cdd39 100644 --- a/packages/assets/src/mainnet/juno.ts +++ b/packages/assets/src/mainnet/juno.ts @@ -2239,7 +2239,8 @@ const assets: AssetList = { ] }, { - description: 'L DON a BitSong Music FanToken', + deprecated: true, + description: '[Redacted] a BitSong Music FanToken', denom_units: [ { denom: @@ -2248,22 +2249,14 @@ const assets: AssetList = { aliases: ['ft347B1612A2B7659913679CF6CD45B8B130C50A00'] }, { - denom: 'ldon', + denom: 'ft347B1612A2B7659913679CF6CD45B8B130C50A00/6', exponent: 6 } ], base: 'ibc/98DDD2EC382F0BB185A0EC8206D939673B62FB2EA511D79ECC4A623E7FBC413E', - name: 'L DON Fantoken', - display: 'ldon', + name: '[Redacted] Fantoken (ft3...A00)', + display: 'ft347B1612A2B7659913679CF6CD45B8B130C50A00/6', symbol: 'LDON', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft347B1612A2B7659913679CF6CD45B8B130C50A00.png' - }, - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft347B1612A2B7659913679CF6CD45B8B130C50A00.png' - } - ], traces: [ { type: 'ibc', @@ -4221,7 +4214,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/9FB4893DF27BCBD63E23C5A1694A3F08DAC8507C292EB0515CD368FFE4229CAC', + 'ibc/996B7975DE362A67674029A04255167200D41CB02DA4156B000323FD7B27EBEB', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -4232,7 +4225,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/9FB4893DF27BCBD63E23C5A1694A3F08DAC8507C292EB0515CD368FFE4229CAC', + base: 'ibc/996B7975DE362A67674029A04255167200D41CB02DA4156B000323FD7B27EBEB', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', diff --git a/packages/assets/src/mainnet/kava.ts b/packages/assets/src/mainnet/kava.ts index e73567ae3..272194fcc 100644 --- a/packages/assets/src/mainnet/kava.ts +++ b/packages/assets/src/mainnet/kava.ts @@ -639,6 +639,50 @@ const assets: AssetList = { } ] }, + { + description: 'The token of Teledisko DAO.', + denom_units: [ + { + denom: + 'ibc/15BB287C47C8C1E6AC1E91D73B142FE76E438864B062686C418771C55B973D6E', + exponent: 0, + aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280'] + }, + { + denom: 'berlin', + exponent: 18 + } + ], + base: 'ibc/15BB287C47C8C1E6AC1E91D73B142FE76E438864B062686C418771C55B973D6E', + name: 'Teledisko DAO', + display: 'berlin', + symbol: 'BERLIN', + type_asset: 'erc20', + address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-83', + base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + chain_name: 'evmos' + }, + chain: { + channel_id: 'channel-117' + } + } + ] + }, { description: 'The native EVM, governance and staking token of the Haqq Network', @@ -985,11 +1029,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -1038,6 +1082,178 @@ const assets: AssetList = { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg' } }, + { + description: + 'Hava Coin is the lifeblood of the Cosmos & Injective networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', + denom_units: [ + { + denom: + 'ibc/884EBC228DFCE8F1304D917A712AA9611427A6C1ECC3179B2E91D7468FB091A2', + exponent: 0, + aliases: ['factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava'] + }, + { + denom: 'hava', + exponent: 6 + } + ], + base: 'ibc/884EBC228DFCE8F1304D917A712AA9611427A6C1ECC3179B2E91D7468FB091A2', + name: 'Hava Coin', + display: 'hava', + symbol: 'HAVA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-143', + base_denom: + 'factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-122' + } + } + ] + }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/0E6213E05174AA3C3965E5A1124D6C4D8757307D5DFEC48D7DBFA4A3F99568F2', + exponent: 0, + aliases: [ + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/0E6213E05174AA3C3965E5A1124D6C4D8757307D5DFEC48D7DBFA4A3F99568F2', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-143', + base_denom: + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-122' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'The second meme coin on Injective.', + denom_units: [ + { + denom: + 'ibc/7295195818D9208637DE141D3E559E9D6FBBCA5E4009CA42BCC949DF5CC0051E', + exponent: 0, + aliases: ['inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88'] + }, + { + denom: 'NINPO', + exponent: 6 + } + ], + base: 'ibc/7295195818D9208637DE141D3E559E9D6FBBCA5E4009CA42BCC949DF5CC0051E', + name: 'Ninpo', + display: 'NINPO', + symbol: 'NINPO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-143', + base_denom: 'inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-122' + } + } + ] + }, + { + description: 'JUDO is a very futuristic meme token.', + denom_units: [ + { + denom: + 'ibc/69628D9E55DE019D28262C2A5F2229E043FF2D46CCAD1802BBDEEAD338367A4E', + exponent: 0, + aliases: ['inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h'] + }, + { + denom: 'JUDO', + exponent: 6 + } + ], + base: 'ibc/69628D9E55DE019D28262C2A5F2229E043FF2D46CCAD1802BBDEEAD338367A4E', + name: 'Judo', + display: 'JUDO', + symbol: 'JUDO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-143', + base_denom: 'inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-122' + } + } + ] + }, { description: 'The native staking and governance token of the Kujira chain.', @@ -1793,7 +2009,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/449F249B0B11497761259CBC936B22A7A980A4FABB04A4A7CA0FD3FE3F63196E', + 'ibc/6B0C7421C4B777B4EE242B81E0F1AF91214A5376EC721BC3089F322CF7876F57', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -1804,7 +2020,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/449F249B0B11497761259CBC936B22A7A980A4FABB04A4A7CA0FD3FE3F63196E', + base: 'ibc/6B0C7421C4B777B4EE242B81E0F1AF91214A5376EC721BC3089F322CF7876F57', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', @@ -3986,11 +4202,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -4036,6 +4252,99 @@ const assets: AssetList = { } ] }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/6DD413BAF84794BC3B70D67971AD917A7362C81F4A378EFCEEAC36FA99E6839F', + exponent: 0, + aliases: [ + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/6DD413BAF84794BC3B70D67971AD917A7362C81F4A378EFCEEAC36FA99E6839F', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-36', + base_denom: + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-136' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'Reflections of cartel activity on Cosmos.', + denom_units: [ + { + denom: + 'ibc/CC10E17D9F8C641C6A1A1B973269F7F5482B66EECC2D9A4880B5E77445EA9F3B', + exponent: 0, + aliases: [ + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel' + ] + }, + { + denom: 'cartel', + exponent: 6 + } + ], + base: 'ibc/CC10E17D9F8C641C6A1A1B973269F7F5482B66EECC2D9A4880B5E77445EA9F3B', + name: 'cartel', + display: 'cartel', + symbol: 'CARTEL', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-36', + base_denom: + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-136' + } + } + ] + }, { description: 'The native token of Osmosis', denom_units: [ diff --git a/packages/assets/src/mainnet/kujira.ts b/packages/assets/src/mainnet/kujira.ts index e348b6bbc..4f7025dbe 100644 --- a/packages/assets/src/mainnet/kujira.ts +++ b/packages/assets/src/mainnet/kujira.ts @@ -3321,6 +3321,50 @@ const assets: AssetList = { } ] }, + { + description: 'The token of Teledisko DAO.', + denom_units: [ + { + denom: + 'ibc/845D9E1C29A73366D4EF35195110815AB8687C9E976522BF5BA1CEC2EFAECB97', + exponent: 0, + aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280'] + }, + { + denom: 'berlin', + exponent: 18 + } + ], + base: 'ibc/845D9E1C29A73366D4EF35195110815AB8687C9E976522BF5BA1CEC2EFAECB97', + name: 'Teledisko DAO', + display: 'berlin', + symbol: 'BERLIN', + type_asset: 'erc20', + address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-18', + base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + chain_name: 'evmos' + }, + chain: { + channel_id: 'channel-23' + } + } + ] + }, { description: 'The native token of Furya', denom_units: [ @@ -3368,7 +3412,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/AA4300436ED1D8AAD3B279B8B5C3A0BCFC921BF239EA61C776651621E74199BD', + 'ibc/608B2FA2CC241DC41B3D8CBF7DB2A0D11B4636B859FE4A8A73F1F5DBAAB3745B', exponent: 0, aliases: ['utest'] }, @@ -3379,7 +3423,7 @@ const assets: AssetList = { } ], type_asset: 'sdk.coin', - base: 'ibc/AA4300436ED1D8AAD3B279B8B5C3A0BCFC921BF239EA61C776651621E74199BD', + base: 'ibc/608B2FA2CC241DC41B3D8CBF7DB2A0D11B4636B859FE4A8A73F1F5DBAAB3745B', name: 'Test', display: 'test', symbol: 'TEST', @@ -3387,12 +3431,12 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-113', + channel_id: 'channel-9', base_denom: 'utest', chain_name: 'gateway' }, chain: { - channel_id: 'channel-9' + channel_id: 'channel-113' } } ] @@ -3402,7 +3446,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/46A35B40F0BE12879D8C3D3C5B9AAE8570A8E82D6BA712602CCA445292701C94', + 'ibc/B07CA9FD2C05A5D34E517647E18B84B33A9AC7FF5BC12E334D63F63D4EDC37DF', exponent: 0, aliases: ['uworm'] }, @@ -3413,7 +3457,7 @@ const assets: AssetList = { } ], type_asset: 'sdk.coin', - base: 'ibc/46A35B40F0BE12879D8C3D3C5B9AAE8570A8E82D6BA712602CCA445292701C94', + base: 'ibc/B07CA9FD2C05A5D34E517647E18B84B33A9AC7FF5BC12E334D63F63D4EDC37DF', name: 'Worm', display: 'worm', symbol: 'WORM', @@ -3421,12 +3465,12 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-113', + channel_id: 'channel-9', base_denom: 'uworm', chain_name: 'gateway' }, chain: { - channel_id: 'channel-9' + channel_id: 'channel-113' } } ] @@ -3437,7 +3481,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/BB6139B86089BAA34D64A986E9063837DDECA485FAEDAEC37D73ED5F71F5140B', + 'ibc/EBA52E7239CC1BC7F8ECF4F41523B6DD477FF067FD953315704A9A4FD2131B48', exponent: 0, aliases: [ 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh' @@ -3451,7 +3495,7 @@ const assets: AssetList = { ], address: 'wormhole19hlynxzedrlqv99v6qscww7d3crhl86qtd0vprpltg5g9xx6jk9q6ya33y', - base: 'ibc/BB6139B86089BAA34D64A986E9063837DDECA485FAEDAEC37D73ED5F71F5140B', + base: 'ibc/EBA52E7239CC1BC7F8ECF4F41523B6DD477FF067FD953315704A9A4FD2131B48', display: 'wormhole/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh/8', name: 'Sui (Wormhole)', symbol: 'SUI', @@ -3459,13 +3503,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-113', + channel_id: 'channel-9', base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh', chain_name: 'gateway' }, chain: { - channel_id: 'channel-9' + channel_id: 'channel-113' } } ], @@ -3488,7 +3532,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/F6A311FA12D7442A57489FDE268D8884EEF1C73D689F780EB1F0F68C642E9DA4', + 'ibc/7D9D28CABB49A4BB1A50C3B7E4544BFDBC5DDFAEB84A7787755A34CE7196CE15', exponent: 0, aliases: [ 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp' @@ -3502,7 +3546,7 @@ const assets: AssetList = { ], address: 'wormhole18csycs4vm6varkp00apuqlsm7v4twg8jsljk8wfdd7cghr7g4rtslwqndm', - base: 'ibc/F6A311FA12D7442A57489FDE268D8884EEF1C73D689F780EB1F0F68C642E9DA4', + base: 'ibc/7D9D28CABB49A4BB1A50C3B7E4544BFDBC5DDFAEB84A7787755A34CE7196CE15', display: 'wormhole/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp/8', name: 'Wrapped Ether (Wormhole)', symbol: 'WETH', @@ -3510,13 +3554,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-113', + channel_id: 'channel-9', base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp', chain_name: 'gateway' }, chain: { - channel_id: 'channel-9' + channel_id: 'channel-113' } } ], @@ -3537,7 +3581,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/68A707DC9067DE941CCFD58E737F04E8EDF96E523A4EED2B5FC502EC7E2947BB', + 'ibc/2A2F8625107E0DA8A9457206086B691AA7ADBAD0CDBE612C0673E75D9AD333DC', exponent: 0, aliases: [ 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b' @@ -3551,7 +3595,7 @@ const assets: AssetList = { ], address: 'wormhole1gg6f95cymcfrfzhpek7cf5wl53t5kng52cd2m0krgdlu8k58vd8qezy8pt', - base: 'ibc/68A707DC9067DE941CCFD58E737F04E8EDF96E523A4EED2B5FC502EC7E2947BB', + base: 'ibc/2A2F8625107E0DA8A9457206086B691AA7ADBAD0CDBE612C0673E75D9AD333DC', display: 'wormhole/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b/8', name: 'Wrapped liquid staked Ether 2.0 (Wormhole)', symbol: 'wstETH', @@ -3559,13 +3603,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-113', + channel_id: 'channel-9', base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b', chain_name: 'gateway' }, chain: { - channel_id: 'channel-9' + channel_id: 'channel-113' } } ], @@ -3588,7 +3632,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/682D9FC45A22291499014F64D08D5AF17DDE969549B964F6A58C19C22D7AEE1C', + 'ibc/65BA5412B0FF40DABDCA5EBF26A1A6E04C49A8263BFD7961D72E2FC5CC3AD0DA', exponent: 0, aliases: [ 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r' @@ -3602,7 +3646,7 @@ const assets: AssetList = { ], address: 'wormhole1f9sxjn0qu8xylcpzlvnhrefnatndqxnrajfrnr5h97hegnmsdqhsh6juc0', - base: 'ibc/682D9FC45A22291499014F64D08D5AF17DDE969549B964F6A58C19C22D7AEE1C', + base: 'ibc/65BA5412B0FF40DABDCA5EBF26A1A6E04C49A8263BFD7961D72E2FC5CC3AD0DA', display: 'wormhole/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r/8', name: 'Aptos Coin (Wormhole)', symbol: 'APT', @@ -3610,13 +3654,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-113', + channel_id: 'channel-9', base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r', chain_name: 'gateway' }, chain: { - channel_id: 'channel-9' + channel_id: 'channel-113' } } ], @@ -3639,7 +3683,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/745ED7558E1160C157BA26D0B14BF4819C35A8119458A8A062F9C128608A704E', + 'ibc/67444CF45C68D90AE33FA7DB2244365AC014EE295D2393B0C43AB1905208A2F7', exponent: 0, aliases: [ 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi' @@ -3653,7 +3697,7 @@ const assets: AssetList = { ], address: 'wormhole1w27ekqvvtzfanfxnkw4jx2f8gdfeqwd3drkee3e64xat6phwjg0savgmhw', - base: 'ibc/745ED7558E1160C157BA26D0B14BF4819C35A8119458A8A062F9C128608A704E', + base: 'ibc/67444CF45C68D90AE33FA7DB2244365AC014EE295D2393B0C43AB1905208A2F7', display: 'wormhole/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi/6', name: 'Tether USD (Wormhole)', symbol: 'USDT', @@ -3661,13 +3705,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-113', + channel_id: 'channel-9', base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi', chain_name: 'gateway' }, chain: { - channel_id: 'channel-9' + channel_id: 'channel-113' } } ], @@ -3690,7 +3734,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/986D50A8B9D470EFCEAA4F65FE24AD42E90B646A52287EA41D955A9B565850F9', + 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3', exponent: 0, aliases: [ 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA' @@ -3704,7 +3748,7 @@ const assets: AssetList = { ], address: 'wormhole1wn625s4jcmvk0szpl85rj5azkfc6suyvf75q6vrddscjdphtve8sca0pvl', - base: 'ibc/986D50A8B9D470EFCEAA4F65FE24AD42E90B646A52287EA41D955A9B565850F9', + base: 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3', display: 'wormhole/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA/8', name: 'Wrapped SOL (Wormhole)', symbol: 'SOL', @@ -3712,13 +3756,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-113', + channel_id: 'channel-9', base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA', chain_name: 'gateway' }, chain: { - channel_id: 'channel-9' + channel_id: 'channel-113' } } ], @@ -3741,7 +3785,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/6D5CBE51BEBC380DDD561B76A8F8B3FF9F87D1D5147A58BCD875F9D6CFE09CCA', + 'ibc/BD9492BC1470FA29CBAEB39BB384CAA2030B190362D0A16641465FCFD8A59FB2', exponent: 0, aliases: [ 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR' @@ -3755,7 +3799,7 @@ const assets: AssetList = { ], address: 'wormhole10qt8wg0n7z740ssvf3urmvgtjhxpyp74hxqvqt7z226gykuus7eq9mpu8u', - base: 'ibc/6D5CBE51BEBC380DDD561B76A8F8B3FF9F87D1D5147A58BCD875F9D6CFE09CCA', + base: 'ibc/BD9492BC1470FA29CBAEB39BB384CAA2030B190362D0A16641465FCFD8A59FB2', display: 'wormhole/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR/5', name: 'Bonk (Wormhole)', symbol: 'Bonk', @@ -3763,13 +3807,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-113', + channel_id: 'channel-9', base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR', chain_name: 'gateway' }, chain: { - channel_id: 'channel-9' + channel_id: 'channel-113' } } ], @@ -3792,7 +3836,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/0401C8C9BB12AECB07B5C8AC5D3E699D3AC82C82E5E29BE79E2BDD96D9088795', + 'ibc/B2C7F21B604E3974A7DA5DAA9395905F2F3C85392F8A221CFDF62E4A9F4E48E4', exponent: 0, aliases: [ 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd' @@ -3806,7 +3850,7 @@ const assets: AssetList = { ], address: 'wormhole1nz0r0au8aj6dc00wmm3ufy4g4k86rjzlr8wkf92cktdlps5lgfcqxnx9yk', - base: 'ibc/0401C8C9BB12AECB07B5C8AC5D3E699D3AC82C82E5E29BE79E2BDD96D9088795', + base: 'ibc/B2C7F21B604E3974A7DA5DAA9395905F2F3C85392F8A221CFDF62E4A9F4E48E4', display: 'wormhole/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd/8', name: 'Wrapped BTC (Wormhole)', symbol: 'WBTC', @@ -3814,13 +3858,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-113', + channel_id: 'channel-9', base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd', chain_name: 'gateway' }, chain: { - channel_id: 'channel-9' + channel_id: 'channel-113' } } ], @@ -3845,7 +3889,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/0EF53DE4EAC97FFCE9FE53782D1323983948B0AC02A097CD6F31F6E0D13AFECE', + 'ibc/966410B7B51150145FE3905A5AB6106F38345007AA276744C916768413B7E52D', exponent: 0, aliases: [ 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw' @@ -3859,7 +3903,7 @@ const assets: AssetList = { ], address: 'wormhole1nu9wf9dw384attnpu0pwfet5fajn05w2ex4r07mghvk3xcwrt2yq5uutp5', - base: 'ibc/0EF53DE4EAC97FFCE9FE53782D1323983948B0AC02A097CD6F31F6E0D13AFECE', + base: 'ibc/966410B7B51150145FE3905A5AB6106F38345007AA276744C916768413B7E52D', display: 'wormhole/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw/8', name: 'tBTC v2 (Wormhole)', symbol: 'tBTC', @@ -3867,13 +3911,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-113', + channel_id: 'channel-9', base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw', chain_name: 'gateway' }, chain: { - channel_id: 'channel-9' + channel_id: 'channel-113' } } ], @@ -3896,7 +3940,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/6F97016BE46ED95F2CAD66DF8BC495BA8BE1C86A131568A0126A42A45B37839B', + 'ibc/3CE8A3DE4AE5AE2B4B8C03B2B227CC284732EDC849E506615FF2AA3D8EB1BAFC', exponent: 0, aliases: [ 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1' @@ -3910,7 +3954,7 @@ const assets: AssetList = { ], address: 'wormhole1chejx4qqtvwxy6684yrsmf6pylancxqhk3vsmtleg5ta3zrffljqfscg87', - base: 'ibc/6F97016BE46ED95F2CAD66DF8BC495BA8BE1C86A131568A0126A42A45B37839B', + base: 'ibc/3CE8A3DE4AE5AE2B4B8C03B2B227CC284732EDC849E506615FF2AA3D8EB1BAFC', display: 'wormhole/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1/8', name: 'Dai Stablecoin (Wormhole)', symbol: 'DAI', @@ -3918,13 +3962,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-113', + channel_id: 'channel-9', base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1', chain_name: 'gateway' }, chain: { - channel_id: 'channel-9' + channel_id: 'channel-113' } } ], @@ -3947,7 +3991,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/C86C21D8BF978CE812488AE9A3329F2A3F1E91083006F76976C12156AD04118C', + 'ibc/C5EADE2C526B9629D230AC02A97644984ACB7C2F9A6C85126D1025CB0DA42588', exponent: 0, aliases: [ 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt' @@ -3961,7 +4005,7 @@ const assets: AssetList = { ], address: 'wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq', - base: 'ibc/C86C21D8BF978CE812488AE9A3329F2A3F1E91083006F76976C12156AD04118C', + base: 'ibc/C5EADE2C526B9629D230AC02A97644984ACB7C2F9A6C85126D1025CB0DA42588', display: 'wormhole/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt/6', name: 'USD Coin (Wormhole)', symbol: 'USDC', @@ -3969,13 +4013,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-113', + channel_id: 'channel-9', base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt', chain_name: 'gateway' }, chain: { - channel_id: 'channel-9' + channel_id: 'channel-113' } } ], @@ -3998,7 +4042,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/CF623750CC1E509B47F6BE67D6FD6B375425709FBC45008C69C220C1B893A6EA', + 'ibc/F9F41DB8DA49EA6AB9EB4B2C9E0ECDC2502ABDA2FE728B85994BF31240CBC163', exponent: 0, aliases: [ 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4' @@ -4012,7 +4056,7 @@ const assets: AssetList = { ], address: 'wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq', - base: 'ibc/CF623750CC1E509B47F6BE67D6FD6B375425709FBC45008C69C220C1B893A6EA', + base: 'ibc/F9F41DB8DA49EA6AB9EB4B2C9E0ECDC2502ABDA2FE728B85994BF31240CBC163', display: 'wormhole/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4/6', name: 'Avalanche USD Coin (Wormhole)', symbol: 'avalanche.USDC.wh', @@ -4020,13 +4064,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-113', + channel_id: 'channel-9', base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4', chain_name: 'gateway' }, chain: { - channel_id: 'channel-9' + channel_id: 'channel-113' } } ], @@ -4049,7 +4093,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/F06BDE3DFC6DBEAF10AD16C42E953F08F5DD3FC7E9DA17F93CBDA1326E1CACE9', + 'ibc/B656797488F96D75AC8B779DAE42CA9EEC4589E563772748184DCCCC37842BCD', exponent: 0, aliases: [ 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy' @@ -4063,7 +4107,7 @@ const assets: AssetList = { ], address: 'wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq', - base: 'ibc/F06BDE3DFC6DBEAF10AD16C42E953F08F5DD3FC7E9DA17F93CBDA1326E1CACE9', + base: 'ibc/B656797488F96D75AC8B779DAE42CA9EEC4589E563772748184DCCCC37842BCD', display: 'wormhole/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy/6', name: 'Pyth Network', symbol: 'PYTH', @@ -4071,13 +4115,13 @@ const assets: AssetList = { { type: 'ibc', counterparty: { - channel_id: 'channel-113', + channel_id: 'channel-9', base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy', chain_name: 'gateway' }, chain: { - channel_id: 'channel-9' + channel_id: 'channel-113' } } ], @@ -4094,6 +4138,55 @@ const assets: AssetList = { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg' } }, + { + description: + 'Solana USD Coin (Wormhole), Solana USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3', + denom_units: [ + { + denom: + 'ibc/CB95F3D1449858A77DAC28D660404698BC9F70561907820705FE9E4AE9DC4E9B', + exponent: 0, + aliases: [ + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3' + ] + }, + { + denom: 'wormhole/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3/6', + exponent: 6, + aliases: [] + } + ], + base: 'ibc/CB95F3D1449858A77DAC28D660404698BC9F70561907820705FE9E4AE9DC4E9B', + display: 'wormhole/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3/6', + name: 'Solana USD Coin (Wormhole)', + symbol: 'solana.USDC.wh', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-9', + base_denom: + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3', + chain_name: 'gateway' + }, + chain: { + channel_id: 'channel-113' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'solana', + base_denom: 'EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + } + }, { description: 'The native token of Gravity Bridge', denom_units: [ @@ -4825,11 +4918,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -4878,6 +4971,178 @@ const assets: AssetList = { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg' } }, + { + description: + 'Hava Coin is the lifeblood of the Cosmos & Injective networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', + denom_units: [ + { + denom: + 'ibc/96CE430777F2F0F631EEF2AFF4C0C6230C4DD4A8193DAAC43A515D75F5A661AF', + exponent: 0, + aliases: ['factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava'] + }, + { + denom: 'hava', + exponent: 6 + } + ], + base: 'ibc/96CE430777F2F0F631EEF2AFF4C0C6230C4DD4A8193DAAC43A515D75F5A661AF', + name: 'Hava Coin', + display: 'hava', + symbol: 'HAVA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-98', + base_denom: + 'factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-54' + } + } + ] + }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/6D7BEE8B2512B43615CFC4A354BD2C9A6F1B2A9DBF537EF619CCA2AE8422E418', + exponent: 0, + aliases: [ + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/6D7BEE8B2512B43615CFC4A354BD2C9A6F1B2A9DBF537EF619CCA2AE8422E418', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-98', + base_denom: + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-54' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'The second meme coin on Injective.', + denom_units: [ + { + denom: + 'ibc/E5FCAF626B01A60CB56EEC8D63C5EC720E5B7EDB9B92A2CC6AA2541499772D81', + exponent: 0, + aliases: ['inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88'] + }, + { + denom: 'NINPO', + exponent: 6 + } + ], + base: 'ibc/E5FCAF626B01A60CB56EEC8D63C5EC720E5B7EDB9B92A2CC6AA2541499772D81', + name: 'Ninpo', + display: 'NINPO', + symbol: 'NINPO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-98', + base_denom: 'inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-54' + } + } + ] + }, + { + description: 'JUDO is a very futuristic meme token.', + denom_units: [ + { + denom: + 'ibc/06790C0D827E373601D75FCD6923C4172CF2A68AF16B07AF1AB762ADCFE67911', + exponent: 0, + aliases: ['inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h'] + }, + { + denom: 'JUDO', + exponent: 6 + } + ], + base: 'ibc/06790C0D827E373601D75FCD6923C4172CF2A68AF16B07AF1AB762ADCFE67911', + name: 'Judo', + display: 'JUDO', + symbol: 'JUDO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-98', + base_denom: 'inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-54' + } + } + ] + }, { description: 'The native staking and governance token of Jackal.', denom_units: [ @@ -5139,74 +5404,32 @@ const assets: AssetList = { ] }, { - description: - 'Hava Coin is the lifeblood of the Cosmos & Juno networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', + description: 'The native staking and governance token of Kava', denom_units: [ { denom: - 'ibc/1F6CABA6608B25774AFE0878EB1D54F8D93BE5C627E9F30A0A92E8A07AA61F2E', + 'ibc/8ACBD59272835F06D7083A1D0AB866D9B09BF76754A1C7DC6AEBE0DB3D84EA3B', exponent: 0, - aliases: ['factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava'] + aliases: ['ukava'] }, { - denom: 'hava', + denom: 'kava', exponent: 6 } ], - base: 'ibc/1F6CABA6608B25774AFE0878EB1D54F8D93BE5C627E9F30A0A92E8A07AA61F2E', - name: 'Hava Coin', - display: 'hava', - symbol: 'HAVA', + base: 'ibc/8ACBD59272835F06D7083A1D0AB866D9B09BF76754A1C7DC6AEBE0DB3D84EA3B', + name: 'Kava', + display: 'kava', + symbol: 'KAVA', logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg' }, + coingecko_id: 'kava', images: [ { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - } - ], - traces: [ - { - type: 'ibc', - counterparty: { - channel_id: 'channel-87', - base_denom: - 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava', - chain_name: 'juno' - }, - chain: { - channel_id: 'channel-1' - } - } - ] - }, - { - description: 'The native staking and governance token of Kava', - denom_units: [ - { - denom: - 'ibc/8ACBD59272835F06D7083A1D0AB866D9B09BF76754A1C7DC6AEBE0DB3D84EA3B', - exponent: 0, - aliases: ['ukava'] - }, - { - denom: 'kava', - exponent: 6 - } - ], - base: 'ibc/8ACBD59272835F06D7083A1D0AB866D9B09BF76754A1C7DC6AEBE0DB3D84EA3B', - name: 'Kava', - display: 'kava', - symbol: 'KAVA', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg' - }, - coingecko_id: 'kava', - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg' } ], traces: [ @@ -6967,11 +7190,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -7017,6 +7240,99 @@ const assets: AssetList = { } ] }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/44F93238174089E8A578F537AA9A1A900E02AB33BEF9F8EA2F9AB20E0F4514A1', + exponent: 0, + aliases: [ + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/44F93238174089E8A578F537AA9A1A900E02AB33BEF9F8EA2F9AB20E0F4514A1', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-75' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'Reflections of cartel activity on Cosmos.', + denom_units: [ + { + denom: + 'ibc/A707E42BF0E16C9DFF5B54FDD98F55D47685C7CD8E682D90F98F0C52582D548D', + exponent: 0, + aliases: [ + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel' + ] + }, + { + denom: 'cartel', + exponent: 6 + } + ], + base: 'ibc/A707E42BF0E16C9DFF5B54FDD98F55D47685C7CD8E682D90F98F0C52582D548D', + name: 'cartel', + display: 'cartel', + symbol: 'CARTEL', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-75' + } + } + ] + }, { description: 'The permissioned staking asset for Noble Chain', denom_units: [ @@ -7216,108 +7532,561 @@ const assets: AssetList = { }, images: [ { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'unom', + chain_name: 'nomic' + }, + chain: { + channel_id: 'channel-116' + } + } + ] + }, + { + description: 'Bitcoin. On Cosmos.', + denom_units: [ + { + denom: + 'ibc/A6826D67800ED864F3BF51D56B0165DAF2491B00D93433564158D87BAA0C82BE', + exponent: 0, + aliases: ['usat'] + }, + { + denom: 'nbtc', + exponent: 14 + } + ], + base: 'ibc/A6826D67800ED864F3BF51D56B0165DAF2491B00D93433564158D87BAA0C82BE', + name: 'Nomic Bitcoin', + display: 'nbtc', + symbol: 'nBTC', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg' + }, + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'usat', + chain_name: 'nomic' + }, + chain: { + channel_id: 'channel-116' + } + } + ], + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg' + } + ] + }, + { + description: 'Staking and governance token for ODIN Protocol', + denom_units: [ + { + denom: + 'ibc/4EFD563C64F84F60AFB4BB7A8473AAA632CF5817FDF2CF51E68E4E3EDAE66430', + exponent: 0, + aliases: ['loki'] + }, + { + denom: 'odin', + exponent: 6 + } + ], + base: 'ibc/4EFD563C64F84F60AFB4BB7A8473AAA632CF5817FDF2CF51E68E4E3EDAE66430', + name: 'ODIN', + display: 'odin', + symbol: 'ODIN', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg' + }, + coingecko_id: 'odin-protocol', + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-63', + base_denom: 'loki', + chain_name: 'odin' + }, + chain: { + channel_id: 'channel-157' + } + } + ] + }, + { + description: 'GEO token for ODIN Protocol', + denom_units: [ + { + denom: + 'ibc/06AB154D88A95D7165682A56B69561CA5078EA2D6C9620EC4F34DB6C48346A59', + exponent: 0, + aliases: ['mGeo'] + }, + { + denom: 'geo', + exponent: 6 + } + ], + base: 'ibc/06AB154D88A95D7165682A56B69561CA5078EA2D6C9620EC4F34DB6C48346A59', + name: 'GEO', + display: 'geo', + symbol: 'GEO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-63', + base_denom: 'mGeo', + chain_name: 'odin' + }, + chain: { + channel_id: 'channel-157' + } + } + ] + }, + { + description: 'DOKI the last Dragon', + denom_units: [ + { + denom: + 'ibc/DBE837E151E982B03AD5C311C7EF617FE69A435CE36DA3E93CC7BA5F5BC428B0', + exponent: 0, + aliases: ['udoki'] + }, + { + denom: 'doki', + exponent: 6 + } + ], + base: 'ibc/DBE837E151E982B03AD5C311C7EF617FE69A435CE36DA3E93CC7BA5F5BC428B0', + name: 'DOKI', + display: 'doki', + symbol: 'DOKI', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-63', + base_denom: 'udoki', + chain_name: 'odin' + }, + chain: { + channel_id: 'channel-157' + } + } + ] + }, + { + description: 'Myrkur the leader of OLD Order', + denom_units: [ + { + denom: + 'ibc/BF843A6CD41D816EEFDEFEDBDFABE40743F6CD6AAD698FCF315D24D8D9EFB6E9', + exponent: 0, + aliases: ['umyrk'] + }, + { + denom: 'myrk', + exponent: 6 + } + ], + base: 'ibc/BF843A6CD41D816EEFDEFEDBDFABE40743F6CD6AAD698FCF315D24D8D9EFB6E9', + name: 'MYRK', + display: 'myrk', + symbol: 'MYRK', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-63', + base_denom: 'umyrk', + chain_name: 'odin' + }, + chain: { + channel_id: 'channel-157' + } + } + ] + }, + { + description: 'O9W token for ODIN Protocol', + denom_units: [ + { + denom: + 'ibc/C5DE50A49887816DC270CC303302B1725A9ABF35697F3A882A6E363C39F56F10', + exponent: 0, + aliases: ['mO9W'] + }, + { + denom: 'O9W', + exponent: 6 + } + ], + base: 'ibc/C5DE50A49887816DC270CC303302B1725A9ABF35697F3A882A6E363C39F56F10', + name: 'O9W', + display: 'O9W', + symbol: 'O9W', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-63', + base_denom: 'mO9W', + chain_name: 'odin' + }, + chain: { + channel_id: 'channel-157' + } + } + ] + }, + { + description: 'The native staking token of OmniFlix Hub.', + denom_units: [ + { + denom: + 'ibc/15FF6DF1FA1790C9199EDB6F6DAAE0EEE93BA22B3B4E9326282C389074098B8A', + exponent: 0, + aliases: ['uflix'] + }, + { + denom: 'flix', + exponent: 6 + } + ], + base: 'ibc/15FF6DF1FA1790C9199EDB6F6DAAE0EEE93BA22B3B4E9326282C389074098B8A', + name: 'Flix', + display: 'flix', + symbol: 'FLIX', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg' + }, + coingecko_id: 'omniflix-network', + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-26', + base_denom: 'uflix', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-70' + } + } + ] + }, + { + denom_units: [ + { + denom: + 'ibc/151077D06F97D905EA689B41316F856E2E31ACC5312CEA92893B8E18D988B610', + exponent: 0, + aliases: [ + 'ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477' + ] + }, + { + denom: 'atom', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/151077D06F97D905EA689B41316F856E2E31ACC5312CEA92893B8E18D988B610', + name: 'Cosmos Hub Atom', + display: 'atom', + symbol: 'ATOM', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-26', + base_denom: + 'ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-70' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'cosmoshub', + base_denom: 'uatom' + }, + 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' + } + ], + 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' + } + }, + { + denom_units: [ + { + denom: + 'ibc/82D5D52387A6867652190F116FD79240B40BA93E4DE7BB1AEC2C12BE838EC8D9', + exponent: 0, + aliases: [ + 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B' + ] + }, + { + denom: 'osmo', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/82D5D52387A6867652190F116FD79240B40BA93E4DE7BB1AEC2C12BE838EC8D9', + name: 'Osmosis osmo', + display: 'osmo', + symbol: 'OSMO', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-26', + base_denom: + 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-70' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: 'uosmo' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/6C387856BD1DE742CC6BE092808B1DCE0959D6A892687F424C0C40BA7872F959', + exponent: 0, + aliases: [ + 'ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274' + ] + }, + { + denom: 'ist', + exponent: 6 } ], + type_asset: 'ics20', + base: 'ibc/6C387856BD1DE742CC6BE092808B1DCE0959D6A892687F424C0C40BA7872F959', + name: 'Agoric IST (Inter Stable Token)', + display: 'ist', + symbol: 'IST', traces: [ { type: 'ibc', counterparty: { - channel_id: 'channel-0', - base_denom: 'unom', - chain_name: 'nomic' + channel_id: 'channel-26', + base_denom: + 'ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274', + chain_name: 'omniflixhub' }, chain: { - channel_id: 'channel-116' + channel_id: 'channel-70' } } - ] + ], + images: [ + { + image_sync: { + chain_name: 'agoric', + base_denom: 'uist' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg' + } }, { - description: 'Bitcoin. On Cosmos.', denom_units: [ { denom: - 'ibc/A6826D67800ED864F3BF51D56B0165DAF2491B00D93433564158D87BAA0C82BE', + 'ibc/E1C48099874A9F2204F463305AF1EE0B94603498A2E2727F8204EB99E46E5537', exponent: 0, - aliases: ['usat'] + aliases: [ + 'ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9' + ] }, { - denom: 'nbtc', - exponent: 14 + denom: 'usdc', + exponent: 6 } ], - base: 'ibc/A6826D67800ED864F3BF51D56B0165DAF2491B00D93433564158D87BAA0C82BE', - name: 'Nomic Bitcoin', - display: 'nbtc', - symbol: 'nBTC', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg' - }, + type_asset: 'ics20', + base: 'ibc/E1C48099874A9F2204F463305AF1EE0B94603498A2E2727F8204EB99E46E5537', + name: 'USD Coin (Axelar)', + display: 'usdc', + symbol: 'USDC.axl', traces: [ { type: 'ibc', counterparty: { - channel_id: 'channel-0', - base_denom: 'usat', - chain_name: 'nomic' + channel_id: 'channel-26', + base_denom: + 'ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9', + chain_name: 'omniflixhub' }, chain: { - channel_id: 'channel-116' + channel_id: 'channel-70' } } ], images: [ { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg' + image_sync: { + chain_name: 'axelar', + base_denom: 'uusdc' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg' } - ] + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg' + } }, { - description: 'The native staking token of OmniFlix Hub.', denom_units: [ { denom: - 'ibc/15FF6DF1FA1790C9199EDB6F6DAAE0EEE93BA22B3B4E9326282C389074098B8A', + 'ibc/E8FBBCAFFCCCE00E3BBB823ACB2C59DF627E5AE05744463B25FE79F68847D885', exponent: 0, - aliases: ['uflix'] + aliases: [ + 'ibc/9F28238BDB687A86681B30764BA1437E079C3565D04FDD7862055A83F7E5C630' + ] }, { - denom: 'flix', + denom: 'baddog', exponent: 6 } ], - base: 'ibc/15FF6DF1FA1790C9199EDB6F6DAAE0EEE93BA22B3B4E9326282C389074098B8A', - name: 'Flix', - display: 'flix', - symbol: 'FLIX', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg' - }, - coingecko_id: 'omniflix-network', - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg' - } - ], + type_asset: 'ics20', + base: 'ibc/E8FBBCAFFCCCE00E3BBB823ACB2C59DF627E5AE05744463B25FE79F68847D885', + name: 'BadDog (Osmosis)', + display: 'baddog', + symbol: 'BADDOG.osmo', traces: [ { type: 'ibc', counterparty: { channel_id: 'channel-26', - base_denom: 'uflix', + base_denom: + 'ibc/9F28238BDB687A86681B30764BA1437E079C3565D04FDD7862055A83F7E5C630', chain_name: 'omniflixhub' }, chain: { channel_id: 'channel-70' } } - ] + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.svg' + } }, { description: 'The native token of Osmosis', @@ -21338,6 +22107,94 @@ const assets: AssetList = { } ] }, + { + description: + 'The native EVM, governance and staking token of the Planq Network', + denom_units: [ + { + denom: + 'ibc/F2A6A3D4C02E003CC3EDB84CFD1C6F8F0E21EE6815575C5FE82FAC7D96106239', + exponent: 0, + aliases: ['aplanq'] + }, + { + denom: 'planq', + exponent: 18 + } + ], + base: 'ibc/F2A6A3D4C02E003CC3EDB84CFD1C6F8F0E21EE6815575C5FE82FAC7D96106239', + name: 'Planq', + display: 'planq', + symbol: 'PLQ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg' + }, + coingecko_id: 'planq', + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-23', + base_denom: 'aplanq', + chain_name: 'planq' + }, + chain: { + channel_id: 'channel-51' + } + } + ] + }, + { + description: 'The token of Source Protocol bridged from BSC.', + denom_units: [ + { + denom: + 'ibc/F6C35EC5693C98225A927A3A4C6B006B292D470B58587BCB108BCF3796ABFDBF', + exponent: 0, + aliases: ['erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09'] + }, + { + denom: 'srcx', + exponent: 9 + } + ], + base: 'ibc/F6C35EC5693C98225A927A3A4C6B006B292D470B58587BCB108BCF3796ABFDBF', + name: 'Source Token', + display: 'srcx', + symbol: 'SRCX', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-23', + base_denom: 'erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09', + chain_name: 'planq' + }, + chain: { + channel_id: 'channel-51' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'binancesmartchain', + base_denom: '0x454b90716a9435e7161a9aea5cf00e0acbe565ae' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png' + } + }, { description: 'The native currency of the Realio Network.', denom_units: [ @@ -24043,6 +24900,54 @@ const assets: AssetList = { } ] }, + { + description: 'Just a meme coin on Terra', + type_asset: 'cw20', + address: + 'terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces', + denom_units: [ + { + denom: + 'ibc/8403FE3558CE58B10AEBB61B3110A4FFBCF2134172DEAD07D0A9248F08235F9F', + exponent: 0, + aliases: [ + 'cw20:terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces' + ] + }, + { + denom: 'GUGU', + exponent: 6 + } + ], + base: 'ibc/8403FE3558CE58B10AEBB61B3110A4FFBCF2134172DEAD07D0A9248F08235F9F', + name: 'GUGU', + display: 'GUGU', + symbol: 'GUGU', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gugu.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gugu.png' + } + ], + traces: [ + { + type: 'ibc-cw20', + counterparty: { + port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au', + channel_id: 'channel-28', + base_denom: + 'cw20:terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces', + chain_name: 'terra2' + }, + chain: { + port: 'transfer', + channel_id: 'channel-36' + } + } + ] + }, { description: 'The GraveDigger is the Liquid Staking Product of BackBone Labs. It will have its own platform. Its liquid staking derivative (LSD) is boneLUNA.', @@ -24613,6 +25518,55 @@ const assets: AssetList = { } } ] + }, + { + description: + 'Bitmos opens doors for BRC20 tokens to thrive alongside established players in the Cosmos Network, revolutionizing decentralized finance (DeFi) for all.', + type_asset: 'cw20', + address: + 'terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq', + denom_units: [ + { + denom: + 'ibc/AF371F507606449381F82454241BF562E742312BE5744B08AF66D8840C12A5C6', + exponent: 0, + aliases: [ + 'cw20:terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq' + ] + }, + { + denom: 'bitmos', + exponent: 6 + } + ], + base: 'ibc/AF371F507606449381F82454241BF562E742312BE5744B08AF66D8840C12A5C6', + name: 'Bitmos', + display: 'bitmos', + symbol: 'BMOS', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bitmos.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bitmos.png' + } + ], + traces: [ + { + type: 'ibc-cw20', + counterparty: { + port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au', + channel_id: 'channel-28', + base_denom: + 'cw20:terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq', + chain_name: 'terra2' + }, + chain: { + port: 'transfer', + channel_id: 'channel-36' + } + } + ] } ] }; diff --git a/packages/assets/src/mainnet/mars.ts b/packages/assets/src/mainnet/mars.ts index d6fb79939..2bab12ee6 100644 --- a/packages/assets/src/mainnet/mars.ts +++ b/packages/assets/src/mainnet/mars.ts @@ -305,48 +305,6 @@ const assets: AssetList = { } ] }, - { - description: - 'Hava Coin is the lifeblood of the Cosmos & Juno networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', - denom_units: [ - { - denom: - 'ibc/07C0E3418BBD0B2B8F4792D1A54893E62938AFFB819065B2F1E4522F91E71F70', - exponent: 0, - aliases: ['factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava'] - }, - { - denom: 'hava', - exponent: 6 - } - ], - base: 'ibc/07C0E3418BBD0B2B8F4792D1A54893E62938AFFB819065B2F1E4522F91E71F70', - name: 'Hava Coin', - display: 'hava', - symbol: 'HAVA', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - }, - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - } - ], - traces: [ - { - type: 'ibc', - counterparty: { - channel_id: 'channel-209', - base_denom: - 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava', - chain_name: 'juno' - }, - chain: { - channel_id: 'channel-3' - } - } - ] - }, { description: 'The native staking and governance token of the Kujira chain.', @@ -1102,7 +1060,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/9CA8C1939B06892266BF0E88974E09C76DE2511B692204AFD87E3843ABF2779D', + 'ibc/FF35E6A1F2E310DE2C9B02042E09872526F7BA42258C01765AD0BEA6B9489CE2', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -1113,7 +1071,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/9CA8C1939B06892266BF0E88974E09C76DE2511B692204AFD87E3843ABF2779D', + base: 'ibc/FF35E6A1F2E310DE2C9B02042E09872526F7BA42258C01765AD0BEA6B9489CE2', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', @@ -2810,11 +2768,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -2860,6 +2818,99 @@ const assets: AssetList = { } ] }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/2E86A94FBCE0E7CA97F18BBCDFDB475980163DE9A7C4BB9E44180204BAED688D', + exponent: 0, + aliases: [ + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/2E86A94FBCE0E7CA97F18BBCDFDB475980163DE9A7C4BB9E44180204BAED688D', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-16', + base_denom: + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-37' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'Reflections of cartel activity on Cosmos.', + denom_units: [ + { + denom: + 'ibc/1EAEB9AC47111B76A513371B54457FAC82A319CE8B67EF1D7150B11E4AC09AC1', + exponent: 0, + aliases: [ + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel' + ] + }, + { + denom: 'cartel', + exponent: 6 + } + ], + base: 'ibc/1EAEB9AC47111B76A513371B54457FAC82A319CE8B67EF1D7150B11E4AC09AC1', + name: 'cartel', + display: 'cartel', + symbol: 'CARTEL', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-16', + base_denom: + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-37' + } + } + ] + }, { description: 'The native token of Osmosis', denom_units: [ diff --git a/packages/assets/src/mainnet/migaloo.ts b/packages/assets/src/mainnet/migaloo.ts index 2f5989b08..91be347cf 100644 --- a/packages/assets/src/mainnet/migaloo.ts +++ b/packages/assets/src/mainnet/migaloo.ts @@ -2187,11 +2187,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -2240,6 +2240,178 @@ const assets: AssetList = { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg' } }, + { + description: + 'Hava Coin is the lifeblood of the Cosmos & Injective networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', + denom_units: [ + { + denom: + 'ibc/059DF5A14D346BC910A2D1A3B08AAE6343FAF24E5515306431CFE5DF13492A23', + exponent: 0, + aliases: ['factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava'] + }, + { + denom: 'hava', + exponent: 6 + } + ], + base: 'ibc/059DF5A14D346BC910A2D1A3B08AAE6343FAF24E5515306431CFE5DF13492A23', + name: 'Hava Coin', + display: 'hava', + symbol: 'HAVA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-102', + base_denom: + 'factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-3' + } + } + ] + }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/DF8E7E33478B897DA1E2E75B3F4A5C45035AA152164E38DDBAEC37B629057BF6', + exponent: 0, + aliases: [ + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/DF8E7E33478B897DA1E2E75B3F4A5C45035AA152164E38DDBAEC37B629057BF6', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-102', + base_denom: + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-3' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'The second meme coin on Injective.', + denom_units: [ + { + denom: + 'ibc/9DA44D4D38B3BAF79CCE7EECE15D8D3F67904C9710EE1C6FCDE07288CA9C045C', + exponent: 0, + aliases: ['inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88'] + }, + { + denom: 'NINPO', + exponent: 6 + } + ], + base: 'ibc/9DA44D4D38B3BAF79CCE7EECE15D8D3F67904C9710EE1C6FCDE07288CA9C045C', + name: 'Ninpo', + display: 'NINPO', + symbol: 'NINPO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-102', + base_denom: 'inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-3' + } + } + ] + }, + { + description: 'JUDO is a very futuristic meme token.', + denom_units: [ + { + denom: + 'ibc/FFA5D90EDC3B7974B3F1E4F66E7AD99D6FAABF8C372E2EE72185824BAFF77A9B', + exponent: 0, + aliases: ['inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h'] + }, + { + denom: 'JUDO', + exponent: 6 + } + ], + base: 'ibc/FFA5D90EDC3B7974B3F1E4F66E7AD99D6FAABF8C372E2EE72185824BAFF77A9B', + name: 'Judo', + display: 'JUDO', + symbol: 'JUDO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-102', + base_denom: 'inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-3' + } + } + ] + }, { description: 'The native token of JUNO Chain', denom_units: [ @@ -2457,48 +2629,6 @@ const assets: AssetList = { } ] }, - { - description: - 'Hava Coin is the lifeblood of the Cosmos & Juno networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', - denom_units: [ - { - denom: - 'ibc/1F6CABA6608B25774AFE0878EB1D54F8D93BE5C627E9F30A0A92E8A07AA61F2E', - exponent: 0, - aliases: ['factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava'] - }, - { - denom: 'hava', - exponent: 6 - } - ], - base: 'ibc/1F6CABA6608B25774AFE0878EB1D54F8D93BE5C627E9F30A0A92E8A07AA61F2E', - name: 'Hava Coin', - display: 'hava', - symbol: 'HAVA', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - }, - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - } - ], - traces: [ - { - type: 'ibc', - counterparty: { - channel_id: 'channel-210', - base_denom: - 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava', - chain_name: 'juno' - }, - chain: { - channel_id: 'channel-1' - } - } - ] - }, { description: 'The native staking and governance token of Kava', denom_units: [ @@ -3470,7 +3600,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/9E7C7FA87A38B37A37A768E8E63843EC23B52B261D3756F62216D1EFB9ED6130', + 'ibc/28541931079504D55F9BB083BCDA058C828A106DC473917FB2481B42A3134A59', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -3481,7 +3611,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/9E7C7FA87A38B37A37A768E8E63843EC23B52B261D3756F62216D1EFB9ED6130', + base: 'ibc/28541931079504D55F9BB083BCDA058C828A106DC473917FB2481B42A3134A59', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', @@ -19747,6 +19877,54 @@ const assets: AssetList = { } ] }, + { + description: 'Just a meme coin on Terra', + type_asset: 'cw20', + address: + 'terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces', + denom_units: [ + { + denom: + 'ibc/6F2A0FB30BF07141817D1A646ABB12551E41C16285D694737DBB2C236D5752B3', + exponent: 0, + aliases: [ + 'cw20:terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces' + ] + }, + { + denom: 'GUGU', + exponent: 6 + } + ], + base: 'ibc/6F2A0FB30BF07141817D1A646ABB12551E41C16285D694737DBB2C236D5752B3', + name: 'GUGU', + display: 'GUGU', + symbol: 'GUGU', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gugu.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gugu.png' + } + ], + traces: [ + { + type: 'ibc-cw20', + counterparty: { + port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au', + channel_id: 'channel-87', + base_denom: + 'cw20:terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces', + chain_name: 'terra2' + }, + chain: { + port: 'transfer', + channel_id: 'channel-2' + } + } + ] + }, { description: 'The GraveDigger is the Liquid Staking Product of BackBone Labs. It will have its own platform. Its liquid staking derivative (LSD) is boneLUNA.', @@ -20317,6 +20495,55 @@ const assets: AssetList = { } } ] + }, + { + description: + 'Bitmos opens doors for BRC20 tokens to thrive alongside established players in the Cosmos Network, revolutionizing decentralized finance (DeFi) for all.', + type_asset: 'cw20', + address: + 'terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq', + denom_units: [ + { + denom: + 'ibc/C158F1510B7C5FA14F728752F1518219959BF6A7025DAC66E12FCE10A27EA8BE', + exponent: 0, + aliases: [ + 'cw20:terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq' + ] + }, + { + denom: 'bitmos', + exponent: 6 + } + ], + base: 'ibc/C158F1510B7C5FA14F728752F1518219959BF6A7025DAC66E12FCE10A27EA8BE', + name: 'Bitmos', + display: 'bitmos', + symbol: 'BMOS', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bitmos.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bitmos.png' + } + ], + traces: [ + { + type: 'ibc-cw20', + counterparty: { + port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au', + channel_id: 'channel-87', + base_denom: + 'cw20:terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq', + chain_name: 'terra2' + }, + chain: { + port: 'transfer', + channel_id: 'channel-2' + } + } + ] } ] }; diff --git a/packages/assets/src/mainnet/neutron.ts b/packages/assets/src/mainnet/neutron.ts index 4e6216971..1eaea0dcf 100644 --- a/packages/assets/src/mainnet/neutron.ts +++ b/packages/assets/src/mainnet/neutron.ts @@ -2715,11 +2715,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -2768,6 +2768,178 @@ const assets: AssetList = { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg' } }, + { + description: + 'Hava Coin is the lifeblood of the Cosmos & Injective networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', + denom_units: [ + { + denom: + 'ibc/CCD676A501897583884E68318499E079C47CD336B48E168BB6DAD84831B10E36', + exponent: 0, + aliases: ['factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava'] + }, + { + denom: 'hava', + exponent: 6 + } + ], + base: 'ibc/CCD676A501897583884E68318499E079C47CD336B48E168BB6DAD84831B10E36', + name: 'Hava Coin', + display: 'hava', + symbol: 'HAVA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-177', + base_denom: + 'factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-60' + } + } + ] + }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/663FB2451068545720E0268ABFC804A2A3E7C54966F12C3F60050B4EF209DAD5', + exponent: 0, + aliases: [ + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/663FB2451068545720E0268ABFC804A2A3E7C54966F12C3F60050B4EF209DAD5', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-177', + base_denom: + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-60' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'The second meme coin on Injective.', + denom_units: [ + { + denom: + 'ibc/8010BF87E8AA8998B839CE1BE6653DB991C9CA980BB81268CD6850526510C847', + exponent: 0, + aliases: ['inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88'] + }, + { + denom: 'NINPO', + exponent: 6 + } + ], + base: 'ibc/8010BF87E8AA8998B839CE1BE6653DB991C9CA980BB81268CD6850526510C847', + name: 'Ninpo', + display: 'NINPO', + symbol: 'NINPO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-177', + base_denom: 'inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-60' + } + } + ] + }, + { + description: 'JUDO is a very futuristic meme token.', + denom_units: [ + { + denom: + 'ibc/E77A750A8F026250D68DB0CFD0057F6FFA46212CEE747BE349D4DADD6E72F1BA', + exponent: 0, + aliases: ['inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h'] + }, + { + denom: 'JUDO', + exponent: 6 + } + ], + base: 'ibc/E77A750A8F026250D68DB0CFD0057F6FFA46212CEE747BE349D4DADD6E72F1BA', + name: 'Judo', + display: 'JUDO', + symbol: 'JUDO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-177', + base_denom: 'inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-60' + } + } + ] + }, { description: 'The native staking and governance token of Kava', denom_units: [ @@ -3739,7 +3911,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/3FAA533D7195197913BC2F0BC2D7A53C99DEE8393AD759D62EA27455945E0B07', + 'ibc/BF781CCD0E2E75B378B3F34851569CE32E4667D5AA0B97A728DD6DAECD6B9AD1', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -3750,7 +3922,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/3FAA533D7195197913BC2F0BC2D7A53C99DEE8393AD759D62EA27455945E0B07', + base: 'ibc/BF781CCD0E2E75B378B3F34851569CE32E4667D5AA0B97A728DD6DAECD6B9AD1', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', @@ -22122,6 +22294,54 @@ const assets: AssetList = { } ] }, + { + description: 'Just a meme coin on Terra', + type_asset: 'cw20', + address: + 'terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces', + denom_units: [ + { + denom: + 'ibc/D4CEB12C36CD2BAB3686B911132D09DB8E6877AFE6BAC36B7B4DAA7B3204430A', + exponent: 0, + aliases: [ + 'cw20:terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces' + ] + }, + { + denom: 'GUGU', + exponent: 6 + } + ], + base: 'ibc/D4CEB12C36CD2BAB3686B911132D09DB8E6877AFE6BAC36B7B4DAA7B3204430A', + name: 'GUGU', + display: 'GUGU', + symbol: 'GUGU', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gugu.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gugu.png' + } + ], + traces: [ + { + type: 'ibc-cw20', + counterparty: { + port: 'wasm.terra1jhfjnm39y3nn9l4520mdn4k5mw23nz0674c4gsvyrcr90z9tqcvst22fce', + channel_id: 'channel-167', + base_denom: + 'cw20:terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces', + chain_name: 'terra2' + }, + chain: { + port: 'transfer', + channel_id: 'channel-5' + } + } + ] + }, { description: 'The GraveDigger is the Liquid Staking Product of BackBone Labs. It will have its own platform. Its liquid staking derivative (LSD) is boneLUNA.', @@ -22692,6 +22912,55 @@ const assets: AssetList = { } } ] + }, + { + description: + 'Bitmos opens doors for BRC20 tokens to thrive alongside established players in the Cosmos Network, revolutionizing decentralized finance (DeFi) for all.', + type_asset: 'cw20', + address: + 'terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq', + denom_units: [ + { + denom: + 'ibc/F38B4F23EF6630EF7AD779E64CB1457C37768F909EBDBA17330916FC12286784', + exponent: 0, + aliases: [ + 'cw20:terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq' + ] + }, + { + denom: 'bitmos', + exponent: 6 + } + ], + base: 'ibc/F38B4F23EF6630EF7AD779E64CB1457C37768F909EBDBA17330916FC12286784', + name: 'Bitmos', + display: 'bitmos', + symbol: 'BMOS', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bitmos.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bitmos.png' + } + ], + traces: [ + { + type: 'ibc-cw20', + counterparty: { + port: 'wasm.terra1jhfjnm39y3nn9l4520mdn4k5mw23nz0674c4gsvyrcr90z9tqcvst22fce', + channel_id: 'channel-167', + base_denom: + 'cw20:terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq', + chain_name: 'terra2' + }, + chain: { + port: 'transfer', + channel_id: 'channel-5' + } + } + ] } ] }; diff --git a/packages/assets/src/mainnet/noble.ts b/packages/assets/src/mainnet/noble.ts index e2fffc2df..bc4e73305 100644 --- a/packages/assets/src/mainnet/noble.ts +++ b/packages/assets/src/mainnet/noble.ts @@ -823,6 +823,50 @@ const assets: AssetList = { } ] }, + { + description: 'The token of Teledisko DAO.', + denom_units: [ + { + denom: + 'ibc/D5578DB3F2191C823DAF2381D31F83FCF7EB61FE22F457A7EBBCE04EFD036A40', + exponent: 0, + aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280'] + }, + { + denom: 'berlin', + exponent: 18 + } + ], + base: 'ibc/D5578DB3F2191C823DAF2381D31F83FCF7EB61FE22F457A7EBBCE04EFD036A40', + name: 'Teledisko DAO', + display: 'berlin', + symbol: 'BERLIN', + type_asset: 'erc20', + address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-64', + base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + chain_name: 'evmos' + }, + chain: { + channel_id: 'channel-7' + } + } + ] + }, { description: 'The native token of Furya', denom_units: [ @@ -1254,11 +1298,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -1307,6 +1351,178 @@ const assets: AssetList = { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg' } }, + { + description: + 'Hava Coin is the lifeblood of the Cosmos & Injective networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', + denom_units: [ + { + denom: + 'ibc/53BD4AD380F9EB09D9E53C94195449F0AAC7D66E0EE0DDC04659C44F732E008B', + exponent: 0, + aliases: ['factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava'] + }, + { + denom: 'hava', + exponent: 6 + } + ], + base: 'ibc/53BD4AD380F9EB09D9E53C94195449F0AAC7D66E0EE0DDC04659C44F732E008B', + name: 'Hava Coin', + display: 'hava', + symbol: 'HAVA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-146', + base_denom: + 'factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-10' + } + } + ] + }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/C8BA7E2559E085783E0E44EC3F36F66B2A50061ECDB640D940E2BC1915F70D69', + exponent: 0, + aliases: [ + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/C8BA7E2559E085783E0E44EC3F36F66B2A50061ECDB640D940E2BC1915F70D69', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-146', + base_denom: + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-10' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'The second meme coin on Injective.', + denom_units: [ + { + denom: + 'ibc/8D065F116ED0F967E6A73C8EE96E11C1DABB1C0B1F531BDA01D79FAC439F434E', + exponent: 0, + aliases: ['inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88'] + }, + { + denom: 'NINPO', + exponent: 6 + } + ], + base: 'ibc/8D065F116ED0F967E6A73C8EE96E11C1DABB1C0B1F531BDA01D79FAC439F434E', + name: 'Ninpo', + display: 'NINPO', + symbol: 'NINPO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-146', + base_denom: 'inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-10' + } + } + ] + }, + { + description: 'JUDO is a very futuristic meme token.', + denom_units: [ + { + denom: + 'ibc/A958074A992C4CA9B836F4989F2B68A3F3FEDFEE75C3A1B0AE9744A0C79A1FE9', + exponent: 0, + aliases: ['inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h'] + }, + { + denom: 'JUDO', + exponent: 6 + } + ], + base: 'ibc/A958074A992C4CA9B836F4989F2B68A3F3FEDFEE75C3A1B0AE9744A0C79A1FE9', + name: 'Judo', + display: 'JUDO', + symbol: 'JUDO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-146', + base_denom: 'inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-10' + } + } + ] + }, { description: 'The native token of JUNO Chain', denom_units: [ @@ -1524,48 +1740,6 @@ const assets: AssetList = { } ] }, - { - description: - 'Hava Coin is the lifeblood of the Cosmos & Juno networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', - denom_units: [ - { - denom: - 'ibc/07C0E3418BBD0B2B8F4792D1A54893E62938AFFB819065B2F1E4522F91E71F70', - exponent: 0, - aliases: ['factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava'] - }, - { - denom: 'hava', - exponent: 6 - } - ], - base: 'ibc/07C0E3418BBD0B2B8F4792D1A54893E62938AFFB819065B2F1E4522F91E71F70', - name: 'Hava Coin', - display: 'hava', - symbol: 'HAVA', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - }, - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - } - ], - traces: [ - { - type: 'ibc', - counterparty: { - channel_id: 'channel-224', - base_denom: - 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava', - chain_name: 'juno' - }, - chain: { - channel_id: 'channel-3' - } - } - ] - }, { description: 'The native staking and governance token of the Kujira chain.', @@ -2321,7 +2495,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/237062B73A1455EEF0D01781D4BBCE65EBC23A5650ACFF06DE551F06DD3149A1', + 'ibc/B2DCD34BF103312734AB1DAD72576DC82FC828B907FADAC42C4C1B89F6681B51', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -2332,7 +2506,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/237062B73A1455EEF0D01781D4BBCE65EBC23A5650ACFF06DE551F06DD3149A1', + base: 'ibc/B2DCD34BF103312734AB1DAD72576DC82FC828B907FADAC42C4C1B89F6681B51', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', @@ -4514,11 +4688,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -4564,6 +4738,99 @@ const assets: AssetList = { } ] }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/422881874690999FA99A5C936EF9806F2A4194932075B2EDDB87E91CEDF39994', + exponent: 0, + aliases: [ + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/422881874690999FA99A5C936EF9806F2A4194932075B2EDDB87E91CEDF39994', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-30', + base_denom: + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-18' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'Reflections of cartel activity on Cosmos.', + denom_units: [ + { + denom: + 'ibc/1DF46095F262CAD71143AE2A4C169CD1405B3EB2062F443DFDE23E78D0DE17F5', + exponent: 0, + aliases: [ + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel' + ] + }, + { + denom: 'cartel', + exponent: 6 + } + ], + base: 'ibc/1DF46095F262CAD71143AE2A4C169CD1405B3EB2062F443DFDE23E78D0DE17F5', + name: 'cartel', + display: 'cartel', + symbol: 'CARTEL', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-30', + base_denom: + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-18' + } + } + ] + }, { description: 'The native staking token of OmniFlix Hub.', denom_units: [ @@ -4607,6 +4874,252 @@ const assets: AssetList = { } ] }, + { + denom_units: [ + { + denom: + 'ibc/9D4F0AA6EF18C5B3E30CEF84D5A5D5B8390332F85E4A6EA0A492E538ED7FB9CC', + exponent: 0, + aliases: [ + 'ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477' + ] + }, + { + denom: 'atom', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/9D4F0AA6EF18C5B3E30CEF84D5A5D5B8390332F85E4A6EA0A492E538ED7FB9CC', + name: 'Cosmos Hub Atom', + display: 'atom', + symbol: 'ATOM', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-38', + base_denom: + 'ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-44' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'cosmoshub', + base_denom: 'uatom' + }, + 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' + } + ], + 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' + } + }, + { + denom_units: [ + { + denom: + 'ibc/65115055ABA34F5D429B987E0E831B20CA5E2D9328729788EDF02BB5A548FF3C', + exponent: 0, + aliases: [ + 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B' + ] + }, + { + denom: 'osmo', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/65115055ABA34F5D429B987E0E831B20CA5E2D9328729788EDF02BB5A548FF3C', + name: 'Osmosis osmo', + display: 'osmo', + symbol: 'OSMO', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-38', + base_denom: + 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-44' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: 'uosmo' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/8D0F0F23DF1C6CFE98FFCB7A70A9747C26FB4F920BAE686FF464314AFC1340DB', + exponent: 0, + aliases: [ + 'ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274' + ] + }, + { + denom: 'ist', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/8D0F0F23DF1C6CFE98FFCB7A70A9747C26FB4F920BAE686FF464314AFC1340DB', + name: 'Agoric IST (Inter Stable Token)', + display: 'ist', + symbol: 'IST', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-38', + base_denom: + 'ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-44' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'agoric', + base_denom: 'uist' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/8F738866B022368E9A46A0A92BEA01BC610A9B59A6EC716C5508747434D1AB77', + exponent: 0, + aliases: [ + 'ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9' + ] + }, + { + denom: 'usdc', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/8F738866B022368E9A46A0A92BEA01BC610A9B59A6EC716C5508747434D1AB77', + name: 'USD Coin (Axelar)', + display: 'usdc', + symbol: 'USDC.axl', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-38', + base_denom: + 'ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-44' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'axelar', + base_denom: 'uusdc' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/A12358622612EE07274110ECE044FA80404151E283AAB835D7ABC1E8764DABA2', + exponent: 0, + aliases: [ + 'ibc/9F28238BDB687A86681B30764BA1437E079C3565D04FDD7862055A83F7E5C630' + ] + }, + { + denom: 'baddog', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/A12358622612EE07274110ECE044FA80404151E283AAB835D7ABC1E8764DABA2', + name: 'BadDog (Osmosis)', + display: 'baddog', + symbol: 'BADDOG.osmo', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-38', + base_denom: + 'ibc/9F28238BDB687A86681B30764BA1437E079C3565D04FDD7862055A83F7E5C630', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-44' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.svg' + } + }, { description: 'The native token of Osmosis', denom_units: [ diff --git a/packages/assets/src/mainnet/nois.ts b/packages/assets/src/mainnet/nois.ts index 33ea5e5c7..f8777c83b 100644 --- a/packages/assets/src/mainnet/nois.ts +++ b/packages/assets/src/mainnet/nois.ts @@ -493,11 +493,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -546,6 +546,178 @@ const assets: AssetList = { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg' } }, + { + description: + 'Hava Coin is the lifeblood of the Cosmos & Injective networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', + denom_units: [ + { + denom: + 'ibc/B1E8A05AA2291393C9A0403E51010D1A0EF953228B40683D0AD057C9243FD470', + exponent: 0, + aliases: ['factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava'] + }, + { + denom: 'hava', + exponent: 6 + } + ], + base: 'ibc/B1E8A05AA2291393C9A0403E51010D1A0EF953228B40683D0AD057C9243FD470', + name: 'Hava Coin', + display: 'hava', + symbol: 'HAVA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-138', + base_denom: + 'factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-17' + } + } + ] + }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/5D401B196289F219E41012277248EADE633F91638C9B68B1B103C0FA1FD477E2', + exponent: 0, + aliases: [ + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/5D401B196289F219E41012277248EADE633F91638C9B68B1B103C0FA1FD477E2', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-138', + base_denom: + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-17' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'The second meme coin on Injective.', + denom_units: [ + { + denom: + 'ibc/13A86441F26BD6370B7C94997BFEF59146E254483F90C9C901C65243B079E22C', + exponent: 0, + aliases: ['inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88'] + }, + { + denom: 'NINPO', + exponent: 6 + } + ], + base: 'ibc/13A86441F26BD6370B7C94997BFEF59146E254483F90C9C901C65243B079E22C', + name: 'Ninpo', + display: 'NINPO', + symbol: 'NINPO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-138', + base_denom: 'inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-17' + } + } + ] + }, + { + description: 'JUDO is a very futuristic meme token.', + denom_units: [ + { + denom: + 'ibc/4832916CABD55B201BE70D7BE079A5934158EF58C08F44D13CF6B793CE17D4A3', + exponent: 0, + aliases: ['inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h'] + }, + { + denom: 'JUDO', + exponent: 6 + } + ], + base: 'ibc/4832916CABD55B201BE70D7BE079A5934158EF58C08F44D13CF6B793CE17D4A3', + name: 'Judo', + display: 'JUDO', + symbol: 'JUDO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-138', + base_denom: 'inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-17' + } + } + ] + }, { description: 'The native token of JUNO Chain', denom_units: [ @@ -763,48 +935,6 @@ const assets: AssetList = { } ] }, - { - description: - 'Hava Coin is the lifeblood of the Cosmos & Juno networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', - denom_units: [ - { - denom: - 'ibc/1F6CABA6608B25774AFE0878EB1D54F8D93BE5C627E9F30A0A92E8A07AA61F2E', - exponent: 0, - aliases: ['factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava'] - }, - { - denom: 'hava', - exponent: 6 - } - ], - base: 'ibc/1F6CABA6608B25774AFE0878EB1D54F8D93BE5C627E9F30A0A92E8A07AA61F2E', - name: 'Hava Coin', - display: 'hava', - symbol: 'HAVA', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - }, - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - } - ], - traces: [ - { - type: 'ibc', - counterparty: { - channel_id: 'channel-225', - base_denom: - 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava', - chain_name: 'juno' - }, - chain: { - channel_id: 'channel-1' - } - } - ] - }, { description: 'The native token of Neutron chain.', denom_units: [ @@ -1848,11 +1978,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -1898,6 +2028,99 @@ const assets: AssetList = { } ] }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/F8FC0911EAB7E2730410BD41AC153F74F8C75B43E3F5E707CF88C8E7AB49E57D', + exponent: 0, + aliases: [ + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/F8FC0911EAB7E2730410BD41AC153F74F8C75B43E3F5E707CF88C8E7AB49E57D', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-722', + base_denom: + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-47' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'Reflections of cartel activity on Cosmos.', + denom_units: [ + { + denom: + 'ibc/D748587F1B92CEEB62562679B91D4E437C346D3D860BD4AE3E0A4D9E9A3D7F3C', + exponent: 0, + aliases: [ + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel' + ] + }, + { + denom: 'cartel', + exponent: 6 + } + ], + base: 'ibc/D748587F1B92CEEB62562679B91D4E437C346D3D860BD4AE3E0A4D9E9A3D7F3C', + name: 'cartel', + display: 'cartel', + symbol: 'CARTEL', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-722', + base_denom: + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-47' + } + } + ] + }, { description: 'The native token of Osmosis', denom_units: [ diff --git a/packages/assets/src/mainnet/nolus.ts b/packages/assets/src/mainnet/nolus.ts index b9c6ab2e0..a91de3ca2 100644 --- a/packages/assets/src/mainnet/nolus.ts +++ b/packages/assets/src/mainnet/nolus.ts @@ -1089,11 +1089,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -1139,6 +1139,99 @@ const assets: AssetList = { } ] }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/39BC49307EDA241C6F79DD5154EC40D2713703A991D72C2932457C5184FFEEE6', + exponent: 0, + aliases: [ + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/39BC49307EDA241C6F79DD5154EC40D2713703A991D72C2932457C5184FFEEE6', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-44', + base_denom: + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-3839' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'Reflections of cartel activity on Cosmos.', + denom_units: [ + { + denom: + 'ibc/5FBF0942A4B87A925B7C22F5E3BC333B380B31AED9AC931F39D809B9C5B8605C', + exponent: 0, + aliases: [ + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel' + ] + }, + { + denom: 'cartel', + exponent: 6 + } + ], + base: 'ibc/5FBF0942A4B87A925B7C22F5E3BC333B380B31AED9AC931F39D809B9C5B8605C', + name: 'cartel', + display: 'cartel', + symbol: 'CARTEL', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-44', + base_denom: + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-3839' + } + } + ] + }, { description: 'The native token of Osmosis', denom_units: [ diff --git a/packages/assets/src/mainnet/nomic.ts b/packages/assets/src/mainnet/nomic.ts index 5aabdceed..f055465b6 100644 --- a/packages/assets/src/mainnet/nomic.ts +++ b/packages/assets/src/mainnet/nomic.ts @@ -757,7 +757,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/9CA8C1939B06892266BF0E88974E09C76DE2511B692204AFD87E3843ABF2779D', + 'ibc/FF35E6A1F2E310DE2C9B02042E09872526F7BA42258C01765AD0BEA6B9489CE2', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -768,7 +768,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/9CA8C1939B06892266BF0E88974E09C76DE2511B692204AFD87E3843ABF2779D', + base: 'ibc/FF35E6A1F2E310DE2C9B02042E09872526F7BA42258C01765AD0BEA6B9489CE2', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', @@ -2465,11 +2465,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -2515,6 +2515,99 @@ const assets: AssetList = { } ] }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/0779B927604848B4728873977968594C679FE016A072B670D4DD68E12689E4F7', + exponent: 0, + aliases: [ + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/0779B927604848B4728873977968594C679FE016A072B670D4DD68E12689E4F7', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-42', + base_denom: + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-2' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'Reflections of cartel activity on Cosmos.', + denom_units: [ + { + denom: + 'ibc/0BFEB1E11A3B74EB1BB3D9B1E16589419B438A94AA3DD92FCEC08F9310088127', + exponent: 0, + aliases: [ + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel' + ] + }, + { + denom: 'cartel', + exponent: 6 + } + ], + base: 'ibc/0BFEB1E11A3B74EB1BB3D9B1E16589419B438A94AA3DD92FCEC08F9310088127', + name: 'cartel', + display: 'cartel', + symbol: 'CARTEL', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-42', + base_denom: + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-2' + } + } + ] + }, { description: 'The native token of Osmosis', denom_units: [ diff --git a/packages/assets/src/mainnet/odin.ts b/packages/assets/src/mainnet/odin.ts index 9982e4a9e..b66a3e6af 100644 --- a/packages/assets/src/mainnet/odin.ts +++ b/packages/assets/src/mainnet/odin.ts @@ -1455,6 +1455,1426 @@ const assets: AssetList = { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.svg' } }, + { + description: + 'The native staking and governance token of the Kujira chain.', + denom_units: [ + { + denom: + 'ibc/C4BE30A03C8FA2274C3C80C751F0517B538BB419546370C6DB19D32417CA3E3D', + exponent: 0, + aliases: ['ukuji'] + }, + { + denom: 'kuji', + exponent: 6 + } + ], + base: 'ibc/C4BE30A03C8FA2274C3C80C751F0517B538BB419546370C6DB19D32417CA3E3D', + name: 'Kujira', + display: 'kuji', + symbol: 'KUJI', + coingecko_id: 'kujira', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-157', + base_denom: 'ukuji', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-63' + } + } + ] + }, + { + description: + 'The native over-collateralized stablecoin from the Kujira chain.', + denom_units: [ + { + denom: + 'ibc/BBFB784FB35367285E862E74078C213B40FD1862F7582BD94502013CA65BBD4F', + exponent: 0, + aliases: [ + 'factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk' + ] + }, + { + denom: 'usk', + exponent: 6 + } + ], + base: 'ibc/BBFB784FB35367285E862E74078C213B40FD1862F7582BD94502013CA65BBD4F', + name: 'USK', + display: 'usk', + symbol: 'USK', + coingecko_id: 'usk', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-157', + base_denom: + 'factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-63' + } + } + ] + }, + { + description: "Quark's auto-compounding KUJI derivative", + denom_units: [ + { + denom: + 'ibc/393F9A9459711F48498382BAA9FC5C916DA2E023F4EDC072AF1B70B61B9BF3B6', + exponent: 0, + aliases: [ + 'factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt' + ] + }, + { + denom: 'qcKUJI', + exponent: 6 + } + ], + base: 'ibc/393F9A9459711F48498382BAA9FC5C916DA2E023F4EDC072AF1B70B61B9BF3B6', + name: 'qcKUJI', + display: 'qcKUJI', + symbol: 'qcKUJI', + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg' + }, + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-157', + base_denom: + 'factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-63' + } + } + ] + }, + { + description: 'ampKUJI', + denom_units: [ + { + denom: + 'ibc/2461A28741D66BD718D8AF2AAA6A7D287AB224614266FAEFE7D3DBAFC9EF3E25', + exponent: 0, + aliases: [ + 'factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI' + ] + }, + { + denom: 'ampKUJI', + exponent: 6 + } + ], + base: 'ibc/2461A28741D66BD718D8AF2AAA6A7D287AB224614266FAEFE7D3DBAFC9EF3E25', + name: 'ampKUJI', + display: 'ampKUJI', + symbol: 'ampKUJI', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-157', + base_denom: + 'factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-63' + } + } + ] + }, + { + description: 'MantaDAO Governance Token', + denom_units: [ + { + denom: + 'ibc/31A99E772DA7F631A21E6788D43A2711AAA6884C2784A601C31721701E6E0AE2', + exponent: 0, + aliases: [ + 'factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta' + ] + }, + { + denom: 'mnta', + exponent: 6 + } + ], + base: 'ibc/31A99E772DA7F631A21E6788D43A2711AAA6884C2784A601C31721701E6E0AE2', + name: 'MantaDAO', + display: 'mnta', + symbol: 'MNTA', + coingecko_id: 'mantadao', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-157', + base_denom: + 'factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-63' + } + } + ] + }, + { + description: "Quark's auto-compounding MNTA derivative", + denom_units: [ + { + denom: + 'ibc/6FB2AF2921DDC73A4C4C9012B4703A3990B9FB6E21C7101B2A94C384A5E083B9', + exponent: 0, + aliases: [ + 'factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt' + ] + }, + { + denom: 'qcMNTA', + exponent: 6 + } + ], + base: 'ibc/6FB2AF2921DDC73A4C4C9012B4703A3990B9FB6E21C7101B2A94C384A5E083B9', + name: 'qcMNTA', + display: 'qcMNTA', + symbol: 'qcMNTA', + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg' + }, + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-157', + base_denom: + 'factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-63' + } + } + ] + }, + { + description: 'ERIS Liquid Staked MNTA', + denom_units: [ + { + denom: + 'ibc/C9133EE3FF221CB4F4053A3E048561B48F14A1DAB49B8B33698662293F8290B6', + exponent: 0, + aliases: [ + 'factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA' + ] + }, + { + denom: 'ampMNTA', + exponent: 6 + } + ], + base: 'ibc/C9133EE3FF221CB4F4053A3E048561B48F14A1DAB49B8B33698662293F8290B6', + name: 'ERIS Amplified MNTA', + display: 'ampMNTA', + symbol: 'ampMNTA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-157', + base_denom: + 'factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-63' + } + } + ] + }, + { + description: 'The content house of Kujira', + denom_units: [ + { + denom: + 'ibc/9D3C005FBCD41C0A5C5C4183592A73F177659C2F9D4B92E30C70929410ABBE27', + exponent: 0, + aliases: [ + 'factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink' + ] + }, + { + denom: 'wink', + exponent: 6 + } + ], + base: 'ibc/9D3C005FBCD41C0A5C5C4183592A73F177659C2F9D4B92E30C70929410ABBE27', + name: 'WINK', + display: 'wink', + symbol: 'WINK', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-157', + base_denom: + 'factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-63' + } + } + ] + }, + { + description: 'Blend Token', + denom_units: [ + { + denom: + 'ibc/A16A1CA027D9982D1ACCA1CEC72B3A3428BDF7E96AA69F6C6BEF56AF735B9127', + exponent: 0, + aliases: [ + 'factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend' + ] + }, + { + denom: 'blend', + exponent: 6 + } + ], + base: 'ibc/A16A1CA027D9982D1ACCA1CEC72B3A3428BDF7E96AA69F6C6BEF56AF735B9127', + name: 'BLEND', + display: 'blend', + symbol: 'BLEND', + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg' + }, + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-157', + base_denom: + 'factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-63' + } + } + ] + }, + { + description: 'Tether USDt on Kujira', + denom_units: [ + { + denom: + 'ibc/BCB8CE2FA2572C466DCFA76C32C753BAA3958311687717A36FA0EB68925CDE58', + exponent: 0, + aliases: [ + 'ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8' + ] + }, + { + denom: 'usdt', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/BCB8CE2FA2572C466DCFA76C32C753BAA3958311687717A36FA0EB68925CDE58', + name: 'Tether USD', + display: 'usdt', + symbol: 'USDT', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-157', + base_denom: + 'ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-63' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'kava', + base_denom: 'erc20/tether/usdt' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + } + }, + { + description: 'The staking and governance token of Fuzion', + denom_units: [ + { + denom: + 'ibc/233E24AC37FAEA861EBD3A4AFE998CE1DB7350E37A8FF8DA8D374418A79ED538', + exponent: 0, + aliases: [ + 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn' + ] + }, + { + denom: 'fuzn', + exponent: 6 + } + ], + base: 'ibc/233E24AC37FAEA861EBD3A4AFE998CE1DB7350E37A8FF8DA8D374418A79ED538', + name: 'Fuzion', + display: 'fuzn', + symbol: 'FUZN', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-157', + base_denom: + 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-63' + } + } + ] + }, + { + description: 'The receipt token of Fuzion', + denom_units: [ + { + denom: + 'ibc/5054661097A7C31DA907E45C1408AF940D00C8274B85D25BB59B2D09B362903E', + exponent: 0, + aliases: [ + 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn' + ] + }, + { + denom: 'rfuzn', + exponent: 6 + } + ], + base: 'ibc/5054661097A7C31DA907E45C1408AF940D00C8274B85D25BB59B2D09B362903E', + name: 'Fuzion Receipt', + display: 'rfuzn', + symbol: 'rFUZN', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-157', + base_denom: + 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-63' + } + } + ] + }, + { + description: 'The yield token of Fuzion', + denom_units: [ + { + denom: + 'ibc/CE62F99E98E399BE3DEC692D85FDAE512655A181EBB5D93003B0ACA1476D92DA', + exponent: 0, + aliases: [ + 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn' + ] + }, + { + denom: 'yfuzn', + exponent: 6 + } + ], + base: 'ibc/CE62F99E98E399BE3DEC692D85FDAE512655A181EBB5D93003B0ACA1476D92DA', + name: 'Fuzion Yield', + display: 'yfuzn', + symbol: 'yFUZN', + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg' + }, + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-157', + base_denom: + 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-63' + } + } + ] + }, + { + description: "Quark's auto-compounding FUZN derivative", + denom_units: [ + { + denom: + 'ibc/66DA0B6308DD80EC3049782BB07EF6C718C4228B576FC1CB44A427F2C7D04695', + exponent: 0, + aliases: [ + 'factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt' + ] + }, + { + denom: 'qcFUZN', + exponent: 6 + } + ], + base: 'ibc/66DA0B6308DD80EC3049782BB07EF6C718C4228B576FC1CB44A427F2C7D04695', + name: 'qcFUZN', + display: 'qcFUZN', + symbol: 'qcFUZN', + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg' + }, + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-157', + base_denom: + 'factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-63' + } + } + ] + }, + { + description: 'The Revenue & Governance token of Unstake.fi', + denom_units: [ + { + denom: + 'ibc/DD52FCF1B001CCF764D92DB6FB0A88D3E7DE23F146E7685B78042C8B7F6F0F9A', + exponent: 0, + aliases: [ + 'factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk' + ] + }, + { + denom: 'nstk', + exponent: 6 + } + ], + base: 'ibc/DD52FCF1B001CCF764D92DB6FB0A88D3E7DE23F146E7685B78042C8B7F6F0F9A', + name: 'Unstake Fi', + display: 'nstk', + symbol: 'NSTK', + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg' + }, + coingecko_id: 'unstake-fi', + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-157', + base_denom: + 'factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-63' + } + } + ] + }, + { + description: 'Local Money', + denom_units: [ + { + denom: + 'ibc/0345933BA92F91DE5ADEA8BD89682CAD3A77A36BA39B14E7A3F9A3DB4BD29DCC', + exponent: 0, + aliases: [ + 'factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local' + ] + }, + { + denom: 'local', + exponent: 6 + } + ], + base: 'ibc/0345933BA92F91DE5ADEA8BD89682CAD3A77A36BA39B14E7A3F9A3DB4BD29DCC', + name: 'LOCAL', + display: 'local', + symbol: 'LOCAL', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-157', + base_denom: + 'factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-63' + } + } + ] + }, + { + description: 'Food for whales', + denom_units: [ + { + denom: + 'ibc/1AC92445BFE50C440CAC0A43DADB4CF1029C03AAC56C38D2F9B50D71E9178882', + exponent: 0, + aliases: [ + 'factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk' + ] + }, + { + denom: 'PLNK', + exponent: 6 + } + ], + base: 'ibc/1AC92445BFE50C440CAC0A43DADB4CF1029C03AAC56C38D2F9B50D71E9178882', + name: 'Plankton', + display: 'PLNK', + symbol: 'PLNK', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-157', + base_denom: + 'factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-63' + } + } + ] + }, + { + denom_units: [ + { + denom: + 'ibc/2A1A7D56F636920A8BCA6CF423AAEE1881BEF3397B00DD324234DCA44387ECF1', + exponent: 0, + aliases: [ + 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' + ] + }, + { + denom: 'sol', + exponent: 8 + } + ], + base: 'ibc/2A1A7D56F636920A8BCA6CF423AAEE1881BEF3397B00DD324234DCA44387ECF1', + name: 'Wormhole Solana', + display: 'sol', + symbol: 'whSOL', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-157', + base_denom: + 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-63' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'gateway', + base_denom: + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/7A74F49358DB59D7FE7F472F71ED3C32492A3B235C56FC9F26FCA7AF3AE346B6', + exponent: 0, + aliases: [ + 'ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10' + ] + }, + { + denom: 'evmos', + exponent: 18 + } + ], + base: 'ibc/7A74F49358DB59D7FE7F472F71ED3C32492A3B235C56FC9F26FCA7AF3AE346B6', + name: 'Evmos', + display: 'evmos', + symbol: 'EVMOS', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-157', + base_denom: + 'ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-63' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'evmos', + base_denom: 'aevmos' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/77EBA2E60878EE66968BF8726601B9F0B6AE58B5B452B537F2B105423A3A7879', + exponent: 0, + aliases: [ + 'ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2' + ] + }, + { + denom: 'avax', + exponent: 18 + } + ], + type_asset: 'ics20', + base: 'ibc/77EBA2E60878EE66968BF8726601B9F0B6AE58B5B452B537F2B105423A3A7879', + name: 'Axelar Wrapped AVAX', + display: 'avax', + symbol: 'wAVAX', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-157', + base_denom: + 'ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-63' + } + } + ], + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/ADEA19B329C33662C3D580FC96A909BD7083D2A0334BB066A088854683F41F72', + exponent: 0, + aliases: [ + 'ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9' + ] + }, + { + denom: 'usdc', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/ADEA19B329C33662C3D580FC96A909BD7083D2A0334BB066A088854683F41F72', + name: 'Noble USD Coin', + display: 'usdc', + symbol: 'USDC', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-157', + base_denom: + 'ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-63' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'noble', + base_denom: 'uusdc' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/E14FD8195667CE9A97606455384DDA80B58847E90C8463D7393073C296D9026F', + exponent: 0, + aliases: [ + 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23' + ] + }, + { + denom: 'osmo', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/E14FD8195667CE9A97606455384DDA80B58847E90C8463D7393073C296D9026F', + name: 'Osmosis', + display: 'osmo', + symbol: 'OSMO', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-157', + base_denom: + 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-63' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: 'uosmo' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/BF7CEF99688F26CF8717F34548F1BC934F017F963D4E7069D9F5C22ED030159C', + exponent: 0, + aliases: [ + 'ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F' + ] + }, + { + denom: 'usdc', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/BF7CEF99688F26CF8717F34548F1BC934F017F963D4E7069D9F5C22ED030159C', + name: 'Axelar USD Coin', + display: 'usdc', + symbol: 'axlUSDC', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-157', + base_denom: + 'ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-63' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'axelar', + base_denom: 'uusdc' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/41696718C58F485A289DFED2C947C849A39E668C7C1803F680F9961BED3A4884', + exponent: 0, + aliases: [ + 'ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07' + ] + }, + { + denom: 'cmdx', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/41696718C58F485A289DFED2C947C849A39E668C7C1803F680F9961BED3A4884', + name: 'Comdex', + display: 'cmdx', + symbol: 'CMDX', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-157', + base_denom: + 'ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-63' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'comdex', + base_denom: 'ucmdx' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/EFF8E553D1D74E4849176B9564127157EF83F3CE7797C403DB834321359EC507', + exponent: 0, + aliases: [ + 'ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5' + ] + }, + { + denom: 'juno', + exponent: 6 + } + ], + base: 'ibc/EFF8E553D1D74E4849176B9564127157EF83F3CE7797C403DB834321359EC507', + name: 'Juno', + display: 'juno', + symbol: 'JUNO', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-157', + base_denom: + 'ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-63' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'juno', + base_denom: 'ujuno' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/E1FE1E23A8DAAD3B892B13288B05E09309FF734A1AFF14C3D7F93E1962422E11', + exponent: 0, + aliases: [ + 'ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7' + ] + }, + { + denom: 'weth', + exponent: 18 + } + ], + type_asset: 'ics20', + base: 'ibc/E1FE1E23A8DAAD3B892B13288B05E09309FF734A1AFF14C3D7F93E1962422E11', + name: 'Axelar Wrapped Ether', + display: 'weth', + symbol: 'wETH', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-157', + base_denom: + 'ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-63' + } + } + ], + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png' + } + }, + { + denom_units: [ + { + denom: + 'ibc/FAC4C842071C61F3A220CE58C39587A06BF32369D17D359916329814596DD7E1', + exponent: 0, + aliases: [ + 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2' + ] + }, + { + denom: 'atom', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/FAC4C842071C61F3A220CE58C39587A06BF32369D17D359916329814596DD7E1', + name: 'Cosmos Hub Atom', + display: 'atom', + symbol: 'ATOM', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-157', + base_denom: + 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-63' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'cosmoshub', + base_denom: 'uatom' + }, + 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' + } + ], + 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' + } + }, + { + denom_units: [ + { + denom: + 'ibc/E19E9B213141948BD1CA30F626637C4AF34F6B275A09B2D98AFF548D4B72D480', + exponent: 0, + aliases: [ + 'ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986' + ] + }, + { + denom: 'luna', + exponent: 6 + } + ], + base: 'ibc/E19E9B213141948BD1CA30F626637C4AF34F6B275A09B2D98AFF548D4B72D480', + name: 'Luna', + display: 'luna', + symbol: 'LUNA', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-157', + base_denom: + 'ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-63' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'luna', + base_denom: 'uluna' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/4D035BB99331AB012F722E539A4964B7C7DB6F78468C7368EA553B1E4EAC69EB', + exponent: 0, + aliases: [ + 'ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602' + ] + }, + { + denom: 'stars', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/4D035BB99331AB012F722E539A4964B7C7DB6F78468C7368EA553B1E4EAC69EB', + name: 'Stargaze', + display: 'stars', + symbol: 'STARS', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-157', + base_denom: + 'ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-63' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'stargaze', + base_denom: 'ustars' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/8DCC7A385B1D2E2F1CCDB0CF1DA2A67780ACB08FAD7F0407CE1951002D1C49D9', + exponent: 0, + aliases: [ + 'ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5' + ] + }, + { + denom: 'scrt', + exponent: 6 + } + ], + base: 'ibc/8DCC7A385B1D2E2F1CCDB0CF1DA2A67780ACB08FAD7F0407CE1951002D1C49D9', + name: 'Secret Network', + display: 'scrt', + symbol: 'SCRT', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-157', + base_denom: + 'ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-63' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'scrt', + base_denom: 'uscrt' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/4E3712464BF8B581083E8C3F98E352EAA998DBD951D2B1F9CDCBC4B023148E57', + exponent: 0, + aliases: [ + 'ibc/086C1B2E9E611F23D3C9159C858D3F4C6A911D348DFB916A11AE306A865A77A8' + ] + }, + { + denom: 'stkatom', + exponent: 6, + aliases: ['stk/atom'] + } + ], + type_asset: 'ics20', + base: 'ibc/4E3712464BF8B581083E8C3F98E352EAA998DBD951D2B1F9CDCBC4B023148E57', + name: 'PSTAKE staked ATOM', + display: 'stkatom', + symbol: 'stkATOM', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-157', + base_denom: + 'ibc/086C1B2E9E611F23D3C9159C858D3F4C6A911D348DFB916A11AE306A865A77A8', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-63' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'persistence', + base_denom: 'stk/uatom' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg' + } + }, { description: 'The native token of Osmosis', denom_units: [ diff --git a/packages/assets/src/mainnet/okexchain.ts b/packages/assets/src/mainnet/okexchain.ts index 7180f02ae..11313f025 100644 --- a/packages/assets/src/mainnet/okexchain.ts +++ b/packages/assets/src/mainnet/okexchain.ts @@ -649,48 +649,6 @@ const assets: AssetList = { } ] }, - { - description: - 'Hava Coin is the lifeblood of the Cosmos & Juno networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', - denom_units: [ - { - denom: - 'ibc/ABA01CEECE37AF353BDB2A4CB0310436CAC5FB2D3D560968D824C9FB21220C27', - exponent: 0, - aliases: ['factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava'] - }, - { - denom: 'hava', - exponent: 6 - } - ], - base: 'ibc/ABA01CEECE37AF353BDB2A4CB0310436CAC5FB2D3D560968D824C9FB21220C27', - name: 'Hava Coin', - display: 'hava', - symbol: 'HAVA', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - }, - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - } - ], - traces: [ - { - type: 'ibc', - counterparty: { - channel_id: 'channel-212', - base_denom: - 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava', - chain_name: 'juno' - }, - chain: { - channel_id: 'channel-52' - } - } - ] - }, { description: 'The native token of Vidulum', denom_units: [ diff --git a/packages/assets/src/mainnet/omniflixhub.ts b/packages/assets/src/mainnet/omniflixhub.ts index 09b568733..1eb259629 100644 --- a/packages/assets/src/mainnet/omniflixhub.ts +++ b/packages/assets/src/mainnet/omniflixhub.ts @@ -2,6 +2,94 @@ import { AssetList } from '@chain-registry/types'; const assets: AssetList = { chain_name: 'omniflixhub', assets: [ + { + description: + 'BLD is the token used to secure the Agoric chain through staking and to backstop Inter Protocol.', + denom_units: [ + { + denom: + 'ibc/57D5984743708A678E71C21D03EC777E3A343C51E1BDE0203C37FFD6D9C4BA7F', + exponent: 0, + aliases: ['ubld'] + }, + { + denom: 'bld', + exponent: 6 + } + ], + base: 'ibc/57D5984743708A678E71C21D03EC777E3A343C51E1BDE0203C37FFD6D9C4BA7F', + name: 'Agoric', + display: 'bld', + symbol: 'BLD', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg' + }, + coingecko_id: 'agoric', + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-58', + base_denom: 'ubld', + chain_name: 'agoric' + }, + chain: { + channel_id: 'channel-30' + } + } + ] + }, + { + description: + 'IST is the stable token used by the Agoric chain for execution fees and commerce.', + denom_units: [ + { + denom: + 'ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274', + exponent: 0, + aliases: ['uist'] + }, + { + denom: 'ist', + exponent: 6 + } + ], + base: 'ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274', + name: 'Inter Stable Token', + display: 'ist', + symbol: 'IST', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg' + }, + coingecko_id: 'inter-stable-token', + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-58', + base_denom: 'uist', + chain_name: 'agoric' + }, + chain: { + channel_id: 'channel-30' + } + } + ] + }, { description: 'The native token of Archway network', denom_units: [ @@ -148,6 +236,1459 @@ const assets: AssetList = { } ] }, + { + description: 'The native token of Axelar', + denom_units: [ + { + denom: + 'ibc/3DA797999DE49B6FDEF54E6074C608AF56C39C8FAEE620195DC1010261CC0C25', + exponent: 0, + aliases: ['uaxl'] + }, + { + denom: 'axl', + exponent: 6 + } + ], + base: 'ibc/3DA797999DE49B6FDEF54E6074C608AF56C39C8FAEE620195DC1010261CC0C25', + name: 'Axelar', + display: 'axl', + symbol: 'AXL', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg' + }, + coingecko_id: 'axelar', + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-77', + base_denom: 'uaxl', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-27' + } + } + ] + }, + { + description: "Circle's stablecoin on Axelar", + denom_units: [ + { + denom: + 'ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9', + exponent: 0, + aliases: ['uusdc'] + }, + { + denom: 'usdc', + exponent: 6 + } + ], + base: 'ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9', + name: 'USD Coin', + display: 'usdc', + symbol: 'USDC', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-77', + base_denom: 'uusdc', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-27' + } + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg' + }, + coingecko_id: 'axlusdc', + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg' + } + ] + }, + { + description: "Frax's fractional-algorithmic stablecoin on Axelar", + denom_units: [ + { + denom: + 'ibc/723567A905392CCF850CFF3C520B8A458836CA865BF5D8E68EA51A3518A4011E', + exponent: 0, + aliases: ['frax-wei'] + }, + { + denom: 'frax', + exponent: 18 + } + ], + base: 'ibc/723567A905392CCF850CFF3C520B8A458836CA865BF5D8E68EA51A3518A4011E', + name: 'Frax', + display: 'frax', + symbol: 'FRAX', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-77', + base_denom: 'frax-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-27' + } + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg' + }, + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg' + } + ] + }, + { + description: 'Dai stablecoin on Axelar', + denom_units: [ + { + denom: + 'ibc/BF9907515D7E7D75544B05EEA0EEA463D96FCD96FDCCA9A56610F01D4034A763', + exponent: 0, + aliases: ['dai-wei'] + }, + { + denom: 'dai', + exponent: 18 + } + ], + base: 'ibc/BF9907515D7E7D75544B05EEA0EEA463D96FCD96FDCCA9A56610F01D4034A763', + name: 'Dai Stablecoin', + display: 'dai', + symbol: 'DAI', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-77', + base_denom: 'dai-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-27' + } + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.svg' + } + ] + }, + { + description: "Tether's USD stablecoin on Axelar", + denom_units: [ + { + denom: + 'ibc/BB85A71914729F6D05619845AD2300BBA9F161206466C1CD662CC8A586427124', + exponent: 0, + aliases: ['uusdt'] + }, + { + denom: 'usdt', + exponent: 6 + } + ], + base: 'ibc/BB85A71914729F6D05619845AD2300BBA9F161206466C1CD662CC8A586427124', + name: 'Tether USD', + display: 'usdt', + symbol: 'USDT', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-77', + base_denom: 'uusdt', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-27' + } + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.svg' + } + ] + }, + { + description: 'Wrapped Ether on Axelar', + denom_units: [ + { + denom: + 'ibc/2C7F428DA8C42A3B71B43A9DA6E183929C5F3AF5E1A3B181894A0BBB292AA3C0', + exponent: 0, + aliases: ['weth-wei'] + }, + { + denom: 'weth', + exponent: 18 + } + ], + base: 'ibc/2C7F428DA8C42A3B71B43A9DA6E183929C5F3AF5E1A3B181894A0BBB292AA3C0', + name: 'Wrapped Ether', + display: 'weth', + symbol: 'WETH', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-77', + base_denom: 'weth-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-27' + } + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png' + } + ] + }, + { + description: 'Wrapped Bitcoin on Axelar', + denom_units: [ + { + denom: + 'ibc/8CB1A59477C84FA8E93793D56F7D5F3D8DB5C223C96A156AAFACA7700F600FEB', + exponent: 0, + aliases: ['wbtc-satoshi'] + }, + { + denom: 'wbtc', + exponent: 8 + } + ], + base: 'ibc/8CB1A59477C84FA8E93793D56F7D5F3D8DB5C223C96A156AAFACA7700F600FEB', + name: 'Wrapped Bitcoin', + display: 'wbtc', + symbol: 'WBTC', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-77', + base_denom: 'wbtc-satoshi', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-27' + } + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png' + } + ] + }, + { + description: 'Aave on Axelar', + denom_units: [ + { + denom: + 'ibc/6232AEF3AA6CB726B0E33DAF4B1B316D5D361F81356FB1901C4C15D6C69D6872', + exponent: 0, + aliases: ['aave-wei'] + }, + { + denom: 'aave', + exponent: 18 + } + ], + base: 'ibc/6232AEF3AA6CB726B0E33DAF4B1B316D5D361F81356FB1901C4C15D6C69D6872', + name: 'Aave', + display: 'aave', + symbol: 'AAVE', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-77', + base_denom: 'aave-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-27' + } + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg' + }, + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg' + } + ] + }, + { + description: 'ApeCoin on Axelar', + denom_units: [ + { + denom: + 'ibc/9434C5418BB9BD3C5CA4DE3CAC08828765F3E17F738D3418AD6790542E005162', + exponent: 0, + aliases: ['ape-wei'] + }, + { + denom: 'ape', + exponent: 18 + } + ], + base: 'ibc/9434C5418BB9BD3C5CA4DE3CAC08828765F3E17F738D3418AD6790542E005162', + name: 'ApeCoin', + display: 'ape', + symbol: 'APE', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-77', + base_denom: 'ape-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-27' + } + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg' + }, + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg' + } + ] + }, + { + description: 'Axie Infinity Shard on Axelar', + denom_units: [ + { + denom: + 'ibc/3DB019E5AE4802D042E8C0F28B49363D1FE2E2A90FD29F0E23AD787465A678C5', + exponent: 0, + aliases: ['axs-wei'] + }, + { + denom: 'axs', + exponent: 18 + } + ], + base: 'ibc/3DB019E5AE4802D042E8C0F28B49363D1FE2E2A90FD29F0E23AD787465A678C5', + name: 'Axie Infinity Shard', + display: 'axs', + symbol: 'AXS', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-77', + base_denom: 'axs-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-27' + } + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg' + }, + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg' + } + ] + }, + { + description: 'Chainlink on Axelar', + denom_units: [ + { + denom: + 'ibc/416F2C2FC59E4CCEBB646B872F349029B86044824B338628F5C3CBAD5E8C5F60', + exponent: 0, + aliases: ['link-wei'] + }, + { + denom: 'link', + exponent: 18 + } + ], + base: 'ibc/416F2C2FC59E4CCEBB646B872F349029B86044824B338628F5C3CBAD5E8C5F60', + name: 'Chainlink', + display: 'link', + symbol: 'LINK', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-77', + base_denom: 'link-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-27' + } + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg' + } + ] + }, + { + description: 'Maker on Axelar', + denom_units: [ + { + denom: + 'ibc/FF35DFB985481772846E9FDB19AAAD6093F40394BAAE21D8AA0AD0F21C077242', + exponent: 0, + aliases: ['mkr-wei'] + }, + { + denom: 'mkr', + exponent: 18 + } + ], + base: 'ibc/FF35DFB985481772846E9FDB19AAAD6093F40394BAAE21D8AA0AD0F21C077242', + name: 'Maker', + display: 'mkr', + symbol: 'MKR', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-77', + base_denom: 'mkr-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-27' + } + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg' + }, + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg' + } + ] + }, + { + description: 'Rai Reflex Index on Axelar', + denom_units: [ + { + denom: + 'ibc/8FD7B4F3469698AE3700D4D875379069B62D48ECD8C1B6FF372112E2A17D6993', + exponent: 0, + aliases: ['rai-wei'] + }, + { + denom: 'rai', + exponent: 18 + } + ], + base: 'ibc/8FD7B4F3469698AE3700D4D875379069B62D48ECD8C1B6FF372112E2A17D6993', + name: 'Rai Reflex Index', + display: 'rai', + symbol: 'RAI', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-77', + base_denom: 'rai-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-27' + } + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg' + }, + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg' + } + ] + }, + { + description: 'Shiba Inu on Axelar', + denom_units: [ + { + denom: + 'ibc/9863EA94ABFC7E0911854C412029CE3A4040EA5BFC692378031279A2C699F29E', + exponent: 0, + aliases: ['shib-wei'] + }, + { + denom: 'shib', + exponent: 18 + } + ], + base: 'ibc/9863EA94ABFC7E0911854C412029CE3A4040EA5BFC692378031279A2C699F29E', + name: 'Shiba Inu', + display: 'shib', + symbol: 'SHIB', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-77', + base_denom: 'shib-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-27' + } + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg' + }, + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg' + } + ] + }, + { + description: 'Lido Staked Ether on Axelar', + denom_units: [ + { + denom: + 'ibc/29522A6EF76B147C853273ACAD889627C8650E9A362BEBB9E0BE75AF054C7D9D', + exponent: 0, + aliases: ['steth-wei'] + }, + { + denom: 'steth', + exponent: 18 + } + ], + base: 'ibc/29522A6EF76B147C853273ACAD889627C8650E9A362BEBB9E0BE75AF054C7D9D', + name: 'Lido Staked Ether', + display: 'steth', + symbol: 'stETH', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-77', + base_denom: 'steth-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-27' + } + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg' + }, + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg' + } + ] + }, + { + description: 'Uniswap on Axelar', + denom_units: [ + { + denom: + 'ibc/16068528D4A7B040A112CA0A748F68B3E1DBBF1AEB638C552E098BC1C7429350', + exponent: 0, + aliases: ['uni-wei'] + }, + { + denom: 'uni', + exponent: 18 + } + ], + base: 'ibc/16068528D4A7B040A112CA0A748F68B3E1DBBF1AEB638C552E098BC1C7429350', + name: 'Uniswap', + display: 'uni', + symbol: 'UNI', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-77', + base_denom: 'uni-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-27' + } + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg' + }, + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg' + } + ] + }, + { + description: 'Chain on Axelar', + denom_units: [ + { + denom: + 'ibc/DDA5C84CE08EF3478D56F825D74F6B2EA3F942873A16D32FB9B2CDFDD3F92F3A', + exponent: 0, + aliases: ['xcn-wei'] + }, + { + denom: 'xcn', + exponent: 18 + } + ], + base: 'ibc/DDA5C84CE08EF3478D56F825D74F6B2EA3F942873A16D32FB9B2CDFDD3F92F3A', + name: 'Chain', + display: 'xcn', + symbol: 'XCN', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-77', + base_denom: 'xcn-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-27' + } + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg' + }, + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg' + } + ] + }, + { + description: 'Wrapped Polkadot on Axelar', + denom_units: [ + { + denom: + 'ibc/0E6BC4E05A008BD621F9467F665B0A6195E8CED8715149A1BC7634E5C2405C16', + exponent: 0, + aliases: ['dot-planck'] + }, + { + denom: 'dot', + exponent: 10 + } + ], + base: 'ibc/0E6BC4E05A008BD621F9467F665B0A6195E8CED8715149A1BC7634E5C2405C16', + name: 'Wrapped Polkadot', + display: 'dot', + symbol: 'DOT', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-77', + base_denom: 'dot-planck', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-27' + } + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg' + } + ] + }, + { + description: 'Wrapped Moonbeam on Axelar', + denom_units: [ + { + denom: + 'ibc/3767E2BAD1F31EB4DA574ECA98DCE15D7CC5458813CBD80D6FE6DE14A32023FD', + exponent: 0, + aliases: ['wglmr-wei'] + }, + { + denom: 'wglmr', + exponent: 18 + } + ], + base: 'ibc/3767E2BAD1F31EB4DA574ECA98DCE15D7CC5458813CBD80D6FE6DE14A32023FD', + name: 'Wrapped Moonbeam', + display: 'wglmr', + symbol: 'WGLMR', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-77', + base_denom: 'wglmr-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-27' + } + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg' + } + ] + }, + { + description: 'Wrapped Matic on Axelar', + denom_units: [ + { + denom: + 'ibc/6CB71B14D0D37FAB8BCBB2D6DA0B5EB0502131E748B660E6E45C388192689E5F', + exponent: 0, + aliases: ['wmatic-wei'] + }, + { + denom: 'wmatic', + exponent: 18 + } + ], + base: 'ibc/6CB71B14D0D37FAB8BCBB2D6DA0B5EB0502131E748B660E6E45C388192689E5F', + name: 'Wrapped Matic', + display: 'wmatic', + symbol: 'WMATIC', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-77', + base_denom: 'wmatic-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-27' + } + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.svg' + } + ] + }, + { + description: 'Wrapped BNB on Axelar', + denom_units: [ + { + denom: + 'ibc/B60809C1CFE21F01C384EFB3F3442D09094ED406FCB548205D5135B1688677CE', + exponent: 0, + aliases: ['wbnb-wei'] + }, + { + denom: 'wbnb', + exponent: 18 + } + ], + base: 'ibc/B60809C1CFE21F01C384EFB3F3442D09094ED406FCB548205D5135B1688677CE', + name: 'Wrapped BNB', + display: 'wbnb', + symbol: 'WBNB', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-77', + base_denom: 'wbnb-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-27' + } + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.svg' + } + ] + }, + { + description: 'Binance USD on Axelar.', + denom_units: [ + { + denom: + 'ibc/13EBA97B05F420F48BC5817F36E26AA6368DE8B47D7821FBF31DA16A0F1DF01F', + exponent: 0, + aliases: ['busd-wei'] + }, + { + denom: 'busd', + exponent: 18 + } + ], + base: 'ibc/13EBA97B05F420F48BC5817F36E26AA6368DE8B47D7821FBF31DA16A0F1DF01F', + name: 'Binance USD', + display: 'busd', + symbol: 'BUSD', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-77', + base_denom: 'busd-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-27' + } + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png' + } + ] + }, + { + description: 'Wrapped AVAX on Axelar.', + denom_units: [ + { + denom: + 'ibc/B0231CA8C9EBFDB8AB9825A1BC6C85F00125E8CEDDAC12D7B691568136B3EEB4', + exponent: 0, + aliases: ['wavax-wei'] + }, + { + denom: 'avax', + exponent: 18 + } + ], + base: 'ibc/B0231CA8C9EBFDB8AB9825A1BC6C85F00125E8CEDDAC12D7B691568136B3EEB4', + name: 'Wrapped AVAX', + display: 'avax', + symbol: 'WAVAX', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-77', + base_denom: 'wavax-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-27' + } + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg' + }, + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg' + } + ] + }, + { + description: 'Wrapped FTM on Axelar.', + denom_units: [ + { + denom: + 'ibc/B408450550D81C01DEF786F292D76A9EFDE90FCF97F84EBE8B7F7050F3080E6D', + exponent: 0, + aliases: ['wftm-wei'] + }, + { + denom: 'ftm', + exponent: 18 + } + ], + base: 'ibc/B408450550D81C01DEF786F292D76A9EFDE90FCF97F84EBE8B7F7050F3080E6D', + name: 'Wrapped FTM', + display: 'ftm', + symbol: 'WFTM', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-77', + base_denom: 'wftm-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-27' + } + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png' + } + ] + }, + { + description: "Circle's stablecoin from Polygon on Axelar", + denom_units: [ + { + denom: + 'ibc/D5FC0CC7E499D765EB874F9ECFB9E43EFA3F8DC57021CECF27A188DB83B8B7DC', + exponent: 0, + aliases: ['polygon-uusdc'] + }, + { + denom: 'polygon-usdc', + exponent: 6 + } + ], + base: 'ibc/D5FC0CC7E499D765EB874F9ECFB9E43EFA3F8DC57021CECF27A188DB83B8B7DC', + name: 'USD Coin from Polygon', + display: 'polygon-usdc', + symbol: 'USDC', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-77', + base_denom: 'polygon-uusdc', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-27' + } + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg' + } + ] + }, + { + description: "Circle's stablecoin from Avalanche on Axelar", + denom_units: [ + { + denom: + 'ibc/896136CBE7942CC3159D536EFE36F9F2D4EA785452BA657C4FA8D19FE7B3DC4E', + exponent: 0, + aliases: ['avalanche-uusdc'] + }, + { + denom: 'avalanche-usdc', + exponent: 6 + } + ], + base: 'ibc/896136CBE7942CC3159D536EFE36F9F2D4EA785452BA657C4FA8D19FE7B3DC4E', + name: 'USD Coin from Avalanche', + display: 'avalanche-usdc', + symbol: 'USDC', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-77', + base_denom: 'avalanche-uusdc', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-27' + } + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg' + } + ] + }, + { + description: 'Wrapped FIL on Axelar', + denom_units: [ + { + denom: + 'ibc/A7B840AC276BC9C81BE39BAFBC230A464A59BC861FA237611AD3F0EA057515C9', + exponent: 0, + aliases: ['wfil-wei'] + }, + { + denom: 'fil', + exponent: 18 + } + ], + base: 'ibc/A7B840AC276BC9C81BE39BAFBC230A464A59BC861FA237611AD3F0EA057515C9', + name: 'Wrapped FIL from Filecoin', + display: 'fil', + symbol: 'axlFIL', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-77', + base_denom: 'wfil-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-27' + } + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.svg' + } + ] + }, + { + description: 'Arbitrum on Axelar', + denom_units: [ + { + denom: + 'ibc/51146B5ED257231C9CC83A4E2097C7C3C52ACBA7CE610F312C89525BA8BF68C9', + exponent: 0, + aliases: ['arb-wei'] + }, + { + denom: 'arb', + exponent: 18 + } + ], + base: 'ibc/51146B5ED257231C9CC83A4E2097C7C3C52ACBA7CE610F312C89525BA8BF68C9', + name: 'Arbitrum', + display: 'arb', + symbol: 'ARB', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-77', + base_denom: 'arb-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-27' + } + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg' + } + ] + }, + { + denom_units: [ + { + denom: + 'ibc/592D59A4896623303F408F9D940ACC9A4E762E8E333896F753ACEEB7E7A200AA', + exponent: 0, + aliases: ['pepe-wei'] + }, + { + denom: 'pepe', + exponent: 18 + } + ], + base: 'ibc/592D59A4896623303F408F9D940ACC9A4E762E8E333896F753ACEEB7E7A200AA', + name: 'Pepe', + display: 'pepe', + symbol: 'PEPE', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-77', + base_denom: 'pepe-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-27' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'ethereum', + base_denom: '0x6982508145454Ce325dDbE47a25d4ec3d2311933' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/372491B41AD251700AA91577B452C5D81EEFB993BBECC3A7F6D106F228355622', + exponent: 0, + aliases: ['cbeth-wei'] + }, + { + denom: 'cbeth', + exponent: 18 + } + ], + base: 'ibc/372491B41AD251700AA91577B452C5D81EEFB993BBECC3A7F6D106F228355622', + name: 'Coinbase Wrapped Staked ETH', + display: 'cbeth', + symbol: 'cbETH', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-77', + base_denom: 'cbeth-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-27' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'ethereum', + base_denom: '0xbe9895146f7af43049ca1c1ae358b0541ea49704' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/cbeth.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/cbeth.png' + } + }, + { + denom_units: [ + { + denom: + 'ibc/F64F4AEF0C738B842A837A6B36C44B861EE59AA7F19B64C6E0AA920E18BB68AF', + exponent: 0, + aliases: ['reth-wei'] + }, + { + denom: 'reth', + exponent: 18 + } + ], + base: 'ibc/F64F4AEF0C738B842A837A6B36C44B861EE59AA7F19B64C6E0AA920E18BB68AF', + name: 'Rocket Pool Ether', + display: 'reth', + symbol: 'rETH', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-77', + base_denom: 'reth-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-27' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'ethereum', + base_denom: '0xae78736cd615f374d3085123a210448e74fc6393' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png' + } + }, + { + denom_units: [ + { + denom: + 'ibc/6A3761B1C148441BDDE12ADB3A22CBDB812658901FFC2A23091BEBCB4C85CC61', + exponent: 0, + aliases: ['sfrxeth-wei'] + }, + { + denom: 'sfrxeth', + exponent: 18 + } + ], + base: 'ibc/6A3761B1C148441BDDE12ADB3A22CBDB812658901FFC2A23091BEBCB4C85CC61', + name: 'Staked Frax Ether', + display: 'sfrxeth', + symbol: 'sfrxETH', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-77', + base_denom: 'sfrxeth-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-27' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'ethereum', + base_denom: '0xac3e018457b222d93114458476f3e3416abbe38f' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/E9383A86D0A5E8A96E476BDF478D18DB40C92860CDBB0F5CB0E2C4E0D2D7C634', + exponent: 0, + aliases: ['wsteth-wei'] + }, + { + denom: 'wsteth', + exponent: 18 + } + ], + base: 'ibc/E9383A86D0A5E8A96E476BDF478D18DB40C92860CDBB0F5CB0E2C4E0D2D7C634', + name: 'Wrapped Lido Staked Ether', + display: 'wsteth', + symbol: 'wstETH', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-77', + base_denom: 'wsteth-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-27' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'ethereum', + base_denom: '0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/B07E71E9C6FCA04AE9E0AE194F1A0A819DC1E7519994185C71F6C4160A006487', + exponent: 0, + aliases: ['yieldeth-wei'] + }, + { + denom: 'YieldETH', + exponent: 18 + } + ], + base: 'ibc/B07E71E9C6FCA04AE9E0AE194F1A0A819DC1E7519994185C71F6C4160A006487', + name: 'Real Yield Eth', + display: 'YieldETH', + symbol: 'YieldETH', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-77', + base_denom: 'yieldeth-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-27' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'ethereum', + base_denom: '0xb5b29320d2Dde5BA5BAFA1EbcD270052070483ec' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/8A5AFDAFDA576224986E1DE7665B474CEE316E827A90805D23F88109BF0AEC64', + exponent: 0, + aliases: ['ox-wei'] + }, + { + denom: 'ox', + exponent: 18 + } + ], + base: 'ibc/8A5AFDAFDA576224986E1DE7665B474CEE316E827A90805D23F88109BF0AEC64', + name: 'Open Exchange Token', + display: 'ox', + symbol: 'OX', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-77', + base_denom: 'ox-wei', + chain_name: 'axelar' + }, + chain: { + channel_id: 'channel-27' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'ethereum', + base_denom: '0x78a0A62Fba6Fb21A83FE8a3433d44C73a4017A6f' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.svg' + } + }, { description: 'The native staking and governance token of the Cosmos Hub.', denom_units: [ @@ -1040,7 +2581,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/18A24135D50F625E4B7D2685ECD05DDD7C2D261519EEAE8FF0EC2909B09351D1', + 'ibc/8823E9CAC3962DAB099E8F75132557AD010C96D6C75B10FA28A45889DBC171A6', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -1051,7 +2592,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/18A24135D50F625E4B7D2685ECD05DDD7C2D261519EEAE8FF0EC2909B09351D1', + base: 'ibc/8823E9CAC3962DAB099E8F75132557AD010C96D6C75B10FA28A45889DBC171A6', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', diff --git a/packages/assets/src/mainnet/oraichain.ts b/packages/assets/src/mainnet/oraichain.ts index 2bcaa84fe..3ab3b090e 100644 --- a/packages/assets/src/mainnet/oraichain.ts +++ b/packages/assets/src/mainnet/oraichain.ts @@ -13726,6 +13726,466 @@ const assets: AssetList = { } } ] + }, + { + description: 'The native token of Secret Network', + denom_units: [ + { + denom: + 'ibc/66A00A01E79D43572DF02985E3D3980DFC2C544F86E097973FB76A04715006A0', + exponent: 0, + aliases: ['uscrt'] + }, + { + denom: 'scrt', + exponent: 6 + } + ], + base: 'ibc/66A00A01E79D43572DF02985E3D3980DFC2C544F86E097973FB76A04715006A0', + name: 'Secret Network', + display: 'scrt', + symbol: 'SCRT', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg' + }, + coingecko_id: 'secret', + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-217', + base_denom: 'uscrt', + chain_name: 'secretnetwork' + }, + chain: { + channel_id: 'channel-135' + } + } + ] + }, + { + description: 'The native token cw20 for SIENNA on Secret Network', + denom_units: [ + { + denom: + 'ibc/E4E56F4E1FF60C8B31A20137499ADDC8CFB76693D5DAD0A460AA7C43AA5B771A', + exponent: 0, + aliases: ['cw20:secret1rgm2m5t530tdzyd99775n6vzumxa5luxcllml4'] + }, + { + denom: 'sienna', + exponent: 18 + } + ], + type_asset: 'snip20', + address: 'secret1rgm2m5t530tdzyd99775n6vzumxa5luxcllml4', + base: 'ibc/E4E56F4E1FF60C8B31A20137499ADDC8CFB76693D5DAD0A460AA7C43AA5B771A', + name: 'SIENNA', + display: 'sienna', + symbol: 'SIENNA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg' + }, + coingecko_id: 'sienna', + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg' + } + ], + traces: [ + { + type: 'ibc-cw20', + counterparty: { + port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4', + channel_id: 'channel-222', + base_denom: 'cw20:secret1rgm2m5t530tdzyd99775n6vzumxa5luxcllml4', + chain_name: 'secretnetwork' + }, + chain: { + port: 'transfer', + channel_id: 'channel-140' + } + } + ] + }, + { + description: 'The native token cw20 for Shade on Secret Network', + denom_units: [ + { + denom: + 'ibc/EFDE21BC9BB465EE44447F62EE03056A73BD7F6CDE6261E64436409F2DEDDF8D', + exponent: 0, + aliases: ['cw20:secret1qfql357amn448duf5gvp9gr48sxx9tsnhupu3d'] + }, + { + denom: 'shd', + exponent: 8 + } + ], + type_asset: 'snip20', + address: 'secret1qfql357amn448duf5gvp9gr48sxx9tsnhupu3d', + base: 'ibc/EFDE21BC9BB465EE44447F62EE03056A73BD7F6CDE6261E64436409F2DEDDF8D', + name: 'Shade (old)', + display: 'shd', + symbol: 'SHD(old)', + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg' + }, + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg' + } + ], + traces: [ + { + type: 'ibc-cw20', + counterparty: { + port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4', + channel_id: 'channel-222', + base_denom: 'cw20:secret1qfql357amn448duf5gvp9gr48sxx9tsnhupu3d', + chain_name: 'secretnetwork' + }, + chain: { + port: 'transfer', + channel_id: 'channel-140' + } + } + ] + }, + { + description: 'The native token cw20 for Shade on Secret Network', + denom_units: [ + { + denom: + 'ibc/A080BB4ABC05E2EFAB53CC7EC5C7A459B25737D85E247431C29727AF39A74CBA', + exponent: 0, + aliases: ['cw20:secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm'] + }, + { + denom: 'shd', + exponent: 8 + } + ], + type_asset: 'snip25', + address: 'secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm', + base: 'ibc/A080BB4ABC05E2EFAB53CC7EC5C7A459B25737D85E247431C29727AF39A74CBA', + name: 'Shade', + display: 'shd', + symbol: 'SHD', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg' + }, + coingecko_id: 'shade-protocol', + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg' + } + ], + traces: [ + { + type: 'ibc-cw20', + counterparty: { + port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4', + channel_id: 'channel-222', + base_denom: 'cw20:secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm', + chain_name: 'secretnetwork' + }, + chain: { + port: 'transfer', + channel_id: 'channel-140' + } + } + ] + }, + { + description: 'The native token cw20 for Silk on Secret Network', + denom_units: [ + { + denom: + 'ibc/060E32B5BD6EC3A58A03FD56BECA578D3DB46851862DC877632863D09D84ADE0', + exponent: 0, + aliases: ['cw20:secret1fl449muk5yq8dlad7a22nje4p5d2pnsgymhjfd'] + }, + { + denom: 'silk', + exponent: 6 + } + ], + type_asset: 'snip25', + address: 'secret1fl449muk5yq8dlad7a22nje4p5d2pnsgymhjfd', + base: 'ibc/060E32B5BD6EC3A58A03FD56BECA578D3DB46851862DC877632863D09D84ADE0', + name: 'Silk', + display: 'silk', + symbol: 'SILK', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg' + }, + coingecko_id: 'silk-bcec1136-561c-4706-a42c-8b67d0d7f7d2', + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg' + } + ], + traces: [ + { + type: 'ibc-cw20', + counterparty: { + port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4', + channel_id: 'channel-222', + base_denom: 'cw20:secret1fl449muk5yq8dlad7a22nje4p5d2pnsgymhjfd', + chain_name: 'secretnetwork' + }, + chain: { + port: 'transfer', + channel_id: 'channel-140' + } + } + ] + }, + { + description: + 'The native token cw20 for SCRT Staking Derivatives on Secret Network', + denom_units: [ + { + denom: + 'ibc/1DF44C80D1E1F3CD1B33E3675BAC04884ABE1E57A5D0E2C9321A6108A4EC3A39', + exponent: 0, + aliases: ['cw20:secret1k6u0cy4feepm6pehnz804zmwakuwdapm69tuc4'] + }, + { + denom: 'stkd-scrt', + exponent: 6 + } + ], + type_asset: 'snip20', + address: 'secret1k6u0cy4feepm6pehnz804zmwakuwdapm69tuc4', + base: 'ibc/1DF44C80D1E1F3CD1B33E3675BAC04884ABE1E57A5D0E2C9321A6108A4EC3A39', + name: 'SCRT Staking Derivatives', + display: 'stkd-scrt', + symbol: 'stkd-SCRT', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg' + }, + coingecko_id: 'stkd-scrt', + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg' + } + ], + traces: [ + { + type: 'ibc-cw20', + counterparty: { + port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4', + channel_id: 'channel-222', + base_denom: 'cw20:secret1k6u0cy4feepm6pehnz804zmwakuwdapm69tuc4', + chain_name: 'secretnetwork' + }, + chain: { + port: 'transfer', + channel_id: 'channel-140' + } + } + ] + }, + { + description: 'The native token cw20 for Button on Secret Network', + denom_units: [ + { + denom: + 'ibc/4FC3E1DEDC34AB767F2E1417EA6DB07055DB80E58175A7D20CB98D07102B5B87', + exponent: 0, + aliases: ['cw20:secret1yxcexylwyxlq58umhgsjgstgcg2a0ytfy4d9lt'] + }, + { + denom: 'butt', + exponent: 6 + } + ], + type_asset: 'snip20', + address: 'secret1yxcexylwyxlq58umhgsjgstgcg2a0ytfy4d9lt', + base: 'ibc/4FC3E1DEDC34AB767F2E1417EA6DB07055DB80E58175A7D20CB98D07102B5B87', + name: 'Button', + display: 'butt', + symbol: 'BUTT', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.svg' + }, + coingecko_id: 'buttcoin-2', + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.svg' + } + ], + traces: [ + { + type: 'ibc-cw20', + counterparty: { + port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4', + channel_id: 'channel-222', + base_denom: 'cw20:secret1yxcexylwyxlq58umhgsjgstgcg2a0ytfy4d9lt', + chain_name: 'secretnetwork' + }, + chain: { + port: 'transfer', + channel_id: 'channel-140' + } + } + ] + }, + { + description: 'The native token cw20 for Alter on Secret Network', + denom_units: [ + { + denom: + 'ibc/A7D071160D4028A370F3F2354956CCD52FFEEF8FF627C8F375840757E11DF039', + exponent: 0, + aliases: ['cw20:secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej'] + }, + { + denom: 'alter', + exponent: 6 + } + ], + base: 'ibc/A7D071160D4028A370F3F2354956CCD52FFEEF8FF627C8F375840757E11DF039', + name: 'Alter', + display: 'alter', + symbol: 'ALTER', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg' + }, + coingecko_id: 'alter', + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg' + } + ], + traces: [ + { + type: 'ibc-cw20', + counterparty: { + port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4', + channel_id: 'channel-222', + base_denom: 'cw20:secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej', + chain_name: 'secretnetwork' + }, + chain: { + port: 'transfer', + channel_id: 'channel-140' + } + } + ] + }, + { + description: 'The native token cw20 for Amber on Secret Network', + denom_units: [ + { + denom: + 'ibc/94E3AB9D3BF6C6BE9713199DF1F84A2DDA3AD3F7006FEBC23ED3E4DF24FA0C82', + exponent: 0, + aliases: ['cw20:secret1s09x2xvfd2lp2skgzm29w2xtena7s8fq98v852'] + }, + { + denom: 'amber', + exponent: 6 + } + ], + type_asset: 'snip20', + address: 'secret1s09x2xvfd2lp2skgzm29w2xtena7s8fq98v852', + base: 'ibc/94E3AB9D3BF6C6BE9713199DF1F84A2DDA3AD3F7006FEBC23ED3E4DF24FA0C82', + name: 'Amber', + display: 'amber', + symbol: 'AMBER', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg' + } + ], + traces: [ + { + type: 'ibc-cw20', + counterparty: { + port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4', + channel_id: 'channel-222', + base_denom: 'cw20:secret1s09x2xvfd2lp2skgzm29w2xtena7s8fq98v852', + chain_name: 'secretnetwork' + }, + chain: { + port: 'transfer', + channel_id: 'channel-140' + } + } + ] + }, + { + description: 'The native token cw20 for Shill on Secret Network', + denom_units: [ + { + denom: + 'ibc/9E5A615C8E7D8ABAE736867AD02E3E610EBE2EB9BD716C37DD445AC7EF83BCCD', + exponent: 0, + aliases: ['cw20:secret197dvnt9yjxwn8sjdlx05f7zuk27lsdxtfnwxse'] + }, + { + denom: 'shill', + exponent: 6 + } + ], + type_asset: 'snip25', + address: 'secret197dvnt9yjxwn8sjdlx05f7zuk27lsdxtfnwxse', + base: 'ibc/9E5A615C8E7D8ABAE736867AD02E3E610EBE2EB9BD716C37DD445AC7EF83BCCD', + name: 'Shill', + display: 'shill', + symbol: 'SHILL', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.svg' + } + ], + traces: [ + { + type: 'ibc-cw20', + counterparty: { + port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4', + channel_id: 'channel-222', + base_denom: 'cw20:secret197dvnt9yjxwn8sjdlx05f7zuk27lsdxtfnwxse', + chain_name: 'secretnetwork' + }, + chain: { + port: 'transfer', + channel_id: 'channel-140' + } + } + ] } ] }; diff --git a/packages/assets/src/mainnet/osmosis.ts b/packages/assets/src/mainnet/osmosis.ts index 7bb685be7..f16fa6344 100644 --- a/packages/assets/src/mainnet/osmosis.ts +++ b/packages/assets/src/mainnet/osmosis.ts @@ -2864,7 +2864,8 @@ const assets: AssetList = { ] }, { - description: 'L DON a BitSong Music FanToken', + deprecated: true, + description: '[Redacted] a BitSong Music FanToken', denom_units: [ { denom: @@ -2873,22 +2874,14 @@ const assets: AssetList = { aliases: ['ft347B1612A2B7659913679CF6CD45B8B130C50A00'] }, { - denom: 'ldon', + denom: 'ft347B1612A2B7659913679CF6CD45B8B130C50A00/6', exponent: 6 } ], base: 'ibc/BE95D1E09F5A44FC5409F4E0F52750DF2A868D865BC91F3C3EE3C83235789D18', - name: 'L DON Fantoken', - display: 'ldon', + name: '[Redacted] Fantoken (ft3...A00)', + display: 'ft347B1612A2B7659913679CF6CD45B8B130C50A00/6', symbol: 'LDON', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft347B1612A2B7659913679CF6CD45B8B130C50A00.png' - }, - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft347B1612A2B7659913679CF6CD45B8B130C50A00.png' - } - ], traces: [ { type: 'ibc', @@ -5921,6 +5914,50 @@ const assets: AssetList = { } ] }, + { + description: 'The token of Teledisko DAO.', + denom_units: [ + { + denom: + 'ibc/2BF9656CAB0384A31167DB9B0254F0FB1CB4346A229BD7E5CBDCBB911C3740F7', + exponent: 0, + aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280'] + }, + { + denom: 'berlin', + exponent: 18 + } + ], + base: 'ibc/2BF9656CAB0384A31167DB9B0254F0FB1CB4346A229BD7E5CBDCBB911C3740F7', + name: 'Teledisko DAO', + display: 'berlin', + symbol: 'BERLIN', + type_asset: 'erc20', + address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + chain_name: 'evmos' + }, + chain: { + channel_id: 'channel-204' + } + } + ] + }, { description: 'The native staking and governance token of the Fetch Hub.', denom_units: [ @@ -6909,6 +6946,55 @@ const assets: AssetList = { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg' } }, + { + description: + 'Solana USD Coin (Wormhole), Solana USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3', + denom_units: [ + { + denom: + 'ibc/F08DE332018E8070CC4C68FE06E04E254F527556A614F5F8F9A68AF38D367E45', + exponent: 0, + aliases: [ + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3' + ] + }, + { + denom: 'wormhole/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3/6', + exponent: 6, + aliases: [] + } + ], + base: 'ibc/F08DE332018E8070CC4C68FE06E04E254F527556A614F5F8F9A68AF38D367E45', + display: 'wormhole/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3/6', + name: 'Solana USD Coin (Wormhole)', + symbol: 'solana.USDC.wh', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3', + chain_name: 'gateway' + }, + chain: { + channel_id: 'channel-2186' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'solana', + base_denom: 'EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + } + }, { description: 'L1 coin is the GenesisL1 blockchain utility, governance and EVM token', @@ -7476,7 +7562,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/DB3CE83F4195CF2186F6FE114457A98139CA9ADC25A6AB317C727810BFDDFCA2', + 'ibc/35CECC330D11DD00FACB555D07687631E0BC7D226260CC5F015F6D7980819533', exponent: 0, aliases: ['aheart'] }, @@ -7485,7 +7571,7 @@ const assets: AssetList = { exponent: 18 } ], - base: 'ibc/DB3CE83F4195CF2186F6FE114457A98139CA9ADC25A6AB317C727810BFDDFCA2', + base: 'ibc/35CECC330D11DD00FACB555D07687631E0BC7D226260CC5F015F6D7980819533', name: 'HEART', display: 'heart', symbol: 'HEART', @@ -7497,19 +7583,29 @@ const assets: AssetList = { images: [ { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/humans_small_light.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/humans_small_light.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/humans_small_light.svg', + theme: { + dark_mode: false + } + }, + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg', + theme: { + dark_mode: true + } } ], traces: [ { type: 'ibc', counterparty: { - channel_id: 'channel-0', + channel_id: 'channel-4', base_denom: 'aheart', chain_name: 'humans' }, chain: { - channel_id: 'channel-15750' + channel_id: 'channel-20082' } } ] @@ -7903,11 +7999,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -7956,6 +8052,178 @@ const assets: AssetList = { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg' } }, + { + description: + 'Hava Coin is the lifeblood of the Cosmos & Injective networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', + denom_units: [ + { + denom: + 'ibc/884EBC228DFCE8F1304D917A712AA9611427A6C1ECC3179B2E91D7468FB091A2', + exponent: 0, + aliases: ['factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava'] + }, + { + denom: 'hava', + exponent: 6 + } + ], + base: 'ibc/884EBC228DFCE8F1304D917A712AA9611427A6C1ECC3179B2E91D7468FB091A2', + name: 'Hava Coin', + display: 'hava', + symbol: 'HAVA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-8', + base_denom: + 'factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-122' + } + } + ] + }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/0E6213E05174AA3C3965E5A1124D6C4D8757307D5DFEC48D7DBFA4A3F99568F2', + exponent: 0, + aliases: [ + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/0E6213E05174AA3C3965E5A1124D6C4D8757307D5DFEC48D7DBFA4A3F99568F2', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-8', + base_denom: + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-122' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'The second meme coin on Injective.', + denom_units: [ + { + denom: + 'ibc/7295195818D9208637DE141D3E559E9D6FBBCA5E4009CA42BCC949DF5CC0051E', + exponent: 0, + aliases: ['inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88'] + }, + { + denom: 'NINPO', + exponent: 6 + } + ], + base: 'ibc/7295195818D9208637DE141D3E559E9D6FBBCA5E4009CA42BCC949DF5CC0051E', + name: 'Ninpo', + display: 'NINPO', + symbol: 'NINPO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-8', + base_denom: 'inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-122' + } + } + ] + }, + { + description: 'JUDO is a very futuristic meme token.', + denom_units: [ + { + denom: + 'ibc/69628D9E55DE019D28262C2A5F2229E043FF2D46CCAD1802BBDEEAD338367A4E', + exponent: 0, + aliases: ['inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h'] + }, + { + denom: 'JUDO', + exponent: 6 + } + ], + base: 'ibc/69628D9E55DE019D28262C2A5F2229E043FF2D46CCAD1802BBDEEAD338367A4E', + name: 'Judo', + display: 'JUDO', + symbol: 'JUDO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-8', + base_denom: 'inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-122' + } + } + ] + }, { description: 'The IRIS token is the native governance token for the IrisNet chain.', @@ -8260,48 +8528,6 @@ const assets: AssetList = { } ] }, - { - description: - 'Hava Coin is the lifeblood of the Cosmos & Juno networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', - denom_units: [ - { - denom: - 'ibc/BB23594A71B0A7AFF92599C1706CC10592D8AC01C88091346018C4570751E55B', - exponent: 0, - aliases: ['factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava'] - }, - { - denom: 'hava', - exponent: 6 - } - ], - base: 'ibc/BB23594A71B0A7AFF92599C1706CC10592D8AC01C88091346018C4570751E55B', - name: 'Hava Coin', - display: 'hava', - symbol: 'HAVA', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - }, - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - } - ], - traces: [ - { - type: 'ibc', - counterparty: { - channel_id: 'channel-0', - base_denom: - 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava', - chain_name: 'juno' - }, - chain: { - channel_id: 'channel-42' - } - } - ] - }, { description: 'The native staking and governance token of Kava', denom_units: [ @@ -9359,7 +9585,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/AE2E48325C970A58AF8A6B102BBB77AD2991BA7AB0D6D26EE4F77529F5A4BB89', + 'ibc/9B8FC796851D97DB7D557EAD04C383A34BBEF9A3C77F0719FCAD78430E0A108E', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -9370,7 +9596,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/AE2E48325C970A58AF8A6B102BBB77AD2991BA7AB0D6D26EE4F77529F5A4BB89', + base: 'ibc/9B8FC796851D97DB7D557EAD04C383A34BBEF9A3C77F0719FCAD78430E0A108E', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', @@ -11941,11 +12167,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -11992,13 +12218,106 @@ const assets: AssetList = { ] }, { - description: 'The permissioned staking asset for Noble Chain', + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", denom_units: [ { denom: - 'ibc/B36FA1449007D770F373A0806EC5A907CC2D7DC11AE73FA8AFF76C5903A4F9B0', + 'ibc/A14B3FFAD2838A3C067DEFD55A87D95607B4ED69DC305E6DB4E8FCBCD90F3BDC', exponent: 0, - aliases: ['ustake'] + aliases: [ + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/A14B3FFAD2838A3C067DEFD55A87D95607B4ED69DC305E6DB4E8FCBCD90F3BDC', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-10', + base_denom: + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-874' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'Reflections of cartel activity on Cosmos.', + denom_units: [ + { + denom: + 'ibc/78574544C39A06D7B5920535188967E05FB94E9CDAC425FFFC21F6B031D2E811', + exponent: 0, + aliases: [ + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel' + ] + }, + { + denom: 'cartel', + exponent: 6 + } + ], + base: 'ibc/78574544C39A06D7B5920535188967E05FB94E9CDAC425FFFC21F6B031D2E811', + name: 'cartel', + display: 'cartel', + symbol: 'CARTEL', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-10', + base_denom: + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-874' + } + } + ] + }, + { + description: 'The permissioned staking asset for Noble Chain', + denom_units: [ + { + denom: + 'ibc/B36FA1449007D770F373A0806EC5A907CC2D7DC11AE73FA8AFF76C5903A4F9B0', + exponent: 0, + aliases: ['ustake'] }, { denom: 'stake', @@ -13632,6 +13951,252 @@ const assets: AssetList = { } ] }, + { + denom_units: [ + { + denom: + 'ibc/FB052EB471E4B2DD00630E7F95446A39FE2121A61ECE3B4D721085A0B570FAA4', + exponent: 0, + aliases: [ + 'ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477' + ] + }, + { + denom: 'atom', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/FB052EB471E4B2DD00630E7F95446A39FE2121A61ECE3B4D721085A0B570FAA4', + name: 'Cosmos Hub Atom', + display: 'atom', + symbol: 'ATOM', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: + 'ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-199' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'cosmoshub', + base_denom: 'uatom' + }, + 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' + } + ], + 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' + } + }, + { + denom_units: [ + { + denom: + 'ibc/4A5AF55C4D52E519B180110E089C66FF86E0A99C0BA626EDC21A34AB9258416A', + exponent: 0, + aliases: [ + 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B' + ] + }, + { + denom: 'osmo', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/4A5AF55C4D52E519B180110E089C66FF86E0A99C0BA626EDC21A34AB9258416A', + name: 'Osmosis osmo', + display: 'osmo', + symbol: 'OSMO', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: + 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-199' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: 'uosmo' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/1EF395A961DBB6968E3EDE9B0885B6BEB241695E7AEEB49EF04E526042B3DAC7', + exponent: 0, + aliases: [ + 'ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274' + ] + }, + { + denom: 'ist', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/1EF395A961DBB6968E3EDE9B0885B6BEB241695E7AEEB49EF04E526042B3DAC7', + name: 'Agoric IST (Inter Stable Token)', + display: 'ist', + symbol: 'IST', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: + 'ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-199' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'agoric', + base_denom: 'uist' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/32930354257147078AB1B0B178E49C96AB8E94D804A5D57514444B3BD8F32C04', + exponent: 0, + aliases: [ + 'ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9' + ] + }, + { + denom: 'usdc', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/32930354257147078AB1B0B178E49C96AB8E94D804A5D57514444B3BD8F32C04', + name: 'USD Coin (Axelar)', + display: 'usdc', + symbol: 'USDC.axl', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: + 'ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-199' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'axelar', + base_denom: 'uusdc' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/23D459D5E64FF57DCBEAB583497B62AE0A5B46AA6C0D487CC643B392B1CD359F', + exponent: 0, + aliases: [ + 'ibc/9F28238BDB687A86681B30764BA1437E079C3565D04FDD7862055A83F7E5C630' + ] + }, + { + denom: 'baddog', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/23D459D5E64FF57DCBEAB583497B62AE0A5B46AA6C0D487CC643B392B1CD359F', + name: 'BadDog (Osmosis)', + display: 'baddog', + symbol: 'BADDOG.osmo', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: + 'ibc/9F28238BDB687A86681B30764BA1437E079C3565D04FDD7862055A83F7E5C630', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-199' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.svg' + } + }, { description: 'The native token of Onomy Protocol', denom_units: [ @@ -14236,41 +14801,85 @@ const assets: AssetList = { denom: 'ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF', exponent: 0, - aliases: ['aplanq'] + aliases: ['aplanq'] + }, + { + denom: 'planq', + exponent: 18 + } + ], + base: 'ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF', + name: 'Planq', + display: 'planq', + symbol: 'PLQ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg' + }, + coingecko_id: 'planq', + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'aplanq', + chain_name: 'planq' + }, + chain: { + channel_id: 'channel-492' + } + } + ] + }, + { + description: 'The token of Source Protocol bridged from BSC.', + denom_units: [ + { + denom: + 'ibc/5CF826D4A1C654B63F5025923AEBE56BD5710BD56E743FBDB9B338D0DD444077', + exponent: 0, + aliases: ['erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09'] }, { - denom: 'planq', - exponent: 18 - } - ], - base: 'ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF', - name: 'Planq', - display: 'planq', - symbol: 'PLQ', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg' - }, - coingecko_id: 'planq', - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg' + denom: 'srcx', + exponent: 9 } ], + base: 'ibc/5CF826D4A1C654B63F5025923AEBE56BD5710BD56E743FBDB9B338D0DD444077', + name: 'Source Token', + display: 'srcx', + symbol: 'SRCX', traces: [ { type: 'ibc', counterparty: { channel_id: 'channel-1', - base_denom: 'aplanq', + base_denom: 'erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09', chain_name: 'planq' }, chain: { channel_id: 'channel-492' } } - ] + ], + images: [ + { + image_sync: { + chain_name: 'binancesmartchain', + base_denom: '0x454b90716a9435e7161a9aea5cf00e0acbe565ae' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png' + } }, { description: 'Hash is the staking token of the Provenance Blockchain', @@ -15163,6 +15772,128 @@ const assets: AssetList = { } ] }, + { + description: 'The native token of Scorum', + denom_units: [ + { + denom: + 'ibc/178248C262DE2E141EE6287EE7AB0854F05F25B0A3F40C4B912FA1C7E51F466E', + exponent: 0, + aliases: ['nscr'] + }, + { + denom: 'scr', + exponent: 9 + } + ], + base: 'ibc/178248C262DE2E141EE6287EE7AB0854F05F25B0A3F40C4B912FA1C7E51F466E', + name: 'Scorum', + display: 'scr', + symbol: 'SCR', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'nscr', + chain_name: 'scorum' + }, + chain: { + channel_id: 'channel-20100' + } + } + ] + }, + { + description: 'Scorum Power used for internal mechanics and staking', + denom_units: [ + { + denom: + 'ibc/261BCDCE26F35F787EEB32C09966E52B2F57DB4A207A9A26E601B92F35BBAA12', + exponent: 0, + aliases: ['nsp'] + }, + { + denom: 'sp', + exponent: 9 + } + ], + base: 'ibc/261BCDCE26F35F787EEB32C09966E52B2F57DB4A207A9A26E601B92F35BBAA12', + name: 'Scorum Power', + display: 'sp', + symbol: 'SP', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/sp.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/sp.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/sp.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/sp.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'nsp', + chain_name: 'scorum' + }, + chain: { + channel_id: 'channel-20100' + } + } + ] + }, + { + description: 'Virtual(non-transferable) coin used to pay gas', + denom_units: [ + { + denom: + 'ibc/D59DB4C0B161B04CFD4B83E583AB557752EC7C56D4A170FF75A6D1CF1946F603', + exponent: 0, + aliases: ['gas'] + } + ], + base: 'ibc/D59DB4C0B161B04CFD4B83E583AB557752EC7C56D4A170FF75A6D1CF1946F603', + name: 'GAS', + display: 'gas', + symbol: 'GAS', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'gas', + chain_name: 'scorum' + }, + chain: { + channel_id: 'channel-20100' + } + } + ] + }, { description: 'The native token of Secret Network', denom_units: [ @@ -15776,6 +16507,55 @@ const assets: AssetList = { } ] }, + { + description: + "Source Protocol's SRCX Token Bridged from BNB Through Planq", + denom_units: [ + { + denom: + 'ibc/C97473CD237EBA2F94FDFA6ABA5EC0E22FA140655D73D2A2754F03A347BBA40B', + exponent: 0, + aliases: [ + 'ibc/FC5A7360EEED0713AE3E83E9D55A69AF873056A172AC495890ACE4582FF9685A' + ] + }, + { + denom: 'srcx', + exponent: 9 + } + ], + type_asset: 'ics20', + base: 'ibc/C97473CD237EBA2F94FDFA6ABA5EC0E22FA140655D73D2A2754F03A347BBA40B', + name: 'SRCX', + display: 'srcx', + symbol: 'SRCX', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: + 'ibc/FC5A7360EEED0713AE3E83E9D55A69AF873056A172AC495890ACE4582FF9685A', + chain_name: 'source' + }, + chain: { + channel_id: 'channel-8945' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'binancesmartchain', + base_denom: '0x454b90716a9435e7161a9aea5cf00e0acbe565ae' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png' + } + }, { description: 'The native staking and governance token of the StaFi Hub.', denom_units: [ @@ -21767,6 +22547,55 @@ const assets: AssetList = { } ] }, + { + description: + 'Minerva was one of the main goddesses worshiped by the Roman Pagans and is a goddess from Roman Mythology.', + type_asset: 'cw20', + address: + 'juno1lsfym25w35ylhuq4m48fmycwe6nhntzh2ag2pttqtfe8cew9s25s2ym9t8', + denom_units: [ + { + denom: + 'ibc/297AF7827A8D61CB77DADAF6D951D428ACAF56C37BB98079B4B32DC694A73F20', + exponent: 0, + aliases: [ + 'cw20:juno1lsfym25w35ylhuq4m48fmycwe6nhntzh2ag2pttqtfe8cew9s25s2ym9t8' + ] + }, + { + denom: 'minerva', + exponent: 6 + } + ], + base: 'ibc/297AF7827A8D61CB77DADAF6D951D428ACAF56C37BB98079B4B32DC694A73F20', + name: 'MINERVA', + display: 'minerva', + symbol: 'MRVA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/minerva.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/minerva.png' + } + ], + traces: [ + { + type: 'ibc-cw20', + counterparty: { + port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn', + channel_id: 'channel-47', + base_denom: + 'cw20:juno1lsfym25w35ylhuq4m48fmycwe6nhntzh2ag2pttqtfe8cew9s25s2ym9t8', + chain_name: 'juno' + }, + chain: { + port: 'transfer', + channel_id: 'channel-169' + } + } + ] + }, { description: 'ELEVENPARIS loyalty token on KiChain', type_asset: 'cw20', @@ -22770,6 +23599,54 @@ const assets: AssetList = { } ] }, + { + description: 'Just a meme coin on Terra', + type_asset: 'cw20', + address: + 'terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces', + denom_units: [ + { + denom: + 'ibc/43D49D784D779F548C14E9FBB3D2AA786AF1D92BC2B1ADDF8F66C1B339F6999B', + exponent: 0, + aliases: [ + 'cw20:terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces' + ] + }, + { + denom: 'GUGU', + exponent: 6 + } + ], + base: 'ibc/43D49D784D779F548C14E9FBB3D2AA786AF1D92BC2B1ADDF8F66C1B339F6999B', + name: 'GUGU', + display: 'GUGU', + symbol: 'GUGU', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gugu.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gugu.png' + } + ], + traces: [ + { + type: 'ibc-cw20', + counterparty: { + port: 'wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x', + channel_id: 'channel-85', + base_denom: + 'cw20:terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces', + chain_name: 'terra2' + }, + chain: { + port: 'transfer', + channel_id: 'channel-559' + } + } + ] + }, { description: 'The GraveDigger is the Liquid Staking Product of BackBone Labs. It will have its own platform. Its liquid staking derivative (LSD) is boneLUNA.', @@ -23340,6 +24217,55 @@ const assets: AssetList = { } } ] + }, + { + description: + 'Bitmos opens doors for BRC20 tokens to thrive alongside established players in the Cosmos Network, revolutionizing decentralized finance (DeFi) for all.', + type_asset: 'cw20', + address: + 'terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq', + denom_units: [ + { + denom: + 'ibc/1EF209B460FB285206D740F35B0B499B5FC4FB19CF92DEFC2574B29869EE7DEE', + exponent: 0, + aliases: [ + 'cw20:terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq' + ] + }, + { + denom: 'bitmos', + exponent: 6 + } + ], + base: 'ibc/1EF209B460FB285206D740F35B0B499B5FC4FB19CF92DEFC2574B29869EE7DEE', + name: 'Bitmos', + display: 'bitmos', + symbol: 'BMOS', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bitmos.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bitmos.png' + } + ], + traces: [ + { + type: 'ibc-cw20', + counterparty: { + port: 'wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x', + channel_id: 'channel-85', + base_denom: + 'cw20:terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq', + chain_name: 'terra2' + }, + chain: { + port: 'transfer', + channel_id: 'channel-559' + } + } + ] } ] }; diff --git a/packages/assets/src/mainnet/persistence.ts b/packages/assets/src/mainnet/persistence.ts index d44745099..bc613c42c 100644 --- a/packages/assets/src/mainnet/persistence.ts +++ b/packages/assets/src/mainnet/persistence.ts @@ -1321,11 +1321,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -1374,6 +1374,178 @@ const assets: AssetList = { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg' } }, + { + description: + 'Hava Coin is the lifeblood of the Cosmos & Injective networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', + denom_units: [ + { + denom: + 'ibc/AACEC684E43F2D90F8191A753D23AC00E23B435B4621CDBE32BC601D017381F6', + exponent: 0, + aliases: ['factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava'] + }, + { + denom: 'hava', + exponent: 6 + } + ], + base: 'ibc/AACEC684E43F2D90F8191A753D23AC00E23B435B4621CDBE32BC601D017381F6', + name: 'Hava Coin', + display: 'hava', + symbol: 'HAVA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-82', + base_denom: + 'factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-41' + } + } + ] + }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/8AF39FFD051CEA5D121A60EA3747901D857EE61227D21BE2F41B186CF233BA19', + exponent: 0, + aliases: [ + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/8AF39FFD051CEA5D121A60EA3747901D857EE61227D21BE2F41B186CF233BA19', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-82', + base_denom: + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-41' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'The second meme coin on Injective.', + denom_units: [ + { + denom: + 'ibc/4D4C6AB745B925711964030E90B16A9444ACE09A62051868DE2DE745185AA965', + exponent: 0, + aliases: ['inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88'] + }, + { + denom: 'NINPO', + exponent: 6 + } + ], + base: 'ibc/4D4C6AB745B925711964030E90B16A9444ACE09A62051868DE2DE745185AA965', + name: 'Ninpo', + display: 'NINPO', + symbol: 'NINPO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-82', + base_denom: 'inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-41' + } + } + ] + }, + { + description: 'JUDO is a very futuristic meme token.', + denom_units: [ + { + denom: + 'ibc/5ED709CB17ED2CE8A947D17C7880910CBCFA21742D8AF5835F47026A8BD75B18', + exponent: 0, + aliases: ['inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h'] + }, + { + denom: 'JUDO', + exponent: 6 + } + ], + base: 'ibc/5ED709CB17ED2CE8A947D17C7880910CBCFA21742D8AF5835F47026A8BD75B18', + name: 'Judo', + display: 'JUDO', + symbol: 'JUDO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-82', + base_denom: 'inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-41' + } + } + ] + }, { description: 'The IRIS token is the native governance token for the IrisNet chain.', @@ -1635,48 +1807,6 @@ const assets: AssetList = { } ] }, - { - description: - 'Hava Coin is the lifeblood of the Cosmos & Juno networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', - denom_units: [ - { - denom: - 'ibc/94431E61EFAED353C0C86125B91AFA1C72ACEEAB2DB3957C8B66661A0BC03B02', - exponent: 0, - aliases: ['factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava'] - }, - { - denom: 'hava', - exponent: 6 - } - ], - base: 'ibc/94431E61EFAED353C0C86125B91AFA1C72ACEEAB2DB3957C8B66661A0BC03B02', - name: 'Hava Coin', - display: 'hava', - symbol: 'HAVA', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - }, - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - } - ], - traces: [ - { - type: 'ibc', - counterparty: { - channel_id: 'channel-33', - base_denom: - 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava', - chain_name: 'juno' - }, - chain: { - channel_id: 'channel-37' - } - } - ] - }, { description: 'The native staking and governance token of Kava', denom_units: [ @@ -2648,7 +2778,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/475A3AD3551C3B1026229A27210A51E144F65B457257629B12CC3295AAA05A93', + 'ibc/3D5C2DF59BCA5931B982E97BD46BC170BB81A251DFE67F7F8F473BD168DFAFE2', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -2659,7 +2789,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/475A3AD3551C3B1026229A27210A51E144F65B457257629B12CC3295AAA05A93', + base: 'ibc/3D5C2DF59BCA5931B982E97BD46BC170BB81A251DFE67F7F8F473BD168DFAFE2', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', @@ -4356,11 +4486,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -4406,6 +4536,99 @@ const assets: AssetList = { } ] }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/6DD413BAF84794BC3B70D67971AD917A7362C81F4A378EFCEEAC36FA99E6839F', + exponent: 0, + aliases: [ + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/6DD413BAF84794BC3B70D67971AD917A7362C81F4A378EFCEEAC36FA99E6839F', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-49', + base_denom: + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-136' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'Reflections of cartel activity on Cosmos.', + denom_units: [ + { + denom: + 'ibc/CC10E17D9F8C641C6A1A1B973269F7F5482B66EECC2D9A4880B5E77445EA9F3B', + exponent: 0, + aliases: [ + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel' + ] + }, + { + denom: 'cartel', + exponent: 6 + } + ], + base: 'ibc/CC10E17D9F8C641C6A1A1B973269F7F5482B66EECC2D9A4880B5E77445EA9F3B', + name: 'cartel', + display: 'cartel', + symbol: 'CARTEL', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-49', + base_denom: + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-136' + } + } + ] + }, { description: 'The permissioned staking asset for Noble Chain', denom_units: [ diff --git a/packages/assets/src/mainnet/planq.ts b/packages/assets/src/mainnet/planq.ts index 3c93bc16b..76819cb2e 100644 --- a/packages/assets/src/mainnet/planq.ts +++ b/packages/assets/src/mainnet/planq.ts @@ -2,6 +2,152 @@ import { AssetList } from '@chain-registry/types'; const assets: AssetList = { chain_name: 'planq', assets: [ + { + description: 'The native token of Archway network', + denom_units: [ + { + denom: + 'ibc/C8AB3A9F9A36AC71C7B7C52A4094604FD6D7AE16FC632A538291331EBE44AC6B', + exponent: 0, + aliases: ['aarch'] + }, + { + denom: 'uarch', + exponent: 12 + }, + { + denom: 'arch', + exponent: 18 + } + ], + base: 'ibc/C8AB3A9F9A36AC71C7B7C52A4094604FD6D7AE16FC632A538291331EBE44AC6B', + name: 'Archway', + display: 'arch', + symbol: 'ARCH', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg' + }, + coingecko_id: 'archway', + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-112', + base_denom: 'aarch', + chain_name: 'archway' + }, + chain: { + channel_id: 'channel-62' + } + } + ] + }, + { + description: 'The first memecoin on osmosis.', + denom_units: [ + { + denom: + 'ibc/C98927D700A3903E40C451919FEC4CC547E6606207B65B4A9D6F7B174CA33F3A', + exponent: 0, + aliases: [ + 'ibc/7CB33A66F90533ED1E168CB3251253C719CF4B04FF1290AFD795F14CA1D67278' + ] + }, + { + denom: 'WOSMO', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/C98927D700A3903E40C451919FEC4CC547E6606207B65B4A9D6F7B174CA33F3A', + name: 'Wosmo', + display: 'WOSMO', + symbol: 'WOSMO', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-112', + base_denom: + 'ibc/7CB33A66F90533ED1E168CB3251253C719CF4B04FF1290AFD795F14CA1D67278', + chain_name: 'archway' + }, + chain: { + channel_id: 'channel-62' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + } + }, + { + description: 'The native token of Vidulum', + denom_units: [ + { + denom: + 'ibc/DC5C0284E45CF1A7A5C32DBA7CACF1B89198C95CC5B751D797764C26A074E135', + exponent: 0, + aliases: [ + 'ibc/1BCF1FCAFE3568E234787EDFDA12460BD8931B17FE6A729DCD60FAD845558DA1' + ] + }, + { + denom: 'vdl', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/DC5C0284E45CF1A7A5C32DBA7CACF1B89198C95CC5B751D797764C26A074E135', + name: 'Vidulum', + display: 'vdl', + symbol: 'VDL', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-112', + base_denom: + 'ibc/1BCF1FCAFE3568E234787EDFDA12460BD8931B17FE6A729DCD60FAD845558DA1', + chain_name: 'archway' + }, + chain: { + channel_id: 'channel-62' + } + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg' + }, + images: [ + { + image_sync: { + chain_name: 'vidulum', + base_denom: 'uvdl' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg' + } + ] + }, { description: 'The native staking and governance token of the Cosmos Hub.', denom_units: [ @@ -363,210 +509,1630 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/1CF77BE8D99679A2C7BAEA22397DD02CCBFDC50E90A273598C9DBE9CC3557936', - name: 'Wrapped Bitcoin', - display: 'gwbtc', - symbol: 'WBTC', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg' - }, + base: 'ibc/1CF77BE8D99679A2C7BAEA22397DD02CCBFDC50E90A273598C9DBE9CC3557936', + name: 'Wrapped Bitcoin', + display: 'gwbtc', + symbol: 'WBTC', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg' + }, + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-102', + base_denom: 'gravity0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599', + chain_name: 'gravitybridge' + }, + chain: { + channel_id: 'channel-0' + } + } + ], + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg' + } + ] + }, + { + description: 'Gravity Bridge DAI', + denom_units: [ + { + denom: + 'ibc/D99936DBB29675AC60A97BC9BD009B4713498D7A82B5F649C498106B53C2067F', + exponent: 0, + aliases: ['gravity0x6B175474E89094C44Da98b954EedeAC495271d0F'] + }, + { + denom: 'gdai', + exponent: 18 + } + ], + base: 'ibc/D99936DBB29675AC60A97BC9BD009B4713498D7A82B5F649C498106B53C2067F', + name: 'Dai Stablecoin', + display: 'gdai', + symbol: 'DAI', + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg' + }, + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-102', + base_denom: 'gravity0x6B175474E89094C44Da98b954EedeAC495271d0F', + chain_name: 'gravitybridge' + }, + chain: { + channel_id: 'channel-0' + } + } + ], + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg' + } + ] + }, + { + description: 'Gravity Bridge sDAI', + denom_units: [ + { + denom: + 'ibc/BEDF742C640E7961EC3745BCE982285A8E3B3471824969A9F4D03A67C296A6ED', + exponent: 0, + aliases: ['gravity0x83F20F44975D03b1b09e64809B757c47f942BEeA'] + }, + { + denom: 'gsdai', + exponent: 18 + } + ], + base: 'ibc/BEDF742C640E7961EC3745BCE982285A8E3B3471824969A9F4D03A67C296A6ED', + name: 'Savings Dai', + display: 'gsdai', + symbol: 'sDAI', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.svg' + }, + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-102', + base_denom: 'gravity0x83F20F44975D03b1b09e64809B757c47f942BEeA', + chain_name: 'gravitybridge' + }, + chain: { + channel_id: 'channel-0' + } + } + ], + images: [ + { + image_sync: { + base_denom: 'ethereum', + chain_name: '0x83F20F44975D03b1b09e64809B757c47f942BEeA' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.svg' + } + ] + }, + { + description: 'Gravity Bridge OCC', + denom_units: [ + { + denom: + 'ibc/5C1D16DD5C8DFC8B9942204CA679CA1C207C130DD39C2C195AE26C1B46F49A5F', + exponent: 0, + aliases: ['gravity0x2F109021aFe75B949429fe30523Ee7C0D5B27207'] + }, + { + denom: 'gocc', + exponent: 18 + } + ], + base: 'ibc/5C1D16DD5C8DFC8B9942204CA679CA1C207C130DD39C2C195AE26C1B46F49A5F', + name: 'OccamFi', + display: 'gocc', + symbol: 'OCC', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png' + }, + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-102', + base_denom: 'gravity0x2F109021aFe75B949429fe30523Ee7C0D5B27207', + chain_name: 'gravitybridge' + }, + chain: { + channel_id: 'channel-0' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'ethereum', + base_denom: '0x2F109021aFe75B949429fe30523Ee7C0D5B27207' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png' + } + ] + }, + { + description: + 'The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.', + denom_units: [ + { + denom: + 'ibc/B79B0B919C27401AC597C7C31CC7492EF208A58DCB451A3CCB379BADE3109E5F', + exponent: 0, + aliases: ['gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e'] + }, + { + denom: 'page', + exponent: 8 + } + ], + base: 'ibc/B79B0B919C27401AC597C7C31CC7492EF208A58DCB451A3CCB379BADE3109E5F', + name: 'Page', + display: 'page', + symbol: 'PAGE', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg' + }, + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-102', + base_denom: 'gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e', + chain_name: 'gravitybridge' + }, + chain: { + channel_id: 'channel-0' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'ethereum', + base_denom: '0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg' + } + ] + }, + { + description: + 'The native staking and governance token of the Kujira chain.', + denom_units: [ + { + denom: + 'ibc/567E5E9FDF8104C5BDC3A31235CBAE66D38A901901E4BA80387C1AE2375E67F9', + exponent: 0, + aliases: ['ukuji'] + }, + { + denom: 'kuji', + exponent: 6 + } + ], + base: 'ibc/567E5E9FDF8104C5BDC3A31235CBAE66D38A901901E4BA80387C1AE2375E67F9', + name: 'Kujira', + display: 'kuji', + symbol: 'KUJI', + coingecko_id: 'kujira', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-51', + base_denom: 'ukuji', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-23' + } + } + ] + }, + { + description: + 'The native over-collateralized stablecoin from the Kujira chain.', + denom_units: [ + { + denom: + 'ibc/5BE9624C422236B5B5A1729AC5DBD648CF63C60312603767786726AED84FFD28', + exponent: 0, + aliases: [ + 'factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk' + ] + }, + { + denom: 'usk', + exponent: 6 + } + ], + base: 'ibc/5BE9624C422236B5B5A1729AC5DBD648CF63C60312603767786726AED84FFD28', + name: 'USK', + display: 'usk', + symbol: 'USK', + coingecko_id: 'usk', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-51', + base_denom: + 'factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-23' + } + } + ] + }, + { + description: "Quark's auto-compounding KUJI derivative", + denom_units: [ + { + denom: + 'ibc/5AA3A93239506FE2A1285C744A5640DD88A01E57C6F7B473235F519C2E998967', + exponent: 0, + aliases: [ + 'factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt' + ] + }, + { + denom: 'qcKUJI', + exponent: 6 + } + ], + base: 'ibc/5AA3A93239506FE2A1285C744A5640DD88A01E57C6F7B473235F519C2E998967', + name: 'qcKUJI', + display: 'qcKUJI', + symbol: 'qcKUJI', + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg' + }, + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-51', + base_denom: + 'factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-23' + } + } + ] + }, + { + description: 'ampKUJI', + denom_units: [ + { + denom: + 'ibc/5E4794B784F551C116CC0FE6F8C03C99B365BA95778059B3BBD996790F4CB986', + exponent: 0, + aliases: [ + 'factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI' + ] + }, + { + denom: 'ampKUJI', + exponent: 6 + } + ], + base: 'ibc/5E4794B784F551C116CC0FE6F8C03C99B365BA95778059B3BBD996790F4CB986', + name: 'ampKUJI', + display: 'ampKUJI', + symbol: 'ampKUJI', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-51', + base_denom: + 'factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-23' + } + } + ] + }, + { + description: 'MantaDAO Governance Token', + denom_units: [ + { + denom: + 'ibc/88F9C153ADA3F5009BF6C162A70B926168C2A3AA1A9410E994A5B5F1C735DF55', + exponent: 0, + aliases: [ + 'factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta' + ] + }, + { + denom: 'mnta', + exponent: 6 + } + ], + base: 'ibc/88F9C153ADA3F5009BF6C162A70B926168C2A3AA1A9410E994A5B5F1C735DF55', + name: 'MantaDAO', + display: 'mnta', + symbol: 'MNTA', + coingecko_id: 'mantadao', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-51', + base_denom: + 'factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-23' + } + } + ] + }, + { + description: "Quark's auto-compounding MNTA derivative", + denom_units: [ + { + denom: + 'ibc/80B79E4E98AF9BF4EAE5198440461CF36AED1A291D479D2E0101342249DD6739', + exponent: 0, + aliases: [ + 'factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt' + ] + }, + { + denom: 'qcMNTA', + exponent: 6 + } + ], + base: 'ibc/80B79E4E98AF9BF4EAE5198440461CF36AED1A291D479D2E0101342249DD6739', + name: 'qcMNTA', + display: 'qcMNTA', + symbol: 'qcMNTA', + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg' + }, + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-51', + base_denom: + 'factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-23' + } + } + ] + }, + { + description: 'ERIS Liquid Staked MNTA', + denom_units: [ + { + denom: + 'ibc/6C04E9BC42B7642D7F25A9E493D273F785CD7369DAABB16EB6E7764538231130', + exponent: 0, + aliases: [ + 'factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA' + ] + }, + { + denom: 'ampMNTA', + exponent: 6 + } + ], + base: 'ibc/6C04E9BC42B7642D7F25A9E493D273F785CD7369DAABB16EB6E7764538231130', + name: 'ERIS Amplified MNTA', + display: 'ampMNTA', + symbol: 'ampMNTA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-51', + base_denom: + 'factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-23' + } + } + ] + }, + { + description: 'The content house of Kujira', + denom_units: [ + { + denom: + 'ibc/5A9BE1D0B48EF0231379CE5DDDF15356BF674A57290C1BFDAC2617FA5F182E60', + exponent: 0, + aliases: [ + 'factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink' + ] + }, + { + denom: 'wink', + exponent: 6 + } + ], + base: 'ibc/5A9BE1D0B48EF0231379CE5DDDF15356BF674A57290C1BFDAC2617FA5F182E60', + name: 'WINK', + display: 'wink', + symbol: 'WINK', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-51', + base_denom: + 'factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-23' + } + } + ] + }, + { + description: 'Blend Token', + denom_units: [ + { + denom: + 'ibc/1CD1DD03CA4621C54DDBC31C1822B83562A88B4BE4A09C6FD4C5FB710C4D57FA', + exponent: 0, + aliases: [ + 'factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend' + ] + }, + { + denom: 'blend', + exponent: 6 + } + ], + base: 'ibc/1CD1DD03CA4621C54DDBC31C1822B83562A88B4BE4A09C6FD4C5FB710C4D57FA', + name: 'BLEND', + display: 'blend', + symbol: 'BLEND', + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg' + }, + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-51', + base_denom: + 'factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-23' + } + } + ] + }, + { + description: 'Tether USDt on Kujira', + denom_units: [ + { + denom: + 'ibc/89307E6FCA960DACE648E5EBBD12E89B994EA4F7E9162F4A881E1892DEC8E6E6', + exponent: 0, + aliases: [ + 'ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8' + ] + }, + { + denom: 'usdt', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/89307E6FCA960DACE648E5EBBD12E89B994EA4F7E9162F4A881E1892DEC8E6E6', + name: 'Tether USD', + display: 'usdt', + symbol: 'USDT', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-51', + base_denom: + 'ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-23' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'kava', + base_denom: 'erc20/tether/usdt' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + } + }, + { + description: 'The staking and governance token of Fuzion', + denom_units: [ + { + denom: + 'ibc/30EB225826221EFA8CBAD70B81A79447EF73C246764C3AF4A6173176927B50AD', + exponent: 0, + aliases: [ + 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn' + ] + }, + { + denom: 'fuzn', + exponent: 6 + } + ], + base: 'ibc/30EB225826221EFA8CBAD70B81A79447EF73C246764C3AF4A6173176927B50AD', + name: 'Fuzion', + display: 'fuzn', + symbol: 'FUZN', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-51', + base_denom: + 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-23' + } + } + ] + }, + { + description: 'The receipt token of Fuzion', + denom_units: [ + { + denom: + 'ibc/4A3A3DF12B8426B1205BB0A24F3CD1AB6A4F10B939A9F984515DAB99D3A87227', + exponent: 0, + aliases: [ + 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn' + ] + }, + { + denom: 'rfuzn', + exponent: 6 + } + ], + base: 'ibc/4A3A3DF12B8426B1205BB0A24F3CD1AB6A4F10B939A9F984515DAB99D3A87227', + name: 'Fuzion Receipt', + display: 'rfuzn', + symbol: 'rFUZN', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-51', + base_denom: + 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-23' + } + } + ] + }, + { + description: 'The yield token of Fuzion', + denom_units: [ + { + denom: + 'ibc/0AD5336B9A14FDAF7EDF4B4FC1BBC1C579EEADF2AC1066CC15D8F1B768ABDAC7', + exponent: 0, + aliases: [ + 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn' + ] + }, + { + denom: 'yfuzn', + exponent: 6 + } + ], + base: 'ibc/0AD5336B9A14FDAF7EDF4B4FC1BBC1C579EEADF2AC1066CC15D8F1B768ABDAC7', + name: 'Fuzion Yield', + display: 'yfuzn', + symbol: 'yFUZN', + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg' + }, + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-51', + base_denom: + 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-23' + } + } + ] + }, + { + description: "Quark's auto-compounding FUZN derivative", + denom_units: [ + { + denom: + 'ibc/892113E6E2FA7837D0E8C68575FC247A54ECB48AD0F5FB7292DCCB274DC209B2', + exponent: 0, + aliases: [ + 'factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt' + ] + }, + { + denom: 'qcFUZN', + exponent: 6 + } + ], + base: 'ibc/892113E6E2FA7837D0E8C68575FC247A54ECB48AD0F5FB7292DCCB274DC209B2', + name: 'qcFUZN', + display: 'qcFUZN', + symbol: 'qcFUZN', + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg' + }, + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-51', + base_denom: + 'factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-23' + } + } + ] + }, + { + description: 'The Revenue & Governance token of Unstake.fi', + denom_units: [ + { + denom: + 'ibc/F5827DB156E637E664222C088A278887B1C416725995A6A9FC7A4EB99DD4C693', + exponent: 0, + aliases: [ + 'factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk' + ] + }, + { + denom: 'nstk', + exponent: 6 + } + ], + base: 'ibc/F5827DB156E637E664222C088A278887B1C416725995A6A9FC7A4EB99DD4C693', + name: 'Unstake Fi', + display: 'nstk', + symbol: 'NSTK', + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg' + }, + coingecko_id: 'unstake-fi', + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-51', + base_denom: + 'factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-23' + } + } + ] + }, + { + description: 'Local Money', + denom_units: [ + { + denom: + 'ibc/DD40C0F417888A807296575854853ADB5A2414EF05FB9B58409890AEADFB335D', + exponent: 0, + aliases: [ + 'factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local' + ] + }, + { + denom: 'local', + exponent: 6 + } + ], + base: 'ibc/DD40C0F417888A807296575854853ADB5A2414EF05FB9B58409890AEADFB335D', + name: 'LOCAL', + display: 'local', + symbol: 'LOCAL', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-51', + base_denom: + 'factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-23' + } + } + ] + }, + { + description: 'Food for whales', + denom_units: [ + { + denom: + 'ibc/2B84221276D1A061AF80BF011258B583664BF80A5A527BA8131544D3F75B119D', + exponent: 0, + aliases: [ + 'factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk' + ] + }, + { + denom: 'PLNK', + exponent: 6 + } + ], + base: 'ibc/2B84221276D1A061AF80BF011258B583664BF80A5A527BA8131544D3F75B119D', + name: 'Plankton', + display: 'PLNK', + symbol: 'PLNK', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-51', + base_denom: + 'factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-23' + } + } + ] + }, + { + denom_units: [ + { + denom: + 'ibc/EFA28A72F2BA0A8E4C6AE4AAF60B064B41EF3C7E748EBC288209793D09D7820D', + exponent: 0, + aliases: [ + 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' + ] + }, + { + denom: 'sol', + exponent: 8 + } + ], + base: 'ibc/EFA28A72F2BA0A8E4C6AE4AAF60B064B41EF3C7E748EBC288209793D09D7820D', + name: 'Wormhole Solana', + display: 'sol', + symbol: 'whSOL', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-51', + base_denom: + 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-23' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'gateway', + base_denom: + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/3F8227D1BA20E8FDF26177EE83D2A1F3909596D6774BD6E37EBEE2C6F1B84943', + exponent: 0, + aliases: [ + 'ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10' + ] + }, + { + denom: 'evmos', + exponent: 18 + } + ], + base: 'ibc/3F8227D1BA20E8FDF26177EE83D2A1F3909596D6774BD6E37EBEE2C6F1B84943', + name: 'Evmos', + display: 'evmos', + symbol: 'EVMOS', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-51', + base_denom: + 'ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-23' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'evmos', + base_denom: 'aevmos' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/3E6C56F17DD299F2792FB763F8B2794C4110085025C7DC2C9EDD00EB49BF710C', + exponent: 0, + aliases: [ + 'ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2' + ] + }, + { + denom: 'avax', + exponent: 18 + } + ], + type_asset: 'ics20', + base: 'ibc/3E6C56F17DD299F2792FB763F8B2794C4110085025C7DC2C9EDD00EB49BF710C', + name: 'Axelar Wrapped AVAX', + display: 'avax', + symbol: 'wAVAX', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-51', + base_denom: + 'ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-23' + } + } + ], + images: [ + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/860075FE0A215E20873C67730994E8202256F2CE02B92994B715868E78347E7C', + exponent: 0, + aliases: [ + 'ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9' + ] + }, + { + denom: 'usdc', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/860075FE0A215E20873C67730994E8202256F2CE02B92994B715868E78347E7C', + name: 'Noble USD Coin', + display: 'usdc', + symbol: 'USDC', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-51', + base_denom: + 'ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-23' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'noble', + base_denom: 'uusdc' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/B70D6F44DC4A42A2A0175993E005E22A59E835874B08050993553B243A64B3B1', + exponent: 0, + aliases: [ + 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23' + ] + }, + { + denom: 'osmo', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/B70D6F44DC4A42A2A0175993E005E22A59E835874B08050993553B243A64B3B1', + name: 'Osmosis', + display: 'osmo', + symbol: 'OSMO', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-51', + base_denom: + 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-23' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: 'uosmo' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/C33748E5E961BCA0B15D86D54333D1D9EC5A31E9F98649DE19AB3C0348D40203', + exponent: 0, + aliases: [ + 'ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F' + ] + }, + { + denom: 'usdc', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/C33748E5E961BCA0B15D86D54333D1D9EC5A31E9F98649DE19AB3C0348D40203', + name: 'Axelar USD Coin', + display: 'usdc', + symbol: 'axlUSDC', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-51', + base_denom: + 'ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-23' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'axelar', + base_denom: 'uusdc' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/16B871A3B35D72AB1D4C68F6754EFAEBFF00FAB1772A397746A075E48491B649', + exponent: 0, + aliases: [ + 'ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07' + ] + }, + { + denom: 'cmdx', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/16B871A3B35D72AB1D4C68F6754EFAEBFF00FAB1772A397746A075E48491B649', + name: 'Comdex', + display: 'cmdx', + symbol: 'CMDX', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-51', + base_denom: + 'ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-23' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'comdex', + base_denom: 'ucmdx' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/16BE31E427DCD14DA0D0285457164C4ACF3D27483054D7B57AC25AD37BD04400', + exponent: 0, + aliases: [ + 'ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5' + ] + }, + { + denom: 'juno', + exponent: 6 + } + ], + base: 'ibc/16BE31E427DCD14DA0D0285457164C4ACF3D27483054D7B57AC25AD37BD04400', + name: 'Juno', + display: 'juno', + symbol: 'JUNO', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-51', + base_denom: + 'ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-23' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'juno', + base_denom: 'ujuno' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/05B88D8A0A33DCC1D513874723D8640BEBAEA26D121BA79E2F9CA23B8750096D', + exponent: 0, + aliases: [ + 'ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7' + ] + }, + { + denom: 'weth', + exponent: 18 + } + ], + type_asset: 'ics20', + base: 'ibc/05B88D8A0A33DCC1D513874723D8640BEBAEA26D121BA79E2F9CA23B8750096D', + name: 'Axelar Wrapped Ether', + display: 'weth', + symbol: 'wETH', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-51', + base_denom: + 'ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7', + chain_name: 'kujira' + }, + chain: { + channel_id: 'channel-23' + } + } + ], + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png' + } + }, + { + denom_units: [ + { + denom: + 'ibc/14567DDAA95D61FDEC0D1049C2B98EB4B5150B2AD64B283F5934BD421ABF9C58', + exponent: 0, + aliases: [ + 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2' + ] + }, + { + denom: 'atom', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/14567DDAA95D61FDEC0D1049C2B98EB4B5150B2AD64B283F5934BD421ABF9C58', + name: 'Cosmos Hub Atom', + display: 'atom', + symbol: 'ATOM', traces: [ { type: 'ibc', counterparty: { - channel_id: 'channel-102', - base_denom: 'gravity0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599', - chain_name: 'gravitybridge' + channel_id: 'channel-51', + base_denom: + 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2', + chain_name: 'kujira' }, chain: { - channel_id: 'channel-0' + channel_id: 'channel-23' } } ], images: [ { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg' + image_sync: { + chain_name: 'cosmoshub', + base_denom: 'uatom' + }, + 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' } - ] + ], + 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' + } }, { - description: 'Gravity Bridge DAI', denom_units: [ { denom: - 'ibc/D99936DBB29675AC60A97BC9BD009B4713498D7A82B5F649C498106B53C2067F', + 'ibc/D74868984AD8821C5CFCDF90B74A66E0380B5EA6558768AFBF501561E63D4FA2', exponent: 0, - aliases: ['gravity0x6B175474E89094C44Da98b954EedeAC495271d0F'] + aliases: [ + 'ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986' + ] }, { - denom: 'gdai', - exponent: 18 + denom: 'luna', + exponent: 6 } ], - base: 'ibc/D99936DBB29675AC60A97BC9BD009B4713498D7A82B5F649C498106B53C2067F', - name: 'Dai Stablecoin', - display: 'gdai', - symbol: 'DAI', - logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg' - }, + base: 'ibc/D74868984AD8821C5CFCDF90B74A66E0380B5EA6558768AFBF501561E63D4FA2', + name: 'Luna', + display: 'luna', + symbol: 'LUNA', traces: [ { type: 'ibc', counterparty: { - channel_id: 'channel-102', - base_denom: 'gravity0x6B175474E89094C44Da98b954EedeAC495271d0F', - chain_name: 'gravitybridge' + channel_id: 'channel-51', + base_denom: + 'ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986', + chain_name: 'kujira' }, chain: { - channel_id: 'channel-0' + channel_id: 'channel-23' } } ], images: [ { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg' + image_sync: { + chain_name: 'luna', + base_denom: 'uluna' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg' } - ] + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg' + } }, { - description: 'Gravity Bridge sDAI', denom_units: [ { denom: - 'ibc/BEDF742C640E7961EC3745BCE982285A8E3B3471824969A9F4D03A67C296A6ED', + 'ibc/C938D3195242AD4A312535D1DDD159CB73D665F6E27283498FC6A043B8444F8B', exponent: 0, - aliases: ['gravity0x83F20F44975D03b1b09e64809B757c47f942BEeA'] + aliases: [ + 'ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602' + ] }, { - denom: 'gsdai', - exponent: 18 + denom: 'stars', + exponent: 6 } ], - base: 'ibc/BEDF742C640E7961EC3745BCE982285A8E3B3471824969A9F4D03A67C296A6ED', - name: 'Savings Dai', - display: 'gsdai', - symbol: 'sDAI', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.svg' - }, + type_asset: 'ics20', + base: 'ibc/C938D3195242AD4A312535D1DDD159CB73D665F6E27283498FC6A043B8444F8B', + name: 'Stargaze', + display: 'stars', + symbol: 'STARS', traces: [ { type: 'ibc', counterparty: { - channel_id: 'channel-102', - base_denom: 'gravity0x83F20F44975D03b1b09e64809B757c47f942BEeA', - chain_name: 'gravitybridge' + channel_id: 'channel-51', + base_denom: + 'ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602', + chain_name: 'kujira' }, chain: { - channel_id: 'channel-0' + channel_id: 'channel-23' } } ], images: [ { image_sync: { - base_denom: 'ethereum', - chain_name: '0x83F20F44975D03b1b09e64809B757c47f942BEeA' + chain_name: 'stargaze', + base_denom: 'ustars' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.svg' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg' } - ] + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg' + } }, { - description: 'Gravity Bridge OCC', denom_units: [ { denom: - 'ibc/5C1D16DD5C8DFC8B9942204CA679CA1C207C130DD39C2C195AE26C1B46F49A5F', + 'ibc/90567D7CAC5C47E2A9A0AE2129269639BAFE03FD3748CEDB4192CC3483FF973D', exponent: 0, - aliases: ['gravity0x2F109021aFe75B949429fe30523Ee7C0D5B27207'] + aliases: [ + 'ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5' + ] }, { - denom: 'gocc', - exponent: 18 + denom: 'scrt', + exponent: 6 } ], - base: 'ibc/5C1D16DD5C8DFC8B9942204CA679CA1C207C130DD39C2C195AE26C1B46F49A5F', - name: 'OccamFi', - display: 'gocc', - symbol: 'OCC', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png' - }, + base: 'ibc/90567D7CAC5C47E2A9A0AE2129269639BAFE03FD3748CEDB4192CC3483FF973D', + name: 'Secret Network', + display: 'scrt', + symbol: 'SCRT', traces: [ { type: 'ibc', counterparty: { - channel_id: 'channel-102', - base_denom: 'gravity0x2F109021aFe75B949429fe30523Ee7C0D5B27207', - chain_name: 'gravitybridge' + channel_id: 'channel-51', + base_denom: + 'ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5', + chain_name: 'kujira' }, chain: { - channel_id: 'channel-0' + channel_id: 'channel-23' } } ], images: [ { image_sync: { - chain_name: 'ethereum', - base_denom: '0x2F109021aFe75B949429fe30523Ee7C0D5B27207' + chain_name: 'scrt', + base_denom: 'uscrt' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg' } - ] + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg' + } }, { - description: - 'The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.', denom_units: [ { denom: - 'ibc/B79B0B919C27401AC597C7C31CC7492EF208A58DCB451A3CCB379BADE3109E5F', + 'ibc/9D2299B896BBF5B1BFEFD5D97CE363E1976DE6E29133E255D6531AFBB0553E38', exponent: 0, - aliases: ['gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e'] + aliases: [ + 'ibc/086C1B2E9E611F23D3C9159C858D3F4C6A911D348DFB916A11AE306A865A77A8' + ] }, { - denom: 'page', - exponent: 8 + denom: 'stkatom', + exponent: 6, + aliases: ['stk/atom'] } ], - base: 'ibc/B79B0B919C27401AC597C7C31CC7492EF208A58DCB451A3CCB379BADE3109E5F', - name: 'Page', - display: 'page', - symbol: 'PAGE', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg' - }, + type_asset: 'ics20', + base: 'ibc/9D2299B896BBF5B1BFEFD5D97CE363E1976DE6E29133E255D6531AFBB0553E38', + name: 'PSTAKE staked ATOM', + display: 'stkatom', + symbol: 'stkATOM', traces: [ { type: 'ibc', counterparty: { - channel_id: 'channel-102', - base_denom: 'gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e', - chain_name: 'gravitybridge' + channel_id: 'channel-51', + base_denom: + 'ibc/086C1B2E9E611F23D3C9159C858D3F4C6A911D348DFB916A11AE306A865A77A8', + chain_name: 'kujira' }, chain: { - channel_id: 'channel-0' + channel_id: 'channel-23' } } ], images: [ { image_sync: { - chain_name: 'ethereum', - base_denom: '0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e' + chain_name: 'persistence', + base_denom: 'stk/uatom' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg' } - ] + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg' + } }, { description: 'The native token of Osmosis', @@ -14424,6 +15990,98 @@ const assets: AssetList = { logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' } + }, + { + description: 'The native token of SOURCE Chain', + denom_units: [ + { + denom: + 'ibc/8B1A2352E009D7D5AEFA5FDDF23EF644EB818DA9E0806A0FEDEA8562EC15F474', + exponent: 0, + aliases: ['usource'] + }, + { + denom: 'source', + exponent: 6 + } + ], + base: 'ibc/8B1A2352E009D7D5AEFA5FDDF23EF644EB818DA9E0806A0FEDEA8562EC15F474', + name: 'Source', + display: 'source', + symbol: 'SOURCE', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg' + }, + coingecko_id: 'source', + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'usource', + chain_name: 'source' + }, + chain: { + channel_id: 'channel-61' + } + } + ] + }, + { + description: + "Source Protocol's SRCX Token Bridged from BNB Through Planq", + denom_units: [ + { + denom: + 'ibc/C736BDB53B06D91B9299C6229342DDE02032AD6CE45712E85A784178C3BEF189', + exponent: 0, + aliases: [ + 'ibc/FC5A7360EEED0713AE3E83E9D55A69AF873056A172AC495890ACE4582FF9685A' + ] + }, + { + denom: 'srcx', + exponent: 9 + } + ], + type_asset: 'ics20', + base: 'ibc/C736BDB53B06D91B9299C6229342DDE02032AD6CE45712E85A784178C3BEF189', + name: 'SRCX', + display: 'srcx', + symbol: 'SRCX', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: + 'ibc/FC5A7360EEED0713AE3E83E9D55A69AF873056A172AC495890ACE4582FF9685A', + chain_name: 'source' + }, + chain: { + channel_id: 'channel-61' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'binancesmartchain', + base_denom: '0x454b90716a9435e7161a9aea5cf00e0acbe565ae' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png' + } } ] }; diff --git a/packages/assets/src/mainnet/quicksilver.ts b/packages/assets/src/mainnet/quicksilver.ts index d22e1d558..c50922390 100644 --- a/packages/assets/src/mainnet/quicksilver.ts +++ b/packages/assets/src/mainnet/quicksilver.ts @@ -690,48 +690,6 @@ const assets: AssetList = { } ] }, - { - description: - 'Hava Coin is the lifeblood of the Cosmos & Juno networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', - denom_units: [ - { - denom: - 'ibc/376BAE2CA74E1379400C6DF76A6E44F5B28E047DB10DAB8DF88F2C84DD0B4C39', - exponent: 0, - aliases: ['factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava'] - }, - { - denom: 'hava', - exponent: 6 - } - ], - base: 'ibc/376BAE2CA74E1379400C6DF76A6E44F5B28E047DB10DAB8DF88F2C84DD0B4C39', - name: 'Hava Coin', - display: 'hava', - symbol: 'HAVA', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - }, - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - } - ], - traces: [ - { - type: 'ibc', - counterparty: { - channel_id: 'channel-215', - base_denom: - 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava', - chain_name: 'juno' - }, - chain: { - channel_id: 'channel-22' - } - } - ] - }, { description: 'The native token of Osmosis', denom_units: [ diff --git a/packages/assets/src/mainnet/realio.ts b/packages/assets/src/mainnet/realio.ts index 500b184bb..fa19b5df1 100644 --- a/packages/assets/src/mainnet/realio.ts +++ b/packages/assets/src/mainnet/realio.ts @@ -894,7 +894,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/808D4DF665ACB082CC321BFFDBE2E794D7F6977532D8F387B3AF5450B244F56C', + 'ibc/A9F87B0093198086E68DE8C1DE56FE089F10EC905E19E9F65ED24393BB3296BD', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -905,7 +905,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/808D4DF665ACB082CC321BFFDBE2E794D7F6977532D8F387B3AF5450B244F56C', + base: 'ibc/A9F87B0093198086E68DE8C1DE56FE089F10EC905E19E9F65ED24393BB3296BD', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', diff --git a/packages/assets/src/mainnet/regen.ts b/packages/assets/src/mainnet/regen.ts index 9674c0ad9..87a74e9f8 100644 --- a/packages/assets/src/mainnet/regen.ts +++ b/packages/assets/src/mainnet/regen.ts @@ -1075,7 +1075,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/4CCDA7D06EB353E59110F82922797B3077FD0DBF44AC69527AB9736163A8E278', + 'ibc/3915865DB536669A8A20D4469ED4774EE1E8ED746A6C4A0484B3B6D2A845DE83', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -1086,7 +1086,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/4CCDA7D06EB353E59110F82922797B3077FD0DBF44AC69527AB9736163A8E278', + base: 'ibc/3915865DB536669A8A20D4469ED4774EE1E8ED746A6C4A0484B3B6D2A845DE83', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', diff --git a/packages/assets/src/mainnet/secretnetwork.ts b/packages/assets/src/mainnet/secretnetwork.ts index 9feea89e0..e8d1f7374 100644 --- a/packages/assets/src/mainnet/secretnetwork.ts +++ b/packages/assets/src/mainnet/secretnetwork.ts @@ -2928,6 +2928,50 @@ const assets: AssetList = { } ] }, + { + description: 'The token of Teledisko DAO.', + denom_units: [ + { + denom: + 'ibc/A8976C44C75CF938B7FF37AE4E4A6C67A948E9FC7B3C180EB388DA9027C88ADB', + exponent: 0, + aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280'] + }, + { + denom: 'berlin', + exponent: 18 + } + ], + base: 'ibc/A8976C44C75CF938B7FF37AE4E4A6C67A948E9FC7B3C180EB388DA9027C88ADB', + name: 'Teledisko DAO', + display: 'berlin', + symbol: 'BERLIN', + type_asset: 'erc20', + address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-15', + base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + chain_name: 'evmos' + }, + chain: { + channel_id: 'channel-18' + } + } + ] + }, { description: 'The native token of Gravity Bridge', denom_units: [ @@ -3659,11 +3703,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -3712,6 +3756,178 @@ const assets: AssetList = { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg' } }, + { + description: + 'Hava Coin is the lifeblood of the Cosmos & Injective networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', + denom_units: [ + { + denom: + 'ibc/D735C4779D4E701D55972E10CA5A0AA98B890E48269E60A4220F3605A431750B', + exponent: 0, + aliases: ['factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava'] + }, + { + denom: 'hava', + exponent: 6 + } + ], + base: 'ibc/D735C4779D4E701D55972E10CA5A0AA98B890E48269E60A4220F3605A431750B', + name: 'Hava Coin', + display: 'hava', + symbol: 'HAVA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-88', + base_denom: + 'factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-23' + } + } + ] + }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/E09B7861EB22BEC0B06BC13A9E715212B99D7BF950AB15AEBF896D3A4FB9701B', + exponent: 0, + aliases: [ + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/E09B7861EB22BEC0B06BC13A9E715212B99D7BF950AB15AEBF896D3A4FB9701B', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-88', + base_denom: + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-23' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'The second meme coin on Injective.', + denom_units: [ + { + denom: + 'ibc/30760A17E6DFAF0FCAD4950AB150B054A7512BF79B7A2BDE53A030A0CC853C85', + exponent: 0, + aliases: ['inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88'] + }, + { + denom: 'NINPO', + exponent: 6 + } + ], + base: 'ibc/30760A17E6DFAF0FCAD4950AB150B054A7512BF79B7A2BDE53A030A0CC853C85', + name: 'Ninpo', + display: 'NINPO', + symbol: 'NINPO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-88', + base_denom: 'inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-23' + } + } + ] + }, + { + description: 'JUDO is a very futuristic meme token.', + denom_units: [ + { + denom: + 'ibc/0C78F79BFC5318B4D8CEDB93B653341C5FA6DF938E196397582C00D17A1FCE9D', + exponent: 0, + aliases: ['inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h'] + }, + { + denom: 'JUDO', + exponent: 6 + } + ], + base: 'ibc/0C78F79BFC5318B4D8CEDB93B653341C5FA6DF938E196397582C00D17A1FCE9D', + name: 'Judo', + display: 'JUDO', + symbol: 'JUDO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-88', + base_denom: 'inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-23' + } + } + ] + }, { description: 'The native staking and governance token of Jackal.', denom_units: [ @@ -3972,48 +4188,6 @@ const assets: AssetList = { } ] }, - { - description: - 'Hava Coin is the lifeblood of the Cosmos & Juno networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', - denom_units: [ - { - denom: - 'ibc/E7A4B955688507632318A4024A457BE5CB4877721A7EBDD2B34AB0B0A884FF08', - exponent: 0, - aliases: ['factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava'] - }, - { - denom: 'hava', - exponent: 6 - } - ], - base: 'ibc/E7A4B955688507632318A4024A457BE5CB4877721A7EBDD2B34AB0B0A884FF08', - name: 'Hava Coin', - display: 'hava', - symbol: 'HAVA', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - }, - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - } - ], - traces: [ - { - type: 'ibc', - counterparty: { - channel_id: 'channel-48', - base_denom: - 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava', - chain_name: 'juno' - }, - chain: { - channel_id: 'channel-8' - } - } - ] - }, { description: 'The native staking and governance token of the Kujira chain.', @@ -4769,7 +4943,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/83B742C054EB12785B001879B01B36C7D91A157AB02A8E20EFE077AB288A983D', + 'ibc/9A4A915BE990D4F102B7D8877E2916E2A111231DD9AA822F148C68D34F663AA3', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -4780,7 +4954,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/83B742C054EB12785B001879B01B36C7D91A157AB02A8E20EFE077AB288A983D', + base: 'ibc/9A4A915BE990D4F102B7D8877E2916E2A111231DD9AA822F148C68D34F663AA3', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', @@ -6094,6 +6268,49 @@ const assets: AssetList = { } ] }, + { + description: 'The native token of Oraichain', + denom_units: [ + { + denom: + 'ibc/C3515C07AFFA077FA302B02BC71BE165342311F52C03D03E4985A74F81801305', + exponent: 0, + aliases: ['orai'] + }, + { + denom: 'ORAI', + exponent: 6 + } + ], + base: 'ibc/C3515C07AFFA077FA302B02BC71BE165342311F52C03D03E4985A74F81801305', + name: 'Oraichain', + display: 'ORAI', + symbol: 'ORAI', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg' + }, + coingecko_id: 'oraichain-token', + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-135', + base_denom: 'orai', + chain_name: 'oraichain' + }, + chain: { + channel_id: 'channel-217' + } + } + ] + }, { description: 'The native token of Osmosis', denom_units: [ @@ -25936,6 +26153,55 @@ const assets: AssetList = { } ] }, + { + description: + 'Minerva was one of the main goddesses worshiped by the Roman Pagans and is a goddess from Roman Mythology.', + type_asset: 'cw20', + address: + 'juno1lsfym25w35ylhuq4m48fmycwe6nhntzh2ag2pttqtfe8cew9s25s2ym9t8', + denom_units: [ + { + denom: + 'ibc/5E38E31A482F616D4468F564CF8612BB6277CCFC30B210E799528582ABF36962', + exponent: 0, + aliases: [ + 'cw20:juno1lsfym25w35ylhuq4m48fmycwe6nhntzh2ag2pttqtfe8cew9s25s2ym9t8' + ] + }, + { + denom: 'minerva', + exponent: 6 + } + ], + base: 'ibc/5E38E31A482F616D4468F564CF8612BB6277CCFC30B210E799528582ABF36962', + name: 'MINERVA', + display: 'minerva', + symbol: 'MRVA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/minerva.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/minerva.png' + } + ], + traces: [ + { + type: 'ibc-cw20', + counterparty: { + port: 'transfer', + channel_id: 'channel-163', + base_denom: + 'cw20:juno1lsfym25w35ylhuq4m48fmycwe6nhntzh2ag2pttqtfe8cew9s25s2ym9t8', + chain_name: 'juno' + }, + chain: { + port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4', + channel_id: 'channel-45' + } + } + ] + }, { description: 'Auto componded USDC despoited into Ginkou on Migaloo chain', denom_units: [ @@ -26523,6 +26789,54 @@ const assets: AssetList = { } ] }, + { + description: 'Just a meme coin on Terra', + type_asset: 'cw20', + address: + 'terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces', + denom_units: [ + { + denom: + 'ibc/69C62FD9F3ADFA7011A483729AE4F607C7D696AB88D7B21F2C75DB831D8D8B40', + exponent: 0, + aliases: [ + 'cw20:terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces' + ] + }, + { + denom: 'GUGU', + exponent: 6 + } + ], + base: 'ibc/69C62FD9F3ADFA7011A483729AE4F607C7D696AB88D7B21F2C75DB831D8D8B40', + name: 'GUGU', + display: 'GUGU', + symbol: 'GUGU', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gugu.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gugu.png' + } + ], + traces: [ + { + type: 'ibc-cw20', + counterparty: { + port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au', + channel_id: 'channel-382', + base_denom: + 'cw20:terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces', + chain_name: 'terra2' + }, + chain: { + port: 'transfer', + channel_id: 'channel-127' + } + } + ] + }, { description: 'The GraveDigger is the Liquid Staking Product of BackBone Labs. It will have its own platform. Its liquid staking derivative (LSD) is boneLUNA.', @@ -27093,6 +27407,55 @@ const assets: AssetList = { } } ] + }, + { + description: + 'Bitmos opens doors for BRC20 tokens to thrive alongside established players in the Cosmos Network, revolutionizing decentralized finance (DeFi) for all.', + type_asset: 'cw20', + address: + 'terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq', + denom_units: [ + { + denom: + 'ibc/D85B35FA098C231599B96CD203A3F363DFA7E181EDCB0A8468C280EC0E786BDC', + exponent: 0, + aliases: [ + 'cw20:terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq' + ] + }, + { + denom: 'bitmos', + exponent: 6 + } + ], + base: 'ibc/D85B35FA098C231599B96CD203A3F363DFA7E181EDCB0A8468C280EC0E786BDC', + name: 'Bitmos', + display: 'bitmos', + symbol: 'BMOS', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bitmos.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bitmos.png' + } + ], + traces: [ + { + type: 'ibc-cw20', + counterparty: { + port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au', + channel_id: 'channel-382', + base_denom: + 'cw20:terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq', + chain_name: 'terra2' + }, + chain: { + port: 'transfer', + channel_id: 'channel-127' + } + } + ] } ] }; diff --git a/packages/assets/src/mainnet/sei.ts b/packages/assets/src/mainnet/sei.ts index 8ce828856..4a74bdefa 100644 --- a/packages/assets/src/mainnet/sei.ts +++ b/packages/assets/src/mainnet/sei.ts @@ -3424,11 +3424,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -3474,6 +3474,99 @@ const assets: AssetList = { } ] }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/55AB7B88B28C31B87140ECA85D8C95FD1B5C0340F7853B4E9E9DD5EAEC9EFE7F', + exponent: 0, + aliases: [ + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/55AB7B88B28C31B87140ECA85D8C95FD1B5C0340F7853B4E9E9DD5EAEC9EFE7F', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-19', + base_denom: + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-15' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'Reflections of cartel activity on Cosmos.', + denom_units: [ + { + denom: + 'ibc/845AF28186A5BB45230F0F8C4148F42BD37061D9EC561A779422495930B737E6', + exponent: 0, + aliases: [ + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel' + ] + }, + { + denom: 'cartel', + exponent: 6 + } + ], + base: 'ibc/845AF28186A5BB45230F0F8C4148F42BD37061D9EC561A779422495930B737E6', + name: 'cartel', + display: 'cartel', + symbol: 'CARTEL', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-19', + base_denom: + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-15' + } + } + ] + }, { description: 'The permissioned staking asset for Noble Chain', denom_units: [ @@ -17332,6 +17425,50 @@ const assets: AssetList = { } ] }, + { + description: 'The token of Source Protocol bridged from BSC.', + denom_units: [ + { + denom: + 'ibc/98B2A82639A24007318985BA47A224D3EF3BD67F099638BC5FD0E416DA8D985C', + exponent: 0, + aliases: ['erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09'] + }, + { + denom: 'srcx', + exponent: 9 + } + ], + base: 'ibc/98B2A82639A24007318985BA47A224D3EF3BD67F099638BC5FD0E416DA8D985C', + name: 'Source Token', + display: 'srcx', + symbol: 'SRCX', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-59', + base_denom: 'erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09', + chain_name: 'planq' + }, + chain: { + channel_id: 'channel-13' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'binancesmartchain', + base_denom: '0x454b90716a9435e7161a9aea5cf00e0acbe565ae' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png' + } + }, { description: 'The native token of Stride', denom_units: [ diff --git a/packages/assets/src/mainnet/sifchain.ts b/packages/assets/src/mainnet/sifchain.ts index b32301146..bd444febb 100644 --- a/packages/assets/src/mainnet/sifchain.ts +++ b/packages/assets/src/mainnet/sifchain.ts @@ -580,48 +580,6 @@ const assets: AssetList = { } ] }, - { - description: - 'Hava Coin is the lifeblood of the Cosmos & Juno networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', - denom_units: [ - { - denom: - 'ibc/849E319EC094018FD7BCDBDA6AF31F34741C44C42A191F82F15518C6BF8A3251', - exponent: 0, - aliases: ['factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava'] - }, - { - denom: 'hava', - exponent: 6 - } - ], - base: 'ibc/849E319EC094018FD7BCDBDA6AF31F34741C44C42A191F82F15518C6BF8A3251', - name: 'Hava Coin', - display: 'hava', - symbol: 'HAVA', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - }, - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - } - ], - traces: [ - { - type: 'ibc', - counterparty: { - channel_id: 'channel-5', - base_denom: - 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava', - chain_name: 'juno' - }, - chain: { - channel_id: 'channel-14' - } - } - ] - }, { description: 'The native token of Osmosis', denom_units: [ diff --git a/packages/assets/src/mainnet/sommelier.ts b/packages/assets/src/mainnet/sommelier.ts index 6367b3fab..efffa6dac 100644 --- a/packages/assets/src/mainnet/sommelier.ts +++ b/packages/assets/src/mainnet/sommelier.ts @@ -1757,11 +1757,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -1810,6 +1810,178 @@ const assets: AssetList = { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg' } }, + { + description: + 'Hava Coin is the lifeblood of the Cosmos & Injective networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', + denom_units: [ + { + denom: + 'ibc/0127691671D272B257D8B784CAF5D366F99A40F415BEA11490E9A14EDD48C313', + exponent: 0, + aliases: ['factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava'] + }, + { + denom: 'hava', + exponent: 6 + } + ], + base: 'ibc/0127691671D272B257D8B784CAF5D366F99A40F415BEA11490E9A14EDD48C313', + name: 'Hava Coin', + display: 'hava', + symbol: 'HAVA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-93', + base_denom: + 'factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-1' + } + } + ] + }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/8901C57D93C9258E49B4BEB1F0D006921598EAE92647186CED9F48384495FF59', + exponent: 0, + aliases: [ + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/8901C57D93C9258E49B4BEB1F0D006921598EAE92647186CED9F48384495FF59', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-93', + base_denom: + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-1' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'The second meme coin on Injective.', + denom_units: [ + { + denom: + 'ibc/37DF584DA9DEA8EAF6050079CE400AD33428C43BF10BA7C3F49EF625AFA6DC0A', + exponent: 0, + aliases: ['inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88'] + }, + { + denom: 'NINPO', + exponent: 6 + } + ], + base: 'ibc/37DF584DA9DEA8EAF6050079CE400AD33428C43BF10BA7C3F49EF625AFA6DC0A', + name: 'Ninpo', + display: 'NINPO', + symbol: 'NINPO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-93', + base_denom: 'inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-1' + } + } + ] + }, + { + description: 'JUDO is a very futuristic meme token.', + denom_units: [ + { + denom: + 'ibc/26784288775E27733B0722E9242E6381ED7FB6D436E681C9128BAE805A93E32A', + exponent: 0, + aliases: ['inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h'] + }, + { + denom: 'JUDO', + exponent: 6 + } + ], + base: 'ibc/26784288775E27733B0722E9242E6381ED7FB6D436E681C9128BAE805A93E32A', + name: 'Judo', + display: 'JUDO', + symbol: 'JUDO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-93', + base_denom: 'inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-1' + } + } + ] + }, { description: 'The native staking and governance token of the Kujira chain.', @@ -2565,7 +2737,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/808D4DF665ACB082CC321BFFDBE2E794D7F6977532D8F387B3AF5450B244F56C', + 'ibc/A9F87B0093198086E68DE8C1DE56FE089F10EC905E19E9F65ED24393BB3296BD', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -2576,7 +2748,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/808D4DF665ACB082CC321BFFDBE2E794D7F6977532D8F387B3AF5450B244F56C', + base: 'ibc/A9F87B0093198086E68DE8C1DE56FE089F10EC905E19E9F65ED24393BB3296BD', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', diff --git a/packages/assets/src/mainnet/source.ts b/packages/assets/src/mainnet/source.ts index 92e03637f..419a6019b 100644 --- a/packages/assets/src/mainnet/source.ts +++ b/packages/assets/src/mainnet/source.ts @@ -13597,6 +13597,94 @@ const assets: AssetList = { } } ] + }, + { + description: + 'The native EVM, governance and staking token of the Planq Network', + denom_units: [ + { + denom: + 'ibc/F0A06D765AE0B260AA2655BFEE907E56A1B29008905F92A8796EA2A86D5E2CE9', + exponent: 0, + aliases: ['aplanq'] + }, + { + denom: 'planq', + exponent: 18 + } + ], + base: 'ibc/F0A06D765AE0B260AA2655BFEE907E56A1B29008905F92A8796EA2A86D5E2CE9', + name: 'Planq', + display: 'planq', + symbol: 'PLQ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg' + }, + coingecko_id: 'planq', + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-61', + base_denom: 'aplanq', + chain_name: 'planq' + }, + chain: { + channel_id: 'channel-1' + } + } + ] + }, + { + description: 'The token of Source Protocol bridged from BSC.', + denom_units: [ + { + denom: + 'ibc/FC5A7360EEED0713AE3E83E9D55A69AF873056A172AC495890ACE4582FF9685A', + exponent: 0, + aliases: ['erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09'] + }, + { + denom: 'srcx', + exponent: 9 + } + ], + base: 'ibc/FC5A7360EEED0713AE3E83E9D55A69AF873056A172AC495890ACE4582FF9685A', + name: 'Source Token', + display: 'srcx', + symbol: 'SRCX', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-61', + base_denom: 'erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09', + chain_name: 'planq' + }, + chain: { + channel_id: 'channel-1' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'binancesmartchain', + base_denom: '0x454b90716a9435e7161a9aea5cf00e0acbe565ae' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png' + } } ] }; diff --git a/packages/assets/src/mainnet/stafihub.ts b/packages/assets/src/mainnet/stafihub.ts index cfffa95db..41a236658 100644 --- a/packages/assets/src/mainnet/stafihub.ts +++ b/packages/assets/src/mainnet/stafihub.ts @@ -1239,7 +1239,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/B6D612F9F4BD1DE89F2E9AD2256A795E1BE11C172F1627CA10CDA77C7262EDF8', + 'ibc/43DE57DA22635518D2B0284AB12C62BB842B1CF0D2DF9FA4542530AFF1449D44', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -1250,7 +1250,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/B6D612F9F4BD1DE89F2E9AD2256A795E1BE11C172F1627CA10CDA77C7262EDF8', + base: 'ibc/43DE57DA22635518D2B0284AB12C62BB842B1CF0D2DF9FA4542530AFF1449D44', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', diff --git a/packages/assets/src/mainnet/stargaze.ts b/packages/assets/src/mainnet/stargaze.ts index 72fe011c5..c2155f9a6 100644 --- a/packages/assets/src/mainnet/stargaze.ts +++ b/packages/assets/src/mainnet/stargaze.ts @@ -1092,6 +1092,830 @@ const assets: AssetList = { } ] }, + { + description: 'The token of Teledisko DAO.', + denom_units: [ + { + denom: + 'ibc/B14F48FDFA081C5F4F3B9CAE5AD9036DD474CEE55D169E7FEF08BB06390DDCA3', + exponent: 0, + aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280'] + }, + { + denom: 'berlin', + exponent: 18 + } + ], + base: 'ibc/B14F48FDFA081C5F4F3B9CAE5AD9036DD474CEE55D169E7FEF08BB06390DDCA3', + name: 'Teledisko DAO', + display: 'berlin', + symbol: 'BERLIN', + type_asset: 'erc20', + address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + chain_name: 'evmos' + }, + chain: { + channel_id: 'channel-46' + } + } + ] + }, + { + description: 'The native fee token of Gateway.', + denom_units: [ + { + denom: + 'ibc/A8B0AD0A4BD2235CA616987ACF8AA7B63EF0EE9C46ED7A4C18E344820C2C1061', + exponent: 0, + aliases: ['utest'] + }, + { + denom: 'test', + exponent: 6, + aliases: [] + } + ], + type_asset: 'sdk.coin', + base: 'ibc/A8B0AD0A4BD2235CA616987ACF8AA7B63EF0EE9C46ED7A4C18E344820C2C1061', + name: 'Test', + display: 'test', + symbol: 'TEST', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-12', + base_denom: 'utest', + chain_name: 'gateway' + }, + chain: { + channel_id: 'channel-278' + } + } + ] + }, + { + description: 'the native staking token of Gateway.', + denom_units: [ + { + denom: + 'ibc/F295914EEA38E09C04A3D38B349A474B342998A23F36813A864053B1258B4791', + exponent: 0, + aliases: ['uworm'] + }, + { + denom: 'worm', + exponent: 6, + aliases: [] + } + ], + type_asset: 'sdk.coin', + base: 'ibc/F295914EEA38E09C04A3D38B349A474B342998A23F36813A864053B1258B4791', + name: 'Worm', + display: 'worm', + symbol: 'WORM', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-12', + base_denom: 'uworm', + chain_name: 'gateway' + }, + chain: { + channel_id: 'channel-278' + } + } + ] + }, + { + description: + 'Sui (Wormhole), SUI, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh', + denom_units: [ + { + denom: + 'ibc/E1816D0235F37ACA78D42FB19F44A8780CC43E4388DA40BB694237DA8EE8423D', + exponent: 0, + aliases: [ + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh' + ] + }, + { + denom: 'wormhole/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh/8', + exponent: 8, + aliases: [] + } + ], + address: + 'wormhole19hlynxzedrlqv99v6qscww7d3crhl86qtd0vprpltg5g9xx6jk9q6ya33y', + base: 'ibc/E1816D0235F37ACA78D42FB19F44A8780CC43E4388DA40BB694237DA8EE8423D', + display: 'wormhole/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh/8', + name: 'Sui (Wormhole)', + symbol: 'SUI', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-12', + base_denom: + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh', + chain_name: 'gateway' + }, + chain: { + channel_id: 'channel-278' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'sui', + base_denom: '0x2::sui::SUI' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg' + } + }, + { + description: + 'Wrapped Ether (Wormhole), WETH, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp', + denom_units: [ + { + denom: + 'ibc/AD8AA9F68A25AEFA1FD929258DBA5E444ACC80326B8CED41D9E5F2814A1D1B68', + exponent: 0, + aliases: [ + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp' + ] + }, + { + denom: 'wormhole/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp/8', + exponent: 8, + aliases: [] + } + ], + address: + 'wormhole18csycs4vm6varkp00apuqlsm7v4twg8jsljk8wfdd7cghr7g4rtslwqndm', + base: 'ibc/AD8AA9F68A25AEFA1FD929258DBA5E444ACC80326B8CED41D9E5F2814A1D1B68', + display: 'wormhole/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp/8', + name: 'Wrapped Ether (Wormhole)', + symbol: 'WETH', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-12', + base_denom: + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp', + chain_name: 'gateway' + }, + chain: { + channel_id: 'channel-278' + } + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg' + } + ] + }, + { + description: + 'Wrapped liquid staked Ether 2.0 (Wormhole), wstETH, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b', + denom_units: [ + { + denom: + 'ibc/014B20F036E9101AF129FC5EEB5A439D2B92A9406CAC7778FBF08B29AFADDF5C', + exponent: 0, + aliases: [ + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b' + ] + }, + { + denom: 'wormhole/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b/8', + exponent: 8, + aliases: [] + } + ], + address: + 'wormhole1gg6f95cymcfrfzhpek7cf5wl53t5kng52cd2m0krgdlu8k58vd8qezy8pt', + base: 'ibc/014B20F036E9101AF129FC5EEB5A439D2B92A9406CAC7778FBF08B29AFADDF5C', + display: 'wormhole/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b/8', + name: 'Wrapped liquid staked Ether 2.0 (Wormhole)', + symbol: 'wstETH', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-12', + base_denom: + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b', + chain_name: 'gateway' + }, + chain: { + channel_id: 'channel-278' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'ethereum', + base_denom: '0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg' + } + }, + { + description: + 'Aptos Coin (Wormhole), APT, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r', + denom_units: [ + { + denom: + 'ibc/4A34C7F49ADD7F03CCCE0F55011545382693BFE3E92A25E963924F06C839819A', + exponent: 0, + aliases: [ + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r' + ] + }, + { + denom: 'wormhole/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r/8', + exponent: 8, + aliases: [] + } + ], + address: + 'wormhole1f9sxjn0qu8xylcpzlvnhrefnatndqxnrajfrnr5h97hegnmsdqhsh6juc0', + base: 'ibc/4A34C7F49ADD7F03CCCE0F55011545382693BFE3E92A25E963924F06C839819A', + display: 'wormhole/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r/8', + name: 'Aptos Coin (Wormhole)', + symbol: 'APT', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-12', + base_denom: + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r', + chain_name: 'gateway' + }, + chain: { + channel_id: 'channel-278' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'aptos', + base_denom: '0x1::aptos_coin::AptosCoin' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg' + } + }, + { + description: + 'Tether USD (Wormhole), USDT, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi', + denom_units: [ + { + denom: + 'ibc/8191AC03C9A53808B0CE24635D9A354D42F8FD88DBCA8E564F808685775796AF', + exponent: 0, + aliases: [ + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi' + ] + }, + { + denom: 'wormhole/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi/6', + exponent: 6, + aliases: [] + } + ], + address: + 'wormhole1w27ekqvvtzfanfxnkw4jx2f8gdfeqwd3drkee3e64xat6phwjg0savgmhw', + base: 'ibc/8191AC03C9A53808B0CE24635D9A354D42F8FD88DBCA8E564F808685775796AF', + display: 'wormhole/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi/6', + name: 'Tether USD (Wormhole)', + symbol: 'USDT', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-12', + base_denom: + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi', + chain_name: 'gateway' + }, + chain: { + channel_id: 'channel-278' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'ethereum', + base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + } + }, + { + description: + 'Wrapped SOL (Wormhole), SOL, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA', + denom_units: [ + { + denom: + 'ibc/1BCCD8B56909F9B38B356AE149FB3FE429C2CADFE5AE38AFBF3F674372D28AE7', + exponent: 0, + aliases: [ + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA' + ] + }, + { + denom: 'wormhole/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA/8', + exponent: 8, + aliases: [] + } + ], + address: + 'wormhole1wn625s4jcmvk0szpl85rj5azkfc6suyvf75q6vrddscjdphtve8sca0pvl', + base: 'ibc/1BCCD8B56909F9B38B356AE149FB3FE429C2CADFE5AE38AFBF3F674372D28AE7', + display: 'wormhole/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA/8', + name: 'Wrapped SOL (Wormhole)', + symbol: 'SOL', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-12', + base_denom: + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA', + chain_name: 'gateway' + }, + chain: { + channel_id: 'channel-278' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'solana', + base_denom: 'So11111111111111111111111111111111111111112' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg' + } + }, + { + description: + 'Bonk (Wormhole), Bonk, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR', + denom_units: [ + { + denom: + 'ibc/70A20C000920068EFAE509B6437D2F1EEE89C4E1BCEEA4639135EA0809049074', + exponent: 0, + aliases: [ + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR' + ] + }, + { + denom: 'wormhole/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR/5', + exponent: 5, + aliases: [] + } + ], + address: + 'wormhole10qt8wg0n7z740ssvf3urmvgtjhxpyp74hxqvqt7z226gykuus7eq9mpu8u', + base: 'ibc/70A20C000920068EFAE509B6437D2F1EEE89C4E1BCEEA4639135EA0809049074', + display: 'wormhole/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR/5', + name: 'Bonk (Wormhole)', + symbol: 'Bonk', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-12', + base_denom: + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR', + chain_name: 'gateway' + }, + chain: { + channel_id: 'channel-278' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'solana', + base_denom: 'DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bonk.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bonk.png' + } + }, + { + description: + 'Wrapped BTC (Wormhole), WBTC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd', + denom_units: [ + { + denom: + 'ibc/EA6962878B63B9C6715675D474979290052FA7C31CAC3459C9CC6FF3F399F9B5', + exponent: 0, + aliases: [ + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd' + ] + }, + { + denom: 'wormhole/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd/8', + exponent: 8, + aliases: [] + } + ], + address: + 'wormhole1nz0r0au8aj6dc00wmm3ufy4g4k86rjzlr8wkf92cktdlps5lgfcqxnx9yk', + base: 'ibc/EA6962878B63B9C6715675D474979290052FA7C31CAC3459C9CC6FF3F399F9B5', + display: 'wormhole/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd/8', + name: 'Wrapped BTC (Wormhole)', + symbol: 'WBTC', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-12', + base_denom: + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd', + chain_name: 'gateway' + }, + chain: { + channel_id: 'channel-278' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'ethereum', + base_denom: '0x2260fac5e5542a773aa44fbcfedf7c193bc2c599' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg' + } + }, + { + description: + 'tBTC v2 (Wormhole), tBTC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw', + denom_units: [ + { + denom: + 'ibc/C50F9C89D99D2EFBC669C9151B83E7A5F127F7ACC2EF918333DE5E7E85D03835', + exponent: 0, + aliases: [ + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw' + ] + }, + { + denom: 'wormhole/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw/8', + exponent: 8, + aliases: [] + } + ], + address: + 'wormhole1nu9wf9dw384attnpu0pwfet5fajn05w2ex4r07mghvk3xcwrt2yq5uutp5', + base: 'ibc/C50F9C89D99D2EFBC669C9151B83E7A5F127F7ACC2EF918333DE5E7E85D03835', + display: 'wormhole/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw/8', + name: 'tBTC v2 (Wormhole)', + symbol: 'tBTC', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-12', + base_denom: + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw', + chain_name: 'gateway' + }, + chain: { + channel_id: 'channel-278' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'ethereum', + base_denom: '0x18084fba666a33d37592fa2633fd49a74dd93a88' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/tbtc.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/tbtc.svg' + } + }, + { + description: + 'Dai Stablecoin (Wormhole), DAI, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1', + denom_units: [ + { + denom: + 'ibc/D78F513EE17FCFCD80C26D83EB7DD9412CECDE6F26FF21A929CE6D2F0A673CF7', + exponent: 0, + aliases: [ + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1' + ] + }, + { + denom: 'wormhole/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1/8', + exponent: 8, + aliases: [] + } + ], + address: + 'wormhole1chejx4qqtvwxy6684yrsmf6pylancxqhk3vsmtleg5ta3zrffljqfscg87', + base: 'ibc/D78F513EE17FCFCD80C26D83EB7DD9412CECDE6F26FF21A929CE6D2F0A673CF7', + display: 'wormhole/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1/8', + name: 'Dai Stablecoin (Wormhole)', + symbol: 'DAI', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-12', + base_denom: + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1', + chain_name: 'gateway' + }, + chain: { + channel_id: 'channel-278' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'ethereum', + base_denom: '0x6b175474e89094c44da98b954eedeac495271d0f' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg' + } + }, + { + description: + 'USD Coin (Wormhole), USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt', + denom_units: [ + { + denom: + 'ibc/6A34955328B0806E630561BEF659F26548FCBDEE3EFFBE551ACF92E45EB6DA46', + exponent: 0, + aliases: [ + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt' + ] + }, + { + denom: 'wormhole/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt/6', + exponent: 6, + aliases: [] + } + ], + address: + 'wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq', + base: 'ibc/6A34955328B0806E630561BEF659F26548FCBDEE3EFFBE551ACF92E45EB6DA46', + display: 'wormhole/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt/6', + name: 'USD Coin (Wormhole)', + symbol: 'USDC', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-12', + base_denom: + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt', + chain_name: 'gateway' + }, + chain: { + channel_id: 'channel-278' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'ethereum', + base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + } + }, + { + description: + 'Avalanche USD Coin (Wormhole), Avalanche USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4', + denom_units: [ + { + denom: + 'ibc/FF6BB9B5355BE57E4297FCA03540DE06B65289D51E458CCD4737E68B9D94D16E', + exponent: 0, + aliases: [ + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4' + ] + }, + { + denom: 'wormhole/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4/6', + exponent: 6, + aliases: [] + } + ], + address: + 'wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq', + base: 'ibc/FF6BB9B5355BE57E4297FCA03540DE06B65289D51E458CCD4737E68B9D94D16E', + display: 'wormhole/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4/6', + name: 'Avalanche USD Coin (Wormhole)', + symbol: 'avalanche.USDC.wh', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-12', + base_denom: + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4', + chain_name: 'gateway' + }, + chain: { + channel_id: 'channel-278' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'avalanche', + base_denom: '0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + } + }, + { + description: + 'Pyth Network (Wormhole), PYTH, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy', + denom_units: [ + { + denom: + 'ibc/05CF30A8193F8C0C5F5C64A6EBDFDFA36A4708F1F08E68C8F343FEF8625515D7', + exponent: 0, + aliases: [ + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy' + ] + }, + { + denom: 'wormhole/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy/6', + exponent: 6, + aliases: ['pyth'] + } + ], + address: + 'wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq', + base: 'ibc/05CF30A8193F8C0C5F5C64A6EBDFDFA36A4708F1F08E68C8F343FEF8625515D7', + display: 'wormhole/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy/6', + name: 'Pyth Network', + symbol: 'PYTH', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-12', + base_denom: + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy', + chain_name: 'gateway' + }, + chain: { + channel_id: 'channel-278' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'solana', + base_denom: 'HZ1JovNiVvGrGNiiYvEozEVgZ58xaU3RKwX8eACQBCt3' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg' + } + }, + { + description: + 'Solana USD Coin (Wormhole), Solana USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3', + denom_units: [ + { + denom: + 'ibc/5F645D0380F5C21A791AB493506C8AD9E0913405D5E347FC5B6A37684B440B5A', + exponent: 0, + aliases: [ + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3' + ] + }, + { + denom: 'wormhole/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3/6', + exponent: 6, + aliases: [] + } + ], + base: 'ibc/5F645D0380F5C21A791AB493506C8AD9E0913405D5E347FC5B6A37684B440B5A', + display: 'wormhole/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3/6', + name: 'Solana USD Coin (Wormhole)', + symbol: 'solana.USDC.wh', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-12', + base_denom: + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3', + chain_name: 'gateway' + }, + chain: { + channel_id: 'channel-278' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'solana', + base_denom: 'EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + } + }, { description: 'The native token of JUNO Chain', denom_units: [ @@ -1309,48 +2133,6 @@ const assets: AssetList = { } ] }, - { - description: - 'Hava Coin is the lifeblood of the Cosmos & Juno networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', - denom_units: [ - { - denom: - 'ibc/CF67B1626918E2A902D1636836294A70A8CC2398FB3EFEA8109B9AD16F5DE16D', - exponent: 0, - aliases: ['factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava'] - }, - { - denom: 'hava', - exponent: 6 - } - ], - base: 'ibc/CF67B1626918E2A902D1636836294A70A8CC2398FB3EFEA8109B9AD16F5DE16D', - name: 'Hava Coin', - display: 'hava', - symbol: 'HAVA', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - }, - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - } - ], - traces: [ - { - type: 'ibc', - counterparty: { - channel_id: 'channel-20', - base_denom: - 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava', - chain_name: 'juno' - }, - chain: { - channel_id: 'channel-5' - } - } - ] - }, { description: 'The native staking and governance token of the Kujira chain.', @@ -2106,7 +2888,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/CA751BCCE7C356D3C41BC7F58804C5B880DC34FAD3A047556818EA110A195DAF', + 'ibc/BF65A83969E0E56F4F74BCD59C0D4781E6BD25E83F7F2AF87F7D4A6406746C3F', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -2117,7 +2899,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/CA751BCCE7C356D3C41BC7F58804C5B880DC34FAD3A047556818EA110A195DAF', + base: 'ibc/BF65A83969E0E56F4F74BCD59C0D4781E6BD25E83F7F2AF87F7D4A6406746C3F', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', @@ -4299,11 +5081,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -4349,6 +5131,99 @@ const assets: AssetList = { } ] }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/41373521B7997A8ADCDCD521D5A5503422C3BE52E142A773BFAB72242CBA938F', + exponent: 0, + aliases: [ + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/41373521B7997A8ADCDCD521D5A5503422C3BE52E142A773BFAB72242CBA938F', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-18', + base_denom: + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-191' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'Reflections of cartel activity on Cosmos.', + denom_units: [ + { + denom: + 'ibc/1FFF315BED705DD6E8DE62E8ACD193F83AB5095F4A9374D1942F0332F78CF9F2', + exponent: 0, + aliases: [ + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel' + ] + }, + { + denom: 'cartel', + exponent: 6 + } + ], + base: 'ibc/1FFF315BED705DD6E8DE62E8ACD193F83AB5095F4A9374D1942F0332F78CF9F2', + name: 'cartel', + display: 'cartel', + symbol: 'CARTEL', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-18', + base_denom: + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-191' + } + } + ] + }, { description: 'The permissioned staking asset for Noble Chain', denom_units: [ diff --git a/packages/assets/src/mainnet/stride.ts b/packages/assets/src/mainnet/stride.ts index d38a9a028..f4305ec9c 100644 --- a/packages/assets/src/mainnet/stride.ts +++ b/packages/assets/src/mainnet/stride.ts @@ -2998,6 +2998,50 @@ const assets: AssetList = { } ] }, + { + description: 'The token of Teledisko DAO.', + denom_units: [ + { + denom: + 'ibc/A4EC4992CC6942ED4E799E40679FF436FDB20A3C89946A1948A29D51F233488E', + exponent: 0, + aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280'] + }, + { + denom: 'berlin', + exponent: 18 + } + ], + base: 'ibc/A4EC4992CC6942ED4E799E40679FF436FDB20A3C89946A1948A29D51F233488E', + name: 'Teledisko DAO', + display: 'berlin', + symbol: 'BERLIN', + type_asset: 'erc20', + address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-25', + base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + chain_name: 'evmos' + }, + chain: { + channel_id: 'channel-9' + } + } + ] + }, { description: 'The INJ token is the native governance token for the Injective chain.', @@ -3300,11 +3344,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -3353,6 +3397,178 @@ const assets: AssetList = { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg' } }, + { + description: + 'Hava Coin is the lifeblood of the Cosmos & Injective networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', + denom_units: [ + { + denom: + 'ibc/9F72672153D88B1A9C63B10B03BBA3E19510D5C3451C060EFAE902087FAD64B9', + exponent: 0, + aliases: ['factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava'] + }, + { + denom: 'hava', + exponent: 6 + } + ], + base: 'ibc/9F72672153D88B1A9C63B10B03BBA3E19510D5C3451C060EFAE902087FAD64B9', + name: 'Hava Coin', + display: 'hava', + symbol: 'HAVA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-89', + base_denom: + 'factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-6' + } + } + ] + }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/7056FC7D4B7DEFCF40D3DA2E51F80A1A780F981FAF1569C5C9FBBE0B6C383C3E', + exponent: 0, + aliases: [ + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/7056FC7D4B7DEFCF40D3DA2E51F80A1A780F981FAF1569C5C9FBBE0B6C383C3E', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-89', + base_denom: + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-6' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'The second meme coin on Injective.', + denom_units: [ + { + denom: + 'ibc/6CAD45BB3451E22333CB4F007039453CECFD20E029D7D04E36A8B5DA8D774D6F', + exponent: 0, + aliases: ['inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88'] + }, + { + denom: 'NINPO', + exponent: 6 + } + ], + base: 'ibc/6CAD45BB3451E22333CB4F007039453CECFD20E029D7D04E36A8B5DA8D774D6F', + name: 'Ninpo', + display: 'NINPO', + symbol: 'NINPO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-89', + base_denom: 'inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-6' + } + } + ] + }, + { + description: 'JUDO is a very futuristic meme token.', + denom_units: [ + { + denom: + 'ibc/23B904F99D373071AAFD204D0C6637FE19591CF7296835FE604D389A6B2B3599', + exponent: 0, + aliases: ['inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h'] + }, + { + denom: 'JUDO', + exponent: 6 + } + ], + base: 'ibc/23B904F99D373071AAFD204D0C6637FE19591CF7296835FE604D389A6B2B3599', + name: 'Judo', + display: 'JUDO', + symbol: 'JUDO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-89', + base_denom: 'inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-6' + } + } + ] + }, { description: 'The native token of JUNO Chain', denom_units: [ @@ -3570,48 +3786,6 @@ const assets: AssetList = { } ] }, - { - description: - 'Hava Coin is the lifeblood of the Cosmos & Juno networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', - denom_units: [ - { - denom: - 'ibc/7A02454860C24C2387504AC5A370220AE3321679C3B45C4CBC886D94737BDCAC', - exponent: 0, - aliases: ['factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava'] - }, - { - denom: 'hava', - exponent: 6 - } - ], - base: 'ibc/7A02454860C24C2387504AC5A370220AE3321679C3B45C4CBC886D94737BDCAC', - name: 'Hava Coin', - display: 'hava', - symbol: 'HAVA', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - }, - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - } - ], - traces: [ - { - type: 'ibc', - counterparty: { - channel_id: 'channel-139', - base_denom: - 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava', - chain_name: 'juno' - }, - chain: { - channel_id: 'channel-24' - } - } - ] - }, { description: 'The native staking and governance token of the Kujira chain.', @@ -4367,7 +4541,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/9E7C7FA87A38B37A37A768E8E63843EC23B52B261D3756F62216D1EFB9ED6130', + 'ibc/28541931079504D55F9BB083BCDA058C828A106DC473917FB2481B42A3134A59', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -4378,7 +4552,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/9E7C7FA87A38B37A37A768E8E63843EC23B52B261D3756F62216D1EFB9ED6130', + base: 'ibc/28541931079504D55F9BB083BCDA058C828A106DC473917FB2481B42A3134A59', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', @@ -6075,11 +6249,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -6125,6 +6299,99 @@ const assets: AssetList = { } ] }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/26AE5C8B936BD78A51585FCE353AEF0B3AD2D645246BD18151B9EC3377C432E8', + exponent: 0, + aliases: [ + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/26AE5C8B936BD78A51585FCE353AEF0B3AD2D645246BD18151B9EC3377C432E8', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-8', + base_denom: + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-123' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'Reflections of cartel activity on Cosmos.', + denom_units: [ + { + denom: + 'ibc/85D49BEADC01BA5D678280881130D5C271375044784C256391063FD50BF87C8E', + exponent: 0, + aliases: [ + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel' + ] + }, + { + denom: 'cartel', + exponent: 6 + } + ], + base: 'ibc/85D49BEADC01BA5D678280881130D5C271375044784C256391063FD50BF87C8E', + name: 'cartel', + display: 'cartel', + symbol: 'CARTEL', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-8', + base_denom: + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-123' + } + } + ] + }, { description: 'The native token of Osmosis', denom_units: [ diff --git a/packages/assets/src/mainnet/teritori.ts b/packages/assets/src/mainnet/teritori.ts index 4980af0bf..373ff5508 100644 --- a/packages/assets/src/mainnet/teritori.ts +++ b/packages/assets/src/mainnet/teritori.ts @@ -894,7 +894,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/DD4BBB6B8CBA637A1C89F297C5E8263226ECFD12434649F3B3925F6ED0A32AAC', + 'ibc/E4E14000D69EDA8FD1D20D22794740DE6DD38C336CB7229CA830CFFDF9BCC1D8', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -905,7 +905,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/DD4BBB6B8CBA637A1C89F297C5E8263226ECFD12434649F3B3925F6ED0A32AAC', + base: 'ibc/E4E14000D69EDA8FD1D20D22794740DE6DD38C336CB7229CA830CFFDF9BCC1D8', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', diff --git a/packages/assets/src/mainnet/terra.ts b/packages/assets/src/mainnet/terra.ts index 211d0450e..7548d1c93 100644 --- a/packages/assets/src/mainnet/terra.ts +++ b/packages/assets/src/mainnet/terra.ts @@ -434,48 +434,6 @@ const assets: AssetList = { } ] }, - { - description: - 'Hava Coin is the lifeblood of the Cosmos & Juno networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', - denom_units: [ - { - denom: - 'ibc/A477A0E41B0DCDA96728B3EAF908EE8ABFF56AEBAD8CE096817E8D988A6A0BF1', - exponent: 0, - aliases: ['factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava'] - }, - { - denom: 'hava', - exponent: 6 - } - ], - base: 'ibc/A477A0E41B0DCDA96728B3EAF908EE8ABFF56AEBAD8CE096817E8D988A6A0BF1', - name: 'Hava Coin', - display: 'hava', - symbol: 'HAVA', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - }, - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - } - ], - traces: [ - { - type: 'ibc', - counterparty: { - channel_id: 'channel-27', - base_denom: - 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava', - chain_name: 'juno' - }, - chain: { - channel_id: 'channel-20' - } - } - ] - }, { description: 'The native token of Osmosis', denom_units: [ diff --git a/packages/assets/src/mainnet/terra2.ts b/packages/assets/src/mainnet/terra2.ts index 7dbb022d3..d24ac94ad 100644 --- a/packages/assets/src/mainnet/terra2.ts +++ b/packages/assets/src/mainnet/terra2.ts @@ -3297,11 +3297,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -3350,6 +3350,178 @@ const assets: AssetList = { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg' } }, + { + description: + 'Hava Coin is the lifeblood of the Cosmos & Injective networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', + denom_units: [ + { + denom: + 'ibc/271DAA570D495549CD1381840C125FABEF3F840CD618105C4CD7160CBEBDD257', + exponent: 0, + aliases: ['factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava'] + }, + { + denom: 'hava', + exponent: 6 + } + ], + base: 'ibc/271DAA570D495549CD1381840C125FABEF3F840CD618105C4CD7160CBEBDD257', + name: 'Hava Coin', + display: 'hava', + symbol: 'HAVA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-151', + base_denom: + 'factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-255' + } + } + ] + }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/5766415E254EC11E572EDF095B87F7FFD98D03333E94ECD156037D04E952AA20', + exponent: 0, + aliases: [ + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/5766415E254EC11E572EDF095B87F7FFD98D03333E94ECD156037D04E952AA20', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-151', + base_denom: + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-255' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'The second meme coin on Injective.', + denom_units: [ + { + denom: + 'ibc/DCA52049AFBF7BC411F76A7549C56196BB74AE15F29C327DCEA20792CF67722E', + exponent: 0, + aliases: ['inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88'] + }, + { + denom: 'NINPO', + exponent: 6 + } + ], + base: 'ibc/DCA52049AFBF7BC411F76A7549C56196BB74AE15F29C327DCEA20792CF67722E', + name: 'Ninpo', + display: 'NINPO', + symbol: 'NINPO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-151', + base_denom: 'inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-255' + } + } + ] + }, + { + description: 'JUDO is a very futuristic meme token.', + denom_units: [ + { + denom: + 'ibc/9D0D7D29E9731714209E2F45A193FBCAA7F135DD3874BCF6A7CFA17B16F32810', + exponent: 0, + aliases: ['inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h'] + }, + { + denom: 'JUDO', + exponent: 6 + } + ], + base: 'ibc/9D0D7D29E9731714209E2F45A193FBCAA7F135DD3874BCF6A7CFA17B16F32810', + name: 'Judo', + display: 'JUDO', + symbol: 'JUDO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-151', + base_denom: 'inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-255' + } + } + ] + }, { description: 'The native token of JUNO Chain', denom_units: [ @@ -3567,48 +3739,6 @@ const assets: AssetList = { } ] }, - { - description: - 'Hava Coin is the lifeblood of the Cosmos & Juno networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', - denom_units: [ - { - denom: - 'ibc/B72BEDF087485A4F349BCAAB8A882668B7EAFB7E23DF1CA0CB28C2E9DA1182D0', - exponent: 0, - aliases: ['factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava'] - }, - { - denom: 'hava', - exponent: 6 - } - ], - base: 'ibc/B72BEDF087485A4F349BCAAB8A882668B7EAFB7E23DF1CA0CB28C2E9DA1182D0', - name: 'Hava Coin', - display: 'hava', - symbol: 'HAVA', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - }, - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - } - ], - traces: [ - { - type: 'ibc', - counterparty: { - channel_id: 'channel-86', - base_denom: - 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava', - chain_name: 'juno' - }, - chain: { - channel_id: 'channel-2' - } - } - ] - }, { description: 'The native staking and governance token of Kava', denom_units: [ @@ -4580,7 +4710,7 @@ const assets: AssetList = { denom_units: [ { denom: - 'ibc/5E550355C73ADF308AB0ED8A70F76303D456745560119561941B199B40EABC38', + 'ibc/F2BE49171670C895E0B3919D5C396665244642506C200339FD27F5E40E4776EA', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -4591,7 +4721,7 @@ const assets: AssetList = { exponent: 8 } ], - base: 'ibc/5E550355C73ADF308AB0ED8A70F76303D456745560119561941B199B40EABC38', + base: 'ibc/F2BE49171670C895E0B3919D5C396665244642506C200339FD27F5E40E4776EA', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', @@ -6816,11 +6946,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -6866,6 +6996,99 @@ const assets: AssetList = { } ] }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/F071797ABEB4384308F1393EB881E58E9868261340E0AC4D3B3F2ECDEF09858E', + exponent: 0, + aliases: [ + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/F071797ABEB4384308F1393EB881E58E9868261340E0AC4D3B3F2ECDEF09858E', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-25', + base_denom: + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-229' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'Reflections of cartel activity on Cosmos.', + denom_units: [ + { + denom: + 'ibc/10518645913F7D54441EADDB0C2E91B81B4216B55E653F14AF7CC16B7EEF94AA', + exponent: 0, + aliases: [ + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel' + ] + }, + { + denom: 'cartel', + exponent: 6 + } + ], + base: 'ibc/10518645913F7D54441EADDB0C2E91B81B4216B55E653F14AF7CC16B7EEF94AA', + name: 'cartel', + display: 'cartel', + symbol: 'CARTEL', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-25', + base_denom: + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-229' + } + } + ] + }, { description: 'The permissioned staking asset for Noble Chain', denom_units: [ diff --git a/packages/assets/src/mainnet/tgrade.ts b/packages/assets/src/mainnet/tgrade.ts index 03869c0c3..e04021519 100644 --- a/packages/assets/src/mainnet/tgrade.ts +++ b/packages/assets/src/mainnet/tgrade.ts @@ -136,6 +136,50 @@ const assets: AssetList = { } ] }, + { + description: 'The token of Teledisko DAO.', + denom_units: [ + { + denom: + 'ibc/A4EC4992CC6942ED4E799E40679FF436FDB20A3C89946A1948A29D51F233488E', + exponent: 0, + aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280'] + }, + { + denom: 'berlin', + exponent: 18 + } + ], + base: 'ibc/A4EC4992CC6942ED4E799E40679FF436FDB20A3C89946A1948A29D51F233488E', + name: 'Teledisko DAO', + display: 'berlin', + symbol: 'BERLIN', + type_asset: 'erc20', + address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-34', + base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + chain_name: 'evmos' + }, + chain: { + channel_id: 'channel-9' + } + } + ] + }, { description: 'The native token of Osmosis', denom_units: [ diff --git a/packages/assets/src/mainnet/xpla.ts b/packages/assets/src/mainnet/xpla.ts index 9c2d22571..db3d0b136 100644 --- a/packages/assets/src/mainnet/xpla.ts +++ b/packages/assets/src/mainnet/xpla.ts @@ -304,11 +304,11 @@ const assets: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -357,6 +357,178 @@ const assets: AssetList = { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg' } }, + { + description: + 'Hava Coin is the lifeblood of the Cosmos & Injective networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', + denom_units: [ + { + denom: + 'ibc/EE7F7B854D5CC07A6F627BAD118C353BB4CEBB6AD1250DDE16000EEABF5297A3', + exponent: 0, + aliases: ['factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava'] + }, + { + denom: 'hava', + exponent: 6 + } + ], + base: 'ibc/EE7F7B854D5CC07A6F627BAD118C353BB4CEBB6AD1250DDE16000EEABF5297A3', + name: 'Hava Coin', + display: 'hava', + symbol: 'HAVA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-137', + base_denom: + 'factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-7' + } + } + ] + }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/6896A8E11982B823DE267B6B418281A58AB287EC90014CFB7FBC7F6C16CC2A76', + exponent: 0, + aliases: [ + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/6896A8E11982B823DE267B6B418281A58AB287EC90014CFB7FBC7F6C16CC2A76', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-137', + base_denom: + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-7' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'The second meme coin on Injective.', + denom_units: [ + { + denom: + 'ibc/F4F2DAD0CADAA922DC146C17A35DBE5B215A795D31AF89484BFA0859B23C87DC', + exponent: 0, + aliases: ['inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88'] + }, + { + denom: 'NINPO', + exponent: 6 + } + ], + base: 'ibc/F4F2DAD0CADAA922DC146C17A35DBE5B215A795D31AF89484BFA0859B23C87DC', + name: 'Ninpo', + display: 'NINPO', + symbol: 'NINPO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-137', + base_denom: 'inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-7' + } + } + ] + }, + { + description: 'JUDO is a very futuristic meme token.', + denom_units: [ + { + denom: + 'ibc/B0FBCFA07724F42B4C761228A2E22777B9FCCFDC797E9648A4219F768775F786', + exponent: 0, + aliases: ['inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h'] + }, + { + denom: 'JUDO', + exponent: 6 + } + ], + base: 'ibc/B0FBCFA07724F42B4C761228A2E22777B9FCCFDC797E9648A4219F768775F786', + name: 'Judo', + display: 'JUDO', + symbol: 'JUDO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-137', + base_denom: 'inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-7' + } + } + ] + }, { description: 'The native token of Osmosis', denom_units: [ diff --git a/packages/assets/src/testnet/akashtestnet.ts b/packages/assets/src/testnet/akashtestnet.ts index 886c8e34c..aaca6c865 100644 --- a/packages/assets/src/testnet/akashtestnet.ts +++ b/packages/assets/src/testnet/akashtestnet.ts @@ -125,6 +125,51 @@ const assets: AssetList = { } } ] + }, + { + denom_units: [ + { + denom: + 'ibc/6A1D2F9E30BBB5B6FD598B722581FF157F8582E69556255987B10A887C0A248F', + exponent: 0, + aliases: [ + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz' + ] + }, + { + denom: 'willyz', + exponent: 6 + } + ], + base: 'ibc/6A1D2F9E30BBB5B6FD598B722581FF157F8582E69556255987B10A887C0A248F', + name: 'Willyz', + display: 'willyz', + symbol: 'WILLYZ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + }, + keywords: ['memecoin'], + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-4171', + base_denom: + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz', + chain_name: 'osmosistestnet' + }, + chain: { + channel_id: 'channel-6' + } + } + ] } ] }; diff --git a/packages/assets/src/testnet/archwaytestnet.ts b/packages/assets/src/testnet/archwaytestnet.ts index 5dbb56f3e..037e7de54 100644 --- a/packages/assets/src/testnet/archwaytestnet.ts +++ b/packages/assets/src/testnet/archwaytestnet.ts @@ -485,6 +485,51 @@ const assets: AssetList = { } } ] + }, + { + denom_units: [ + { + denom: + 'ibc/11E5EEE35E8BAD95CE0933E133DD22E0D385462931876C3D122C6BBDAF0D081D', + exponent: 0, + aliases: [ + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz' + ] + }, + { + denom: 'willyz', + exponent: 6 + } + ], + base: 'ibc/11E5EEE35E8BAD95CE0933E133DD22E0D385462931876C3D122C6BBDAF0D081D', + name: 'Willyz', + display: 'willyz', + symbol: 'WILLYZ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + }, + keywords: ['memecoin'], + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-3938', + base_denom: + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz', + chain_name: 'osmosistestnet' + }, + chain: { + channel_id: 'channel-58' + } + } + ] } ] }; diff --git a/packages/assets/src/testnet/axelartestnet.ts b/packages/assets/src/testnet/axelartestnet.ts index 22a5a7667..63c1f0e93 100644 --- a/packages/assets/src/testnet/axelartestnet.ts +++ b/packages/assets/src/testnet/axelartestnet.ts @@ -215,6 +215,51 @@ const assets: AssetList = { } ] }, + { + denom_units: [ + { + denom: + 'ibc/EDC666BB629FF5D2E1890DDA0DCEDC8AFA88D0DDE8F450D5A7C63A444732E364', + exponent: 0, + aliases: [ + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz' + ] + }, + { + denom: 'willyz', + exponent: 6 + } + ], + base: 'ibc/EDC666BB629FF5D2E1890DDA0DCEDC8AFA88D0DDE8F450D5A7C63A444732E364', + name: 'Willyz', + display: 'willyz', + symbol: 'WILLYZ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + }, + keywords: ['memecoin'], + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-4170', + base_denom: + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz', + chain_name: 'osmosistestnet' + }, + chain: { + channel_id: 'channel-339' + } + } + ] + }, { description: 'The native token of Osmosis', denom_units: [ diff --git a/packages/assets/src/testnet/celestiatestnet3.ts b/packages/assets/src/testnet/celestiatestnet3.ts index eab917f1d..25a31681b 100644 --- a/packages/assets/src/testnet/celestiatestnet3.ts +++ b/packages/assets/src/testnet/celestiatestnet3.ts @@ -174,6 +174,51 @@ const assets: AssetList = { } } ] + }, + { + denom_units: [ + { + denom: + 'ibc/7A6B40CBBF55049F9D43CC2C7856AEABC4E7E2A56CC773AA28393AD49B83E1D8', + exponent: 0, + aliases: [ + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz' + ] + }, + { + denom: 'willyz', + exponent: 6 + } + ], + base: 'ibc/7A6B40CBBF55049F9D43CC2C7856AEABC4E7E2A56CC773AA28393AD49B83E1D8', + name: 'Willyz', + display: 'willyz', + symbol: 'WILLYZ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + }, + keywords: ['memecoin'], + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-4370', + base_denom: + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz', + chain_name: 'osmosistestnet' + }, + chain: { + channel_id: 'channel-25' + } + } + ] } ] }; diff --git a/packages/assets/src/testnet/chain4energytestnet.ts b/packages/assets/src/testnet/chain4energytestnet.ts index 5ef592511..5acd81080 100644 --- a/packages/assets/src/testnet/chain4energytestnet.ts +++ b/packages/assets/src/testnet/chain4energytestnet.ts @@ -89,6 +89,51 @@ const assets: AssetList = { } } ] + }, + { + denom_units: [ + { + denom: + 'ibc/BB012F1C95C818F6C959D638595984F4D3916F89E1C159FF73F6B130E0ADFD33', + exponent: 0, + aliases: [ + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz' + ] + }, + { + denom: 'willyz', + exponent: 6 + } + ], + base: 'ibc/BB012F1C95C818F6C959D638595984F4D3916F89E1C159FF73F6B130E0ADFD33', + name: 'Willyz', + display: 'willyz', + symbol: 'WILLYZ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + }, + keywords: ['memecoin'], + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-111', + base_denom: + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz', + chain_name: 'osmosistestnet' + }, + chain: { + channel_id: 'channel-0' + } + } + ] } ] }; diff --git a/packages/assets/src/testnet/composabletestnet.ts b/packages/assets/src/testnet/composabletestnet.ts index 429e3ca2d..15d366a93 100644 --- a/packages/assets/src/testnet/composabletestnet.ts +++ b/packages/assets/src/testnet/composabletestnet.ts @@ -89,6 +89,51 @@ const assets: AssetList = { } } ] + }, + { + denom_units: [ + { + denom: + 'ibc/FA7066E205029BDB2A348F8253ADE29497E48DB485217663E34DE4A68DB5D08F', + exponent: 0, + aliases: [ + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz' + ] + }, + { + denom: 'willyz', + exponent: 6 + } + ], + base: 'ibc/FA7066E205029BDB2A348F8253ADE29497E48DB485217663E34DE4A68DB5D08F', + name: 'Willyz', + display: 'willyz', + symbol: 'WILLYZ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + }, + keywords: ['memecoin'], + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-329', + base_denom: + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz', + chain_name: 'osmosistestnet' + }, + chain: { + channel_id: 'channel-11' + } + } + ] } ] }; diff --git a/packages/assets/src/testnet/cosmoshubtestnet.ts b/packages/assets/src/testnet/cosmoshubtestnet.ts index e01d0b8e7..a616e41b7 100644 --- a/packages/assets/src/testnet/cosmoshubtestnet.ts +++ b/packages/assets/src/testnet/cosmoshubtestnet.ts @@ -173,6 +173,51 @@ const assets: AssetList = { } ] }, + { + denom_units: [ + { + denom: + 'ibc/78A7110CF4371CAF56DC2172B9153AF5D2B91205AEE080119430B3CB307606BD', + exponent: 0, + aliases: [ + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz' + ] + }, + { + denom: 'willyz', + exponent: 6 + } + ], + base: 'ibc/78A7110CF4371CAF56DC2172B9153AF5D2B91205AEE080119430B3CB307606BD', + name: 'Willyz', + display: 'willyz', + symbol: 'WILLYZ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + }, + keywords: ['memecoin'], + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-4156', + base_denom: + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz', + chain_name: 'osmosistestnet' + }, + chain: { + channel_id: 'channel-3306' + } + } + ] + }, { description: 'The XPRT token is primarily a governance token for the Persistence chain.', diff --git a/packages/assets/src/testnet/doravotatestnet.ts b/packages/assets/src/testnet/doravotatestnet.ts index dd272bfda..8b21fbf7d 100644 --- a/packages/assets/src/testnet/doravotatestnet.ts +++ b/packages/assets/src/testnet/doravotatestnet.ts @@ -89,6 +89,51 @@ const assets: AssetList = { } } ] + }, + { + denom_units: [ + { + denom: + 'ibc/BF5B9C95960C2A5039D7E26A552663320466B4316D24A5EBAD08CBE8F35CA4BD', + exponent: 0, + aliases: [ + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz' + ] + }, + { + denom: 'willyz', + exponent: 6 + } + ], + base: 'ibc/BF5B9C95960C2A5039D7E26A552663320466B4316D24A5EBAD08CBE8F35CA4BD', + name: 'Willyz', + display: 'willyz', + symbol: 'WILLYZ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + }, + keywords: ['memecoin'], + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-1260', + base_denom: + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz', + chain_name: 'osmosistestnet' + }, + chain: { + channel_id: 'channel-1' + } + } + ] } ] }; diff --git a/packages/assets/src/testnet/empowertestnet.ts b/packages/assets/src/testnet/empowertestnet.ts index 26f055744..4669eb960 100644 --- a/packages/assets/src/testnet/empowertestnet.ts +++ b/packages/assets/src/testnet/empowertestnet.ts @@ -133,6 +133,51 @@ const assets: AssetList = { } ] }, + { + denom_units: [ + { + denom: + 'ibc/BB012F1C95C818F6C959D638595984F4D3916F89E1C159FF73F6B130E0ADFD33', + exponent: 0, + aliases: [ + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz' + ] + }, + { + denom: 'willyz', + exponent: 6 + } + ], + base: 'ibc/BB012F1C95C818F6C959D638595984F4D3916F89E1C159FF73F6B130E0ADFD33', + name: 'Willyz', + display: 'willyz', + symbol: 'WILLYZ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + }, + keywords: ['memecoin'], + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-155', + base_denom: + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz', + chain_name: 'osmosistestnet' + }, + chain: { + channel_id: 'channel-0' + } + } + ] + }, { description: 'The native token of Stargaze', denom_units: [ diff --git a/packages/assets/src/testnet/entrypointtestnet.ts b/packages/assets/src/testnet/entrypointtestnet.ts index 45a93a23b..8feeddee8 100644 --- a/packages/assets/src/testnet/entrypointtestnet.ts +++ b/packages/assets/src/testnet/entrypointtestnet.ts @@ -89,6 +89,51 @@ const assets: AssetList = { } } ] + }, + { + denom_units: [ + { + denom: + 'ibc/BB012F1C95C818F6C959D638595984F4D3916F89E1C159FF73F6B130E0ADFD33', + exponent: 0, + aliases: [ + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz' + ] + }, + { + denom: 'willyz', + exponent: 6 + } + ], + base: 'ibc/BB012F1C95C818F6C959D638595984F4D3916F89E1C159FF73F6B130E0ADFD33', + name: 'Willyz', + display: 'willyz', + symbol: 'WILLYZ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + }, + keywords: ['memecoin'], + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-1543', + base_denom: + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz', + chain_name: 'osmosistestnet' + }, + chain: { + channel_id: 'channel-0' + } + } + ] } ] }; diff --git a/packages/assets/src/testnet/impacthubtestnet.ts b/packages/assets/src/testnet/impacthubtestnet.ts index 6c0a8a316..d491b8dc3 100644 --- a/packages/assets/src/testnet/impacthubtestnet.ts +++ b/packages/assets/src/testnet/impacthubtestnet.ts @@ -89,6 +89,51 @@ const assets: AssetList = { } } ] + }, + { + denom_units: [ + { + denom: + 'ibc/5849025C1D4D7404EE4AD4DF05041202803EA210C5D8B819B6353F5A5BAFBC5A', + exponent: 0, + aliases: [ + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz' + ] + }, + { + denom: 'willyz', + exponent: 6 + } + ], + base: 'ibc/5849025C1D4D7404EE4AD4DF05041202803EA210C5D8B819B6353F5A5BAFBC5A', + name: 'Willyz', + display: 'willyz', + symbol: 'WILLYZ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + }, + keywords: ['memecoin'], + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-1637', + base_denom: + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz', + chain_name: 'osmosistestnet' + }, + chain: { + channel_id: 'channel-10' + } + } + ] } ] }; diff --git a/packages/assets/src/testnet/injectivetestnet.ts b/packages/assets/src/testnet/injectivetestnet.ts index 62c6c2f32..78cb5a664 100644 --- a/packages/assets/src/testnet/injectivetestnet.ts +++ b/packages/assets/src/testnet/injectivetestnet.ts @@ -132,6 +132,51 @@ const assets: AssetList = { } } ] + }, + { + denom_units: [ + { + denom: + 'ibc/F720CD702241F9C6193BAA3F4ECEA6AAC4426ADBE2AA17224F7032BA549C45DF', + exponent: 0, + aliases: [ + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz' + ] + }, + { + denom: 'willyz', + exponent: 6 + } + ], + base: 'ibc/F720CD702241F9C6193BAA3F4ECEA6AAC4426ADBE2AA17224F7032BA549C45DF', + name: 'Willyz', + display: 'willyz', + symbol: 'WILLYZ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + }, + keywords: ['memecoin'], + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-4174', + base_denom: + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz', + chain_name: 'osmosistestnet' + }, + chain: { + channel_id: 'channel-129' + } + } + ] } ] }; diff --git a/packages/assets/src/testnet/junotestnet.ts b/packages/assets/src/testnet/junotestnet.ts index 6ce6b59fb..9f6e2f983 100644 --- a/packages/assets/src/testnet/junotestnet.ts +++ b/packages/assets/src/testnet/junotestnet.ts @@ -133,6 +133,51 @@ const assets: AssetList = { } ] }, + { + denom_units: [ + { + denom: + 'ibc/5A05C57440D7AB7AF7EB48E8605C7985C871E49BC6A024A5D10BBB44620A2210', + exponent: 0, + aliases: [ + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz' + ] + }, + { + denom: 'willyz', + exponent: 6 + } + ], + base: 'ibc/5A05C57440D7AB7AF7EB48E8605C7985C871E49BC6A024A5D10BBB44620A2210', + name: 'Willyz', + display: 'willyz', + symbol: 'WILLYZ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + }, + keywords: ['memecoin'], + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-5498', + base_denom: + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz', + chain_name: 'osmosistestnet' + }, + chain: { + channel_id: 'channel-889' + } + } + ] + }, { description: 'The native token of Osmosis', denom_units: [ diff --git a/packages/assets/src/testnet/kyvetestnet.ts b/packages/assets/src/testnet/kyvetestnet.ts index fb820ca61..e636dc3a3 100644 --- a/packages/assets/src/testnet/kyvetestnet.ts +++ b/packages/assets/src/testnet/kyvetestnet.ts @@ -89,6 +89,51 @@ const assets: AssetList = { } } ] + }, + { + denom_units: [ + { + denom: + 'ibc/7B6DCC6FFBA65D66FE2F349B72A62298200CACC6BEF44F05BE337DA0DF6659DC', + exponent: 0, + aliases: [ + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz' + ] + }, + { + denom: 'willyz', + exponent: 6 + } + ], + base: 'ibc/7B6DCC6FFBA65D66FE2F349B72A62298200CACC6BEF44F05BE337DA0DF6659DC', + name: 'Willyz', + display: 'willyz', + symbol: 'WILLYZ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + }, + keywords: ['memecoin'], + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-10', + base_denom: + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz', + chain_name: 'osmosistestnet' + }, + chain: { + channel_id: 'channel-2' + } + } + ] } ] }; diff --git a/packages/assets/src/testnet/likecointestnet.ts b/packages/assets/src/testnet/likecointestnet.ts index 0c76f0ad6..6450e04d7 100644 --- a/packages/assets/src/testnet/likecointestnet.ts +++ b/packages/assets/src/testnet/likecointestnet.ts @@ -89,6 +89,51 @@ const assets: AssetList = { } } ] + }, + { + denom_units: [ + { + denom: + 'ibc/7B6DCC6FFBA65D66FE2F349B72A62298200CACC6BEF44F05BE337DA0DF6659DC', + exponent: 0, + aliases: [ + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz' + ] + }, + { + denom: 'willyz', + exponent: 6 + } + ], + base: 'ibc/7B6DCC6FFBA65D66FE2F349B72A62298200CACC6BEF44F05BE337DA0DF6659DC', + name: 'Willyz', + display: 'willyz', + symbol: 'WILLYZ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + }, + keywords: ['memecoin'], + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-4357', + base_denom: + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz', + chain_name: 'osmosistestnet' + }, + chain: { + channel_id: 'channel-2' + } + } + ] } ] }; diff --git a/packages/assets/src/testnet/marstestnet.ts b/packages/assets/src/testnet/marstestnet.ts index 3f80fa2a5..7334de096 100644 --- a/packages/assets/src/testnet/marstestnet.ts +++ b/packages/assets/src/testnet/marstestnet.ts @@ -90,6 +90,51 @@ const assets: AssetList = { } ] }, + { + denom_units: [ + { + denom: + 'ibc/6D6BCC3E63136E48D390A6B742A8D0AF32390EDBCF786DCBCAB5D72652FB7F5F', + exponent: 0, + aliases: [ + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz' + ] + }, + { + denom: 'willyz', + exponent: 6 + } + ], + base: 'ibc/6D6BCC3E63136E48D390A6B742A8D0AF32390EDBCF786DCBCAB5D72652FB7F5F', + name: 'Willyz', + display: 'willyz', + symbol: 'WILLYZ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + }, + keywords: ['memecoin'], + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-5499', + base_denom: + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz', + chain_name: 'osmosistestnet' + }, + chain: { + channel_id: 'channel-28' + } + } + ] + }, { description: 'The native token of Osmosis', denom_units: [ diff --git a/packages/assets/src/testnet/neutrontestnet.ts b/packages/assets/src/testnet/neutrontestnet.ts index cf6008773..fa1c9f3de 100644 --- a/packages/assets/src/testnet/neutrontestnet.ts +++ b/packages/assets/src/testnet/neutrontestnet.ts @@ -216,6 +216,51 @@ const assets: AssetList = { } } ] + }, + { + denom_units: [ + { + denom: + 'ibc/BE9381E313C25DC9B8716E202DC0A3A27CBE8F153472A7ED710C4BBA414415BE', + exponent: 0, + aliases: [ + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz' + ] + }, + { + denom: 'willyz', + exponent: 6 + } + ], + base: 'ibc/BE9381E313C25DC9B8716E202DC0A3A27CBE8F153472A7ED710C4BBA414415BE', + name: 'Willyz', + display: 'willyz', + symbol: 'WILLYZ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + }, + keywords: ['memecoin'], + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-4172', + base_denom: + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz', + chain_name: 'osmosistestnet' + }, + chain: { + channel_id: 'channel-196' + } + } + ] } ] }; diff --git a/packages/assets/src/testnet/nobletestnet.ts b/packages/assets/src/testnet/nobletestnet.ts index ab76e0e21..be330b07d 100644 --- a/packages/assets/src/testnet/nobletestnet.ts +++ b/packages/assets/src/testnet/nobletestnet.ts @@ -90,6 +90,51 @@ const assets: AssetList = { } ] }, + { + denom_units: [ + { + denom: + 'ibc/71EA961912A27B7C91895807478D7B4533176A7CD9456121A0B9129ECCA35DE2', + exponent: 0, + aliases: [ + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz' + ] + }, + { + denom: 'willyz', + exponent: 6 + } + ], + base: 'ibc/71EA961912A27B7C91895807478D7B4533176A7CD9456121A0B9129ECCA35DE2', + name: 'Willyz', + display: 'willyz', + symbol: 'WILLYZ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + }, + keywords: ['memecoin'], + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-4280', + base_denom: + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz', + chain_name: 'osmosistestnet' + }, + chain: { + channel_id: 'channel-22' + } + } + ] + }, { description: 'The native token of Osmosis', denom_units: [ diff --git a/packages/assets/src/testnet/nolustestnet.ts b/packages/assets/src/testnet/nolustestnet.ts index b4beea38b..0c9a9b4ac 100644 --- a/packages/assets/src/testnet/nolustestnet.ts +++ b/packages/assets/src/testnet/nolustestnet.ts @@ -131,6 +131,51 @@ const assets: AssetList = { } } ] + }, + { + denom_units: [ + { + denom: + 'ibc/BB012F1C95C818F6C959D638595984F4D3916F89E1C159FF73F6B130E0ADFD33', + exponent: 0, + aliases: [ + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz' + ] + }, + { + denom: 'willyz', + exponent: 6 + } + ], + base: 'ibc/BB012F1C95C818F6C959D638595984F4D3916F89E1C159FF73F6B130E0ADFD33', + name: 'Willyz', + display: 'willyz', + symbol: 'WILLYZ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + }, + keywords: ['memecoin'], + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-110', + base_denom: + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz', + chain_name: 'osmosistestnet' + }, + chain: { + channel_id: 'channel-0' + } + } + ] } ] }; diff --git a/packages/assets/src/testnet/persistencetestnet2.ts b/packages/assets/src/testnet/persistencetestnet2.ts index 5c6d15290..bd32f7901 100644 --- a/packages/assets/src/testnet/persistencetestnet2.ts +++ b/packages/assets/src/testnet/persistencetestnet2.ts @@ -485,6 +485,51 @@ const assets: AssetList = { } } ] + }, + { + denom_units: [ + { + denom: + 'ibc/436B2672F21D02B5E3ABEAE6668F60F9C657DA7656106385E9C1F8EBCA77300D', + exponent: 0, + aliases: [ + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz' + ] + }, + { + denom: 'willyz', + exponent: 6 + } + ], + base: 'ibc/436B2672F21D02B5E3ABEAE6668F60F9C657DA7656106385E9C1F8EBCA77300D', + name: 'Willyz', + display: 'willyz', + symbol: 'WILLYZ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + }, + keywords: ['memecoin'], + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-1037', + base_denom: + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz', + chain_name: 'osmosistestnet' + }, + chain: { + channel_id: 'channel-7' + } + } + ] } ] }; diff --git a/packages/assets/src/testnet/quicksilvertestnet.ts b/packages/assets/src/testnet/quicksilvertestnet.ts index 438ee794c..ccc078ed2 100644 --- a/packages/assets/src/testnet/quicksilvertestnet.ts +++ b/packages/assets/src/testnet/quicksilvertestnet.ts @@ -89,6 +89,51 @@ const assets: AssetList = { } } ] + }, + { + denom_units: [ + { + denom: + 'ibc/EB72FBC6930F8A7616520F6FE2A5509C7F8BBC1A9FB458CE7439F8DF3D855AA8', + exponent: 0, + aliases: [ + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz' + ] + }, + { + denom: 'willyz', + exponent: 6 + } + ], + base: 'ibc/EB72FBC6930F8A7616520F6FE2A5509C7F8BBC1A9FB458CE7439F8DF3D855AA8', + name: 'Willyz', + display: 'willyz', + symbol: 'WILLYZ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + }, + keywords: ['memecoin'], + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-13', + base_denom: + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz', + chain_name: 'osmosistestnet' + }, + chain: { + channel_id: 'channel-20' + } + } + ] } ] }; diff --git a/packages/assets/src/testnet/sagatestnet.ts b/packages/assets/src/testnet/sagatestnet.ts index 7be51ee83..d8bd7b30c 100644 --- a/packages/assets/src/testnet/sagatestnet.ts +++ b/packages/assets/src/testnet/sagatestnet.ts @@ -442,6 +442,51 @@ const assets: AssetList = { } } ] + }, + { + denom_units: [ + { + denom: + 'ibc/EB72FBC6930F8A7616520F6FE2A5509C7F8BBC1A9FB458CE7439F8DF3D855AA8', + exponent: 0, + aliases: [ + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz' + ] + }, + { + denom: 'willyz', + exponent: 6 + } + ], + base: 'ibc/EB72FBC6930F8A7616520F6FE2A5509C7F8BBC1A9FB458CE7439F8DF3D855AA8', + name: 'Willyz', + display: 'willyz', + symbol: 'WILLYZ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + }, + keywords: ['memecoin'], + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-4946', + base_denom: + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz', + chain_name: 'osmosistestnet' + }, + chain: { + channel_id: 'channel-20' + } + } + ] } ] }; diff --git a/packages/assets/src/testnet/sgetestnet.ts b/packages/assets/src/testnet/sgetestnet.ts index 7c912c676..e04fafd90 100644 --- a/packages/assets/src/testnet/sgetestnet.ts +++ b/packages/assets/src/testnet/sgetestnet.ts @@ -89,6 +89,51 @@ const assets: AssetList = { } } ] + }, + { + denom_units: [ + { + denom: + 'ibc/BF5B9C95960C2A5039D7E26A552663320466B4316D24A5EBAD08CBE8F35CA4BD', + exponent: 0, + aliases: [ + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz' + ] + }, + { + denom: 'willyz', + exponent: 6 + } + ], + base: 'ibc/BF5B9C95960C2A5039D7E26A552663320466B4316D24A5EBAD08CBE8F35CA4BD', + name: 'Willyz', + display: 'willyz', + symbol: 'WILLYZ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + }, + keywords: ['memecoin'], + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-1568', + base_denom: + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz', + chain_name: 'osmosistestnet' + }, + chain: { + channel_id: 'channel-1' + } + } + ] } ] }; diff --git a/packages/assets/src/testnet/stargazetestnet.ts b/packages/assets/src/testnet/stargazetestnet.ts index e9d36775c..fc55444e9 100644 --- a/packages/assets/src/testnet/stargazetestnet.ts +++ b/packages/assets/src/testnet/stargazetestnet.ts @@ -173,6 +173,51 @@ const assets: AssetList = { } } ] + }, + { + denom_units: [ + { + denom: + 'ibc/684DB47C841165800F9D49F73E089C49BED9A9AE6E97C5BB70F5B1B7CD94E12D', + exponent: 0, + aliases: [ + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz' + ] + }, + { + denom: 'willyz', + exponent: 6 + } + ], + base: 'ibc/684DB47C841165800F9D49F73E089C49BED9A9AE6E97C5BB70F5B1B7CD94E12D', + name: 'Willyz', + display: 'willyz', + symbol: 'WILLYZ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + }, + keywords: ['memecoin'], + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-4175', + base_denom: + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz', + chain_name: 'osmosistestnet' + }, + chain: { + channel_id: 'channel-638' + } + } + ] } ] }; diff --git a/packages/assets/src/testnet/xiontestnet.ts b/packages/assets/src/testnet/xiontestnet.ts index 322f66a95..1e9a77eeb 100644 --- a/packages/assets/src/testnet/xiontestnet.ts +++ b/packages/assets/src/testnet/xiontestnet.ts @@ -590,6 +590,51 @@ const assets: AssetList = { } } ] + }, + { + denom_units: [ + { + denom: + 'ibc/AB2FB1E06C1D202211CC6C1871FD9467F56887396562EE39456C123DC6BCC2FB', + exponent: 0, + aliases: [ + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz' + ] + }, + { + denom: 'willyz', + exponent: 6 + } + ], + base: 'ibc/AB2FB1E06C1D202211CC6C1871FD9467F56887396562EE39456C123DC6BCC2FB', + name: 'Willyz', + display: 'willyz', + symbol: 'WILLYZ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + }, + keywords: ['memecoin'], + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-4410', + base_denom: + 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz', + chain_name: 'osmosistestnet' + }, + chain: { + channel_id: 'channel-12' + } + } + ] } ] }; diff --git a/packages/chain-registry/src/mainnet/archway/chain.ts b/packages/chain-registry/src/mainnet/archway/chain.ts index a7d6f4040..c89c7aa5f 100644 --- a/packages/chain-registry/src/mainnet/archway/chain.ts +++ b/packages/chain-registry/src/mainnet/archway/chain.ts @@ -16,10 +16,10 @@ const info: Chain = { fee_tokens: [ { denom: 'aarch', - fixed_min_gas_price: 900000000000, - low_gas_price: 1000000000000, - average_gas_price: 1500000000000, - high_gas_price: 2000000000000 + fixed_min_gas_price: 140000000000, + low_gas_price: 196000000000, + average_gas_price: 225400000000, + high_gas_price: 254800000000 } ] }, diff --git a/packages/chain-registry/src/mainnet/assets.ts b/packages/chain-registry/src/mainnet/assets.ts index e291053fc..c16c17198 100644 --- a/packages/chain-registry/src/mainnet/assets.ts +++ b/packages/chain-registry/src/mainnet/assets.ts @@ -1,6 +1,5 @@ import { AssetList } from '@chain-registry/types'; -import * as _ from './'; import * as _8ball from './8ball'; import * as _acrechain from './acrechain'; import * as _agoric from './agoric'; @@ -151,7 +150,6 @@ import * as _xpla from './xpla'; import * as _zetachain from './zetachain'; const assets: AssetList[] = [ - _.assets, _8ball.assets, _acrechain.assets, _agoric.assets, diff --git a/packages/chain-registry/src/mainnet/bandchain/chain.ts b/packages/chain-registry/src/mainnet/bandchain/chain.ts index 25894ddc4..5465b64ab 100644 --- a/packages/chain-registry/src/mainnet/bandchain/chain.ts +++ b/packages/chain-registry/src/mainnet/bandchain/chain.ts @@ -80,6 +80,10 @@ const info: Chain = { { address: 'https://public.stakewolle.com/cosmos/bandchain/rpc', provider: 'Stakewolle' + }, + { + address: 'https://rpc.band.bronbro.io/', + provider: 'Bro_n_Bro' } ], rest: [ @@ -126,6 +130,10 @@ const info: Chain = { { address: 'https://public.stakewolle.com/cosmos/bandchain/rest', provider: 'Stakewolle' + }, + { + address: 'https://lcd.band.bronbro.io/', + provider: 'Bro_n_Bro' } ], grpc: [ @@ -164,6 +172,10 @@ const info: Chain = { { address: 'band-grpc.stake-town.com:443', provider: 'StakeTown' + }, + { + address: 'grpc.band.bronbro.io:443', + provider: 'Bro_n_Bro' } ] }, diff --git a/packages/chain-registry/src/mainnet/celestia/chain.ts b/packages/chain-registry/src/mainnet/celestia/chain.ts index 92ce48e5a..e7c23ccd4 100644 --- a/packages/chain-registry/src/mainnet/celestia/chain.ts +++ b/packages/chain-registry/src/mainnet/celestia/chain.ts @@ -130,6 +130,10 @@ const info: Chain = { { address: 'https://celestia-rpc.stake-town.com', provider: 'StakeTown' + }, + { + address: 'https://rpc.celestia-app.bronbro.io', + provider: 'Bro_n_Bro' } ], rest: [ @@ -216,6 +220,10 @@ const info: Chain = { { address: 'https://celestia-api.stake-town.com', provider: 'StakeTown' + }, + { + address: 'https://lcd.celestia-app.bronbro.io', + provider: 'Bro_n_Bro' } ], grpc: [ @@ -240,7 +248,7 @@ const info: Chain = { provider: 'Stakeflow' }, { - address: 'grpc-celestia.cosmos-spaces.cloud:5190', + address: 'grpc-celestia.cosmos-spaces.cloud:443', provider: 'Cosmos Spaces' }, { @@ -286,6 +294,10 @@ const info: Chain = { { address: 'https://celestia-grpc.stake-town.com', provider: 'StakeTown' + }, + { + address: 'grpc.celestia-app.bronbro.io:443', + provider: 'Bro_n_Bro' } ] }, diff --git a/packages/chain-registry/src/mainnet/chains.ts b/packages/chain-registry/src/mainnet/chains.ts index eff34fdb9..3b6194c17 100644 --- a/packages/chain-registry/src/mainnet/chains.ts +++ b/packages/chain-registry/src/mainnet/chains.ts @@ -1,6 +1,5 @@ import { Chain } from '@chain-registry/types'; -import * as _ from './'; import * as _8ball from './8ball'; import * as _acrechain from './acrechain'; import * as _agoric from './agoric'; @@ -152,7 +151,6 @@ import * as _xpla from './xpla'; import * as _zetachain from './zetachain'; const chains: Chain[] = [ - _.chain, _8ball.chain, _acrechain.chain, _agoric.chain, diff --git a/packages/chain-registry/src/mainnet/cheqd/chain.ts b/packages/chain-registry/src/mainnet/cheqd/chain.ts index 2825022fa..145d61c95 100644 --- a/packages/chain-registry/src/mainnet/cheqd/chain.ts +++ b/packages/chain-registry/src/mainnet/cheqd/chain.ts @@ -42,6 +42,10 @@ const info: Chain = { address: 'https://cheqd-rpc.lavenderfive.com:443', provider: 'Lavender.Five Nodes' }, + { + address: 'https://cheqd.rpc.m.stavr.tech:443', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'https://rpc-cheqd-ia.cosmosia.notional.ventures/', provider: 'Notional' @@ -76,6 +80,10 @@ const info: Chain = { address: 'https://cheqd-api.lavenderfive.com:443', provider: 'Lavender.Five Nodes' }, + { + address: 'https://cheqd.api.m.stavr.tech', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'https://api-cheqd-ia.cosmosia.notional.ventures/', provider: 'Notional' @@ -106,6 +114,10 @@ const info: Chain = { address: 'grpc.cheqd.net:443', provider: 'cheqd' }, + { + address: 'cheqd.grpc.m.stavr.tech:9337', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'cheqd-grpc.lavenderfive.com:443', provider: 'Lavender.Five Nodes šŸ' @@ -140,6 +152,11 @@ const info: Chain = { url: 'https://ping.pub/cheqd', tx_page: 'https://ping.pub/cheqd/tx/${txHash}' }, + { + kind: 'šŸ”„STAVRšŸ”„', + url: 'https://explorer.stavr.tech/Cheqd-Mainnet', + tx_page: 'https://explorer.stavr.tech/Cheqd-Mainnet/tx/${txHash}' + }, { kind: 'atomscan', url: 'https://atomscan.com/cheqd', diff --git a/packages/chain-registry/src/mainnet/decentr/chain.ts b/packages/chain-registry/src/mainnet/decentr/chain.ts index b43057602..9ab38d3f5 100644 --- a/packages/chain-registry/src/mainnet/decentr/chain.ts +++ b/packages/chain-registry/src/mainnet/decentr/chain.ts @@ -44,6 +44,10 @@ const info: Chain = { address: 'https://rpc.decentr.chaintools.tech/', provider: 'ChainTools' }, + { + address: 'https://decentr.rpc.m.stavr.tech:443', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'https://decentr-rpc.ibs.team/', provider: 'Inter Blockchain Services' @@ -62,6 +66,10 @@ const info: Chain = { address: 'https://rest.mainnet.decentr.xyz', provider: 'decentr' }, + { + address: 'https://decentr.api.m.stavr.tech', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'https://api.decentr.chaintools.tech/', provider: 'ChainTools' @@ -76,6 +84,10 @@ const info: Chain = { address: 'https://grpc-decentr.sxlzptprjkt.xyz:443', provider: 'sxlzptprjkt | VALIDATOR' }, + { + address: 'decentr.grpc.m.stavr.tech:2060', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'https://grpc.decentr.hexnodes.co', provider: 'Hexnodes' @@ -102,6 +114,11 @@ const info: Chain = { url: 'https://ping.pub/decentr/', tx_page: 'https://ping.pub/decentr/tx/${txHash}' }, + { + kind: 'šŸ”„STAVRšŸ”„', + url: 'https://explorer.stavr.tech/Decentr-Mainnet', + tx_page: 'https://explorer.stavr.tech/Decentr-Mainnet/tx/${txHash}' + }, { kind: 'atomscan', url: 'https://atomscan.com/decentr', diff --git a/packages/chain-registry/src/mainnet/firmachain/chain.ts b/packages/chain-registry/src/mainnet/firmachain/chain.ts index 5ef718a59..9764c0c6f 100644 --- a/packages/chain-registry/src/mainnet/firmachain/chain.ts +++ b/packages/chain-registry/src/mainnet/firmachain/chain.ts @@ -38,6 +38,10 @@ const info: Chain = { address: 'https://lcd-mainnet.firmachain.dev:26657', provider: 'FirmaChain' }, + { + address: 'https://firma.rpc.m.stavr.tech:443', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'https://rpc.firmachain.chaintools.tech/', provider: 'ChainTools' @@ -56,6 +60,10 @@ const info: Chain = { address: 'https://lcd-mainnet.firmachain.dev:1317', provider: 'FirmaChain' }, + { + address: 'https://firma.api.m.stavr.tech', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'https://api.firmachain.chaintools.tech/', provider: 'ChainTools' @@ -74,6 +82,10 @@ const info: Chain = { address: 'firmachain-grpc.lavenderfive.com:443', provider: 'Lavender.Five Nodes šŸ' }, + { + address: 'firma.grpc.m.stavr.tech:2030', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'https://firmachain-grpc.ramuchi.tech:1390', provider: 'ramuchi.tech' @@ -88,6 +100,13 @@ const info: Chain = { account_page: 'https://app.ezstaking.io/firmachain/account/${accountAddress}' }, + { + kind: 'šŸ”„STAVRšŸ”„', + url: 'https://explorer.stavr.tech/Firmachain-M', + tx_page: 'https://explorer.stavr.tech/Firmachain-M/txs/${txHash}', + account_page: + 'https://explorer.stavr.tech/Firmachain-M/account/${accountAddress}' + }, { kind: 'bigdipper', url: 'https://explorer.firmachain.dev', diff --git a/packages/chain-registry/src/mainnet/humans/chain.ts b/packages/chain-registry/src/mainnet/humans/chain.ts index a19d2f894..4c1d34cac 100644 --- a/packages/chain-registry/src/mainnet/humans/chain.ts +++ b/packages/chain-registry/src/mainnet/humans/chain.ts @@ -48,6 +48,10 @@ const info: Chain = { address: 'https://humans.rpc.kjnodes.com', provider: 'kjnodes' }, + { + address: 'https://humans.rpc.nodeshub.online', + provider: 'NodesHub' + }, { address: 'https://humans-mainnet-rpc.itrocket.net', provider: 'itrocket' @@ -94,6 +98,10 @@ const info: Chain = { address: 'https://humans.api.kjnodes.com', provider: 'kjnodes' }, + { + address: 'https://humans.api.nodeshub.online', + provider: 'NodesHub' + }, { address: 'https://humans-mainnet-api.itrocket.net', provider: 'itrocket' diff --git a/packages/chain-registry/src/mainnet/impacthub/chain.ts b/packages/chain-registry/src/mainnet/impacthub/chain.ts index 9f91f4ff8..cdd9646a2 100644 --- a/packages/chain-registry/src/mainnet/impacthub/chain.ts +++ b/packages/chain-registry/src/mainnet/impacthub/chain.ts @@ -45,6 +45,10 @@ const info: Chain = { address: 'https://impacthub.ixo.world/rpc/', provider: 'ixoworld' }, + { + address: 'https://ixo.rpc.m.stavr.tech:443', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'https://rpc-ixo-ia.cosmosia.notional.ventures/', provider: 'Notional' @@ -67,6 +71,10 @@ const info: Chain = { address: 'https://impacthub.ixo.world/rest/', provider: 'ixoworld' }, + { + address: 'https://ixo.api.m.stavr.tech', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'https://api-ixo-ia.cosmosia.notional.ventures/', provider: 'Notional' @@ -85,6 +93,10 @@ const info: Chain = { address: 'grpc-ixo-ia.cosmosia.notional.ventures:443', provider: 'Notional' }, + { + address: 'ixo.grpc.m.stavr.tech:2010', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'impacthub-grpc.lavenderfive.com:443', provider: 'Lavender.Five Nodes šŸ' @@ -98,6 +110,13 @@ const info: Chain = { tx_page: 'https://app.ezstaking.io/ixo/txs/${txHash}', account_page: 'https://app.ezstaking.io/ixo/account/${accountAddress}' }, + { + kind: 'šŸ”„STAVRšŸ”„', + url: 'https://explorer.stavr.tech/IXO-Mainnet', + tx_page: 'https://explorer.stavr.tech/IXO-Mainnet/txs/${txHash}', + account_page: + 'https://explorer.stavr.tech/IXO-Mainnet/account/${accountAddress}' + }, { kind: 'bigdipper', url: 'https://blockscan.ixo.world', diff --git a/packages/chain-registry/src/mainnet/index.ts b/packages/chain-registry/src/mainnet/index.ts index dd5ebe1cc..8098d4039 100644 --- a/packages/chain-registry/src/mainnet/index.ts +++ b/packages/chain-registry/src/mainnet/index.ts @@ -1,4 +1,3 @@ -export * as _ from './'; export * as _8ball from './8ball'; export * as acrechain from './acrechain'; export * as agoric from './agoric'; diff --git a/packages/chain-registry/src/mainnet/injective/chain.ts b/packages/chain-registry/src/mainnet/injective/chain.ts index 037676859..70f2d843d 100644 --- a/packages/chain-registry/src/mainnet/injective/chain.ts +++ b/packages/chain-registry/src/mainnet/injective/chain.ts @@ -78,6 +78,10 @@ const info: Chain = { { address: 'https://public.stakewolle.com/cosmos/injective/rpc', provider: 'Stakewolle' + }, + { + address: 'https://rpc.injective.bronbro.io/', + provider: 'Bro_n_Bro' } ], rest: [ @@ -120,6 +124,10 @@ const info: Chain = { { address: 'https://public.stakewolle.com/cosmos/injective/rest', provider: 'Stakewolle' + }, + { + address: 'https://lcd.injective.bronbro.io/', + provider: 'Bro_n_Bro' } ], grpc: [ @@ -166,6 +174,10 @@ const info: Chain = { { address: 'grpc-injective.whispernode.com:443', provider: 'WhisperNode šŸ¤' + }, + { + address: 'grpc.injective.bronbro.io:443', + provider: 'Bro_n_Bro' } ] }, diff --git a/packages/chain-registry/src/mainnet/juno/assets.ts b/packages/chain-registry/src/mainnet/juno/assets.ts index 9fda01157..2d28e40ad 100644 --- a/packages/chain-registry/src/mainnet/juno/assets.ts +++ b/packages/chain-registry/src/mainnet/juno/assets.ts @@ -2050,6 +2050,36 @@ const info: AssetList = { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/poil.png' } ] + }, + { + description: + 'Minerva was one of the main goddesses worshiped by the Roman Pagans and is a goddess from Roman Mythology.', + type_asset: 'cw20', + address: + 'juno1lsfym25w35ylhuq4m48fmycwe6nhntzh2ag2pttqtfe8cew9s25s2ym9t8', + denom_units: [ + { + denom: + 'cw20:juno1lsfym25w35ylhuq4m48fmycwe6nhntzh2ag2pttqtfe8cew9s25s2ym9t8', + exponent: 0 + }, + { + denom: 'minerva', + exponent: 6 + } + ], + base: 'cw20:juno1lsfym25w35ylhuq4m48fmycwe6nhntzh2ag2pttqtfe8cew9s25s2ym9t8', + name: 'MINERVA', + display: 'minerva', + symbol: 'MRVA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/minerva.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/minerva.png' + } + ] } ] }; diff --git a/packages/chain-registry/src/mainnet/kichain/chain.ts b/packages/chain-registry/src/mainnet/kichain/chain.ts index 5764850ab..2212e3581 100644 --- a/packages/chain-registry/src/mainnet/kichain/chain.ts +++ b/packages/chain-registry/src/mainnet/kichain/chain.ts @@ -79,6 +79,10 @@ const info: Chain = { address: 'https://api-kichain-ia.cosmosia.notional.ventures/', provider: 'Notional' }, + { + address: 'https://kichain.api.m.stavr.tech', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'https://api.kichain.chaintools.tech/', provider: 'ChainTools' @@ -140,6 +144,11 @@ const info: Chain = { tx_page: 'https://www.mintscan.io/ki-chain/txs/${txHash}', account_page: 'https://www.mintscan.io/ki-chain/account/${accountAddress}' }, + { + kind: 'šŸ”„STAVRšŸ”„', + url: 'https://explorer.stavr.tech/Kichain-Mainnet', + tx_page: 'https://explorer.stavr.tech/Kichain-Mainnet/tx/${txHash}' + }, { kind: 'ping.pub', url: 'https://ping.pub/kichain', diff --git a/packages/chain-registry/src/mainnet/kujira/ibc.ts b/packages/chain-registry/src/mainnet/kujira/ibc.ts index dd1969878..b8d52ee1e 100644 --- a/packages/chain-registry/src/mainnet/kujira/ibc.ts +++ b/packages/chain-registry/src/mainnet/kujira/ibc.ts @@ -838,6 +838,38 @@ const info: IBCInfo[] = [ } ] }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'kujira', + client_id: '07-tendermint-166', + connection_id: 'connection-129' + }, + chain_2: { + chain_name: 'odin', + client_id: '07-tendermint-114', + connection_id: 'connection-83' + }, + channels: [ + { + chain_1: { + channel_id: 'channel-157', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-63', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true, + dex: 'kujira' + } + } + ] + }, { $schema: '../ibc_data.schema.json', chain_1: { diff --git a/packages/chain-registry/src/mainnet/kujira/ibc_chain1.ts b/packages/chain-registry/src/mainnet/kujira/ibc_chain1.ts index c486b86fe..e6d058f9f 100644 --- a/packages/chain-registry/src/mainnet/kujira/ibc_chain1.ts +++ b/packages/chain-registry/src/mainnet/kujira/ibc_chain1.ts @@ -155,6 +155,38 @@ const info: IBCInfo[] = [ } ] }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'kujira', + client_id: '07-tendermint-166', + connection_id: 'connection-129' + }, + chain_2: { + chain_name: 'odin', + client_id: '07-tendermint-114', + connection_id: 'connection-83' + }, + channels: [ + { + chain_1: { + channel_id: 'channel-157', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-63', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true, + dex: 'kujira' + } + } + ] + }, { $schema: '../ibc_data.schema.json', chain_1: { diff --git a/packages/chain-registry/src/mainnet/likecoin/chain.ts b/packages/chain-registry/src/mainnet/likecoin/chain.ts index bb0c84f1b..5f91601cf 100644 --- a/packages/chain-registry/src/mainnet/likecoin/chain.ts +++ b/packages/chain-registry/src/mainnet/likecoin/chain.ts @@ -47,6 +47,10 @@ const info: Chain = { address: 'https://likecoin-node.oldcat.io:443/rpc/', provider: 'Oldcat' }, + { + address: 'https://like.rpc.m.stavr.tech:443', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'https://rpc-likecoin-mainnet.pikaser.net', provider: 'PikaSer' @@ -61,6 +65,10 @@ const info: Chain = { address: 'https://mainnet-node.like.co', provider: 'like.co' }, + { + address: 'https://like.api.m.stavr.tech', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'https://likecoin-node.oldcat.io:443/api/', provider: 'Oldcat' @@ -75,6 +83,10 @@ const info: Chain = { address: 'mainnet-node-grpc.like.co:80', provider: 'like.co' }, + { + address: 'like.grpc.m.stavr.tech:2000', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'https://likecoin-node.oldcat.io:443/grpc/', provider: 'Oldcat' @@ -103,6 +115,11 @@ const info: Chain = { kind: 'lunie-ng', url: 'https://stake.like.co/' }, + { + kind: 'šŸ”„STAVRšŸ”„', + url: 'https://explorer.stavr.tech/Likecoin-M', + tx_page: 'https://explorer.stavr.tech/Likecoin-M/tx/${txHash}' + }, { kind: 'ping.pub', url: 'https://ping.pub/likecoin', diff --git a/packages/chain-registry/src/mainnet/lumnetwork/chain.ts b/packages/chain-registry/src/mainnet/lumnetwork/chain.ts index 3d46718b8..64cc9d1dc 100644 --- a/packages/chain-registry/src/mainnet/lumnetwork/chain.ts +++ b/packages/chain-registry/src/mainnet/lumnetwork/chain.ts @@ -43,6 +43,10 @@ const info: Chain = { address: 'https://node0.mainnet.lum.network/rpc', provider: 'Lum Foundation' }, + { + address: 'https://lum.rpc.m.stavr.tech:443', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'https://lumnetwork-rpc.lavenderfive.com/', provider: 'Lavender.Five Nodes šŸ' @@ -69,6 +73,10 @@ const info: Chain = { address: 'https://lumnetwork-api.lavenderfive.com/', provider: 'Lavender.Five Nodes šŸ' }, + { + address: 'https://lum.api.m.stavr.tech', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'https://lum-api.ibs.team', provider: 'Inter Blockchain Services' @@ -87,6 +95,10 @@ const info: Chain = { address: 'lumnetwork-grpc.lavenderfive.com:443', provider: 'Lavender.Five Nodes šŸ' }, + { + address: 'lum.grpc.m.stavr.tech:2277', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'lum-mainnet-grpc.autostake.com:443', provider: 'AutoStake šŸ›”ļø Slash Protected' @@ -115,6 +127,11 @@ const info: Chain = { tx_page: 'https://www.mintscan.io/lum/transactions/${txHash}', account_page: 'https://www.mintscan.io/lum/accounts/${accountAddress}' }, + { + kind: 'šŸ”„STAVRšŸ”„', + url: 'https://explorer.stavr.tech/LumNetwork-Mainnet', + tx_page: 'https://explorer.stavr.tech/LumNetwork-Mainnet/tx/${txHash}' + }, { kind: 'lum-network', url: 'https://explorer.lum.network', diff --git a/packages/chain-registry/src/mainnet/odin/chain.ts b/packages/chain-registry/src/mainnet/odin/chain.ts index 7de8e6804..24df381a7 100644 --- a/packages/chain-registry/src/mainnet/odin/chain.ts +++ b/packages/chain-registry/src/mainnet/odin/chain.ts @@ -41,6 +41,10 @@ const info: Chain = { address: 'https://rpc.odinprotocol.io', provider: 'Heimdall Gateway' }, + { + address: 'https://odin.rpc.m.stavr.tech:443', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'https://odin-rpc.lavenderfive.com/', provider: 'Lavender.Five Nodes šŸ' @@ -55,6 +59,10 @@ const info: Chain = { address: 'https://api.odinprotocol.io', provider: 'Heimdall Gateway' }, + { + address: 'https://odin.api.m.stavr.tech', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'https://odin-api.lavenderfive.com/', provider: 'Lavender.Five Nodes šŸ' @@ -69,6 +77,10 @@ const info: Chain = { address: 'odin-grpc.lavenderfive.com:443', provider: 'Lavender.Five Nodes šŸ' }, + { + address: 'odin.grpc.m.stavr.tech:122', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'odin-mainnet-grpc.autostake.com:443', provider: 'AutoStake šŸ›”ļø Slash Protected' @@ -81,6 +93,11 @@ const info: Chain = { url: 'https://mainnet.odinprotocol.io/', tx_page: 'https://mainnet.odinprotocol.io/transactions/${txHash}' }, + { + kind: 'šŸ”„STAVRšŸ”„', + url: 'https://explorer.stavr.tech/Odin-Mainnet', + tx_page: 'https://explorer.stavr.tech/Odin-Mainnet/tx/${txHash}' + }, { kind: 'ping.pub', url: 'https://ping.pub/odin', diff --git a/packages/chain-registry/src/mainnet/odin/ibc.ts b/packages/chain-registry/src/mainnet/odin/ibc.ts index 023aabf43..d303feca6 100644 --- a/packages/chain-registry/src/mainnet/odin/ibc.ts +++ b/packages/chain-registry/src/mainnet/odin/ibc.ts @@ -31,6 +31,38 @@ const info: IBCInfo[] = [ } ] }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'kujira', + client_id: '07-tendermint-166', + connection_id: 'connection-129' + }, + chain_2: { + chain_name: 'odin', + client_id: '07-tendermint-114', + connection_id: 'connection-83' + }, + channels: [ + { + chain_1: { + channel_id: 'channel-157', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-63', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true, + dex: 'kujira' + } + } + ] + }, { $schema: '../ibc_data.schema.json', chain_1: { diff --git a/packages/chain-registry/src/mainnet/oraichain/chain.ts b/packages/chain-registry/src/mainnet/oraichain/chain.ts index f354cbdd3..a9fcad701 100644 --- a/packages/chain-registry/src/mainnet/oraichain/chain.ts +++ b/packages/chain-registry/src/mainnet/oraichain/chain.ts @@ -41,6 +41,10 @@ const info: Chain = { address: 'https://rpc.orai.io', provider: 'oraichain-team' }, + { + address: 'https://rpc.orai.pfc.zone/', + provider: 'PFC' + }, { address: 'https://rpc-orai.nodine.id/', provider: 'Nodine.ID' @@ -89,6 +93,10 @@ const info: Chain = { address: 'grpc-oraichain.mms.team:443', provider: 'MMS' }, + { + address: 'grpc.orai.pfc.zone:443', + provider: 'PFC' + }, { address: 'oraichain-mainnet-grpc.autostake.com:443', provider: 'AutoStake šŸ›”ļø Slash Protected' diff --git a/packages/chain-registry/src/mainnet/oraichain/ibc.ts b/packages/chain-registry/src/mainnet/oraichain/ibc.ts index 7183b1e88..54b5efe1c 100644 --- a/packages/chain-registry/src/mainnet/oraichain/ibc.ts +++ b/packages/chain-registry/src/mainnet/oraichain/ibc.ts @@ -92,6 +92,23 @@ const info: IBCInfo[] = [ preferred: true, properties: 'privacy' } + }, + { + chain_1: { + channel_id: 'channel-140', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-222', + port_id: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true, + properties: 'privacy' + } } ] } diff --git a/packages/chain-registry/src/mainnet/oraichain/ibc_chain1.ts b/packages/chain-registry/src/mainnet/oraichain/ibc_chain1.ts index 94b8c2425..23e24b900 100644 --- a/packages/chain-registry/src/mainnet/oraichain/ibc_chain1.ts +++ b/packages/chain-registry/src/mainnet/oraichain/ibc_chain1.ts @@ -61,6 +61,23 @@ const info: IBCInfo[] = [ preferred: true, properties: 'privacy' } + }, + { + chain_1: { + channel_id: 'channel-140', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-222', + port_id: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true, + properties: 'privacy' + } } ] } diff --git a/packages/chain-registry/src/mainnet/osmosis/ibc.ts b/packages/chain-registry/src/mainnet/osmosis/ibc.ts index b85335bef..75b235bcb 100644 --- a/packages/chain-registry/src/mainnet/osmosis/ibc.ts +++ b/packages/chain-registry/src/mainnet/osmosis/ibc.ts @@ -3028,6 +3028,38 @@ const info: IBCInfo[] = [ } ] }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'osmosis', + client_id: '07-tendermint-3098', + connection_id: 'connection-2571' + }, + chain_2: { + chain_name: 'scorum', + client_id: '07-tendermint-6', + connection_id: 'connection-1' + }, + channels: [ + { + chain_1: { + channel_id: 'channel-20100', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-1', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true, + dex: 'osmosis' + } + } + ] + }, { $schema: '../ibc_data.schema.json', chain_1: { diff --git a/packages/chain-registry/src/mainnet/osmosis/ibc_chain1.ts b/packages/chain-registry/src/mainnet/osmosis/ibc_chain1.ts index c32b16d81..c412de6ef 100644 --- a/packages/chain-registry/src/mainnet/osmosis/ibc_chain1.ts +++ b/packages/chain-registry/src/mainnet/osmosis/ibc_chain1.ts @@ -414,6 +414,38 @@ const info: IBCInfo[] = [ } ] }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'osmosis', + client_id: '07-tendermint-3098', + connection_id: 'connection-2571' + }, + chain_2: { + chain_name: 'scorum', + client_id: '07-tendermint-6', + connection_id: 'connection-1' + }, + channels: [ + { + chain_1: { + channel_id: 'channel-20100', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-1', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true, + dex: 'osmosis' + } + } + ] + }, { $schema: '../ibc_data.schema.json', chain_1: { diff --git a/packages/chain-registry/src/mainnet/planq/chain.ts b/packages/chain-registry/src/mainnet/planq/chain.ts index ff4d9f75b..d39b3b731 100644 --- a/packages/chain-registry/src/mainnet/planq/chain.ts +++ b/packages/chain-registry/src/mainnet/planq/chain.ts @@ -47,6 +47,10 @@ const info: Chain = { address: 'https://planq.rpc.bccnodes.com', provider: 'BccNodes' }, + { + address: 'https://planq.rpc.m.stavr.tech:443', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'https://rpc.planq.nodestake.top', provider: 'NodeStake' @@ -85,6 +89,10 @@ const info: Chain = { address: 'https://rest.planq.network', provider: 'planq.network' }, + { + address: 'https://planq.api.m.stavr.tech', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'https://api.planq.nodestake.top', provider: 'NodeStake' @@ -123,6 +131,10 @@ const info: Chain = { address: 'grpc.planq.network:443', provider: 'planq.network' }, + { + address: 'planq.grpc.m.stavr.tech:2070', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'planq.grpc.bccnodes.com:443', provider: 'BccNodes' @@ -205,6 +217,11 @@ const info: Chain = { url: 'https://explorer.planq.network', tx_page: 'https://explorer.planq.network/transactions/${txHash}' }, + { + kind: 'šŸ”„STAVRšŸ”„', + url: 'https://explorer.stavr.tech/Planq-Mainnet', + tx_page: 'https://explorer.stavr.tech/Planq-Mainnet/tx/${txHash}' + }, { kind: 'blockscout', url: 'https://evm.planq.network', diff --git a/packages/chain-registry/src/mainnet/point/chain.ts b/packages/chain-registry/src/mainnet/point/chain.ts index 5c3490736..9a293346c 100644 --- a/packages/chain-registry/src/mainnet/point/chain.ts +++ b/packages/chain-registry/src/mainnet/point/chain.ts @@ -42,6 +42,10 @@ const info: Chain = { address: 'https://rpc.point.nodestake.top', provider: 'NodeStake' }, + { + address: 'https://point.rpc.m.stavr.tech:443', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'https://rpc.point.indonode.net', provider: 'Indonode' @@ -52,6 +56,10 @@ const info: Chain = { address: 'https://rpc-mainnet-1.point.space:1317', provider: 'Point Network' }, + { + address: 'https://point.api.m.stavr.tech', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'https://api.point.nodestake.top', provider: 'NodeStake' @@ -66,6 +74,10 @@ const info: Chain = { address: 'grpc.point.nodestake.top:443', provider: 'NodeStake' }, + { + address: 'point.grpc.m.stavr.tech:2050', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'https://grpc.point.nodexcapital.com', provider: 'āš”NodeX Validatorāš”' @@ -92,6 +104,11 @@ const info: Chain = { url: 'https://explorer.pointnetwork.io/', tx_page: 'https://explorer.pointnetwork.io/tx/${txHash}' }, + { + kind: 'šŸ”„STAVRšŸ”„', + url: 'https://explorer.stavr.tech/Point-Mainnet', + tx_page: 'https://explorer.stavr.tech/Point-Mainnet/tx/${txHash}' + }, { kind: 'ping.pub', url: 'https://cosmos.pointnetwork.io/', diff --git a/packages/chain-registry/src/mainnet/qwoyn/chain.ts b/packages/chain-registry/src/mainnet/qwoyn/chain.ts index 500e61673..bd03ab65e 100644 --- a/packages/chain-registry/src/mainnet/qwoyn/chain.ts +++ b/packages/chain-registry/src/mainnet/qwoyn/chain.ts @@ -44,6 +44,10 @@ const info: Chain = { address: 'https://rpc-qwoyn.theamsolutions.info:443', provider: 'AM Solutions' }, + { + address: 'https://qwoyn.rpc.m.stavr.tech:443', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'https://qwoyn-rpc.staketab.org:443', provider: 'Staketab' @@ -70,6 +74,10 @@ const info: Chain = { address: 'services.staketab.com:9430', provider: 'Staketab' }, + { + address: 'qwoyn.grpc.m.stavr.tech:1907', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'services.staketab.com:2000', provider: 'Staketab archive' @@ -100,6 +108,10 @@ const info: Chain = { address: 'https://qwoyn-rest.staketab.org', provider: 'Staketab' }, + { + address: 'https://qwoyn.api.m.stavr.tech', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'https://qwoyn-rest-archive.staketab.org', provider: 'Staketab archive' @@ -126,6 +138,13 @@ const info: Chain = { account_page: 'https://explorer.theamsolutions.info/qwoyn-main/account/${accountAddress}' }, + { + kind: 'šŸ”„STAVRšŸ”„', + url: 'https://explorer.stavr.tech/Qwoyn-Mainnet', + tx_page: 'https://explorer.stavr.tech/Qwoyn-Mainnet/tx/${txHash}', + account_page: + 'https://explorer.stavr.tech/Qwoyn-Mainnet/account/${accountAddress}' + }, { kind: 'ping', url: 'https://explorer.theamsolutions.info/QWOYN-MAIN', diff --git a/packages/chain-registry/src/mainnet/regen/chain.ts b/packages/chain-registry/src/mainnet/regen/chain.ts index a9e04786e..017edea29 100644 --- a/packages/chain-registry/src/mainnet/regen/chain.ts +++ b/packages/chain-registry/src/mainnet/regen/chain.ts @@ -44,6 +44,10 @@ const info: Chain = { address: 'http://public-rpc.regen.vitwit.com:26657', provider: 'vitwit' }, + { + address: 'https://regen.rpc.m.stavr.tech:443', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'https://regen.stakesystems.io:2053', provider: 'stakesystems' @@ -86,6 +90,10 @@ const info: Chain = { address: 'https://regen.stakesystems.io', provider: 'stakesystems' }, + { + address: 'https://regen.api.m.stavr.tech', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'https://api-regen-ia.cosmosia.notional.ventures/', provider: 'Notional' @@ -124,6 +132,10 @@ const info: Chain = { address: 'regen-mainnet-grpc.autostake.com:443', provider: 'AutoStake šŸ›”ļø Slash Protected' }, + { + address: 'regen.grpc.m.stavr.tech:124', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'regen-grpc.w3coins.io:22790', provider: 'w3coins' @@ -141,6 +153,11 @@ const info: Chain = { tx_page: 'https://www.mintscan.io/regen/transactions/${txHash}', account_page: 'https://www.mintscan.io/regen/accounts/${accountAddress}' }, + { + kind: 'šŸ”„STAVRšŸ”„', + url: 'https://explorer.stavr.tech/Regen-Mainnet', + tx_page: 'https://explorer.stavr.tech/Regen-Mainnet/tx/${txHash}' + }, { kind: 'ping.pub', url: 'https://ping.pub/regen', diff --git a/packages/chain-registry/src/mainnet/scorum/index.ts b/packages/chain-registry/src/mainnet/scorum/index.ts index 40bf3856e..86a6e3440 100644 --- a/packages/chain-registry/src/mainnet/scorum/index.ts +++ b/packages/chain-registry/src/mainnet/scorum/index.ts @@ -1,5 +1,7 @@ import _assets from './assets'; import _chain from './chain'; +import _ibc from './ibc'; export const assets = _assets; export const chain = _chain; +export const ibc = _ibc; diff --git a/packages/chain-registry/src/mainnet/secretnetwork/ibc.ts b/packages/chain-registry/src/mainnet/secretnetwork/ibc.ts index b3852c298..473bbbe6e 100644 --- a/packages/chain-registry/src/mainnet/secretnetwork/ibc.ts +++ b/packages/chain-registry/src/mainnet/secretnetwork/ibc.ts @@ -823,6 +823,23 @@ const info: IBCInfo[] = [ preferred: true, properties: 'privacy' } + }, + { + chain_1: { + channel_id: 'channel-140', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-222', + port_id: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true, + properties: 'privacy' + } } ] }, diff --git a/packages/chain-registry/src/mainnet/shentu/chain.ts b/packages/chain-registry/src/mainnet/shentu/chain.ts index 57b9241d3..3bbcaf35a 100644 --- a/packages/chain-registry/src/mainnet/shentu/chain.ts +++ b/packages/chain-registry/src/mainnet/shentu/chain.ts @@ -44,6 +44,10 @@ const info: Chain = { address: 'https://shentu-rpc.polkachu.com', provider: 'Polkachu' }, + { + address: 'https://shentu.rpc.m.stavr.tech:443', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'https://shentu-rpc.ramuchi.tech', provider: 'ramuchi.tech' @@ -78,6 +82,10 @@ const info: Chain = { address: 'https://shentu-api.polkachu.com', provider: 'Polkachu' }, + { + address: 'https://shentu.api.m.stavr.tech', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'https://shentu-api.ramuchi.tech', provider: 'ramuchi.tech' @@ -108,6 +116,10 @@ const info: Chain = { address: 'shentu-grpc.polkachu.com:14090', provider: 'Polkachu' }, + { + address: 'shentu.grpc.m.stavr.tech:9593', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'https://shentu-grpc.ramuchi.tech:12090', provider: 'ramuchi.tech' @@ -137,6 +149,13 @@ const info: Chain = { tx_page: 'https://app.ezstaking.io/shentu/txs/${txHash}', account_page: 'https://app.ezstaking.io/shentu/account/${accountAddress}' }, + { + kind: 'šŸ”„STAVRšŸ”„', + url: 'https://explorer.stavr.tech/Shentu-Mainnet', + tx_page: 'https://explorer.stavr.tech/Shentu-Mainnet/txs/${txHash}', + account_page: + 'https://explorer.stavr.tech/Shentu-Mainnet/account/${accountAddress}' + }, { kind: 'mintscan', url: 'https://www.mintscan.io/shentu', diff --git a/packages/chain-registry/src/mainnet/sommelier/chain.ts b/packages/chain-registry/src/mainnet/sommelier/chain.ts index 5abf8469b..8db501d91 100644 --- a/packages/chain-registry/src/mainnet/sommelier/chain.ts +++ b/packages/chain-registry/src/mainnet/sommelier/chain.ts @@ -60,10 +60,6 @@ const info: Chain = { address: 'https://sommelier-mainnet-rpc.autostake.com:443', provider: 'AutoStake šŸ›”ļø Slash Protected' }, - { - address: 'https://rpc-sommelier.cosmos-spaces.cloud', - provider: 'Cosmos Spaces' - }, { address: 'https://somm-rpc.kleomedes.network', provider: 'Kleomedes' @@ -90,10 +86,6 @@ const info: Chain = { address: 'https://sommelier-api.lavenderfive.com/', provider: 'Lavender.Five Nodes šŸ' }, - { - address: 'https://api-sommelier.cosmos-spaces.cloud', - provider: 'Cosmos Spaces' - }, { address: 'https://sommelier-mainnet-lcd.autostake.com:443', provider: 'AutoStake šŸ›”ļø Slash Protected' @@ -120,10 +112,6 @@ const info: Chain = { address: 'sommelier-mainnet-grpc.autostake.com:443', provider: 'AutoStake šŸ›”ļø Slash Protected' }, - { - address: 'grpc-sommelier.cosmos-spaces.cloud:2310', - provider: 'Cosmos Spaces' - }, { address: 'https://grpc.sommelier.nodexcapital.com', provider: 'āš”NodeX Validatorāš”' diff --git a/packages/chain-registry/src/mainnet/source/chain.ts b/packages/chain-registry/src/mainnet/source/chain.ts index 9e2c4674b..e77e7c0ec 100644 --- a/packages/chain-registry/src/mainnet/source/chain.ts +++ b/packages/chain-registry/src/mainnet/source/chain.ts @@ -150,6 +150,10 @@ const info: Chain = { { address: 'https://rest.source.posthuman.digital', provider: 'posthuman' + }, + { + address: 'http://source.api.staking-explorer.com', + provider: 'Daily $SOURCE DROP šŸ’°' } ], grpc: [ diff --git a/packages/chain-registry/src/mainnet/umee/chain.ts b/packages/chain-registry/src/mainnet/umee/chain.ts index 561f56cc9..f5a22666a 100644 --- a/packages/chain-registry/src/mainnet/umee/chain.ts +++ b/packages/chain-registry/src/mainnet/umee/chain.ts @@ -56,10 +56,6 @@ const info: Chain = { address: 'http://umee.rpc.m.stavr.tech:10457', provider: 'šŸ”„STAVRšŸ”„' }, - { - address: 'https://rpc-umee.cosmos-spaces.cloud', - provider: 'Cosmos Spaces' - }, { address: 'http://rpc-umee-0.node75.org:26657', provider: 'Pro-Nodes75' @@ -122,10 +118,6 @@ const info: Chain = { address: 'https://umee.api.m.stavr.tech', provider: 'šŸ”„STAVRšŸ”„' }, - { - address: 'https://api-umee.cosmos-spaces.cloud', - provider: 'Cosmos Spaces' - }, { address: 'https://umee-mainnet-lcd.autostake.com:443', provider: 'AutoStake šŸ›”ļø Slash Protected' @@ -196,10 +188,6 @@ const info: Chain = { address: 'umee-mainnet-grpc.autostake.com:443', provider: 'AutoStake šŸ›”ļø Slash Protected' }, - { - address: 'grpc-umee.cosmos-spaces.cloud:2110', - provider: 'Cosmos Spaces' - }, { address: 'umee-grpc.quantnode.tech:9090', provider: 'QuantNode gRPC' diff --git a/packages/chain-registry/src/mainnet/vidulum/chain.ts b/packages/chain-registry/src/mainnet/vidulum/chain.ts index b7d949cb5..dc061a316 100644 --- a/packages/chain-registry/src/mainnet/vidulum/chain.ts +++ b/packages/chain-registry/src/mainnet/vidulum/chain.ts @@ -41,6 +41,10 @@ const info: Chain = { address: 'https://mainnet-rpc.vidulum.app/', provider: 'vidulum' }, + { + address: 'https://vidulum.rpc.m.stavr.tech:443', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'https://rpc-vidulum-ia.cosmosia.notional.ventures/', provider: 'Notional' @@ -55,6 +59,10 @@ const info: Chain = { address: 'https://api-vidulum-ia.cosmosia.notional.ventures/', provider: 'Notional' }, + { + address: 'https://vidulum.api.m.stavr.tech', + provider: 'šŸ”„STAVRšŸ”„' + }, { address: 'https://api-vdl.nodine.id/', provider: 'Nodine.ID' @@ -64,6 +72,10 @@ const info: Chain = { { address: 'grpc-vidulum-ia.cosmosia.notional.ventures:443', provider: 'Notional' + }, + { + address: 'vidulum.grpc.m.stavr.tech:2040', + provider: 'šŸ”„STAVRšŸ”„' } ] }, @@ -78,6 +90,11 @@ const info: Chain = { url: 'https://ping.pub/vidulum', tx_page: 'https://ping.pub/vidulum/tx/${txHash}' }, + { + kind: 'šŸ”„STAVRšŸ”„', + url: 'https://explorer.stavr.tech/Vidulum-Mainnet', + tx_page: 'https://explorer.stavr.tech/Vidulum-Mainnet/tx/${txHash}' + }, { kind: 'atomscan', url: 'https://atomscan.com/vidulum', diff --git a/packages/chain-registry/src/testnet/sourcetestnet/chain.ts b/packages/chain-registry/src/testnet/sourcetestnet/chain.ts index d928c87a9..7c214c698 100644 --- a/packages/chain-registry/src/testnet/sourcetestnet/chain.ts +++ b/packages/chain-registry/src/testnet/sourcetestnet/chain.ts @@ -5,7 +5,7 @@ const info: Chain = { status: 'live', network_type: 'testnet', pretty_name: 'Source Testnet', - chain_id: 'source-testnet', + chain_id: 'sourcetest-1', bech32_prefix: 'source', daemon_name: 'sourced', node_home: '$HOME/.source', @@ -15,9 +15,10 @@ const info: Chain = { fee_tokens: [ { denom: 'usource', - low_gas_price: 0.03, - average_gas_price: 0.04, - high_gas_price: 0.05 + fixed_min_gas_price: 0.05, + low_gas_price: 0.05, + average_gas_price: 0.075, + high_gas_price: 0.1 } ] }, @@ -31,17 +32,17 @@ const info: Chain = { codebase: { cosmos_sdk_version: '0.45', cosmwasm_enabled: true, - cosmwasm_version: '0.25' + cosmwasm_version: '0.30' }, apis: { rpc: [ { - address: 'https://rpc-t.source.nodestake.top', - provider: 'Nodestake' + address: 'https://source-testnet-rpc.stake-town.com:443', + provider: 'StakeTown' }, { - address: 'https://rpc-source.nodeist.net', - provider: 'Nodeist' + address: 'https://rpc-testnet-source.sr20de.xyz', + provider: 'SR20DE' }, { address: 'https://source-testnet.rpc.kjnodes.com', @@ -50,26 +51,26 @@ const info: Chain = { ], rest: [ { - address: 'https://api-t.source.nodestake.top', - provider: 'Nodestake' + address: 'https://source-testnet-api.stake-town.com:443', + provider: 'StakeTown' }, { - address: 'https://api-source.nodeist.net', - provider: 'Nodeist' + address: 'https://api-testnet-source.sr20de.xyz', + provider: 'SR20DE' }, { address: 'https://source.api.t.stavr.tech', provider: 'šŸ”„STAVRšŸ”„' - }, - { - address: 'https://source-testnet.api.kjnodes.com', - provider: 'kjnodes' } ], grpc: [ { - address: 'https://grpc-t.source.nodestake.top', - provider: 'nodestake' + address: 'source-testnet-grpc.stake-town.com:443', + provider: 'StakeTown' + }, + { + address: 'grpc-testnet-source.sr20de.xyz/', + provider: 'SR20DE' } ] }, @@ -85,9 +86,9 @@ const info: Chain = { tx_page: 'https://explorer.stavr.tech/Source/tx/${txHash}' }, { - kind: 'kjnodes', - url: 'https://explorer.kjnodes.com/source-testnet', - tx_page: 'https://explorer.kjnodes.com/source-testnet/txs/${txHash}' + kind: 'SR20DE', + url: 'https://explorer.sr20de.xyz/Source-testnet', + tx_page: 'https://explorer.sr20de.xyz/Source-testnet/txs/${txHash}' } ] }; diff --git a/packages/juno/src/asset_list.ts b/packages/juno/src/asset_list.ts index 8d9e6981d..c63bda3ff 100644 --- a/packages/juno/src/asset_list.ts +++ b/packages/juno/src/asset_list.ts @@ -2239,7 +2239,8 @@ const asset_list: AssetList = { ] }, { - description: 'L DON a BitSong Music FanToken', + deprecated: true, + description: '[Redacted] a BitSong Music FanToken', denom_units: [ { denom: @@ -2248,22 +2249,14 @@ const asset_list: AssetList = { aliases: ['ft347B1612A2B7659913679CF6CD45B8B130C50A00'] }, { - denom: 'ldon', + denom: 'ft347B1612A2B7659913679CF6CD45B8B130C50A00/6', exponent: 6 } ], base: 'ibc/98DDD2EC382F0BB185A0EC8206D939673B62FB2EA511D79ECC4A623E7FBC413E', - name: 'L DON Fantoken', - display: 'ldon', + name: '[Redacted] Fantoken (ft3...A00)', + display: 'ft347B1612A2B7659913679CF6CD45B8B130C50A00/6', symbol: 'LDON', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft347B1612A2B7659913679CF6CD45B8B130C50A00.png' - }, - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft347B1612A2B7659913679CF6CD45B8B130C50A00.png' - } - ], traces: [ { type: 'ibc', @@ -4221,7 +4214,7 @@ const asset_list: AssetList = { denom_units: [ { denom: - 'ibc/9FB4893DF27BCBD63E23C5A1694A3F08DAC8507C292EB0515CD368FFE4229CAC', + 'ibc/996B7975DE362A67674029A04255167200D41CB02DA4156B000323FD7B27EBEB', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -4232,7 +4225,7 @@ const asset_list: AssetList = { exponent: 8 } ], - base: 'ibc/9FB4893DF27BCBD63E23C5A1694A3F08DAC8507C292EB0515CD368FFE4229CAC', + base: 'ibc/996B7975DE362A67674029A04255167200D41CB02DA4156B000323FD7B27EBEB', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', diff --git a/packages/juno/src/assets.ts b/packages/juno/src/assets.ts index e5d593c1a..96e45c7aa 100644 --- a/packages/juno/src/assets.ts +++ b/packages/juno/src/assets.ts @@ -2053,27 +2053,31 @@ const assets: AssetList = { }, { description: - 'Hava Coin is the lifeblood of the Cosmos & Juno networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', + 'Minerva was one of the main goddesses worshiped by the Roman Pagans and is a goddess from Roman Mythology.', + type_asset: 'cw20', + address: + 'juno1lsfym25w35ylhuq4m48fmycwe6nhntzh2ag2pttqtfe8cew9s25s2ym9t8', denom_units: [ { - denom: 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava', + denom: + 'cw20:juno1lsfym25w35ylhuq4m48fmycwe6nhntzh2ag2pttqtfe8cew9s25s2ym9t8', exponent: 0 }, { - denom: 'hava', + denom: 'minerva', exponent: 6 } ], - base: 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava', - name: 'Hava Coin', - display: 'hava', - symbol: 'HAVA', + base: 'cw20:juno1lsfym25w35ylhuq4m48fmycwe6nhntzh2ag2pttqtfe8cew9s25s2ym9t8', + name: 'MINERVA', + display: 'minerva', + symbol: 'MRVA', logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/minerva.png' }, images: [ { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/minerva.png' } ] } diff --git a/packages/osmosis/src/asset_list.ts b/packages/osmosis/src/asset_list.ts index 4d8979894..342c95827 100644 --- a/packages/osmosis/src/asset_list.ts +++ b/packages/osmosis/src/asset_list.ts @@ -2864,7 +2864,8 @@ const asset_list: AssetList = { ] }, { - description: 'L DON a BitSong Music FanToken', + deprecated: true, + description: '[Redacted] a BitSong Music FanToken', denom_units: [ { denom: @@ -2873,22 +2874,14 @@ const asset_list: AssetList = { aliases: ['ft347B1612A2B7659913679CF6CD45B8B130C50A00'] }, { - denom: 'ldon', + denom: 'ft347B1612A2B7659913679CF6CD45B8B130C50A00/6', exponent: 6 } ], base: 'ibc/BE95D1E09F5A44FC5409F4E0F52750DF2A868D865BC91F3C3EE3C83235789D18', - name: 'L DON Fantoken', - display: 'ldon', + name: '[Redacted] Fantoken (ft3...A00)', + display: 'ft347B1612A2B7659913679CF6CD45B8B130C50A00/6', symbol: 'LDON', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft347B1612A2B7659913679CF6CD45B8B130C50A00.png' - }, - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft347B1612A2B7659913679CF6CD45B8B130C50A00.png' - } - ], traces: [ { type: 'ibc', @@ -5921,6 +5914,50 @@ const asset_list: AssetList = { } ] }, + { + description: 'The token of Teledisko DAO.', + denom_units: [ + { + denom: + 'ibc/2BF9656CAB0384A31167DB9B0254F0FB1CB4346A229BD7E5CBDCBB911C3740F7', + exponent: 0, + aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280'] + }, + { + denom: 'berlin', + exponent: 18 + } + ], + base: 'ibc/2BF9656CAB0384A31167DB9B0254F0FB1CB4346A229BD7E5CBDCBB911C3740F7', + name: 'Teledisko DAO', + display: 'berlin', + symbol: 'BERLIN', + type_asset: 'erc20', + address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280', + chain_name: 'evmos' + }, + chain: { + channel_id: 'channel-204' + } + } + ] + }, { description: 'The native staking and governance token of the Fetch Hub.', denom_units: [ @@ -6909,6 +6946,55 @@ const asset_list: AssetList = { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg' } }, + { + description: + 'Solana USD Coin (Wormhole), Solana USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3', + denom_units: [ + { + denom: + 'ibc/F08DE332018E8070CC4C68FE06E04E254F527556A614F5F8F9A68AF38D367E45', + exponent: 0, + aliases: [ + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3' + ] + }, + { + denom: 'wormhole/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3/6', + exponent: 6, + aliases: [] + } + ], + base: 'ibc/F08DE332018E8070CC4C68FE06E04E254F527556A614F5F8F9A68AF38D367E45', + display: 'wormhole/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3/6', + name: 'Solana USD Coin (Wormhole)', + symbol: 'solana.USDC.wh', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: + 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3', + chain_name: 'gateway' + }, + chain: { + channel_id: 'channel-2186' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'solana', + base_denom: 'EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + } + }, { description: 'L1 coin is the GenesisL1 blockchain utility, governance and EVM token', @@ -7476,7 +7562,7 @@ const asset_list: AssetList = { denom_units: [ { denom: - 'ibc/DB3CE83F4195CF2186F6FE114457A98139CA9ADC25A6AB317C727810BFDDFCA2', + 'ibc/35CECC330D11DD00FACB555D07687631E0BC7D226260CC5F015F6D7980819533', exponent: 0, aliases: ['aheart'] }, @@ -7485,7 +7571,7 @@ const asset_list: AssetList = { exponent: 18 } ], - base: 'ibc/DB3CE83F4195CF2186F6FE114457A98139CA9ADC25A6AB317C727810BFDDFCA2', + base: 'ibc/35CECC330D11DD00FACB555D07687631E0BC7D226260CC5F015F6D7980819533', name: 'HEART', display: 'heart', symbol: 'HEART', @@ -7497,19 +7583,29 @@ const asset_list: AssetList = { images: [ { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/humans_small_light.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/humans_small_light.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/humans_small_light.svg', + theme: { + dark_mode: false + } + }, + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg', + theme: { + dark_mode: true + } } ], traces: [ { type: 'ibc', counterparty: { - channel_id: 'channel-0', + channel_id: 'channel-4', base_denom: 'aheart', chain_name: 'humans' }, chain: { - channel_id: 'channel-15750' + channel_id: 'channel-20082' } } ] @@ -7903,11 +7999,11 @@ const asset_list: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -7956,6 +8052,178 @@ const asset_list: AssetList = { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg' } }, + { + description: + 'Hava Coin is the lifeblood of the Cosmos & Injective networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', + denom_units: [ + { + denom: + 'ibc/884EBC228DFCE8F1304D917A712AA9611427A6C1ECC3179B2E91D7468FB091A2', + exponent: 0, + aliases: ['factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava'] + }, + { + denom: 'hava', + exponent: 6 + } + ], + base: 'ibc/884EBC228DFCE8F1304D917A712AA9611427A6C1ECC3179B2E91D7468FB091A2', + name: 'Hava Coin', + display: 'hava', + symbol: 'HAVA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-8', + base_denom: + 'factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-122' + } + } + ] + }, + { + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", + denom_units: [ + { + denom: + 'ibc/0E6213E05174AA3C3965E5A1124D6C4D8757307D5DFEC48D7DBFA4A3F99568F2', + exponent: 0, + aliases: [ + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/0E6213E05174AA3C3965E5A1124D6C4D8757307D5DFEC48D7DBFA4A3F99568F2', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-8', + base_denom: + 'ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-122' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'The second meme coin on Injective.', + denom_units: [ + { + denom: + 'ibc/7295195818D9208637DE141D3E559E9D6FBBCA5E4009CA42BCC949DF5CC0051E', + exponent: 0, + aliases: ['inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88'] + }, + { + denom: 'NINPO', + exponent: 6 + } + ], + base: 'ibc/7295195818D9208637DE141D3E559E9D6FBBCA5E4009CA42BCC949DF5CC0051E', + name: 'Ninpo', + display: 'NINPO', + symbol: 'NINPO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-8', + base_denom: 'inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-122' + } + } + ] + }, + { + description: 'JUDO is a very futuristic meme token.', + denom_units: [ + { + denom: + 'ibc/69628D9E55DE019D28262C2A5F2229E043FF2D46CCAD1802BBDEEAD338367A4E', + exponent: 0, + aliases: ['inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h'] + }, + { + denom: 'JUDO', + exponent: 6 + } + ], + base: 'ibc/69628D9E55DE019D28262C2A5F2229E043FF2D46CCAD1802BBDEEAD338367A4E', + name: 'Judo', + display: 'JUDO', + symbol: 'JUDO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-8', + base_denom: 'inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-122' + } + } + ] + }, { description: 'The IRIS token is the native governance token for the IrisNet chain.', @@ -8260,48 +8528,6 @@ const asset_list: AssetList = { } ] }, - { - description: - 'Hava Coin is the lifeblood of the Cosmos & Juno networks, rewarding builders and welcoming supporters. https://havacoin.xyz/', - denom_units: [ - { - denom: - 'ibc/BB23594A71B0A7AFF92599C1706CC10592D8AC01C88091346018C4570751E55B', - exponent: 0, - aliases: ['factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava'] - }, - { - denom: 'hava', - exponent: 6 - } - ], - base: 'ibc/BB23594A71B0A7AFF92599C1706CC10592D8AC01C88091346018C4570751E55B', - name: 'Hava Coin', - display: 'hava', - symbol: 'HAVA', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - }, - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png' - } - ], - traces: [ - { - type: 'ibc', - counterparty: { - channel_id: 'channel-0', - base_denom: - 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava', - chain_name: 'juno' - }, - chain: { - channel_id: 'channel-42' - } - } - ] - }, { description: 'The native staking and governance token of Kava', denom_units: [ @@ -9359,7 +9585,7 @@ const asset_list: AssetList = { denom_units: [ { denom: - 'ibc/AE2E48325C970A58AF8A6B102BBB77AD2991BA7AB0D6D26EE4F77529F5A4BB89', + 'ibc/9B8FC796851D97DB7D557EAD04C383A34BBEF9A3C77F0719FCAD78430E0A108E', exponent: 0, aliases: [ 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3' @@ -9370,7 +9596,7 @@ const asset_list: AssetList = { exponent: 8 } ], - base: 'ibc/AE2E48325C970A58AF8A6B102BBB77AD2991BA7AB0D6D26EE4F77529F5A4BB89', + base: 'ibc/9B8FC796851D97DB7D557EAD04C383A34BBEF9A3C77F0719FCAD78430E0A108E', name: 'Wormhole Solana', display: 'sol', symbol: 'whSOL', @@ -11941,11 +12167,11 @@ const asset_list: AssetList = { base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO' }, - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } ], logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png' } }, { @@ -11992,13 +12218,106 @@ const asset_list: AssetList = { ] }, { - description: 'The permissioned staking asset for Noble Chain', + description: + "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.", denom_units: [ { denom: - 'ibc/B36FA1449007D770F373A0806EC5A907CC2D7DC11AE73FA8AFF76C5903A4F9B0', + 'ibc/A14B3FFAD2838A3C067DEFD55A87D95607B4ED69DC305E6DB4E8FCBCD90F3BDC', exponent: 0, - aliases: ['ustake'] + aliases: [ + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8' + ] + }, + { + denom: 'BADKID', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/A14B3FFAD2838A3C067DEFD55A87D95607B4ED69DC305E6DB4E8FCBCD90F3BDC', + name: 'Badkid', + display: 'BADKID', + symbol: 'BADKID', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-10', + base_denom: + 'ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-874' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png' + } + }, + { + description: 'Reflections of cartel activity on Cosmos.', + denom_units: [ + { + denom: + 'ibc/78574544C39A06D7B5920535188967E05FB94E9CDAC425FFFC21F6B031D2E811', + exponent: 0, + aliases: [ + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel' + ] + }, + { + denom: 'cartel', + exponent: 6 + } + ], + base: 'ibc/78574544C39A06D7B5920535188967E05FB94E9CDAC425FFFC21F6B031D2E811', + name: 'cartel', + display: 'cartel', + symbol: 'CARTEL', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-10', + base_denom: + 'factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-874' + } + } + ] + }, + { + description: 'The permissioned staking asset for Noble Chain', + denom_units: [ + { + denom: + 'ibc/B36FA1449007D770F373A0806EC5A907CC2D7DC11AE73FA8AFF76C5903A4F9B0', + exponent: 0, + aliases: ['ustake'] }, { denom: 'stake', @@ -13632,6 +13951,252 @@ const asset_list: AssetList = { } ] }, + { + denom_units: [ + { + denom: + 'ibc/FB052EB471E4B2DD00630E7F95446A39FE2121A61ECE3B4D721085A0B570FAA4', + exponent: 0, + aliases: [ + 'ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477' + ] + }, + { + denom: 'atom', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/FB052EB471E4B2DD00630E7F95446A39FE2121A61ECE3B4D721085A0B570FAA4', + name: 'Cosmos Hub Atom', + display: 'atom', + symbol: 'ATOM', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: + 'ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-199' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'cosmoshub', + base_denom: 'uatom' + }, + 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' + } + ], + 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' + } + }, + { + denom_units: [ + { + denom: + 'ibc/4A5AF55C4D52E519B180110E089C66FF86E0A99C0BA626EDC21A34AB9258416A', + exponent: 0, + aliases: [ + 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B' + ] + }, + { + denom: 'osmo', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/4A5AF55C4D52E519B180110E089C66FF86E0A99C0BA626EDC21A34AB9258416A', + name: 'Osmosis osmo', + display: 'osmo', + symbol: 'OSMO', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: + 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-199' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: 'uosmo' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/1EF395A961DBB6968E3EDE9B0885B6BEB241695E7AEEB49EF04E526042B3DAC7', + exponent: 0, + aliases: [ + 'ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274' + ] + }, + { + denom: 'ist', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/1EF395A961DBB6968E3EDE9B0885B6BEB241695E7AEEB49EF04E526042B3DAC7', + name: 'Agoric IST (Inter Stable Token)', + display: 'ist', + symbol: 'IST', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: + 'ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-199' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'agoric', + base_denom: 'uist' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/32930354257147078AB1B0B178E49C96AB8E94D804A5D57514444B3BD8F32C04', + exponent: 0, + aliases: [ + 'ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9' + ] + }, + { + denom: 'usdc', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/32930354257147078AB1B0B178E49C96AB8E94D804A5D57514444B3BD8F32C04', + name: 'USD Coin (Axelar)', + display: 'usdc', + symbol: 'USDC.axl', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: + 'ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-199' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'axelar', + base_denom: 'uusdc' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg' + } + }, + { + denom_units: [ + { + denom: + 'ibc/23D459D5E64FF57DCBEAB583497B62AE0A5B46AA6C0D487CC643B392B1CD359F', + exponent: 0, + aliases: [ + 'ibc/9F28238BDB687A86681B30764BA1437E079C3565D04FDD7862055A83F7E5C630' + ] + }, + { + denom: 'baddog', + exponent: 6 + } + ], + type_asset: 'ics20', + base: 'ibc/23D459D5E64FF57DCBEAB583497B62AE0A5B46AA6C0D487CC643B392B1CD359F', + name: 'BadDog (Osmosis)', + display: 'baddog', + symbol: 'BADDOG.osmo', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: + 'ibc/9F28238BDB687A86681B30764BA1437E079C3565D04FDD7862055A83F7E5C630', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-199' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'osmosis', + base_denom: + 'ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.svg' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.svg' + } + }, { description: 'The native token of Onomy Protocol', denom_units: [ @@ -14236,41 +14801,85 @@ const asset_list: AssetList = { denom: 'ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF', exponent: 0, - aliases: ['aplanq'] + aliases: ['aplanq'] + }, + { + denom: 'planq', + exponent: 18 + } + ], + base: 'ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF', + name: 'Planq', + display: 'planq', + symbol: 'PLQ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg' + }, + coingecko_id: 'planq', + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'aplanq', + chain_name: 'planq' + }, + chain: { + channel_id: 'channel-492' + } + } + ] + }, + { + description: 'The token of Source Protocol bridged from BSC.', + denom_units: [ + { + denom: + 'ibc/5CF826D4A1C654B63F5025923AEBE56BD5710BD56E743FBDB9B338D0DD444077', + exponent: 0, + aliases: ['erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09'] }, { - denom: 'planq', - exponent: 18 - } - ], - base: 'ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF', - name: 'Planq', - display: 'planq', - symbol: 'PLQ', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg' - }, - coingecko_id: 'planq', - images: [ - { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg' + denom: 'srcx', + exponent: 9 } ], + base: 'ibc/5CF826D4A1C654B63F5025923AEBE56BD5710BD56E743FBDB9B338D0DD444077', + name: 'Source Token', + display: 'srcx', + symbol: 'SRCX', traces: [ { type: 'ibc', counterparty: { channel_id: 'channel-1', - base_denom: 'aplanq', + base_denom: 'erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09', chain_name: 'planq' }, chain: { channel_id: 'channel-492' } } - ] + ], + images: [ + { + image_sync: { + chain_name: 'binancesmartchain', + base_denom: '0x454b90716a9435e7161a9aea5cf00e0acbe565ae' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png' + } }, { description: 'Hash is the staking token of the Provenance Blockchain', @@ -15163,6 +15772,128 @@ const asset_list: AssetList = { } ] }, + { + description: 'The native token of Scorum', + denom_units: [ + { + denom: + 'ibc/178248C262DE2E141EE6287EE7AB0854F05F25B0A3F40C4B912FA1C7E51F466E', + exponent: 0, + aliases: ['nscr'] + }, + { + denom: 'scr', + exponent: 9 + } + ], + base: 'ibc/178248C262DE2E141EE6287EE7AB0854F05F25B0A3F40C4B912FA1C7E51F466E', + name: 'Scorum', + display: 'scr', + symbol: 'SCR', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'nscr', + chain_name: 'scorum' + }, + chain: { + channel_id: 'channel-20100' + } + } + ] + }, + { + description: 'Scorum Power used for internal mechanics and staking', + denom_units: [ + { + denom: + 'ibc/261BCDCE26F35F787EEB32C09966E52B2F57DB4A207A9A26E601B92F35BBAA12', + exponent: 0, + aliases: ['nsp'] + }, + { + denom: 'sp', + exponent: 9 + } + ], + base: 'ibc/261BCDCE26F35F787EEB32C09966E52B2F57DB4A207A9A26E601B92F35BBAA12', + name: 'Scorum Power', + display: 'sp', + symbol: 'SP', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/sp.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/sp.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/sp.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/sp.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'nsp', + chain_name: 'scorum' + }, + chain: { + channel_id: 'channel-20100' + } + } + ] + }, + { + description: 'Virtual(non-transferable) coin used to pay gas', + denom_units: [ + { + denom: + 'ibc/D59DB4C0B161B04CFD4B83E583AB557752EC7C56D4A170FF75A6D1CF1946F603', + exponent: 0, + aliases: ['gas'] + } + ], + base: 'ibc/D59DB4C0B161B04CFD4B83E583AB557752EC7C56D4A170FF75A6D1CF1946F603', + name: 'GAS', + display: 'gas', + symbol: 'GAS', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.svg' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.svg' + } + ], + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'gas', + chain_name: 'scorum' + }, + chain: { + channel_id: 'channel-20100' + } + } + ] + }, { description: 'The native token of Secret Network', denom_units: [ @@ -15776,6 +16507,55 @@ const asset_list: AssetList = { } ] }, + { + description: + "Source Protocol's SRCX Token Bridged from BNB Through Planq", + denom_units: [ + { + denom: + 'ibc/C97473CD237EBA2F94FDFA6ABA5EC0E22FA140655D73D2A2754F03A347BBA40B', + exponent: 0, + aliases: [ + 'ibc/FC5A7360EEED0713AE3E83E9D55A69AF873056A172AC495890ACE4582FF9685A' + ] + }, + { + denom: 'srcx', + exponent: 9 + } + ], + type_asset: 'ics20', + base: 'ibc/C97473CD237EBA2F94FDFA6ABA5EC0E22FA140655D73D2A2754F03A347BBA40B', + name: 'SRCX', + display: 'srcx', + symbol: 'SRCX', + traces: [ + { + type: 'ibc', + counterparty: { + channel_id: 'channel-0', + base_denom: + 'ibc/FC5A7360EEED0713AE3E83E9D55A69AF873056A172AC495890ACE4582FF9685A', + chain_name: 'source' + }, + chain: { + channel_id: 'channel-8945' + } + } + ], + images: [ + { + image_sync: { + chain_name: 'binancesmartchain', + base_denom: '0x454b90716a9435e7161a9aea5cf00e0acbe565ae' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png' + } + ], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png' + } + }, { description: 'The native staking and governance token of the StaFi Hub.', denom_units: [ @@ -21767,6 +22547,55 @@ const asset_list: AssetList = { } ] }, + { + description: + 'Minerva was one of the main goddesses worshiped by the Roman Pagans and is a goddess from Roman Mythology.', + type_asset: 'cw20', + address: + 'juno1lsfym25w35ylhuq4m48fmycwe6nhntzh2ag2pttqtfe8cew9s25s2ym9t8', + denom_units: [ + { + denom: + 'ibc/297AF7827A8D61CB77DADAF6D951D428ACAF56C37BB98079B4B32DC694A73F20', + exponent: 0, + aliases: [ + 'cw20:juno1lsfym25w35ylhuq4m48fmycwe6nhntzh2ag2pttqtfe8cew9s25s2ym9t8' + ] + }, + { + denom: 'minerva', + exponent: 6 + } + ], + base: 'ibc/297AF7827A8D61CB77DADAF6D951D428ACAF56C37BB98079B4B32DC694A73F20', + name: 'MINERVA', + display: 'minerva', + symbol: 'MRVA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/minerva.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/minerva.png' + } + ], + traces: [ + { + type: 'ibc-cw20', + counterparty: { + port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn', + channel_id: 'channel-47', + base_denom: + 'cw20:juno1lsfym25w35ylhuq4m48fmycwe6nhntzh2ag2pttqtfe8cew9s25s2ym9t8', + chain_name: 'juno' + }, + chain: { + port: 'transfer', + channel_id: 'channel-169' + } + } + ] + }, { description: 'ELEVENPARIS loyalty token on KiChain', type_asset: 'cw20', @@ -22770,6 +23599,54 @@ const asset_list: AssetList = { } ] }, + { + description: 'Just a meme coin on Terra', + type_asset: 'cw20', + address: + 'terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces', + denom_units: [ + { + denom: + 'ibc/43D49D784D779F548C14E9FBB3D2AA786AF1D92BC2B1ADDF8F66C1B339F6999B', + exponent: 0, + aliases: [ + 'cw20:terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces' + ] + }, + { + denom: 'GUGU', + exponent: 6 + } + ], + base: 'ibc/43D49D784D779F548C14E9FBB3D2AA786AF1D92BC2B1ADDF8F66C1B339F6999B', + name: 'GUGU', + display: 'GUGU', + symbol: 'GUGU', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gugu.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gugu.png' + } + ], + traces: [ + { + type: 'ibc-cw20', + counterparty: { + port: 'wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x', + channel_id: 'channel-85', + base_denom: + 'cw20:terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces', + chain_name: 'terra2' + }, + chain: { + port: 'transfer', + channel_id: 'channel-559' + } + } + ] + }, { description: 'The GraveDigger is the Liquid Staking Product of BackBone Labs. It will have its own platform. Its liquid staking derivative (LSD) is boneLUNA.', @@ -23340,6 +24217,55 @@ const asset_list: AssetList = { } } ] + }, + { + description: + 'Bitmos opens doors for BRC20 tokens to thrive alongside established players in the Cosmos Network, revolutionizing decentralized finance (DeFi) for all.', + type_asset: 'cw20', + address: + 'terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq', + denom_units: [ + { + denom: + 'ibc/1EF209B460FB285206D740F35B0B499B5FC4FB19CF92DEFC2574B29869EE7DEE', + exponent: 0, + aliases: [ + 'cw20:terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq' + ] + }, + { + denom: 'bitmos', + exponent: 6 + } + ], + base: 'ibc/1EF209B460FB285206D740F35B0B499B5FC4FB19CF92DEFC2574B29869EE7DEE', + name: 'Bitmos', + display: 'bitmos', + symbol: 'BMOS', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bitmos.png' + }, + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bitmos.png' + } + ], + traces: [ + { + type: 'ibc-cw20', + counterparty: { + port: 'wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x', + channel_id: 'channel-85', + base_denom: + 'cw20:terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq', + chain_name: 'terra2' + }, + chain: { + port: 'transfer', + channel_id: 'channel-559' + } + } + ] } ] }; diff --git a/packages/osmosis/src/chain.ts b/packages/osmosis/src/chain.ts index c2d9e3884..ab89b8f83 100644 --- a/packages/osmosis/src/chain.ts +++ b/packages/osmosis/src/chain.ts @@ -161,6 +161,10 @@ const chain: Chain = { { address: 'https://public.stakewolle.com/cosmos/osmosis/rpc', provider: 'Stakewolle' + }, + { + address: 'https://rpc.cros-nest.com/osmosis', + provider: 'Crosnest' } ], rest: [ @@ -247,6 +251,10 @@ const chain: Chain = { { address: 'https://public.stakewolle.com/cosmos/osmosis/rest', provider: 'Stakewolle' + }, + { + address: 'https://rest.cros-nest.com/osmosis', + provider: 'Crosnest' } ], grpc: [ diff --git a/packages/osmosis/src/testnet_assets.ts b/packages/osmosis/src/testnet_assets.ts index 14f34ffca..64bc19903 100644 --- a/packages/osmosis/src/testnet_assets.ts +++ b/packages/osmosis/src/testnet_assets.ts @@ -61,6 +61,33 @@ const testnet_assets: AssetList = { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg' } ] + }, + { + denom_units: [ + { + denom: 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz', + exponent: 0 + }, + { + denom: 'willyz', + exponent: 6 + } + ], + base: 'factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz', + name: 'Willyz', + display: 'willyz', + symbol: 'WILLYZ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + }, + keywords: ['memecoin'], + images: [ + { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg' + } + ] } ] };