From 6cecf2cb44d56e722cac630c7590d8a4ebe7f75a Mon Sep 17 00:00:00 2001 From: pyramation Date: Wed, 29 Jan 2025 02:15:16 +0000 Subject: [PATCH] =?UTF-8?q?build=20=F0=9F=9B=A0=20build-20250129-021516?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repos/chain-registry | 2 +- v1/packages/assets/src/mainnet/agoric.ts | 84 + v1/packages/assets/src/mainnet/axelar.ts | 16 +- v1/packages/assets/src/mainnet/celestia.ts | 84 + v1/packages/assets/src/mainnet/cosmoshub.ts | 48 +- v1/packages/assets/src/mainnet/dydx.ts | 84 + v1/packages/assets/src/mainnet/injective.ts | 132 +- v1/packages/assets/src/mainnet/int3face.ts | 306 +++ v1/packages/assets/src/mainnet/jackal.ts | 16 +- v1/packages/assets/src/mainnet/neutron.ts | 80 + v1/packages/assets/src/mainnet/noble.ts | 48 +- v1/packages/assets/src/mainnet/omniflixhub.ts | 84 + v1/packages/assets/src/mainnet/osmosis.ts | 48 +- v1/packages/assets/src/mainnet/quicksilver.ts | 1696 +++++++++++++++-- v1/packages/assets/src/mainnet/saga.ts | 84 + v1/packages/assets/src/mainnet/sommelier.ts | 84 + v1/packages/assets/src/mainnet/terra2.ts | 132 +- v1/packages/assets/src/mainnet/xion.ts | 84 + .../assets/src/testnet/axelartestnet.ts | 140 ++ .../assets/src/testnet/manifesttestnet.ts | 72 + .../chain-registry/src/mainnet/agoric/ibc.ts | 29 + .../chain-registry/src/mainnet/archway/ibc.ts | 3 +- .../chain-registry/src/mainnet/axelar/ibc.ts | 12 +- .../src/mainnet/celestia/ibc.ts | 29 + .../src/mainnet/cosmoshub/ibc.ts | 6 +- .../chain-registry/src/mainnet/dydx/ibc.ts | 29 + .../src/mainnet/fetchhub/chain.ts | 12 + .../src/mainnet/injective/assets.ts | 113 ++ .../src/mainnet/injective/ibc.ts | 29 + .../src/mainnet/int3face/ibc.ts | 28 + .../chain-registry/src/mainnet/jackal/ibc.ts | 12 +- .../chain-registry/src/mainnet/juno/ibc.ts | 6 +- .../chain-registry/src/mainnet/kopi/assets.ts | 24 +- .../src/mainnet/milkyway/assets.ts | 74 + .../src/mainnet/milkyway/chain.ts | 41 +- .../chain-registry/src/mainnet/neutron/ibc.ts | 29 + .../src/mainnet/omniflixhub/ibc.ts | 29 + .../src/mainnet/osmosis/assets.ts | 607 +++++- .../src/mainnet/quicksilver/assets.ts | 232 ++- .../src/mainnet/quicksilver/chain.ts | 194 +- .../src/mainnet/quicksilver/ibc.ts | 300 ++- .../chain-registry/src/mainnet/regen/ibc.ts | 6 +- .../chain-registry/src/mainnet/saga/ibc.ts | 29 + .../src/mainnet/secretnetwork/ibc.ts | 6 +- .../src/mainnet/sommelier/ibc.ts | 29 + .../src/mainnet/stargaze/ibc.ts | 6 +- .../src/mainnet/terra2/assets.ts | 19 + .../chain-registry/src/mainnet/terra2/ibc.ts | 29 + .../chain-registry/src/mainnet/umee/ibc.ts | 6 +- .../chain-registry/src/mainnet/xion/ibc.ts | 29 + .../src/testnet/axelartestnet/assets.ts | 39 + .../src/testnet/axelartestnet/ibc.ts | 28 + .../src/testnet/manifesttestnet/ibc.ts | 27 + v1/packages/osmosis/src/asset_list.ts | 48 +- v1/packages/osmosis/src/assets.ts | 607 +++++- 55 files changed, 5499 insertions(+), 571 deletions(-) diff --git a/repos/chain-registry b/repos/chain-registry index db47a4aef..d2244cf0a 160000 --- a/repos/chain-registry +++ b/repos/chain-registry @@ -1 +1 @@ -Subproject commit db47a4aef2049b8b62cd4bd6df5776ee7a083ae9 +Subproject commit d2244cf0a46f9c2f655f82c8fe657bba6b6d65df diff --git a/v1/packages/assets/src/mainnet/agoric.ts b/v1/packages/assets/src/mainnet/agoric.ts index 5f77ba6c6..5375f1c51 100644 --- a/v1/packages/assets/src/mainnet/agoric.ts +++ b/v1/packages/assets/src/mainnet/agoric.ts @@ -1150,6 +1150,48 @@ const assets: AssetList = { } }] }, + { + description: 'QCK - native token of Quicksilver', + denom_units: [{ + denom: 'ibc/BBEFCA0C55CF6FE326385725904DD817F7229B82332E8B947F0B15AE1CD66092', + exponent: 0, + aliases: ['uqck'] + }, { + denom: 'qck', + exponent: 6, + aliases: [] + }], + base: 'ibc/BBEFCA0C55CF6FE326385725904DD817F7229B82332E8B947F0B15AE1CD66092', + name: 'Quicksilver', + display: 'qck', + symbol: 'QCK', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png' + }, + coingecko_id: 'quicksilver', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png', + theme: { + primary_color_hex: '#b2b2b2' + } + }], + socials: { + website: 'https://quicksilver.zone/', + twitter: 'https://twitter.com/quicksilverzone' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-125', + base_denom: 'uqck', + chain_name: 'quicksilver' + }, + chain: { + channel_id: 'channel-68' + } + }] + }, { description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.', denom_units: [{ @@ -2420,6 +2462,48 @@ const assets: AssetList = { } }] }, + { + description: 'QCK - native token of Quicksilver', + denom_units: [{ + denom: 'ibc/BBEFCA0C55CF6FE326385725904DD817F7229B82332E8B947F0B15AE1CD66092', + exponent: 0, + aliases: ['uqck'] + }, { + denom: 'qck', + exponent: 6, + aliases: [] + }], + base: 'ibc/BBEFCA0C55CF6FE326385725904DD817F7229B82332E8B947F0B15AE1CD66092', + name: 'Quicksilver', + display: 'qck', + symbol: 'QCK', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png' + }, + coingecko_id: 'quicksilver', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png', + theme: { + primary_color_hex: '#b2b2b2' + } + }], + socials: { + website: 'https://quicksilver.zone/', + twitter: 'https://twitter.com/quicksilverzone' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-125', + base_denom: 'uqck', + chain_name: 'quicksilver' + }, + chain: { + channel_id: 'channel-68' + } + }] + }, { description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.', denom_units: [{ diff --git a/v1/packages/assets/src/mainnet/axelar.ts b/v1/packages/assets/src/mainnet/axelar.ts index f9d03c75b..2f389d6b7 100644 --- a/v1/packages/assets/src/mainnet/axelar.ts +++ b/v1/packages/assets/src/mainnet/axelar.ts @@ -1841,14 +1841,14 @@ const assets: AssetList = { { description: 'Jackal Network is a decentralized storage platform that aims to provide secure, private, and efficient data storage solutions on the blockchain.', denom_units: [{ - denom: 'ibc/2027EC8CD73EB3F0E7E46FFFD71F5A06F91067BE188ADC9D5F512CD8F2145226', + denom: 'ibc/A510E27678EF927ABF6781D9A96D3AE1FCA083ACE89EBFF3CC55D343C5192444', exponent: 0, aliases: ['ujkl'] }, { denom: 'jkl', exponent: 6 }], - base: 'ibc/2027EC8CD73EB3F0E7E46FFFD71F5A06F91067BE188ADC9D5F512CD8F2145226', + base: 'ibc/A510E27678EF927ABF6781D9A96D3AE1FCA083ACE89EBFF3CC55D343C5192444', name: 'Jackal', display: 'jkl', symbol: 'JKL', @@ -1868,12 +1868,12 @@ const assets: AssetList = { traces: [{ type: 'ibc', counterparty: { - channel_id: 'channel-49', + channel_id: 'channel-153', base_denom: 'ujkl', chain_name: 'jackal' }, chain: { - channel_id: 'channel-137' + channel_id: 'channel-168' } }] }, @@ -8523,14 +8523,14 @@ const assets: AssetList = { { description: 'Jackal Network is a decentralized storage platform that aims to provide secure, private, and efficient data storage solutions on the blockchain.', denom_units: [{ - denom: 'ibc/2027EC8CD73EB3F0E7E46FFFD71F5A06F91067BE188ADC9D5F512CD8F2145226', + denom: 'ibc/A510E27678EF927ABF6781D9A96D3AE1FCA083ACE89EBFF3CC55D343C5192444', exponent: 0, aliases: ['ujkl'] }, { denom: 'jkl', exponent: 6 }], - base: 'ibc/2027EC8CD73EB3F0E7E46FFFD71F5A06F91067BE188ADC9D5F512CD8F2145226', + base: 'ibc/A510E27678EF927ABF6781D9A96D3AE1FCA083ACE89EBFF3CC55D343C5192444', name: 'Jackal', display: 'jkl', symbol: 'JKL', @@ -8550,12 +8550,12 @@ const assets: AssetList = { traces: [{ type: 'ibc', counterparty: { - channel_id: 'channel-49', + channel_id: 'channel-153', base_denom: 'ujkl', chain_name: 'jackal' }, chain: { - channel_id: 'channel-137' + channel_id: 'channel-168' } }] }, diff --git a/v1/packages/assets/src/mainnet/celestia.ts b/v1/packages/assets/src/mainnet/celestia.ts index 68069c65c..372c5160f 100644 --- a/v1/packages/assets/src/mainnet/celestia.ts +++ b/v1/packages/assets/src/mainnet/celestia.ts @@ -5105,6 +5105,48 @@ const assets: AssetList = { } }] }, + { + description: 'QCK - native token of Quicksilver', + denom_units: [{ + denom: 'ibc/BA9C8B4709FA149BEF4C86656BCE54A6AC78176110D5A7122CDE3D5435F51A15', + exponent: 0, + aliases: ['uqck'] + }, { + denom: 'qck', + exponent: 6, + aliases: [] + }], + base: 'ibc/BA9C8B4709FA149BEF4C86656BCE54A6AC78176110D5A7122CDE3D5435F51A15', + name: 'Quicksilver', + display: 'qck', + symbol: 'QCK', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png' + }, + coingecko_id: 'quicksilver', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png', + theme: { + primary_color_hex: '#b2b2b2' + } + }], + socials: { + website: 'https://quicksilver.zone/', + twitter: 'https://twitter.com/quicksilverzone' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-207', + base_denom: 'uqck', + chain_name: 'quicksilver' + }, + chain: { + channel_id: 'channel-36' + } + }] + }, { description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.', denom_units: [{ @@ -10330,6 +10372,48 @@ const assets: AssetList = { } }] }, + { + description: 'QCK - native token of Quicksilver', + denom_units: [{ + denom: 'ibc/BA9C8B4709FA149BEF4C86656BCE54A6AC78176110D5A7122CDE3D5435F51A15', + exponent: 0, + aliases: ['uqck'] + }, { + denom: 'qck', + exponent: 6, + aliases: [] + }], + base: 'ibc/BA9C8B4709FA149BEF4C86656BCE54A6AC78176110D5A7122CDE3D5435F51A15', + name: 'Quicksilver', + display: 'qck', + symbol: 'QCK', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png' + }, + coingecko_id: 'quicksilver', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png', + theme: { + primary_color_hex: '#b2b2b2' + } + }], + socials: { + website: 'https://quicksilver.zone/', + twitter: 'https://twitter.com/quicksilverzone' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-207', + base_denom: 'uqck', + chain_name: 'quicksilver' + }, + chain: { + channel_id: 'channel-36' + } + }] + }, { description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.', denom_units: [{ diff --git a/v1/packages/assets/src/mainnet/cosmoshub.ts b/v1/packages/assets/src/mainnet/cosmoshub.ts index f4ef96ba8..5aaec4eb6 100644 --- a/v1/packages/assets/src/mainnet/cosmoshub.ts +++ b/v1/packages/assets/src/mainnet/cosmoshub.ts @@ -3810,10 +3810,10 @@ const assets: AssetList = { display: 'ckUSD', symbol: 'CKUSD', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg' }], keywords: ['dex', 'mm'], socials: { @@ -3848,10 +3848,10 @@ const assets: AssetList = { display: 'cUSDC', symbol: 'CUSDC', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -3880,12 +3880,12 @@ const assets: AssetList = { base: 'ibc/7C786F32F74F43D6B529B23500B4447925AA8E9161979607988D8C4D89AB7334', name: 'cUSDT.inj', display: 'cUSDT.inj', - symbol: 'CUSDT.inj', + symbol: 'cUSDT.inj', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -3914,12 +3914,12 @@ const assets: AssetList = { base: 'ibc/6D6CF93232AE8B235853C4C1ED98580F66606D0B2C6A1101C08BC961CAF36044', name: 'asUSDT.inj', display: 'asusdtinj', - symbol: 'ASUSDT.inj', + symbol: 'asUSDT.inj', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -3950,10 +3950,10 @@ const assets: AssetList = { display: 'asUSDC', symbol: 'ASUSDC', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -11207,10 +11207,10 @@ const assets: AssetList = { display: 'ckUSD', symbol: 'CKUSD', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg' }], keywords: ['dex', 'mm'], socials: { @@ -11245,10 +11245,10 @@ const assets: AssetList = { display: 'cUSDC', symbol: 'CUSDC', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -11277,12 +11277,12 @@ const assets: AssetList = { base: 'ibc/7C786F32F74F43D6B529B23500B4447925AA8E9161979607988D8C4D89AB7334', name: 'cUSDT.inj', display: 'cUSDT.inj', - symbol: 'CUSDT.inj', + symbol: 'cUSDT.inj', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -11311,12 +11311,12 @@ const assets: AssetList = { base: 'ibc/6D6CF93232AE8B235853C4C1ED98580F66606D0B2C6A1101C08BC961CAF36044', name: 'asUSDT.inj', display: 'asusdtinj', - symbol: 'ASUSDT.inj', + symbol: 'asUSDT.inj', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -11347,10 +11347,10 @@ const assets: AssetList = { display: 'asUSDC', symbol: 'ASUSDC', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', diff --git a/v1/packages/assets/src/mainnet/dydx.ts b/v1/packages/assets/src/mainnet/dydx.ts index 9ee2fc675..5d53658c2 100644 --- a/v1/packages/assets/src/mainnet/dydx.ts +++ b/v1/packages/assets/src/mainnet/dydx.ts @@ -5145,6 +5145,48 @@ const assets: AssetList = { } }] }, + { + description: 'QCK - native token of Quicksilver', + denom_units: [{ + denom: 'ibc/67307289B5B1642758DDF16AE21928594B2C82B3B8BEA13B2F6C28F3F161353D', + exponent: 0, + aliases: ['uqck'] + }, { + denom: 'qck', + exponent: 6, + aliases: [] + }], + base: 'ibc/67307289B5B1642758DDF16AE21928594B2C82B3B8BEA13B2F6C28F3F161353D', + name: 'Quicksilver', + display: 'qck', + symbol: 'QCK', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png' + }, + coingecko_id: 'quicksilver', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png', + theme: { + primary_color_hex: '#b2b2b2' + } + }], + socials: { + website: 'https://quicksilver.zone/', + twitter: 'https://twitter.com/quicksilverzone' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-164', + base_denom: 'uqck', + chain_name: 'quicksilver' + }, + chain: { + channel_id: 'channel-32' + } + }] + }, { description: 'Stride is a liquid staking blockchain in the Cosmos ecosystem that allows users to stake any IBC-compatible tokens and receive stTokens in return, providing liquidity while earning staking rewards.', denom_units: [{ @@ -10043,6 +10085,48 @@ const assets: AssetList = { } }] }, + { + description: 'QCK - native token of Quicksilver', + denom_units: [{ + denom: 'ibc/67307289B5B1642758DDF16AE21928594B2C82B3B8BEA13B2F6C28F3F161353D', + exponent: 0, + aliases: ['uqck'] + }, { + denom: 'qck', + exponent: 6, + aliases: [] + }], + base: 'ibc/67307289B5B1642758DDF16AE21928594B2C82B3B8BEA13B2F6C28F3F161353D', + name: 'Quicksilver', + display: 'qck', + symbol: 'QCK', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png' + }, + coingecko_id: 'quicksilver', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png', + theme: { + primary_color_hex: '#b2b2b2' + } + }], + socials: { + website: 'https://quicksilver.zone/', + twitter: 'https://twitter.com/quicksilverzone' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-164', + base_denom: 'uqck', + chain_name: 'quicksilver' + }, + chain: { + channel_id: 'channel-32' + } + }] + }, { description: 'Stride is a liquid staking blockchain in the Cosmos ecosystem that allows users to stake any IBC-compatible tokens and receive stTokens in return, providing liquidity while earning staking rewards.', denom_units: [{ diff --git a/v1/packages/assets/src/mainnet/injective.ts b/v1/packages/assets/src/mainnet/injective.ts index 2c2fe0ebb..893b80572 100644 --- a/v1/packages/assets/src/mainnet/injective.ts +++ b/v1/packages/assets/src/mainnet/injective.ts @@ -1260,10 +1260,10 @@ const assets: AssetList = { display: 'ckUSD', symbol: 'CKUSD', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg' }], keywords: ['dex', 'mm'], socials: { @@ -1298,10 +1298,10 @@ const assets: AssetList = { display: 'cUSDC', symbol: 'CUSDC', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -1330,12 +1330,12 @@ const assets: AssetList = { base: 'ibc/D37A49E1C6FC8FBE757B25D0031444E00EE327D3E5C2316B6D2B960594028E40', name: 'cUSDT.inj', display: 'cUSDT.inj', - symbol: 'CUSDT.inj', + symbol: 'cUSDT.inj', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -1364,12 +1364,12 @@ const assets: AssetList = { base: 'ibc/F6FD97475115A8A182D7672214D4CBA0F6B5BC47E3EC9957EC9F30B92C73ED66', name: 'asUSDT.inj', display: 'asusdtinj', - symbol: 'ASUSDT.inj', + symbol: 'asUSDT.inj', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -1400,10 +1400,10 @@ const assets: AssetList = { display: 'asUSDC', symbol: 'ASUSDC', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -6194,6 +6194,48 @@ const assets: AssetList = { } }] }, + { + description: 'QCK - native token of Quicksilver', + denom_units: [{ + denom: 'ibc/D123C3D5A0CF4B146D91A386ACBFF9658C82FC6131A64F8D4BA56BF785361E30', + exponent: 0, + aliases: ['uqck'] + }, { + denom: 'qck', + exponent: 6, + aliases: [] + }], + base: 'ibc/D123C3D5A0CF4B146D91A386ACBFF9658C82FC6131A64F8D4BA56BF785361E30', + name: 'Quicksilver', + display: 'qck', + symbol: 'QCK', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png' + }, + coingecko_id: 'quicksilver', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png', + theme: { + primary_color_hex: '#b2b2b2' + } + }], + socials: { + website: 'https://quicksilver.zone/', + twitter: 'https://twitter.com/quicksilverzone' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-234', + base_denom: 'uqck', + chain_name: 'quicksilver' + }, + chain: { + channel_id: 'channel-394' + } + }] + }, { description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.', denom_units: [{ @@ -6750,10 +6792,10 @@ const assets: AssetList = { display: 'ckUSD', symbol: 'CKUSD', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg' }], keywords: ['dex', 'mm'], socials: { @@ -6788,10 +6830,10 @@ const assets: AssetList = { display: 'cUSDC', symbol: 'CUSDC', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -6820,12 +6862,12 @@ const assets: AssetList = { base: 'ibc/D37A49E1C6FC8FBE757B25D0031444E00EE327D3E5C2316B6D2B960594028E40', name: 'cUSDT.inj', display: 'cUSDT.inj', - symbol: 'CUSDT.inj', + symbol: 'cUSDT.inj', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -6854,12 +6896,12 @@ const assets: AssetList = { base: 'ibc/F6FD97475115A8A182D7672214D4CBA0F6B5BC47E3EC9957EC9F30B92C73ED66', name: 'asUSDT.inj', display: 'asusdtinj', - symbol: 'ASUSDT.inj', + symbol: 'asUSDT.inj', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -6890,10 +6932,10 @@ const assets: AssetList = { display: 'asUSDC', symbol: 'ASUSDC', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -11684,6 +11726,48 @@ const assets: AssetList = { } }] }, + { + description: 'QCK - native token of Quicksilver', + denom_units: [{ + denom: 'ibc/D123C3D5A0CF4B146D91A386ACBFF9658C82FC6131A64F8D4BA56BF785361E30', + exponent: 0, + aliases: ['uqck'] + }, { + denom: 'qck', + exponent: 6, + aliases: [] + }], + base: 'ibc/D123C3D5A0CF4B146D91A386ACBFF9658C82FC6131A64F8D4BA56BF785361E30', + name: 'Quicksilver', + display: 'qck', + symbol: 'QCK', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png' + }, + coingecko_id: 'quicksilver', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png', + theme: { + primary_color_hex: '#b2b2b2' + } + }], + socials: { + website: 'https://quicksilver.zone/', + twitter: 'https://twitter.com/quicksilverzone' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-234', + base_denom: 'uqck', + chain_name: 'quicksilver' + }, + chain: { + channel_id: 'channel-394' + } + }] + }, { description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.', denom_units: [{ diff --git a/v1/packages/assets/src/mainnet/int3face.ts b/v1/packages/assets/src/mainnet/int3face.ts index fa7556cee..83ab3cad0 100644 --- a/v1/packages/assets/src/mainnet/int3face.ts +++ b/v1/packages/assets/src/mainnet/int3face.ts @@ -2,6 +2,159 @@ import { AssetList } from '@chain-registry/types'; const assets: AssetList = { chain_name: 'int3face', assets: [ + { + description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.', + denom_units: [{ + denom: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695', + exponent: 0, + aliases: ['untrn'] + }, { + denom: 'ntrn', + exponent: 6 + }], + base: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695', + name: 'Neutron', + display: 'ntrn', + symbol: 'NTRN', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg' + }, + coingecko_id: 'neutron-3', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg', + theme: { + primary_color_hex: '#040404', + background_color_hex: '#000000', + circle: true + } + }], + socials: { + website: 'https://neutron.org/', + twitter: 'https://twitter.com/Neutron_org' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6455', + base_denom: 'untrn', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-1' + } + }] + }, + { + description: 'BITCOSMOS', + denom_units: [{ + denom: 'ibc/594590A472284F8D1038F915A4DECC9EE4CC0179585302DC1E1AFEFAECE577A2', + exponent: 0, + aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj'] + }, { + denom: 'bitcosmos', + exponent: 6 + }], + base: 'ibc/594590A472284F8D1038F915A4DECC9EE4CC0179585302DC1E1AFEFAECE577A2', + name: 'Bitcosmos', + display: 'bitcosmos', + symbol: 'BTC', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png', + theme: { + primary_color_hex: '#1b0847' + } + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6455', + base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-1' + } + }] + }, + { + description: 'What the Fuck', + denom_units: [{ + denom: 'ibc/9F0F8955AB1BEDB0C26CC7107D60EAC01512BA98E4C0F53383162DC8FF36D240', + exponent: 0, + aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf'] + }, { + denom: 'wtf', + exponent: 6 + }], + base: 'ibc/9F0F8955AB1BEDB0C26CC7107D60EAC01512BA98E4C0F53383162DC8FF36D240', + name: 'wtf', + display: 'wtf', + symbol: 'WTF', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png', + theme: { + primary_color_hex: '#dcd5ab' + } + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6455', + base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-1' + } + }] + }, + { + description: 'Astro BOY', + denom_units: [{ + denom: 'ibc/6E61B880A7881DC6E0BA3B9C8C291B679601FF4A21F16BE259B866783C75C142', + exponent: 0, + aliases: ['neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv'] + }, { + denom: 'boy', + exponent: 6 + }], + base: 'ibc/6E61B880A7881DC6E0BA3B9C8C291B679601FF4A21F16BE259B866783C75C142', + 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', + theme: { + primary_color_hex: '#333333' + } + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6455', + base_denom: 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-1' + } + }] + }, { description: 'The native token of Osmosis', denom_units: [{ @@ -90,6 +243,159 @@ const assets: AssetList = { } }] }, + { + description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.', + denom_units: [{ + denom: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695', + exponent: 0, + aliases: ['untrn'] + }, { + denom: 'ntrn', + exponent: 6 + }], + base: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695', + name: 'Neutron', + display: 'ntrn', + symbol: 'NTRN', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg' + }, + coingecko_id: 'neutron-3', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg', + theme: { + primary_color_hex: '#040404', + background_color_hex: '#000000', + circle: true + } + }], + socials: { + website: 'https://neutron.org/', + twitter: 'https://twitter.com/Neutron_org' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6455', + base_denom: 'untrn', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-1' + } + }] + }, + { + description: 'BITCOSMOS', + denom_units: [{ + denom: 'ibc/594590A472284F8D1038F915A4DECC9EE4CC0179585302DC1E1AFEFAECE577A2', + exponent: 0, + aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj'] + }, { + denom: 'bitcosmos', + exponent: 6 + }], + base: 'ibc/594590A472284F8D1038F915A4DECC9EE4CC0179585302DC1E1AFEFAECE577A2', + name: 'Bitcosmos', + display: 'bitcosmos', + symbol: 'BTC', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png', + theme: { + primary_color_hex: '#1b0847' + } + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6455', + base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-1' + } + }] + }, + { + description: 'What the Fuck', + denom_units: [{ + denom: 'ibc/9F0F8955AB1BEDB0C26CC7107D60EAC01512BA98E4C0F53383162DC8FF36D240', + exponent: 0, + aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf'] + }, { + denom: 'wtf', + exponent: 6 + }], + base: 'ibc/9F0F8955AB1BEDB0C26CC7107D60EAC01512BA98E4C0F53383162DC8FF36D240', + name: 'wtf', + display: 'wtf', + symbol: 'WTF', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png', + theme: { + primary_color_hex: '#dcd5ab' + } + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6455', + base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-1' + } + }] + }, + { + description: 'Astro BOY', + denom_units: [{ + denom: 'ibc/6E61B880A7881DC6E0BA3B9C8C291B679601FF4A21F16BE259B866783C75C142', + exponent: 0, + aliases: ['neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv'] + }, { + denom: 'boy', + exponent: 6 + }], + base: 'ibc/6E61B880A7881DC6E0BA3B9C8C291B679601FF4A21F16BE259B866783C75C142', + 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', + theme: { + primary_color_hex: '#333333' + } + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-6455', + base_denom: 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv', + chain_name: 'neutron' + }, + chain: { + channel_id: 'channel-1' + } + }] + }, { description: 'The native token of Osmosis', denom_units: [{ diff --git a/v1/packages/assets/src/mainnet/jackal.ts b/v1/packages/assets/src/mainnet/jackal.ts index c06064a36..1924c1cba 100644 --- a/v1/packages/assets/src/mainnet/jackal.ts +++ b/v1/packages/assets/src/mainnet/jackal.ts @@ -89,14 +89,14 @@ const assets: AssetList = { { description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.', denom_units: [{ - denom: 'ibc/E24063D336A506ED538263714714573823661773663A58A6E9A2A79892BA5180', + denom: 'ibc/BC0F3294973FC1EAF08D30653B38EDCE3C330283AC85D343F02EB6165C98A39E', exponent: 0, aliases: ['uaxl'] }, { denom: 'axl', exponent: 6 }], - base: 'ibc/E24063D336A506ED538263714714573823661773663A58A6E9A2A79892BA5180', + base: 'ibc/BC0F3294973FC1EAF08D30653B38EDCE3C330283AC85D343F02EB6165C98A39E', name: 'Axelar', display: 'axl', symbol: 'AXL', @@ -120,12 +120,12 @@ const assets: AssetList = { traces: [{ type: 'ibc', counterparty: { - channel_id: 'channel-137', + channel_id: 'channel-168', base_denom: 'uaxl', chain_name: 'axelar' }, chain: { - channel_id: 'channel-49' + channel_id: 'channel-153' } }] }, @@ -336,14 +336,14 @@ const assets: AssetList = { { description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.', denom_units: [{ - denom: 'ibc/E24063D336A506ED538263714714573823661773663A58A6E9A2A79892BA5180', + denom: 'ibc/BC0F3294973FC1EAF08D30653B38EDCE3C330283AC85D343F02EB6165C98A39E', exponent: 0, aliases: ['uaxl'] }, { denom: 'axl', exponent: 6 }], - base: 'ibc/E24063D336A506ED538263714714573823661773663A58A6E9A2A79892BA5180', + base: 'ibc/BC0F3294973FC1EAF08D30653B38EDCE3C330283AC85D343F02EB6165C98A39E', name: 'Axelar', display: 'axl', symbol: 'AXL', @@ -367,12 +367,12 @@ const assets: AssetList = { traces: [{ type: 'ibc', counterparty: { - channel_id: 'channel-137', + channel_id: 'channel-168', base_denom: 'uaxl', chain_name: 'axelar' }, chain: { - channel_id: 'channel-49' + channel_id: 'channel-153' } }] }, diff --git a/v1/packages/assets/src/mainnet/neutron.ts b/v1/packages/assets/src/mainnet/neutron.ts index a0554194d..8d519bfd0 100644 --- a/v1/packages/assets/src/mainnet/neutron.ts +++ b/v1/packages/assets/src/mainnet/neutron.ts @@ -748,6 +748,46 @@ const assets: AssetList = { } }] }, + { + description: 'Int3face blockchain native token', + denom_units: [{ + denom: 'ibc/BEA8D1B409C69D97E20D4BAFBB7EE72580746EA068127C0B43C3B7991759D1B6', + exponent: 0, + aliases: ['uint3'] + }, { + denom: 'int3', + exponent: 6 + }], + base: 'ibc/BEA8D1B409C69D97E20D4BAFBB7EE72580746EA068127C0B43C3B7991759D1B6', + name: 'Int3face Token', + display: 'int3', + symbol: 'INT3', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png', + theme: { + primary_color_hex: '#3d3d3d' + } + }], + socials: { + website: 'https://int3face.io/', + twitter: 'https://x.com/int3face' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'uint3', + chain_name: 'int3face' + }, + chain: { + channel_id: 'channel-6455' + } + }] + }, { description: 'The native token of JUNO Chain', denom_units: [{ @@ -1784,6 +1824,46 @@ const assets: AssetList = { } }] }, + { + description: 'Int3face blockchain native token', + denom_units: [{ + denom: 'ibc/BEA8D1B409C69D97E20D4BAFBB7EE72580746EA068127C0B43C3B7991759D1B6', + exponent: 0, + aliases: ['uint3'] + }, { + denom: 'int3', + exponent: 6 + }], + base: 'ibc/BEA8D1B409C69D97E20D4BAFBB7EE72580746EA068127C0B43C3B7991759D1B6', + name: 'Int3face Token', + display: 'int3', + symbol: 'INT3', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png', + theme: { + primary_color_hex: '#3d3d3d' + } + }], + socials: { + website: 'https://int3face.io/', + twitter: 'https://x.com/int3face' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-1', + base_denom: 'uint3', + chain_name: 'int3face' + }, + chain: { + channel_id: 'channel-6455' + } + }] + }, { description: 'The native token of JUNO Chain', denom_units: [{ diff --git a/v1/packages/assets/src/mainnet/noble.ts b/v1/packages/assets/src/mainnet/noble.ts index 404ac57b5..e6676972d 100644 --- a/v1/packages/assets/src/mainnet/noble.ts +++ b/v1/packages/assets/src/mainnet/noble.ts @@ -1689,10 +1689,10 @@ const assets: AssetList = { display: 'ckUSD', symbol: 'CKUSD', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg' }], keywords: ['dex', 'mm'], socials: { @@ -1727,10 +1727,10 @@ const assets: AssetList = { display: 'cUSDC', symbol: 'CUSDC', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -1759,12 +1759,12 @@ const assets: AssetList = { base: 'ibc/D8B919D6DD94BD908E45A4129C2727B9AF39BBFDA5832BA40D0BE28419A7D5B5', name: 'cUSDT.inj', display: 'cUSDT.inj', - symbol: 'CUSDT.inj', + symbol: 'cUSDT.inj', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -1793,12 +1793,12 @@ const assets: AssetList = { base: 'ibc/3C615BC4572D2F06BE3672347004F065BB241388AA4F18A72950B164958B33DE', name: 'asUSDT.inj', display: 'asusdtinj', - symbol: 'ASUSDT.inj', + symbol: 'asUSDT.inj', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -1829,10 +1829,10 @@ const assets: AssetList = { display: 'asUSDC', symbol: 'ASUSDC', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -4051,10 +4051,10 @@ const assets: AssetList = { display: 'ckUSD', symbol: 'CKUSD', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg' }], keywords: ['dex', 'mm'], socials: { @@ -4089,10 +4089,10 @@ const assets: AssetList = { display: 'cUSDC', symbol: 'CUSDC', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -4121,12 +4121,12 @@ const assets: AssetList = { base: 'ibc/D8B919D6DD94BD908E45A4129C2727B9AF39BBFDA5832BA40D0BE28419A7D5B5', name: 'cUSDT.inj', display: 'cUSDT.inj', - symbol: 'CUSDT.inj', + symbol: 'cUSDT.inj', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -4155,12 +4155,12 @@ const assets: AssetList = { base: 'ibc/3C615BC4572D2F06BE3672347004F065BB241388AA4F18A72950B164958B33DE', name: 'asUSDT.inj', display: 'asusdtinj', - symbol: 'ASUSDT.inj', + symbol: 'asUSDT.inj', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -4191,10 +4191,10 @@ const assets: AssetList = { display: 'asUSDC', symbol: 'ASUSDC', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', diff --git a/v1/packages/assets/src/mainnet/omniflixhub.ts b/v1/packages/assets/src/mainnet/omniflixhub.ts index 10d6729f2..133d1bda1 100644 --- a/v1/packages/assets/src/mainnet/omniflixhub.ts +++ b/v1/packages/assets/src/mainnet/omniflixhub.ts @@ -1090,6 +1090,48 @@ const assets: AssetList = { } }] }, + { + description: 'QCK - native token of Quicksilver', + denom_units: [{ + denom: 'ibc/9E5D60B1FEC95399662E00A7BA961E4CA44FE05B35BBDB2A9B36FAAF2632441B', + exponent: 0, + aliases: ['uqck'] + }, { + denom: 'qck', + exponent: 6, + aliases: [] + }], + base: 'ibc/9E5D60B1FEC95399662E00A7BA961E4CA44FE05B35BBDB2A9B36FAAF2632441B', + name: 'Quicksilver', + display: 'qck', + symbol: 'QCK', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png' + }, + coingecko_id: 'quicksilver', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png', + theme: { + primary_color_hex: '#b2b2b2' + } + }], + socials: { + website: 'https://quicksilver.zone/', + twitter: 'https://twitter.com/quicksilverzone' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-228', + base_denom: 'uqck', + chain_name: 'quicksilver' + }, + chain: { + channel_id: 'channel-51' + } + }] + }, { description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.', denom_units: [{ @@ -1221,6 +1263,48 @@ const assets: AssetList = { } }] }, + { + description: 'QCK - native token of Quicksilver', + denom_units: [{ + denom: 'ibc/9E5D60B1FEC95399662E00A7BA961E4CA44FE05B35BBDB2A9B36FAAF2632441B', + exponent: 0, + aliases: ['uqck'] + }, { + denom: 'qck', + exponent: 6, + aliases: [] + }], + base: 'ibc/9E5D60B1FEC95399662E00A7BA961E4CA44FE05B35BBDB2A9B36FAAF2632441B', + name: 'Quicksilver', + display: 'qck', + symbol: 'QCK', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png' + }, + coingecko_id: 'quicksilver', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png', + theme: { + primary_color_hex: '#b2b2b2' + } + }], + socials: { + website: 'https://quicksilver.zone/', + twitter: 'https://twitter.com/quicksilverzone' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-228', + base_denom: 'uqck', + chain_name: 'quicksilver' + }, + chain: { + channel_id: 'channel-51' + } + }] + }, { description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.', denom_units: [{ diff --git a/v1/packages/assets/src/mainnet/osmosis.ts b/v1/packages/assets/src/mainnet/osmosis.ts index 95af02e40..44dd7e45c 100644 --- a/v1/packages/assets/src/mainnet/osmosis.ts +++ b/v1/packages/assets/src/mainnet/osmosis.ts @@ -4328,10 +4328,10 @@ const assets: AssetList = { display: 'ckUSD', symbol: 'CKUSD', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg' }], keywords: ['dex', 'mm'], socials: { @@ -4366,10 +4366,10 @@ const assets: AssetList = { display: 'cUSDC', symbol: 'CUSDC', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -4398,12 +4398,12 @@ const assets: AssetList = { base: 'ibc/13F23BA89C172DDA3B3080DCFD3ED56C00344116443F8A7E98D8F73727CCD04A', name: 'cUSDT.inj', display: 'cUSDT.inj', - symbol: 'CUSDT.inj', + symbol: 'cUSDT.inj', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -4432,12 +4432,12 @@ const assets: AssetList = { base: 'ibc/BB37C44D66572FFDA9523D69893104D2E54075C92FA50C092C799BDF5527A927', name: 'asUSDT.inj', display: 'asusdtinj', - symbol: 'ASUSDT.inj', + symbol: 'asUSDT.inj', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -4468,10 +4468,10 @@ const assets: AssetList = { display: 'asUSDC', symbol: 'ASUSDC', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -10369,10 +10369,10 @@ const assets: AssetList = { display: 'ckUSD', symbol: 'CKUSD', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg' }], keywords: ['dex', 'mm'], socials: { @@ -10407,10 +10407,10 @@ const assets: AssetList = { display: 'cUSDC', symbol: 'CUSDC', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -10439,12 +10439,12 @@ const assets: AssetList = { base: 'ibc/13F23BA89C172DDA3B3080DCFD3ED56C00344116443F8A7E98D8F73727CCD04A', name: 'cUSDT.inj', display: 'cUSDT.inj', - symbol: 'CUSDT.inj', + symbol: 'cUSDT.inj', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -10473,12 +10473,12 @@ const assets: AssetList = { base: 'ibc/BB37C44D66572FFDA9523D69893104D2E54075C92FA50C092C799BDF5527A927', name: 'asUSDT.inj', display: 'asusdtinj', - symbol: 'ASUSDT.inj', + symbol: 'asUSDT.inj', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -10509,10 +10509,10 @@ const assets: AssetList = { display: 'asUSDC', symbol: 'ASUSDC', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', diff --git a/v1/packages/assets/src/mainnet/quicksilver.ts b/v1/packages/assets/src/mainnet/quicksilver.ts index 65c4ece2d..b4de28f95 100644 --- a/v1/packages/assets/src/mainnet/quicksilver.ts +++ b/v1/packages/assets/src/mainnet/quicksilver.ts @@ -2,6 +2,887 @@ import { AssetList } from '@chain-registry/types'; const assets: AssetList = { chain_name: 'quicksilver', assets: [ + { + description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.', + denom_units: [{ + denom: 'ibc/4B3F2630F1EC02190C3A765114709934F8CCE8F577129DC898CF1627D02CE0D1', + exponent: 0, + aliases: ['ubld'] + }, { + denom: 'bld', + exponent: 6 + }], + base: 'ibc/4B3F2630F1EC02190C3A765114709934F8CCE8F577129DC898CF1627D02CE0D1', + 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', + theme: { + primary_color_hex: '#c42b44' + } + }], + socials: { + website: 'https://agoric.com/', + twitter: 'https://twitter.com/agoric' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-68', + base_denom: 'ubld', + chain_name: 'agoric' + }, + chain: { + channel_id: 'channel-125' + } + }] + }, + { + description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.', + denom_units: [{ + denom: 'ibc/56D57854F1EA07196B9740B0FFFB99C8F2927D17A33415C2F59D71129E52F561', + exponent: 0, + aliases: ['uist'] + }, { + denom: 'ist', + exponent: 6 + }], + base: 'ibc/56D57854F1EA07196B9740B0FFFB99C8F2927D17A33415C2F59D71129E52F561', + 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', + theme: { + primary_color_hex: '#d485e2' + } + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-68', + base_denom: 'uist', + chain_name: 'agoric' + }, + chain: { + channel_id: 'channel-125' + } + }] + }, + { + description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.', + denom_units: [ + { + denom: 'ibc/56446D416C5998249DD4F0E52C9C973AD9F4D5D9D25FF99C6D37240712C7A1ED', + exponent: 0, + aliases: ['aarch'] + }, + { + denom: 'uarch', + exponent: 12 + }, + { + denom: 'arch', + exponent: 18 + } + ], + base: 'ibc/56446D416C5998249DD4F0E52C9C973AD9F4D5D9D25FF99C6D37240712C7A1ED', + name: 'Archway', + display: 'arch', + symbol: 'ARCH', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg' + }, + coingecko_id: 'archway', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg', + theme: { + primary_color_hex: '#fc4c04' + } + }], + socials: { + website: 'https://archway.io/', + twitter: 'https://twitter.com/archwayHQ' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-34', + base_denom: 'aarch', + chain_name: 'archway' + }, + chain: { + channel_id: 'channel-116' + } + }] + }, + { + description: 'Architects Token', + type_asset: 'cw20', + address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu', + denom_units: [{ + denom: 'ibc/A60AE706D2D148ACDB8E6770BB3B23BEEA5CE2DC0B9D1B9F74BA560BCA26D48D', + exponent: 0, + aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu'] + }, { + denom: 'TOKN', + exponent: 18 + }], + base: 'ibc/A60AE706D2D148ACDB8E6770BB3B23BEEA5CE2DC0B9D1B9F74BA560BCA26D48D', + name: 'Architects Token', + display: 'TOKN', + symbol: 'TOKN', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png' + }], + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-34', + base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu', + chain_name: 'archway' + }, + chain: { + channel_id: 'channel-116' + } + }] + }, + { + description: 'Celestia is a modular blockchain network focused on data availability, allowing developers to deploy their own customizable blockchains with ease.', + denom_units: [{ + denom: 'ibc/B286BE331CF81A90B2C19E30B31825BA515D51468E0B029031EEF146BE22C9B3', + exponent: 0, + aliases: ['utia'] + }, { + denom: 'tia', + exponent: 6 + }], + base: 'ibc/B286BE331CF81A90B2C19E30B31825BA515D51468E0B029031EEF146BE22C9B3', + name: 'Celestia', + display: 'tia', + symbol: 'TIA', + coingecko_id: 'celestia', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg', + theme: { + primary_color_hex: '#7c2cfb' + } + }], + socials: { + website: 'https://celestia.org/', + twitter: 'https://twitter.com/CelestiaOrg' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-36', + base_denom: 'utia', + chain_name: 'celestia' + }, + chain: { + channel_id: 'channel-207' + } + }] + }, + { + description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.', + denom_units: [{ + denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9', + exponent: 0, + aliases: ['uatom'] + }, { + denom: 'atom', + exponent: 6 + }], + base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9', + name: 'Cosmos Hub Atom', + display: 'atom', + symbol: 'ATOM', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg' + }, + coingecko_id: 'cosmos', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg', + theme: { + primary_color_hex: '#272d45' + } + }], + socials: { + website: 'https://cosmos.network', + twitter: 'https://twitter.com/cosmoshub' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-467', + base_denom: 'uatom', + chain_name: 'cosmoshub' + }, + chain: { + channel_id: 'channel-1' + } + }] + }, + { + description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.', + denom_units: [{ + denom: 'ibc/5CC131485B2E91C2A1BE0AD5D62086D7BA14552F1C81D1FB05B32DCE1A535D13', + exponent: 0, + aliases: ['adydx'] + }, { + denom: 'dydx', + exponent: 18 + }], + base: 'ibc/5CC131485B2E91C2A1BE0AD5D62086D7BA14552F1C81D1FB05B32DCE1A535D13', + name: 'dYdX', + display: 'dydx', + symbol: 'DYDX', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg' + }, + coingecko_id: 'dydx-chain', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg', + theme: { + primary_color_hex: '#21212f' + } + }, { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx-circle.svg', + theme: { + circle: true + } + }], + socials: { + website: 'https://dydx.trade/', + twitter: 'https://twitter.com/dYdX' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-32', + base_denom: 'adydx', + chain_name: 'dydx' + }, + chain: { + channel_id: 'channel-164' + } + }] + }, + { + description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.', + denom_units: [{ + denom: 'ibc/832C3F7411F4B3543C566F0B20D88F1831FE15C813013D478C92220F626A9755', + exponent: 0, + aliases: ['inj'] + }, { + denom: 'INJ', + exponent: 18 + }], + base: 'ibc/832C3F7411F4B3543C566F0B20D88F1831FE15C813013D478C92220F626A9755', + 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', + theme: { + primary_color_hex: '#04a2fc' + } + }], + socials: { + website: 'https://injective.com/', + twitter: 'https://twitter.com/Injective_' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-394', + base_denom: 'inj', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-234' + } + }] + }, + { + description: 'The second meme coin on Injective.', + denom_units: [{ + denom: 'ibc/A73660D850AD9EECEC59E744ECA264A187E3D2204E8115063D20ABD11F865F61', + exponent: 0, + aliases: ['inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88'] + }, { + denom: 'NINPO', + exponent: 6 + }], + base: 'ibc/A73660D850AD9EECEC59E744ECA264A187E3D2204E8115063D20ABD11F865F61', + 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', + theme: { + primary_color_hex: '#31292a' + } + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-394', + base_denom: 'inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-234' + } + }] + }, + { + description: 'JUDO is a very futuristic meme token.', + denom_units: [{ + denom: 'ibc/98F0EC5A2D3A241FE3016180B23FE5BE1FB2E97B9CD1D48F879370FACEF3A5C1', + exponent: 0, + aliases: ['inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h'] + }, { + denom: 'JUDO', + exponent: 6 + }], + base: 'ibc/98F0EC5A2D3A241FE3016180B23FE5BE1FB2E97B9CD1D48F879370FACEF3A5C1', + 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', + theme: { + primary_color_hex: '#18120f' + } + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-394', + base_denom: 'inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-234' + } + }] + }, + { + description: 'A receipt token for lent INJ issued by the Neptune Protocol.', + denom_units: [{ + denom: 'ibc/5FF205991DBD663E16F41DD3D5DB5E707DE133D52256E872C56FC9D0255B6213', + exponent: 0, + aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f'] + }, { + denom: 'nINJ', + exponent: 18 + }], + base: 'ibc/5FF205991DBD663E16F41DD3D5DB5E707DE133D52256E872C56FC9D0255B6213', + name: 'Neptune Receipt INJ', + display: 'nINJ', + symbol: 'nINJ', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png', + theme: { + primary_color_hex: '#293a6f' + } + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-394', + base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-234' + } + }] + }, + { + description: 'A receipt token for lent ATOM issued by the Neptune Protocol.', + denom_units: [{ + denom: 'ibc/111892F1C26DBFF988BD20495E8F640748C8998A51AC14D7AD1B504F502A4F15', + exponent: 0, + aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780'] + }, { + denom: 'nATOM', + exponent: 6 + }], + base: 'ibc/111892F1C26DBFF988BD20495E8F640748C8998A51AC14D7AD1B504F502A4F15', + name: 'Neptune Receipt ATOM', + display: 'nATOM', + symbol: 'nATOM', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png', + theme: { + primary_color_hex: '#272f4b' + } + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-394', + base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-234' + } + }] + }, + { + description: 'A receipt token for lent WETH issued by the Neptune Protocol.', + denom_units: [{ + denom: 'ibc/CBE2FD4CD61C5616BA027AEEC527A947CF593AF74D8B7B491895B3CFEE6B4E41', + exponent: 0, + aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt'] + }, { + denom: 'nWETH', + exponent: 18 + }], + base: 'ibc/CBE2FD4CD61C5616BA027AEEC527A947CF593AF74D8B7B491895B3CFEE6B4E41', + name: 'Neptune Receipt WETH', + display: 'nWETH', + symbol: 'nWETH', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png', + theme: { + primary_color_hex: '#2a303f' + } + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-394', + base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-234' + } + }] + }, + { + description: 'A receipt token for lent USDT issued by the Neptune Protocol.', + denom_units: [{ + denom: 'ibc/E5EA442D055090962C7AB5D60DC8E568C61C31E39535F41352FFFC9FEFD30927', + exponent: 0, + aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s'] + }, { + denom: 'nUSDT', + exponent: 6 + }], + base: 'ibc/E5EA442D055090962C7AB5D60DC8E568C61C31E39535F41352FFFC9FEFD30927', + name: 'Neptune Receipt USDT', + display: 'nUSDT', + symbol: 'nUSDT', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png', + theme: { + primary_color_hex: '#54ac94' + } + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-394', + base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-234' + } + }] + }, + { + description: 'A receipt token for lent TIA issued by the Neptune Protocol.', + denom_units: [{ + denom: 'ibc/B7CD52AFB75D34EE980004605BFBF223DA937263C197ADCBEDD02C765473E1FE', + exponent: 0, + aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv'] + }, { + denom: 'nTIA', + exponent: 6 + }], + base: 'ibc/B7CD52AFB75D34EE980004605BFBF223DA937263C197ADCBEDD02C765473E1FE', + name: 'Neptune Receipt TIA', + display: 'nTIA', + symbol: 'nTIA', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png', + theme: { + primary_color_hex: '#7931f9' + } + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-394', + base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-234' + } + }] + }, + { + description: 'The native token of JUNO Chain', + denom_units: [{ + denom: 'ibc/D3FB6779CE0CA9545122B6125EE479DCBADAF99BE705927B0E307109222B5FA0', + exponent: 0, + aliases: ['ujuno'] + }, { + denom: 'juno', + exponent: 6 + }], + base: 'ibc/D3FB6779CE0CA9545122B6125EE479DCBADAF99BE705927B0E307109222B5FA0', + name: 'Juno', + display: 'juno', + symbol: 'JUNO', + 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' + }, + coingecko_id: 'juno-network', + images: [{ + 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', + theme: { + primary_color_hex: '#fa7b7b' + } + }], + socials: { + website: 'https://junonetwork.io/', + twitter: 'https://twitter.com/JunoNetwork' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-215', + base_denom: 'ujuno', + chain_name: 'juno' + }, + chain: { + channel_id: 'channel-22' + } + }] + }, + { + description: 'OmniFlix is a decentralized media platform that enables content creators to distribute, monetize, and manage their digital content using blockchain technology.', + denom_units: [{ + denom: 'ibc/9209E647B16BC2762CE203D58AB59B306D9F7210DD5A889EDEDDBB418406F097', + exponent: 0, + aliases: ['uflix'] + }, { + denom: 'flix', + exponent: 6 + }], + base: 'ibc/9209E647B16BC2762CE203D58AB59B306D9F7210DD5A889EDEDDBB418406F097', + 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', + theme: { + primary_color_hex: '#c33635' + } + }], + socials: { + website: 'https://omniflix.network/', + twitter: 'https://twitter.com/OmniFlixNetwork' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-51', + base_denom: 'uflix', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-228' + } + }] + }, + { + description: 'The native token of Osmosis', + denom_units: [{ + denom: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B', + exponent: 0, + aliases: ['uosmo'] + }, { + denom: 'osmo', + exponent: 6 + }], + type_asset: 'sdk.coin', + base: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B', + name: 'Osmosis', + display: 'osmo', + symbol: 'OSMO', + 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' + }, + images: [{ + 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', + theme: { + primary_color_hex: '#760dbb' + } + }], + coingecko_id: 'osmosis', + keywords: ['dex', 'staking'], + socials: { + website: 'https://osmosis.zone', + twitter: 'https://twitter.com/osmosiszone' + }, + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-522', + base_denom: 'uosmo', + chain_name: 'osmosis' + }, + chain: { + channel_id: 'channel-2' + } + }] + }, + { + description: 'ION is the second native token of Osmosis.', + denom_units: [{ + denom: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991', + exponent: 0, + aliases: ['uion'] + }, { + denom: 'ion', + exponent: 6 + }], + type_asset: 'sdk.coin', + base: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991', + name: 'Ion DAO', + display: 'ion', + symbol: 'ION', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg', + theme: { + primary_color_hex: '#4453c7' + } + }], + coingecko_id: 'ion', + keywords: ['memecoin', 'defi'], + socials: { + website: 'https://ion.wtf', + twitter: 'https://twitter.com/_IONDAO' + }, + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-522', + base_denom: 'uion', + chain_name: 'osmosis' + }, + chain: { + channel_id: 'channel-2' + } + }] + }, + { + description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.', + denom_units: [{ + denom: 'ibc/50601881EB04667D5BD252FAEB5AA0713F117A2AB9DE365CF7DF9BB4083065B8', + exponent: 0, + aliases: ['uxprt'] + }, { + denom: 'xprt', + exponent: 6 + }], + base: 'ibc/50601881EB04667D5BD252FAEB5AA0713F117A2AB9DE365CF7DF9BB4083065B8', + name: 'Persistence', + display: 'xprt', + symbol: 'XPRT', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg' + }, + coingecko_id: 'persistence', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg', + theme: { + circle: true, + primary_color_hex: '#E59636', + background_color_hex: '#000000' + } + }], + socials: { + website: 'https://persistence.one/', + twitter: 'https://twitter.com/PersistenceOne' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-73', + base_denom: 'uxprt', + chain_name: 'persistence' + }, + chain: { + channel_id: 'channel-16' + } + }] + }, + { + description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.', + denom_units: [{ + denom: 'ibc/4B3F2630F1EC02190C3A765114709934F8CCE8F577129DC898CF1627D02CE0D1', + exponent: 0, + aliases: ['ubld'] + }, { + denom: 'bld', + exponent: 6 + }], + base: 'ibc/4B3F2630F1EC02190C3A765114709934F8CCE8F577129DC898CF1627D02CE0D1', + 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', + theme: { + primary_color_hex: '#c42b44' + } + }], + socials: { + website: 'https://agoric.com/', + twitter: 'https://twitter.com/agoric' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-68', + base_denom: 'ubld', + chain_name: 'agoric' + }, + chain: { + channel_id: 'channel-125' + } + }] + }, + { + description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.', + denom_units: [{ + denom: 'ibc/56D57854F1EA07196B9740B0FFFB99C8F2927D17A33415C2F59D71129E52F561', + exponent: 0, + aliases: ['uist'] + }, { + denom: 'ist', + exponent: 6 + }], + base: 'ibc/56D57854F1EA07196B9740B0FFFB99C8F2927D17A33415C2F59D71129E52F561', + 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', + theme: { + primary_color_hex: '#d485e2' + } + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-68', + base_denom: 'uist', + chain_name: 'agoric' + }, + chain: { + channel_id: 'channel-125' + } + }] + }, { description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.', denom_units: [ @@ -86,6 +967,49 @@ const assets: AssetList = { } }] }, + { + description: 'Celestia is a modular blockchain network focused on data availability, allowing developers to deploy their own customizable blockchains with ease.', + denom_units: [{ + denom: 'ibc/B286BE331CF81A90B2C19E30B31825BA515D51468E0B029031EEF146BE22C9B3', + exponent: 0, + aliases: ['utia'] + }, { + denom: 'tia', + exponent: 6 + }], + base: 'ibc/B286BE331CF81A90B2C19E30B31825BA515D51468E0B029031EEF146BE22C9B3', + name: 'Celestia', + display: 'tia', + symbol: 'TIA', + coingecko_id: 'celestia', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg', + theme: { + primary_color_hex: '#7c2cfb' + } + }], + socials: { + website: 'https://celestia.org/', + twitter: 'https://twitter.com/CelestiaOrg' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-36', + base_denom: 'utia', + chain_name: 'celestia' + }, + chain: { + channel_id: 'channel-207' + } + }] + }, { description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.', denom_units: [{ @@ -130,305 +1054,330 @@ const assets: AssetList = { }] }, { - description: 'The native token of JUNO Chain', + description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.', denom_units: [{ - denom: 'ibc/D3FB6779CE0CA9545122B6125EE479DCBADAF99BE705927B0E307109222B5FA0', + denom: 'ibc/5CC131485B2E91C2A1BE0AD5D62086D7BA14552F1C81D1FB05B32DCE1A535D13', exponent: 0, - aliases: ['ujuno'] + aliases: ['adydx'] }, { - denom: 'juno', - exponent: 6 + denom: 'dydx', + exponent: 18 }], - base: 'ibc/D3FB6779CE0CA9545122B6125EE479DCBADAF99BE705927B0E307109222B5FA0', - name: 'Juno', - display: 'juno', - symbol: 'JUNO', + base: 'ibc/5CC131485B2E91C2A1BE0AD5D62086D7BA14552F1C81D1FB05B32DCE1A535D13', + name: 'dYdX', + display: 'dydx', + symbol: 'DYDX', 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' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg' }, - coingecko_id: 'juno-network', + coingecko_id: 'dydx-chain', images: [{ - 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', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg', theme: { - primary_color_hex: '#fa7b7b' + primary_color_hex: '#21212f' + } + }, { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx-circle.svg', + theme: { + circle: true } }], socials: { - website: 'https://junonetwork.io/', - twitter: 'https://twitter.com/JunoNetwork' + website: 'https://dydx.trade/', + twitter: 'https://twitter.com/dYdX' }, type_asset: 'sdk.coin', traces: [{ type: 'ibc', counterparty: { - channel_id: 'channel-215', - base_denom: 'ujuno', - chain_name: 'juno' + channel_id: 'channel-32', + base_denom: 'adydx', + chain_name: 'dydx' }, chain: { - channel_id: 'channel-22' + channel_id: 'channel-164' } }] }, { - description: 'The native token of Osmosis', + description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.', denom_units: [{ - denom: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B', + denom: 'ibc/832C3F7411F4B3543C566F0B20D88F1831FE15C813013D478C92220F626A9755', exponent: 0, - aliases: ['uosmo'] + aliases: ['inj'] }, { - denom: 'osmo', - exponent: 6 + denom: 'INJ', + exponent: 18 }], - type_asset: 'sdk.coin', - base: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B', - name: 'Osmosis', - display: 'osmo', - symbol: 'OSMO', + base: 'ibc/832C3F7411F4B3543C566F0B20D88F1831FE15C813013D478C92220F626A9755', + name: 'Injective', + display: 'INJ', + symbol: 'INJ', 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' + 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/osmosis/images/osmo.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg', + 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', theme: { - primary_color_hex: '#760dbb' + primary_color_hex: '#04a2fc' } }], - coingecko_id: 'osmosis', - keywords: ['dex', 'staking'], socials: { - website: 'https://osmosis.zone', - twitter: 'https://twitter.com/osmosiszone' + website: 'https://injective.com/', + twitter: 'https://twitter.com/Injective_' }, + type_asset: 'sdk.coin', traces: [{ type: 'ibc', counterparty: { - channel_id: 'channel-522', - base_denom: 'uosmo', - chain_name: 'osmosis' + channel_id: 'channel-394', + base_denom: 'inj', + chain_name: 'injective' }, chain: { - channel_id: 'channel-2' + channel_id: 'channel-234' } }] }, { - description: 'ION is the second native token of Osmosis.', + description: 'The second meme coin on Injective.', denom_units: [{ - denom: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991', + denom: 'ibc/A73660D850AD9EECEC59E744ECA264A187E3D2204E8115063D20ABD11F865F61', exponent: 0, - aliases: ['uion'] + aliases: ['inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88'] }, { - denom: 'ion', + denom: 'NINPO', exponent: 6 }], - type_asset: 'sdk.coin', - base: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991', - name: 'Ion DAO', - display: 'ion', - symbol: 'ION', + base: 'ibc/A73660D850AD9EECEC59E744ECA264A187E3D2204E8115063D20ABD11F865F61', + name: 'Ninpo', + display: 'NINPO', + symbol: 'NINPO', logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png' }, images: [{ - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png', theme: { - primary_color_hex: '#4453c7' + primary_color_hex: '#31292a' } }], - coingecko_id: 'ion', - keywords: ['memecoin', 'defi'], - socials: { - website: 'https://ion.wtf', - twitter: 'https://twitter.com/_IONDAO' - }, + type_asset: 'sdk.coin', traces: [{ type: 'ibc', counterparty: { - channel_id: 'channel-522', - base_denom: 'uion', - chain_name: 'osmosis' + channel_id: 'channel-394', + base_denom: 'inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88', + chain_name: 'injective' }, chain: { - channel_id: 'channel-2' + channel_id: 'channel-234' } }] }, { - description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.', + description: 'JUDO is a very futuristic meme token.', denom_units: [{ - denom: 'ibc/50601881EB04667D5BD252FAEB5AA0713F117A2AB9DE365CF7DF9BB4083065B8', + denom: 'ibc/98F0EC5A2D3A241FE3016180B23FE5BE1FB2E97B9CD1D48F879370FACEF3A5C1', exponent: 0, - aliases: ['uxprt'] + aliases: ['inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h'] }, { - denom: 'xprt', + denom: 'JUDO', exponent: 6 }], - base: 'ibc/50601881EB04667D5BD252FAEB5AA0713F117A2AB9DE365CF7DF9BB4083065B8', - name: 'Persistence', - display: 'xprt', - symbol: 'XPRT', + base: 'ibc/98F0EC5A2D3A241FE3016180B23FE5BE1FB2E97B9CD1D48F879370FACEF3A5C1', + name: 'Judo', + display: 'JUDO', + symbol: 'JUDO', logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png' }, - coingecko_id: 'persistence', images: [{ - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png', theme: { - circle: true, - primary_color_hex: '#E59636', - background_color_hex: '#000000' + primary_color_hex: '#18120f' } }], - socials: { - website: 'https://persistence.one/', - twitter: 'https://twitter.com/PersistenceOne' - }, type_asset: 'sdk.coin', traces: [{ type: 'ibc', counterparty: { - channel_id: 'channel-73', - base_denom: 'uxprt', - chain_name: 'persistence' + channel_id: 'channel-394', + base_denom: 'inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h', + chain_name: 'injective' }, chain: { - channel_id: 'channel-16' + channel_id: 'channel-234' } }] }, { - description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.', - denom_units: [ - { - denom: 'ibc/56446D416C5998249DD4F0E52C9C973AD9F4D5D9D25FF99C6D37240712C7A1ED', + description: 'A receipt token for lent INJ issued by the Neptune Protocol.', + denom_units: [{ + denom: 'ibc/5FF205991DBD663E16F41DD3D5DB5E707DE133D52256E872C56FC9D0255B6213', exponent: 0, - aliases: ['aarch'] - }, - { - denom: 'uarch', - exponent: 12 - }, - { - denom: 'arch', + aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f'] + }, { + denom: 'nINJ', exponent: 18 - } - ], - base: 'ibc/56446D416C5998249DD4F0E52C9C973AD9F4D5D9D25FF99C6D37240712C7A1ED', - name: 'Archway', - display: 'arch', - symbol: 'ARCH', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg' - }, - coingecko_id: 'archway', + }], + base: 'ibc/5FF205991DBD663E16F41DD3D5DB5E707DE133D52256E872C56FC9D0255B6213', + name: 'Neptune Receipt INJ', + display: 'nINJ', + symbol: 'nINJ', images: [{ - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png', theme: { - primary_color_hex: '#fc4c04' + primary_color_hex: '#293a6f' } }], - socials: { - website: 'https://archway.io/', - twitter: 'https://twitter.com/archwayHQ' - }, type_asset: 'sdk.coin', traces: [{ type: 'ibc', counterparty: { - channel_id: 'channel-34', - base_denom: 'aarch', - chain_name: 'archway' + channel_id: 'channel-394', + base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f', + chain_name: 'injective' }, chain: { - channel_id: 'channel-116' + channel_id: 'channel-234' } }] }, { - description: 'Architects Token', - type_asset: 'cw20', - address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu', + description: 'A receipt token for lent ATOM issued by the Neptune Protocol.', denom_units: [{ - denom: 'ibc/A60AE706D2D148ACDB8E6770BB3B23BEEA5CE2DC0B9D1B9F74BA560BCA26D48D', + denom: 'ibc/111892F1C26DBFF988BD20495E8F640748C8998A51AC14D7AD1B504F502A4F15', exponent: 0, - aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu'] + aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780'] }, { - denom: 'TOKN', + denom: 'nATOM', + exponent: 6 + }], + base: 'ibc/111892F1C26DBFF988BD20495E8F640748C8998A51AC14D7AD1B504F502A4F15', + name: 'Neptune Receipt ATOM', + display: 'nATOM', + symbol: 'nATOM', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png', + theme: { + primary_color_hex: '#272f4b' + } + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-394', + base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-234' + } + }] + }, + { + description: 'A receipt token for lent WETH issued by the Neptune Protocol.', + denom_units: [{ + denom: 'ibc/CBE2FD4CD61C5616BA027AEEC527A947CF593AF74D8B7B491895B3CFEE6B4E41', + exponent: 0, + aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt'] + }, { + denom: 'nWETH', exponent: 18 }], - base: 'ibc/A60AE706D2D148ACDB8E6770BB3B23BEEA5CE2DC0B9D1B9F74BA560BCA26D48D', - name: 'Architects Token', - display: 'TOKN', - symbol: 'TOKN', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png' - }, + base: 'ibc/CBE2FD4CD61C5616BA027AEEC527A947CF593AF74D8B7B491895B3CFEE6B4E41', + name: 'Neptune Receipt WETH', + display: 'nWETH', + symbol: 'nWETH', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png', + theme: { + primary_color_hex: '#2a303f' + } + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-394', + base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt', + chain_name: 'injective' + }, + chain: { + channel_id: 'channel-234' + } + }] + }, + { + description: 'A receipt token for lent USDT issued by the Neptune Protocol.', + denom_units: [{ + denom: 'ibc/E5EA442D055090962C7AB5D60DC8E568C61C31E39535F41352FFFC9FEFD30927', + exponent: 0, + aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s'] + }, { + denom: 'nUSDT', + exponent: 6 + }], + base: 'ibc/E5EA442D055090962C7AB5D60DC8E568C61C31E39535F41352FFFC9FEFD30927', + name: 'Neptune Receipt USDT', + display: 'nUSDT', + symbol: 'nUSDT', images: [{ - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png' + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png', + theme: { + primary_color_hex: '#54ac94' + } }], + type_asset: 'sdk.coin', traces: [{ type: 'ibc', counterparty: { - channel_id: 'channel-34', - base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu', - chain_name: 'archway' + channel_id: 'channel-394', + base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s', + chain_name: 'injective' }, chain: { - channel_id: 'channel-116' + channel_id: 'channel-234' } }] }, { - description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.', + description: 'A receipt token for lent TIA issued by the Neptune Protocol.', denom_units: [{ - denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9', + denom: 'ibc/B7CD52AFB75D34EE980004605BFBF223DA937263C197ADCBEDD02C765473E1FE', exponent: 0, - aliases: ['uatom'] + aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv'] }, { - denom: 'atom', + denom: 'nTIA', exponent: 6 }], - base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9', - name: 'Cosmos Hub Atom', - display: 'atom', - symbol: 'ATOM', - logo_URIs: { - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg' - }, - coingecko_id: 'cosmos', + base: 'ibc/B7CD52AFB75D34EE980004605BFBF223DA937263C197ADCBEDD02C765473E1FE', + name: 'Neptune Receipt TIA', + display: 'nTIA', + symbol: 'nTIA', images: [{ - png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png', theme: { - primary_color_hex: '#272d45' + primary_color_hex: '#7931f9' } }], - socials: { - website: 'https://cosmos.network', - twitter: 'https://twitter.com/cosmoshub' - }, type_asset: 'sdk.coin', traces: [{ type: 'ibc', counterparty: { - channel_id: 'channel-467', - base_denom: 'uatom', - chain_name: 'cosmoshub' + channel_id: 'channel-394', + base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv', + chain_name: 'injective' }, chain: { - channel_id: 'channel-1' + channel_id: 'channel-234' } }] }, @@ -475,6 +1424,49 @@ const assets: AssetList = { } }] }, + { + description: 'OmniFlix is a decentralized media platform that enables content creators to distribute, monetize, and manage their digital content using blockchain technology.', + denom_units: [{ + denom: 'ibc/9209E647B16BC2762CE203D58AB59B306D9F7210DD5A889EDEDDBB418406F097', + exponent: 0, + aliases: ['uflix'] + }, { + denom: 'flix', + exponent: 6 + }], + base: 'ibc/9209E647B16BC2762CE203D58AB59B306D9F7210DD5A889EDEDDBB418406F097', + 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', + theme: { + primary_color_hex: '#c33635' + } + }], + socials: { + website: 'https://omniflix.network/', + twitter: 'https://twitter.com/OmniFlixNetwork' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-51', + base_denom: 'uflix', + chain_name: 'omniflixhub' + }, + chain: { + channel_id: 'channel-228' + } + }] + }, { description: 'The native token of Osmosis', denom_units: [{ @@ -690,6 +1682,57 @@ const assets: AssetList = { } }] }, + { + description: 'Saga is a blockchain platform focused on providing customizable blockchain solutions with a strong emphasis on security and scalability.', + denom_units: [{ + denom: 'ibc/E7395B1DECD14A8B7F9AA60083119E395DA8E37A1DCAA8B9ED07ED8D4F7E48E3', + exponent: 0, + aliases: ['usaga'] + }, { + denom: 'saga', + exponent: 6 + }], + base: 'ibc/E7395B1DECD14A8B7F9AA60083119E395DA8E37A1DCAA8B9ED07ED8D4F7E48E3', + name: 'Saga', + display: 'saga', + symbol: 'SAGA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg' + }, + coingecko_id: 'saga-2', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg', + theme: { + primary_color_hex: '#000000', + dark_mode: false + } + }, { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.svg', + theme: { + primary_color_hex: '#FFFFFF', + dark_mode: true + } + }], + socials: { + website: 'https://www.saga.xyz/', + twitter: 'https://twitter.com/Sagaxyz__' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-18', + base_denom: 'usaga', + chain_name: 'saga' + }, + chain: { + channel_id: 'channel-170' + } + }] + }, { description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.', denom_units: [{ @@ -730,6 +1773,57 @@ const assets: AssetList = { } }] }, + { + description: 'Somm Token (SOMM) is the native staking token of the Sommelier Chain', + denom_units: [ + { + denom: 'ibc/BFF8BC09B94E2EA90B64961A181D2383280FFA7847109DE1AB4ECA366466462A', + exponent: 0, + aliases: ['usomm'] + }, + { + denom: 'msomm', + exponent: 3, + aliases: ['millisomm'] + }, + { + denom: 'somm', + exponent: 6 + } + ], + base: 'ibc/BFF8BC09B94E2EA90B64961A181D2383280FFA7847109DE1AB4ECA366466462A', + name: 'Sommelier', + display: 'somm', + symbol: 'SOMM', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg' + }, + coingecko_id: 'sommelier', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg', + theme: { + primary_color_hex: '#f36353' + } + }], + socials: { + website: 'https://www.sommelier.finance/', + twitter: 'https://twitter.com/sommfinance' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-59', + base_denom: 'usomm', + chain_name: 'sommelier' + }, + chain: { + channel_id: 'channel-101' + } + }] + }, { description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.', denom_units: [{ @@ -773,6 +1867,49 @@ const assets: AssetList = { } }] }, + { + description: 'The native staking token of Terra.', + denom_units: [{ + denom: 'ibc/D770ECBBF0B11F3DD7D32917EE5D6F730C0CB8CAE98E7ED19390C5687E3579AF', + exponent: 0, + aliases: ['uluna'] + }, { + denom: 'luna', + exponent: 6 + }], + base: 'ibc/D770ECBBF0B11F3DD7D32917EE5D6F730C0CB8CAE98E7ED19390C5687E3579AF', + name: 'Luna', + display: 'luna', + symbol: 'LUNA', + 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' + }, + coingecko_id: 'terra-luna-2', + images: [{ + 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', + theme: { + primary_color_hex: '#f4de6f' + } + }], + socials: { + website: 'https://www.terra.money/', + twitter: 'https://twitter.com/terra_money' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-604', + base_denom: 'uluna', + chain_name: 'terra2' + }, + chain: { + channel_id: 'channel-244' + } + }] + }, { description: 'The native token of Umee', denom_units: [{ @@ -812,6 +1949,45 @@ const assets: AssetList = { } }] }, + { + description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.', + denom_units: [{ + denom: 'ibc/EA42BCEB67318BE8A8ED75179A11CC5A55B5557340DA47F554ABB507669825E4', + exponent: 0, + aliases: ['uxion'] + }, { + denom: 'XION', + exponent: 6, + aliases: ['xion'] + }], + base: 'ibc/EA42BCEB67318BE8A8ED75179A11CC5A55B5557340DA47F554ABB507669825E4', + display: 'XION', + name: 'xion', + symbol: 'XION', + coingecko_id: 'xion-2', + type_asset: 'sdk.coin', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png' + }], + socials: { + website: 'https://xion.burnt.com/', + twitter: 'https://twitter.com/burnt_xion' + }, + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-8', + base_denom: 'uxion', + chain_name: 'xion' + }, + chain: { + channel_id: 'channel-229' + } + }] + }, { description: 'REGEN coin is the token for the Regen Network Platform', denom_units: [{ @@ -894,6 +2070,57 @@ const assets: AssetList = { } }] }, + { + description: 'Saga is a blockchain platform focused on providing customizable blockchain solutions with a strong emphasis on security and scalability.', + denom_units: [{ + denom: 'ibc/E7395B1DECD14A8B7F9AA60083119E395DA8E37A1DCAA8B9ED07ED8D4F7E48E3', + exponent: 0, + aliases: ['usaga'] + }, { + denom: 'saga', + exponent: 6 + }], + base: 'ibc/E7395B1DECD14A8B7F9AA60083119E395DA8E37A1DCAA8B9ED07ED8D4F7E48E3', + name: 'Saga', + display: 'saga', + symbol: 'SAGA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg' + }, + coingecko_id: 'saga-2', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg', + theme: { + primary_color_hex: '#000000', + dark_mode: false + } + }, { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.svg', + theme: { + primary_color_hex: '#FFFFFF', + dark_mode: true + } + }], + socials: { + website: 'https://www.saga.xyz/', + twitter: 'https://twitter.com/Sagaxyz__' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-18', + base_denom: 'usaga', + chain_name: 'saga' + }, + chain: { + channel_id: 'channel-170' + } + }] + }, { description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.', denom_units: [{ @@ -934,6 +2161,57 @@ const assets: AssetList = { } }] }, + { + description: 'Somm Token (SOMM) is the native staking token of the Sommelier Chain', + denom_units: [ + { + denom: 'ibc/BFF8BC09B94E2EA90B64961A181D2383280FFA7847109DE1AB4ECA366466462A', + exponent: 0, + aliases: ['usomm'] + }, + { + denom: 'msomm', + exponent: 3, + aliases: ['millisomm'] + }, + { + denom: 'somm', + exponent: 6 + } + ], + base: 'ibc/BFF8BC09B94E2EA90B64961A181D2383280FFA7847109DE1AB4ECA366466462A', + name: 'Sommelier', + display: 'somm', + symbol: 'SOMM', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg' + }, + coingecko_id: 'sommelier', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg', + theme: { + primary_color_hex: '#f36353' + } + }], + socials: { + website: 'https://www.sommelier.finance/', + twitter: 'https://twitter.com/sommfinance' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-59', + base_denom: 'usomm', + chain_name: 'sommelier' + }, + chain: { + channel_id: 'channel-101' + } + }] + }, { description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.', denom_units: [{ @@ -977,6 +2255,49 @@ const assets: AssetList = { } }] }, + { + description: 'The native staking token of Terra.', + denom_units: [{ + denom: 'ibc/D770ECBBF0B11F3DD7D32917EE5D6F730C0CB8CAE98E7ED19390C5687E3579AF', + exponent: 0, + aliases: ['uluna'] + }, { + denom: 'luna', + exponent: 6 + }], + base: 'ibc/D770ECBBF0B11F3DD7D32917EE5D6F730C0CB8CAE98E7ED19390C5687E3579AF', + name: 'Luna', + display: 'luna', + symbol: 'LUNA', + 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' + }, + coingecko_id: 'terra-luna-2', + images: [{ + 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', + theme: { + primary_color_hex: '#f4de6f' + } + }], + socials: { + website: 'https://www.terra.money/', + twitter: 'https://twitter.com/terra_money' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-604', + base_denom: 'uluna', + chain_name: 'terra2' + }, + chain: { + channel_id: 'channel-244' + } + }] + }, { description: 'The native token of Umee', denom_units: [{ @@ -1015,6 +2336,45 @@ const assets: AssetList = { channel_id: 'channel-49' } }] + }, + { + description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.', + denom_units: [{ + denom: 'ibc/EA42BCEB67318BE8A8ED75179A11CC5A55B5557340DA47F554ABB507669825E4', + exponent: 0, + aliases: ['uxion'] + }, { + denom: 'XION', + exponent: 6, + aliases: ['xion'] + }], + base: 'ibc/EA42BCEB67318BE8A8ED75179A11CC5A55B5557340DA47F554ABB507669825E4', + display: 'XION', + name: 'xion', + symbol: 'XION', + coingecko_id: 'xion-2', + type_asset: 'sdk.coin', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png' + }], + socials: { + website: 'https://xion.burnt.com/', + twitter: 'https://twitter.com/burnt_xion' + }, + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-8', + base_denom: 'uxion', + chain_name: 'xion' + }, + chain: { + channel_id: 'channel-229' + } + }] } ] }; diff --git a/v1/packages/assets/src/mainnet/saga.ts b/v1/packages/assets/src/mainnet/saga.ts index a42cab635..bd11a0afc 100644 --- a/v1/packages/assets/src/mainnet/saga.ts +++ b/v1/packages/assets/src/mainnet/saga.ts @@ -371,6 +371,48 @@ const assets: AssetList = { } }] }, + { + description: 'QCK - native token of Quicksilver', + denom_units: [{ + denom: 'ibc/F1B5978A17342EEC6D28C708BFB77AEEBEAFBA7CBC29CA4DB2C08010EF23960F', + exponent: 0, + aliases: ['uqck'] + }, { + denom: 'qck', + exponent: 6, + aliases: [] + }], + base: 'ibc/F1B5978A17342EEC6D28C708BFB77AEEBEAFBA7CBC29CA4DB2C08010EF23960F', + name: 'Quicksilver', + display: 'qck', + symbol: 'QCK', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png' + }, + coingecko_id: 'quicksilver', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png', + theme: { + primary_color_hex: '#b2b2b2' + } + }], + socials: { + website: 'https://quicksilver.zone/', + twitter: 'https://twitter.com/quicksilverzone' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-170', + base_denom: 'uqck', + chain_name: 'quicksilver' + }, + chain: { + channel_id: 'channel-18' + } + }] + }, { description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.', denom_units: [{ @@ -740,6 +782,48 @@ const assets: AssetList = { } }] }, + { + description: 'QCK - native token of Quicksilver', + denom_units: [{ + denom: 'ibc/F1B5978A17342EEC6D28C708BFB77AEEBEAFBA7CBC29CA4DB2C08010EF23960F', + exponent: 0, + aliases: ['uqck'] + }, { + denom: 'qck', + exponent: 6, + aliases: [] + }], + base: 'ibc/F1B5978A17342EEC6D28C708BFB77AEEBEAFBA7CBC29CA4DB2C08010EF23960F', + name: 'Quicksilver', + display: 'qck', + symbol: 'QCK', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png' + }, + coingecko_id: 'quicksilver', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png', + theme: { + primary_color_hex: '#b2b2b2' + } + }], + socials: { + website: 'https://quicksilver.zone/', + twitter: 'https://twitter.com/quicksilverzone' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-170', + base_denom: 'uqck', + chain_name: 'quicksilver' + }, + chain: { + channel_id: 'channel-18' + } + }] + }, { description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.', denom_units: [{ diff --git a/v1/packages/assets/src/mainnet/sommelier.ts b/v1/packages/assets/src/mainnet/sommelier.ts index 0acceff81..58b7f6605 100644 --- a/v1/packages/assets/src/mainnet/sommelier.ts +++ b/v1/packages/assets/src/mainnet/sommelier.ts @@ -499,6 +499,48 @@ const assets: AssetList = { } }] }, + { + description: 'QCK - native token of Quicksilver', + denom_units: [{ + denom: 'ibc/4BDFA9B06C816E9D8022D5AF40B8D1A65722C837BB41C0040CFA7E97C1B3C68C', + exponent: 0, + aliases: ['uqck'] + }, { + denom: 'qck', + exponent: 6, + aliases: [] + }], + base: 'ibc/4BDFA9B06C816E9D8022D5AF40B8D1A65722C837BB41C0040CFA7E97C1B3C68C', + name: 'Quicksilver', + display: 'qck', + symbol: 'QCK', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png' + }, + coingecko_id: 'quicksilver', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png', + theme: { + primary_color_hex: '#b2b2b2' + } + }], + socials: { + website: 'https://quicksilver.zone/', + twitter: 'https://twitter.com/quicksilverzone' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-101', + base_denom: 'uqck', + chain_name: 'quicksilver' + }, + chain: { + channel_id: 'channel-59' + } + }] + }, { description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.', denom_units: [{ @@ -996,6 +1038,48 @@ const assets: AssetList = { } }] }, + { + description: 'QCK - native token of Quicksilver', + denom_units: [{ + denom: 'ibc/4BDFA9B06C816E9D8022D5AF40B8D1A65722C837BB41C0040CFA7E97C1B3C68C', + exponent: 0, + aliases: ['uqck'] + }, { + denom: 'qck', + exponent: 6, + aliases: [] + }], + base: 'ibc/4BDFA9B06C816E9D8022D5AF40B8D1A65722C837BB41C0040CFA7E97C1B3C68C', + name: 'Quicksilver', + display: 'qck', + symbol: 'QCK', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png' + }, + coingecko_id: 'quicksilver', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png', + theme: { + primary_color_hex: '#b2b2b2' + } + }], + socials: { + website: 'https://quicksilver.zone/', + twitter: 'https://twitter.com/quicksilverzone' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-101', + base_denom: 'uqck', + chain_name: 'quicksilver' + }, + chain: { + channel_id: 'channel-59' + } + }] + }, { description: 'Stride is a liquid staking blockchain in the Cosmos ecosystem that allows users to stake any IBC-compatible tokens and receive stTokens in return, providing liquidity while earning staking rewards.', denom_units: [{ diff --git a/v1/packages/assets/src/mainnet/terra2.ts b/v1/packages/assets/src/mainnet/terra2.ts index a59fac35f..f38ae46a6 100644 --- a/v1/packages/assets/src/mainnet/terra2.ts +++ b/v1/packages/assets/src/mainnet/terra2.ts @@ -1525,10 +1525,10 @@ const assets: AssetList = { display: 'ckUSD', symbol: 'CKUSD', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg' }], keywords: ['dex', 'mm'], socials: { @@ -1563,10 +1563,10 @@ const assets: AssetList = { display: 'cUSDC', symbol: 'CUSDC', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -1595,12 +1595,12 @@ const assets: AssetList = { base: 'ibc/675C3E4A7276F31FC9320771CD149CAC94E2386301B777A752288E38C8D7D1FB', name: 'cUSDT.inj', display: 'cUSDT.inj', - symbol: 'CUSDT.inj', + symbol: 'cUSDT.inj', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -1629,12 +1629,12 @@ const assets: AssetList = { base: 'ibc/BB17B55B0328833553676F826BA5C4E8D7A7F9EF8958B72C09383846AF42228A', name: 'asUSDT.inj', display: 'asusdtinj', - symbol: 'ASUSDT.inj', + symbol: 'asUSDT.inj', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -1665,10 +1665,10 @@ const assets: AssetList = { display: 'asUSDC', symbol: 'ASUSDC', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -6084,6 +6084,48 @@ const assets: AssetList = { } }] }, + { + description: 'QCK - native token of Quicksilver', + denom_units: [{ + denom: 'ibc/3C5B7B6CF3F6EAFC44AED94ED8D004ABF7BBA28E28D90945BB8B55335C446EAF', + exponent: 0, + aliases: ['uqck'] + }, { + denom: 'qck', + exponent: 6, + aliases: [] + }], + base: 'ibc/3C5B7B6CF3F6EAFC44AED94ED8D004ABF7BBA28E28D90945BB8B55335C446EAF', + name: 'Quicksilver', + display: 'qck', + symbol: 'QCK', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png' + }, + coingecko_id: 'quicksilver', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png', + theme: { + primary_color_hex: '#b2b2b2' + } + }], + socials: { + website: 'https://quicksilver.zone/', + twitter: 'https://twitter.com/quicksilverzone' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-244', + base_denom: 'uqck', + chain_name: 'quicksilver' + }, + chain: { + channel_id: 'channel-604' + } + }] + }, { description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.', denom_units: [{ @@ -8850,10 +8892,10 @@ const assets: AssetList = { display: 'ckUSD', symbol: 'CKUSD', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg' }], keywords: ['dex', 'mm'], socials: { @@ -8888,10 +8930,10 @@ const assets: AssetList = { display: 'cUSDC', symbol: 'CUSDC', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -8920,12 +8962,12 @@ const assets: AssetList = { base: 'ibc/675C3E4A7276F31FC9320771CD149CAC94E2386301B777A752288E38C8D7D1FB', name: 'cUSDT.inj', display: 'cUSDT.inj', - symbol: 'CUSDT.inj', + symbol: 'cUSDT.inj', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -8954,12 +8996,12 @@ const assets: AssetList = { base: 'ibc/BB17B55B0328833553676F826BA5C4E8D7A7F9EF8958B72C09383846AF42228A', name: 'asUSDT.inj', display: 'asusdtinj', - symbol: 'ASUSDT.inj', + symbol: 'asUSDT.inj', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -8990,10 +9032,10 @@ const assets: AssetList = { display: 'asUSDC', symbol: 'ASUSDC', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -13409,6 +13451,48 @@ const assets: AssetList = { } }] }, + { + description: 'QCK - native token of Quicksilver', + denom_units: [{ + denom: 'ibc/3C5B7B6CF3F6EAFC44AED94ED8D004ABF7BBA28E28D90945BB8B55335C446EAF', + exponent: 0, + aliases: ['uqck'] + }, { + denom: 'qck', + exponent: 6, + aliases: [] + }], + base: 'ibc/3C5B7B6CF3F6EAFC44AED94ED8D004ABF7BBA28E28D90945BB8B55335C446EAF', + name: 'Quicksilver', + display: 'qck', + symbol: 'QCK', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png' + }, + coingecko_id: 'quicksilver', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png', + theme: { + primary_color_hex: '#b2b2b2' + } + }], + socials: { + website: 'https://quicksilver.zone/', + twitter: 'https://twitter.com/quicksilverzone' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-244', + base_denom: 'uqck', + chain_name: 'quicksilver' + }, + chain: { + channel_id: 'channel-604' + } + }] + }, { description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.', denom_units: [{ diff --git a/v1/packages/assets/src/mainnet/xion.ts b/v1/packages/assets/src/mainnet/xion.ts index fedab4901..e3f8063e8 100644 --- a/v1/packages/assets/src/mainnet/xion.ts +++ b/v1/packages/assets/src/mainnet/xion.ts @@ -617,6 +617,48 @@ const assets: AssetList = { } }] }, + { + description: 'QCK - native token of Quicksilver', + denom_units: [{ + denom: 'ibc/82C994B74C1BEC1C0F3CA7FFCA1ED3039FBEA35B3D75846BAE0E873F20E4F485', + exponent: 0, + aliases: ['uqck'] + }, { + denom: 'qck', + exponent: 6, + aliases: [] + }], + base: 'ibc/82C994B74C1BEC1C0F3CA7FFCA1ED3039FBEA35B3D75846BAE0E873F20E4F485', + name: 'Quicksilver', + display: 'qck', + symbol: 'QCK', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png' + }, + coingecko_id: 'quicksilver', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png', + theme: { + primary_color_hex: '#b2b2b2' + } + }], + socials: { + website: 'https://quicksilver.zone/', + twitter: 'https://twitter.com/quicksilverzone' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-229', + base_denom: 'uqck', + chain_name: 'quicksilver' + }, + chain: { + channel_id: 'channel-8' + } + }] + }, { description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.', denom_units: [{ @@ -1231,6 +1273,48 @@ const assets: AssetList = { channel_id: 'channel-1' } }] + }, + { + description: 'QCK - native token of Quicksilver', + denom_units: [{ + denom: 'ibc/82C994B74C1BEC1C0F3CA7FFCA1ED3039FBEA35B3D75846BAE0E873F20E4F485', + exponent: 0, + aliases: ['uqck'] + }, { + denom: 'qck', + exponent: 6, + aliases: [] + }], + base: 'ibc/82C994B74C1BEC1C0F3CA7FFCA1ED3039FBEA35B3D75846BAE0E873F20E4F485', + name: 'Quicksilver', + display: 'qck', + symbol: 'QCK', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png' + }, + coingecko_id: 'quicksilver', + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png', + theme: { + primary_color_hex: '#b2b2b2' + } + }], + socials: { + website: 'https://quicksilver.zone/', + twitter: 'https://twitter.com/quicksilverzone' + }, + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-229', + base_denom: 'uqck', + chain_name: 'quicksilver' + }, + chain: { + channel_id: 'channel-8' + } + }] } ] }; diff --git a/v1/packages/assets/src/testnet/axelartestnet.ts b/v1/packages/assets/src/testnet/axelartestnet.ts index 467010bd7..a412a313d 100644 --- a/v1/packages/assets/src/testnet/axelartestnet.ts +++ b/v1/packages/assets/src/testnet/axelartestnet.ts @@ -36,6 +36,76 @@ const assets: AssetList = { } }] }, + { + description: 'Manifest testnet native token', + denom_units: [{ + denom: 'ibc/EAC654CC560CC03D82AE4BAA808BD0B6E06E9F29F62194B46C0502D967349E24', + exponent: 0, + aliases: ['umfx'] + }, { + denom: 'mfx', + exponent: 6 + }], + base: 'ibc/EAC654CC560CC03D82AE4BAA808BD0B6E06E9F29F62194B46C0502D967349E24', + name: 'Manifest Testnet Token', + display: 'mfx', + symbol: 'MFX', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'umfx', + chain_name: 'manifesttestnet' + }, + chain: { + channel_id: 'channel-590' + } + }] + }, + { + description: 'Proof of Authority token for the Manifest testnet', + denom_units: [{ + denom: 'ibc/19E6407BFF89388736741F6EE3CBED86EAA29DA8CF3314E14CA916FF76577A5F', + exponent: 0, + aliases: ['upoa'] + }, { + denom: 'poa', + exponent: 6 + }], + base: 'ibc/19E6407BFF89388736741F6EE3CBED86EAA29DA8CF3314E14CA916FF76577A5F', + name: 'Manifest Testnet Token', + display: 'poa', + symbol: 'POA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'upoa', + chain_name: 'manifesttestnet' + }, + chain: { + channel_id: 'channel-590' + } + }] + }, { description: 'The native token of Osmosis', denom_units: [{ @@ -445,6 +515,76 @@ const assets: AssetList = { } }] }, + { + description: 'Manifest testnet native token', + denom_units: [{ + denom: 'ibc/EAC654CC560CC03D82AE4BAA808BD0B6E06E9F29F62194B46C0502D967349E24', + exponent: 0, + aliases: ['umfx'] + }, { + denom: 'mfx', + exponent: 6 + }], + base: 'ibc/EAC654CC560CC03D82AE4BAA808BD0B6E06E9F29F62194B46C0502D967349E24', + name: 'Manifest Testnet Token', + display: 'mfx', + symbol: 'MFX', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'umfx', + chain_name: 'manifesttestnet' + }, + chain: { + channel_id: 'channel-590' + } + }] + }, + { + description: 'Proof of Authority token for the Manifest testnet', + denom_units: [{ + denom: 'ibc/19E6407BFF89388736741F6EE3CBED86EAA29DA8CF3314E14CA916FF76577A5F', + exponent: 0, + aliases: ['upoa'] + }, { + denom: 'poa', + exponent: 6 + }], + base: 'ibc/19E6407BFF89388736741F6EE3CBED86EAA29DA8CF3314E14CA916FF76577A5F', + name: 'Manifest Testnet Token', + display: 'poa', + symbol: 'POA', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.svg' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-3', + base_denom: 'upoa', + chain_name: 'manifesttestnet' + }, + chain: { + channel_id: 'channel-590' + } + }] + }, { description: 'The native token of Osmosis', denom_units: [{ diff --git a/v1/packages/assets/src/testnet/manifesttestnet.ts b/v1/packages/assets/src/testnet/manifesttestnet.ts index e77c340dd..cc178aaf0 100644 --- a/v1/packages/assets/src/testnet/manifesttestnet.ts +++ b/v1/packages/assets/src/testnet/manifesttestnet.ts @@ -2,6 +2,78 @@ import { AssetList } from '@chain-registry/types'; const assets: AssetList = { chain_name: 'manifesttestnet', assets: [ + { + description: 'The native token of Axelar', + denom_units: [{ + denom: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3', + exponent: 0, + aliases: ['uaxl'] + }, { + denom: 'axl', + exponent: 6 + }], + base: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3', + 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' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-590', + base_denom: 'uaxl', + chain_name: 'axelartestnet' + }, + chain: { + channel_id: 'channel-3' + } + }] + }, + { + description: 'The native token of Axelar', + denom_units: [{ + denom: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3', + exponent: 0, + aliases: ['uaxl'] + }, { + denom: 'axl', + exponent: 6 + }], + base: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3', + 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' + }], + type_asset: 'sdk.coin', + traces: [{ + type: 'ibc', + counterparty: { + channel_id: 'channel-590', + base_denom: 'uaxl', + chain_name: 'axelartestnet' + }, + chain: { + channel_id: 'channel-3' + } + }] + }, { description: 'The native token of Osmosis', denom_units: [{ diff --git a/v1/packages/chain-registry/src/mainnet/agoric/ibc.ts b/v1/packages/chain-registry/src/mainnet/agoric/ibc.ts index 7e8f832e6..136316289 100644 --- a/v1/packages/chain-registry/src/mainnet/agoric/ibc.ts +++ b/v1/packages/chain-registry/src/mainnet/agoric/ibc.ts @@ -405,6 +405,35 @@ const info: IBCInfo[] = [ } }] }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'agoric', + client_id: '07-tendermint-85', + connection_id: 'connection-85' + }, + chain_2: { + chain_name: 'quicksilver', + client_id: '07-tendermint-84', + connection_id: 'connection-60' + }, + channels: [{ + chain_1: { + channel_id: 'channel-68', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-125', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } + }] + }, { $schema: '../ibc_data.schema.json', chain_1: { diff --git a/v1/packages/chain-registry/src/mainnet/archway/ibc.ts b/v1/packages/chain-registry/src/mainnet/archway/ibc.ts index 458cc4716..a260aa1f1 100644 --- a/v1/packages/chain-registry/src/mainnet/archway/ibc.ts +++ b/v1/packages/chain-registry/src/mainnet/archway/ibc.ts @@ -745,7 +745,8 @@ const info: IBCInfo[] = [ ordering: 'unordered', version: 'ics20-1', tags: { - status: 'live' + status: 'live', + preferred: true } }] }, diff --git a/v1/packages/chain-registry/src/mainnet/axelar/ibc.ts b/v1/packages/chain-registry/src/mainnet/axelar/ibc.ts index 98274dfca..b20ee13ea 100644 --- a/v1/packages/chain-registry/src/mainnet/axelar/ibc.ts +++ b/v1/packages/chain-registry/src/mainnet/axelar/ibc.ts @@ -557,21 +557,21 @@ const info: IBCInfo[] = [ $schema: '../ibc_data.schema.json', chain_1: { chain_name: 'axelar', - client_id: '07-tendermint-69', - connection_id: 'connection-178' + client_id: '07-tendermint-235', + connection_id: 'connection-225' }, chain_2: { chain_name: 'jackal', - client_id: '07-tendermint-69', - connection_id: 'connection-57' + client_id: '07-tendermint-80', + connection_id: 'connection-66' }, channels: [{ chain_1: { - channel_id: 'channel-137', + channel_id: 'channel-168', port_id: 'transfer' }, chain_2: { - channel_id: 'channel-49', + channel_id: 'channel-153', port_id: 'transfer' }, ordering: 'unordered', diff --git a/v1/packages/chain-registry/src/mainnet/celestia/ibc.ts b/v1/packages/chain-registry/src/mainnet/celestia/ibc.ts index a09155752..3c3d3d7c9 100644 --- a/v1/packages/chain-registry/src/mainnet/celestia/ibc.ts +++ b/v1/packages/chain-registry/src/mainnet/celestia/ibc.ts @@ -319,6 +319,35 @@ const info: IBCInfo[] = [ } }] }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'celestia', + client_id: '07-tendermint-92', + connection_id: 'connection-60' + }, + chain_2: { + chain_name: 'quicksilver', + client_id: '07-tendermint-97', + connection_id: 'connection-65' + }, + channels: [{ + chain_1: { + channel_id: 'channel-36', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-207', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } + }] + }, { $schema: '../ibc_data.schema.json', chain_1: { diff --git a/v1/packages/chain-registry/src/mainnet/cosmoshub/ibc.ts b/v1/packages/chain-registry/src/mainnet/cosmoshub/ibc.ts index 72eaefe14..43c88b258 100644 --- a/v1/packages/chain-registry/src/mainnet/cosmoshub/ibc.ts +++ b/v1/packages/chain-registry/src/mainnet/cosmoshub/ibc.ts @@ -1478,7 +1478,11 @@ const info: IBCInfo[] = [ port_id: 'transfer' }, ordering: 'unordered', - version: 'ics20-1' + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } }] }, { diff --git a/v1/packages/chain-registry/src/mainnet/dydx/ibc.ts b/v1/packages/chain-registry/src/mainnet/dydx/ibc.ts index 313b528ae..275452d41 100644 --- a/v1/packages/chain-registry/src/mainnet/dydx/ibc.ts +++ b/v1/packages/chain-registry/src/mainnet/dydx/ibc.ts @@ -292,6 +292,35 @@ const info: IBCInfo[] = [ } }] }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'dydx', + client_id: '07-tendermint-20', + connection_id: 'connection-25' + }, + chain_2: { + chain_name: 'quicksilver', + client_id: '07-tendermint-90', + connection_id: 'connection-62' + }, + channels: [{ + chain_1: { + channel_id: 'channel-32', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-164', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } + }] + }, { $schema: '../ibc_data.schema.json', chain_1: { diff --git a/v1/packages/chain-registry/src/mainnet/fetchhub/chain.ts b/v1/packages/chain-registry/src/mainnet/fetchhub/chain.ts index 19a96ad42..a1fdf48b4 100644 --- a/v1/packages/chain-registry/src/mainnet/fetchhub/chain.ts +++ b/v1/packages/chain-registry/src/mainnet/fetchhub/chain.ts @@ -101,6 +101,10 @@ const info: Chain = { { address: 'https://fetchai-rpc.bluestake.net:443', provider: 'BlueStake πŸš€' + }, + { + address: 'https://fetch-rpc.panthea.eu:443', + provider: 'Panthea EU' } ], rest: [ @@ -167,6 +171,10 @@ const info: Chain = { { address: 'https://fetchai-api.bluestake.net', provider: 'BlueStake πŸš€' + }, + { + address: 'https://fetch-api.panthea.eu:443', + provider: 'Panthea EU' } ], grpc: [ @@ -213,6 +221,10 @@ const info: Chain = { { address: 'grpc.fetchhub-4.fetch.aviaone.com:9094', provider: 'AVIAONE 🟒' + }, + { + address: 'fetch-grpc.panthea.eu:16710', + provider: 'Panthea EU' } ] }, diff --git a/v1/packages/chain-registry/src/mainnet/injective/assets.ts b/v1/packages/chain-registry/src/mainnet/injective/assets.ts index 43e701853..74b367cb0 100644 --- a/v1/packages/chain-registry/src/mainnet/injective/assets.ts +++ b/v1/packages/chain-registry/src/mainnet/injective/assets.ts @@ -1108,6 +1108,119 @@ const info: AssetList = { twitter: 'https://x.com/neptune_finance' }, type_asset: 'sdk.coin' + }, + { + description: 'Cosmos Bitcoin', + denom_units: [{ + denom: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BITCOIN', + exponent: 0 + }, { + denom: 'BITCOIN', + exponent: 6 + }], + base: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BITCOIN', + name: 'Cosmos Bitcoin', + display: 'BITCOIN', + symbol: 'BITCOIN', + coingecko_id: ' ', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/bitcoin.png' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/bitcoin.png', + theme: { + primary_color_hex: '#1DB5E1' + } + }], + socials: { + website: 'https://getbitcoinmeme.com', + twitter: 'https://getbitcoinmeme' + }, + type_asset: 'sdk.coin' + }, + { + description: 'Crypto', + denom_units: [{ + denom: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/CRYPTO', + exponent: 0 + }, { + denom: 'CRYPTO', + exponent: 6 + }], + base: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/CRYPTO', + name: 'Crypto', + display: 'CRYPTO', + symbol: 'CRYPTO', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/crypto.png' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/crypto.png', + theme: { + primary_color_hex: '#F79017' + } + }], + socials: { + website: 'https://getcryptomeme.com', + twitter: 'https://x.com/getcryptomeme' + }, + type_asset: 'sdk.coin' + }, + { + description: 'Bricscoin', + denom_units: [{ + denom: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BRICS', + exponent: 0 + }, { + denom: 'BRICS', + exponent: 6 + }], + base: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BRICS', + name: 'Bricscoin', + display: 'BRICS', + symbol: 'BRICS', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/brics.png' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/brics.png', + theme: { + primary_color_hex: '#F79017' + } + }], + socials: { + website: 'https://bricscoin.cash', + twitter: 'https://x.com/bricscoincash' + }, + type_asset: 'sdk.coin' + }, + { + description: 'Instant Noodles Coin', + denom_units: [{ + denom: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/INC', + exponent: 0 + }, { + denom: 'INC', + exponent: 6 + }], + base: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/INC', + name: 'Instant Noodles Coin', + display: 'INC', + symbol: 'INC', + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inc.png' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inc.png', + theme: { + primary_color_hex: '#37BEFF' + } + }], + socials: { + website: 'https://instantnoodles.xyz', + twitter: 'https://x.com/instantnoodlesinc' + }, + type_asset: 'sdk.coin' } ] }; diff --git a/v1/packages/chain-registry/src/mainnet/injective/ibc.ts b/v1/packages/chain-registry/src/mainnet/injective/ibc.ts index f59f12257..98c3e8430 100644 --- a/v1/packages/chain-registry/src/mainnet/injective/ibc.ts +++ b/v1/packages/chain-registry/src/mainnet/injective/ibc.ts @@ -710,6 +710,35 @@ const info: IBCInfo[] = [ } ] }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'injective', + client_id: '07-tendermint-282', + connection_id: 'connection-286' + }, + chain_2: { + chain_name: 'quicksilver', + client_id: '07-tendermint-105', + connection_id: 'connection-68' + }, + channels: [{ + chain_1: { + channel_id: 'channel-394', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-234', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } + }] + }, { $schema: '../ibc_data.schema.json', chain_1: { diff --git a/v1/packages/chain-registry/src/mainnet/int3face/ibc.ts b/v1/packages/chain-registry/src/mainnet/int3face/ibc.ts index 9078ebd9b..480bee55c 100644 --- a/v1/packages/chain-registry/src/mainnet/int3face/ibc.ts +++ b/v1/packages/chain-registry/src/mainnet/int3face/ibc.ts @@ -1,5 +1,33 @@ import { IBCInfo } from '@chain-registry/types'; const info: IBCInfo[] = [{ + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'int3face', + client_id: '07-tendermint-3', + connection_id: 'connection-1' + }, + chain_2: { + chain_name: 'neutron', + client_id: '07-tendermint-151', + connection_id: 'connection-111' + }, + channels: [{ + chain_1: { + channel_id: 'channel-1', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-6455', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } + }] + }, { $schema: '../ibc_data.schema.json', chain_1: { chain_name: 'int3face', diff --git a/v1/packages/chain-registry/src/mainnet/jackal/ibc.ts b/v1/packages/chain-registry/src/mainnet/jackal/ibc.ts index 66292abe1..d90490577 100644 --- a/v1/packages/chain-registry/src/mainnet/jackal/ibc.ts +++ b/v1/packages/chain-registry/src/mainnet/jackal/ibc.ts @@ -53,21 +53,21 @@ const info: IBCInfo[] = [ $schema: '../ibc_data.schema.json', chain_1: { chain_name: 'axelar', - client_id: '07-tendermint-69', - connection_id: 'connection-178' + client_id: '07-tendermint-235', + connection_id: 'connection-225' }, chain_2: { chain_name: 'jackal', - client_id: '07-tendermint-69', - connection_id: 'connection-57' + client_id: '07-tendermint-80', + connection_id: 'connection-66' }, channels: [{ chain_1: { - channel_id: 'channel-137', + channel_id: 'channel-168', port_id: 'transfer' }, chain_2: { - channel_id: 'channel-49', + channel_id: 'channel-153', port_id: 'transfer' }, ordering: 'unordered', diff --git a/v1/packages/chain-registry/src/mainnet/juno/ibc.ts b/v1/packages/chain-registry/src/mainnet/juno/ibc.ts index 5b7688f48..d693f0292 100644 --- a/v1/packages/chain-registry/src/mainnet/juno/ibc.ts +++ b/v1/packages/chain-registry/src/mainnet/juno/ibc.ts @@ -721,7 +721,11 @@ const info: IBCInfo[] = [ port_id: 'transfer' }, ordering: 'unordered', - version: 'ics20-1' + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } }] }, { diff --git a/v1/packages/chain-registry/src/mainnet/kopi/assets.ts b/v1/packages/chain-registry/src/mainnet/kopi/assets.ts index aa54bb682..853208bd8 100644 --- a/v1/packages/chain-registry/src/mainnet/kopi/assets.ts +++ b/v1/packages/chain-registry/src/mainnet/kopi/assets.ts @@ -87,10 +87,10 @@ const info: AssetList = { display: 'ckUSD', symbol: 'CKUSD', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg' }], keywords: ['dex', 'mm'], socials: { @@ -113,10 +113,10 @@ const info: AssetList = { display: 'cUSDC', symbol: 'CUSDC', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin' @@ -133,12 +133,12 @@ const info: AssetList = { base: 'ucusdtinj', name: 'cUSDT.inj', display: 'cUSDT.inj', - symbol: 'CUSDT.inj', + symbol: 'cUSDT.inj', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin' @@ -359,12 +359,12 @@ const info: AssetList = { base: 'uasusdtinj', name: 'asUSDT.inj', display: 'asusdtinj', - symbol: 'ASUSDT.inj', + symbol: 'asUSDT.inj', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin' @@ -383,10 +383,10 @@ const info: AssetList = { display: 'asUSDC', symbol: 'ASUSDC', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin' diff --git a/v1/packages/chain-registry/src/mainnet/milkyway/assets.ts b/v1/packages/chain-registry/src/mainnet/milkyway/assets.ts index e9057edd0..be6232a45 100644 --- a/v1/packages/chain-registry/src/mainnet/milkyway/assets.ts +++ b/v1/packages/chain-registry/src/mainnet/milkyway/assets.ts @@ -303,6 +303,80 @@ const info: AssetList = { }, svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dTIA.svg' }] + }, + { + description: 'USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.', + denom_units: [{ + denom: 'ibc/F5FABF52B54E65064B57BF6DBD8E5FAD22CEE9F4B8A57ADBB20CCD0173AA72A4', + exponent: 0, + aliases: ['microusdc', 'uusdc'] + }, { + denom: 'USDC', + exponent: 6 + }], + type_asset: 'ics20', + base: 'ibc/F5FABF52B54E65064B57BF6DBD8E5FAD22CEE9F4B8A57ADBB20CCD0173AA72A4', + name: 'USDC', + display: 'USDC', + symbol: 'USDC', + traces: [ + { + type: 'synthetic', + counterparty: { + chain_name: 'forex', + base_denom: 'USD' + }, + provider: 'Circle' + }, + { + type: 'additional-mintage', + counterparty: { + chain_name: 'ethereum', + base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48' + }, + provider: 'Circle' + }, + { + type: 'ibc', + counterparty: { + chain_name: 'noble', + base_denom: 'uusdc', + channel_id: 'channel-1' + }, + chain: { + channel_id: 'channel-750', + path: 'transfer/channel-750/uusdc' + } + }, + { + type: 'ibc', + counterparty: { + chain_name: 'osmosis', + base_denom: 'ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4', + channel_id: 'channel-89298' + }, + chain: { + channel_id: 'channel-0', + path: 'transfer/channel-0/transfer/channel-750/uusdc' + } + } + ], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png' + }, + images: [{ + image_sync: { + chain_name: 'ethereum', + base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48' + }, + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png', + theme: { + circle: true, + primary_color_hex: '#2775CA' + } + }] } ] }; diff --git a/v1/packages/chain-registry/src/mainnet/milkyway/chain.ts b/v1/packages/chain-registry/src/mainnet/milkyway/chain.ts index 5945dfc78..232dbdf25 100644 --- a/v1/packages/chain-registry/src/mainnet/milkyway/chain.ts +++ b/v1/packages/chain-registry/src/mainnet/milkyway/chain.ts @@ -17,37 +17,44 @@ const info: Chain = { fee_tokens: [ { denom: 'ibc/16065EE5282C5217685C8F084FC44864C25C706AC37356B0D62811D50B96920F', - fixed_min_gas_price: 0.002, - low_gas_price: 0.0025, - average_gas_price: 0.003, - high_gas_price: 0.0035 + fixed_min_gas_price: 0.00002, + low_gas_price: 0.000025, + average_gas_price: 0.00003, + high_gas_price: 0.000035 }, { denom: 'ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5', - fixed_min_gas_price: 0.002, - low_gas_price: 0.0025, - average_gas_price: 0.003, - high_gas_price: 0.0035 + fixed_min_gas_price: 0.00002, + low_gas_price: 0.000025, + average_gas_price: 0.00003, + high_gas_price: 0.000035 }, { denom: 'ibc/8D4FC51F696E03711B9B37A5787FB89BD2DDBAF788813478B002D552A12F9157', - fixed_min_gas_price: 0.002, - low_gas_price: 0.0025, - average_gas_price: 0.003, - high_gas_price: 0.0035 + fixed_min_gas_price: 0.00002, + low_gas_price: 0.000025, + average_gas_price: 0.00003, + high_gas_price: 0.000035 }, { denom: 'ibc/F1183DB3D428313A6FD329DF18219F9D6B83257D07D292EA9EC1D877E89EC2B0', - fixed_min_gas_price: 0.002, + fixed_min_gas_price: 0.00002, + low_gas_price: 0.000025, + average_gas_price: 0.00003, + high_gas_price: 0.000035 + }, + { + denom: 'ibc/4795C86F72EC2CB54E885A4A5B401BED9C333E008311ED9C4DE01BF546B44A21', + fixed_min_gas_price: 0.00002, low_gas_price: 0.0025, - average_gas_price: 0.003, + average_gas_price: 0.00003, high_gas_price: 0.0035 }, { - denom: 'ibc/4795C86F72EC2CB54E885A4A5B401BED9C333E008311ED9C4DE01BF546B44A21', - fixed_min_gas_price: 0.002, + denom: 'ibc/F5FABF52B54E65064B57BF6DBD8E5FAD22CEE9F4B8A57ADBB20CCD0173AA72A4', + fixed_min_gas_price: 0.00002, low_gas_price: 0.0025, - average_gas_price: 0.003, + average_gas_price: 0.00003, high_gas_price: 0.0035 } ] diff --git a/v1/packages/chain-registry/src/mainnet/neutron/ibc.ts b/v1/packages/chain-registry/src/mainnet/neutron/ibc.ts index 7eeebb255..f57a77c88 100644 --- a/v1/packages/chain-registry/src/mainnet/neutron/ibc.ts +++ b/v1/packages/chain-registry/src/mainnet/neutron/ibc.ts @@ -335,6 +335,35 @@ const info: IBCInfo[] = [ } }] }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'int3face', + client_id: '07-tendermint-3', + connection_id: 'connection-1' + }, + chain_2: { + chain_name: 'neutron', + client_id: '07-tendermint-151', + connection_id: 'connection-111' + }, + channels: [{ + chain_1: { + channel_id: 'channel-1', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-6455', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } + }] + }, { $schema: '../ibc_data.schema.json', chain_1: { diff --git a/v1/packages/chain-registry/src/mainnet/omniflixhub/ibc.ts b/v1/packages/chain-registry/src/mainnet/omniflixhub/ibc.ts index 314b7bdf1..f40871c2e 100644 --- a/v1/packages/chain-registry/src/mainnet/omniflixhub/ibc.ts +++ b/v1/packages/chain-registry/src/mainnet/omniflixhub/ibc.ts @@ -260,6 +260,35 @@ const info: IBCInfo[] = [ } }] }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'omniflixhub', + client_id: '07-tendermint-76', + connection_id: 'connection-57' + }, + chain_2: { + chain_name: 'quicksilver', + client_id: '07-tendermint-101', + connection_id: 'connection-66' + }, + channels: [{ + chain_1: { + channel_id: 'channel-51', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-228', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } + }] + }, { $schema: '../ibc_data.schema.json', chain_1: { diff --git a/v1/packages/chain-registry/src/mainnet/osmosis/assets.ts b/v1/packages/chain-registry/src/mainnet/osmosis/assets.ts index e6a42322f..4e9903c00 100644 --- a/v1/packages/chain-registry/src/mainnet/osmosis/assets.ts +++ b/v1/packages/chain-registry/src/mainnet/osmosis/assets.ts @@ -6771,7 +6771,7 @@ const info: AssetList = { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.svg', theme: { - primary_color_hex: '#fc944c' + primary_color_hex: '#ff914d' } }] }, @@ -7299,7 +7299,7 @@ const info: AssetList = { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg', theme: { - primary_color_hex: '#fc944c' + primary_color_hex: '#ff914d' } }] }, @@ -7393,7 +7393,7 @@ const info: AssetList = { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.svg', theme: { - primary_color_hex: '#fc944c' + primary_color_hex: '#ff914d' } }] }, @@ -7573,7 +7573,7 @@ const info: AssetList = { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.svg', theme: { - primary_color_hex: '#fc944c' + primary_color_hex: '#ff914d' } }] }, @@ -10095,7 +10095,7 @@ const info: AssetList = { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.svg', theme: { - primary_color_hex: '#fc944c' + primary_color_hex: '#ff914d' } }] }, @@ -16357,7 +16357,7 @@ const info: AssetList = { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.svg', theme: { - primary_color_hex: '#fc944c' + primary_color_hex: '#ff914d' } }] }, @@ -16459,7 +16459,7 @@ const info: AssetList = { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.svg', theme: { - primary_color_hex: '#fc944c' + primary_color_hex: '#ff914d' } }] }, @@ -16510,7 +16510,7 @@ const info: AssetList = { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.svg', theme: { - primary_color_hex: '#fc944c' + primary_color_hex: '#ff914d' } }] }, @@ -22815,6 +22815,597 @@ const info: AssetList = { twitter: 'https://x.com/Pixl_Plebs' }, keywords: ['meme'] + }, + { + description: 'An alloy of SUI asset variants on Osmosis.', + denom_units: [{ + denom: 'factory/osmo1nqu7rc5mj5p2cgyfp7gl3lw7kw99cltple3xtzl2cs5fyw0r2tasr7xv48/alloyed/allSUI', + exponent: 0 + }, { + denom: 'sui', + exponent: 8 + }], + type_asset: 'sdk.coin', + address: 'osmo1nqu7rc5mj5p2cgyfp7gl3lw7kw99cltple3xtzl2cs5fyw0r2tasr7xv48', + base: 'factory/osmo1nqu7rc5mj5p2cgyfp7gl3lw7kw99cltple3xtzl2cs5fyw0r2tasr7xv48/alloyed/allSUI', + name: 'Sui', + display: 'sui', + symbol: 'SUI', + traces: [{ + type: 'synthetic', + counterparty: { + chain_name: 'sui', + base_denom: '0x2::sui::SUI' + }, + provider: 'Osmosis' + }], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg' + }, + 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', + theme: { + primary_color_hex: '#6fbcef' + } + }] + }, + { + description: 'An alloy of APTOS asset variants on Osmosis.', + denom_units: [{ + denom: 'factory/osmo1zynnzvwdu72zc4mxqnnp348ksfmayldqyfs8khdud3myr7m5h8nsqwta2v/alloyed/allAPT', + exponent: 0 + }, { + denom: 'APT', + exponent: 8 + }], + type_asset: 'sdk.coin', + address: 'osmo1zynnzvwdu72zc4mxqnnp348ksfmayldqyfs8khdud3myr7m5h8nsqwta2v', + base: 'factory/osmo1zynnzvwdu72zc4mxqnnp348ksfmayldqyfs8khdud3myr7m5h8nsqwta2v/alloyed/allAPT', + name: 'Aptos Coin', + display: 'APT', + symbol: 'APT', + traces: [{ + type: 'synthetic', + counterparty: { + chain_name: 'aptos', + base_denom: '0x1::aptos_coin::AptosCoin' + }, + provider: 'Osmosis' + }], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg' + }, + 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', + theme: { + primary_color_hex: '#ffffff', + dark_mode: false + } + }, + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/apt-dm.svg', + theme: { + dark_mode: true + } + }, + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allAPT.svg', + theme: { + circle: true, + dark_mode: true, + primary_color_hex: '#ffffff' + } + } + ] + }, + { + description: 'An alloy of BNB asset variants on Osmosis.', + denom_units: [{ + denom: 'factory/osmo1zetxzc5nka4jm203ljjtjf933jwjh45ge6spfeef447rnnhqxc4qrazrcz/alloyed/allBNB', + exponent: 0 + }, { + denom: 'bnb', + exponent: 12 + }], + type_asset: 'sdk.coin', + address: 'osmo1zetxzc5nka4jm203ljjtjf933jwjh45ge6spfeef447rnnhqxc4qrazrcz', + base: 'factory/osmo1zetxzc5nka4jm203ljjtjf933jwjh45ge6spfeef447rnnhqxc4qrazrcz/alloyed/allBNB', + name: 'Binance Coin', + display: 'bnb', + symbol: 'BNB', + traces: [{ + type: 'synthetic', + counterparty: { + chain_name: 'binancesmartchain', + base_denom: 'wei' + }, + provider: 'Osmosis' + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.svg' + }, + images: [{ + image_sync: { + chain_name: 'binancesmartchain', + base_denom: 'wei' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.svg', + theme: { + primary_color_hex: '#f0b90b' + } + }, { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allBNB.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allBNB.png', + theme: { + circle: true, + primary_color_hex: '#f0b90b' + } + }] + }, + { + description: 'Quicksilver Liquid Staked ARCH', + denom_units: [{ + denom: 'ibc/BA47828ADDC3700F50B35696390F4C53E35CBB42E84FF768BB75C3F6BAEFD9F1', + exponent: 0, + aliases: ['aqarch'] + }, { + denom: 'qarch', + exponent: 18, + aliases: [] + }], + type_asset: 'ics20', + base: 'ibc/BA47828ADDC3700F50B35696390F4C53E35CBB42E84FF768BB75C3F6BAEFD9F1', + name: 'Quicksilver Liquid Staked ARCH', + display: 'qarch', + symbol: 'qARCH', + traces: [{ + type: 'liquid-stake', + counterparty: { + chain_name: 'archway', + base_denom: 'aarch' + }, + provider: 'Quicksilver' + }, { + type: 'ibc', + counterparty: { + chain_name: 'quicksilver', + base_denom: 'aqarch', + channel_id: 'channel-2' + }, + chain: { + channel_id: 'channel-522', + path: 'transfer/channel-522/aqarch' + } + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qarch.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qarch.svg' + }, + images: [{ + image_sync: { + chain_name: 'quicksilver', + base_denom: 'aqarch' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qarch.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qarch.svg', + theme: { + primary_color_hex: '#ff914d' + } + }] + }, + { + description: 'Quicksilver Liquid Staked TIA', + denom_units: [{ + denom: 'ibc/E8CB12995A190336CA7A647B618E97DF6CA1E1A3FD7685B1AA9C1C80FC63858E', + exponent: 0, + aliases: ['uqtia'] + }, { + denom: 'qtia', + exponent: 6, + aliases: [] + }], + type_asset: 'ics20', + base: 'ibc/E8CB12995A190336CA7A647B618E97DF6CA1E1A3FD7685B1AA9C1C80FC63858E', + name: 'Quicksilver Liquid Staked TIA', + display: 'qtia', + symbol: 'qTIA', + traces: [{ + type: 'liquid-stake', + counterparty: { + chain_name: 'celestia', + base_denom: 'utia' + }, + provider: 'Quicksilver' + }, { + type: 'ibc', + counterparty: { + chain_name: 'quicksilver', + base_denom: 'uqtia', + channel_id: 'channel-2' + }, + chain: { + channel_id: 'channel-522', + path: 'transfer/channel-522/uqtia' + } + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qtia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qtia.svg' + }, + images: [{ + image_sync: { + chain_name: 'quicksilver', + base_denom: 'uqtia' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qtia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qtia.svg', + theme: { + primary_color_hex: '#ff914d' + } + }] + }, + { + description: 'Quicksilver Liquid Staked PICA', + denom_units: [{ + denom: 'ibc/C66CF6F56DC47AECFA2C593C371D5D6218CF9DF709B6F0DAB7C33A9766889E55', + exponent: 0, + aliases: ['pqpica'] + }, { + denom: 'qpica', + exponent: 12, + aliases: [] + }], + type_asset: 'ics20', + base: 'ibc/C66CF6F56DC47AECFA2C593C371D5D6218CF9DF709B6F0DAB7C33A9766889E55', + name: 'Quicksilver Liquid Staked PICA', + display: 'qpica', + symbol: 'qPICA', + traces: [{ + type: 'liquid-stake', + counterparty: { + chain_name: 'composable', + base_denom: 'ppica' + }, + provider: 'Quicksilver' + }, { + type: 'ibc', + counterparty: { + chain_name: 'quicksilver', + base_denom: 'pqpica', + channel_id: 'channel-2' + }, + chain: { + channel_id: 'channel-522', + path: 'transfer/channel-522/pqpica' + } + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qpica.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qpica.svg' + }, + images: [{ + image_sync: { + chain_name: 'quicksilver', + base_denom: 'pqpica' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qpica.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qpica.svg', + theme: { + primary_color_hex: '#ff914d' + } + }] + }, + { + description: 'Quicksilver Liquid Staked INJ', + denom_units: [{ + denom: 'ibc/3C85C44DCB6BCC4FFB9D295EE79ED412E1FAD5D775C99E6AA51CCEF5CA32409C', + exponent: 0, + aliases: ['qinj'] + }, { + denom: 'qINJ', + exponent: 18, + aliases: [] + }], + type_asset: 'ics20', + base: 'ibc/3C85C44DCB6BCC4FFB9D295EE79ED412E1FAD5D775C99E6AA51CCEF5CA32409C', + name: 'Quicksilver Liquid Staked INJ', + display: 'qinj', + symbol: 'qINJ', + traces: [{ + type: 'liquid-stake', + counterparty: { + chain_name: 'injective', + base_denom: 'inj' + }, + provider: 'Quicksilver' + }, { + type: 'ibc', + counterparty: { + chain_name: 'quicksilver', + base_denom: 'qinj', + channel_id: 'channel-2' + }, + chain: { + channel_id: 'channel-522', + path: 'transfer/channel-522/qinj' + } + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qinj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qinj.svg' + }, + images: [{ + image_sync: { + chain_name: 'quicksilver', + base_denom: 'qinj' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qinj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qinj.svg', + theme: { + primary_color_hex: '#ff914d' + } + }] + }, + { + description: 'Quicksilver Liquid Staked FLIX', + denom_units: [{ + denom: 'ibc/9880C90A843C647E7A5D7C108CBB3D6E3D671F3F6BB930558F81B3B24D334162', + exponent: 0, + aliases: ['uqflix'] + }, { + denom: 'qflix', + exponent: 6, + aliases: [] + }], + type_asset: 'ics20', + base: 'ibc/9880C90A843C647E7A5D7C108CBB3D6E3D671F3F6BB930558F81B3B24D334162', + name: 'Quicksilver Liquid Staked FLIX', + display: 'qflix', + symbol: 'qFLIX', + traces: [{ + type: 'liquid-stake', + counterparty: { + chain_name: 'omniflixhub', + base_denom: 'uflix' + }, + provider: 'Quicksilver' + }, { + type: 'ibc', + counterparty: { + chain_name: 'quicksilver', + base_denom: 'uqflix', + channel_id: 'channel-2' + }, + chain: { + channel_id: 'channel-522', + path: 'transfer/channel-522/uqflix' + } + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qflix.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qflix.svg' + }, + images: [{ + image_sync: { + chain_name: 'quicksilver', + base_denom: 'uqflix' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qflix.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qflix.svg', + theme: { + primary_color_hex: '#ff914d' + } + }] + }, + { + description: 'Quicksilver Liquid Staked LUNA', + denom_units: [{ + denom: 'ibc/C3FD0795C73D0D61C09374F99D3F23E746194D22A64B6A44FF0530BCF2419053', + exponent: 0, + aliases: ['uqluna'] + }, { + denom: 'qluna', + exponent: 6, + aliases: [] + }], + type_asset: 'ics20', + base: 'ibc/C3FD0795C73D0D61C09374F99D3F23E746194D22A64B6A44FF0530BCF2419053', + name: 'Quicksilver Liquid Staked LUNA', + display: 'qluna', + symbol: 'qLUNA', + traces: [{ + type: 'liquid-stake', + counterparty: { + chain_name: 'terra2', + base_denom: 'uluna' + }, + provider: 'Quicksilver' + }, { + type: 'ibc', + counterparty: { + chain_name: 'quicksilver', + base_denom: 'uqluna', + channel_id: 'channel-2' + }, + chain: { + channel_id: 'channel-522', + path: 'transfer/channel-522/uqluna' + } + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qluna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qluna.svg' + }, + images: [{ + image_sync: { + chain_name: 'quicksilver', + base_denom: 'uqluna' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qluna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qluna.svg', + theme: { + primary_color_hex: '#ff914d' + } + }] + }, + { + description: 'Cosmos Bitcoin', + extended_description: 'Cosmos Bitcoin', + denom_units: [{ + denom: 'ibc/648260E4FF8AEDD310F2A72930F25DD7F43DD82F45F66E53B4A70A0C216FA53B', + exponent: 0, + aliases: ['factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BITCOIN'] + }, { + denom: 'BITCOIN', + exponent: 6 + }], + type_asset: 'ics20', + base: 'ibc/648260E4FF8AEDD310F2A72930F25DD7F43DD82F45F66E53B4A70A0C216FA53B', + name: 'Cosmos Bitcoin', + display: 'BITCOIN', + symbol: 'BITCOIN', + traces: [{ + type: 'ibc', + counterparty: { + chain_name: 'injective', + base_denom: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BITCOIN', + channel_id: 'channel-8' + }, + chain: { + channel_id: 'channel-122', + path: 'transfer/channel-122/factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BITCOIN' + } + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/bitcoin.png' + }, + socials: { + website: 'https://getbitcoinmeme.com', + twitter: 'https://x.com/getbitcoinmeme' + }, + keywords: ['meme'] + }, + { + description: 'Crypto', + extended_description: 'Crypto', + denom_units: [{ + denom: 'ibc/1B23B6F7DAC37267F04E82466AB798CC59F941BD4AE5653C497730F174F14849', + exponent: 0, + aliases: ['factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/CRYPTO'] + }, { + denom: 'CRYPTO', + exponent: 6 + }], + type_asset: 'ics20', + base: 'ibc/1B23B6F7DAC37267F04E82466AB798CC59F941BD4AE5653C497730F174F14849', + name: 'Crypto', + display: 'CRYPTO', + symbol: 'CRYPTO', + traces: [{ + type: 'ibc', + counterparty: { + chain_name: 'injective', + base_denom: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/CRYPTO', + channel_id: 'channel-8' + }, + chain: { + channel_id: 'channel-122', + path: 'transfer/channel-122/factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/CRYPTO' + } + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/crypto.png' + }, + socials: { + website: 'https://getcryptomeme.com', + twitter: 'https://x.com/getcryptomeme' + }, + keywords: ['meme'] + }, + { + description: 'Bricscoin', + extended_description: 'BRICS coin', + denom_units: [{ + denom: 'ibc/54C7B977B96DFC56D877A7F74D22BD26B5E42CA6171F120F5A36AC82BFD4711A', + exponent: 0, + aliases: ['factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BRICS'] + }, { + denom: 'BRICS', + exponent: 6 + }], + type_asset: 'ics20', + base: 'ibc/54C7B977B96DFC56D877A7F74D22BD26B5E42CA6171F120F5A36AC82BFD4711A', + name: 'Brics coin', + display: 'BRICS', + symbol: 'BRICS', + traces: [{ + type: 'ibc', + counterparty: { + chain_name: 'injective', + base_denom: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BRICS', + channel_id: 'channel-8' + }, + chain: { + channel_id: 'channel-122', + path: 'transfer/channel-122/factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BRICS' + } + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/brics.png' + }, + socials: { + website: 'https://bricscoin.cash', + twitter: 'https://x.com/bricscoincash' + }, + keywords: ['meme'] + }, + { + description: 'Instant Noodles Coin', + extended_description: 'Instant Noodles Coin', + denom_units: [{ + denom: 'ibc/A436BC9498153DC580B56BD27043BBFE08A1754696C05FFF00B2A41EC796D180', + exponent: 0, + aliases: ['factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/INC'] + }, { + denom: 'INC', + exponent: 6 + }], + type_asset: 'ics20', + base: 'ibc/A436BC9498153DC580B56BD27043BBFE08A1754696C05FFF00B2A41EC796D180', + name: 'Instant Noodles Coin', + display: 'INC', + symbol: 'INC', + traces: [{ + type: 'ibc', + counterparty: { + chain_name: 'injective', + base_denom: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/INC', + channel_id: 'channel-8' + }, + chain: { + channel_id: 'channel-122', + path: 'transfer/channel-122/factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/INC' + } + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inc.png' + }, + socials: { + website: 'https://instantnoodles.xyz', + twitter: 'https://x.com/instantnoodlesinc' + }, + keywords: ['meme'] } ] }; diff --git a/v1/packages/chain-registry/src/mainnet/quicksilver/assets.ts b/v1/packages/chain-registry/src/mainnet/quicksilver/assets.ts index 93e45fd3c..23d3bc179 100644 --- a/v1/packages/chain-registry/src/mainnet/quicksilver/assets.ts +++ b/v1/packages/chain-registry/src/mainnet/quicksilver/assets.ts @@ -65,7 +65,7 @@ const info: AssetList = { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.svg', theme: { - primary_color_hex: '#fc944c' + primary_color_hex: '#ff914d' } }], type_asset: 'sdk.coin' @@ -101,7 +101,7 @@ const info: AssetList = { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg', theme: { - primary_color_hex: '#fc944c' + primary_color_hex: '#ff914d' } }], type_asset: 'sdk.coin' @@ -137,7 +137,7 @@ const info: AssetList = { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.svg', theme: { - primary_color_hex: '#fc944c' + primary_color_hex: '#ff914d' } }], type_asset: 'sdk.coin' @@ -173,7 +173,7 @@ const info: AssetList = { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.svg', theme: { - primary_color_hex: '#fc944c' + primary_color_hex: '#ff914d' } }], type_asset: 'sdk.coin' @@ -209,7 +209,7 @@ const info: AssetList = { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.svg', theme: { - primary_color_hex: '#fc944c' + primary_color_hex: '#ff914d' } }], type_asset: 'sdk.coin' @@ -245,7 +245,7 @@ const info: AssetList = { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.svg', theme: { - primary_color_hex: '#fc944c' + primary_color_hex: '#ff914d' } }], type_asset: 'sdk.coin' @@ -281,7 +281,7 @@ const info: AssetList = { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.svg', theme: { - primary_color_hex: '#fc944c' + primary_color_hex: '#ff914d' } }], type_asset: 'sdk.coin' @@ -353,7 +353,7 @@ const info: AssetList = { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.svg', theme: { - primary_color_hex: '#fc944c' + primary_color_hex: '#ff914d' } }], type_asset: 'sdk.coin' @@ -397,6 +397,222 @@ const info: AssetList = { primary_color_hex: '#2775CA' } }] + }, + { + description: 'Quicksilver Liquid Staked ARCH', + denom_units: [{ + denom: 'aqarch', + exponent: 0, + aliases: [] + }, { + denom: 'qarch', + exponent: 18, + aliases: [] + }], + base: 'aqarch', + name: 'Quicksilver Liquid Staked ARCH', + display: 'qarch', + symbol: 'qARCH', + traces: [{ + type: 'liquid-stake', + counterparty: { + chain_name: 'archway', + base_denom: 'aarch' + }, + provider: 'Quicksilver' + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qarch.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qarch.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qarch.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qarch.svg', + theme: { + primary_color_hex: '#ff914d' + } + }], + type_asset: 'sdk.coin' + }, + { + description: 'Quicksilver Liquid Staked TIA', + denom_units: [{ + denom: 'uqtia', + exponent: 0, + aliases: [] + }, { + denom: 'qtia', + exponent: 6, + aliases: [] + }], + base: 'uqtia', + name: 'Quicksilver Liquid Staked TIA', + display: 'qtia', + symbol: 'qTIA', + traces: [{ + type: 'liquid-stake', + counterparty: { + chain_name: 'celestia', + base_denom: 'utia' + }, + provider: 'Quicksilver' + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qtia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qtia.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qtia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qtia.svg', + theme: { + primary_color_hex: '#ff914d' + } + }], + type_asset: 'sdk.coin' + }, + { + description: 'Quicksilver Liquid Staked PICA', + denom_units: [{ + denom: 'pqpica', + exponent: 0, + aliases: [] + }, { + denom: 'qpica', + exponent: 12, + aliases: [] + }], + base: 'pqpica', + name: 'Quicksilver Liquid Staked PICA', + display: 'qpica', + symbol: 'qPICA', + traces: [{ + type: 'liquid-stake', + counterparty: { + chain_name: 'composable', + base_denom: 'ppica' + }, + provider: 'Quicksilver' + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qpica.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qpica.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qpica.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qpica.svg', + theme: { + primary_color_hex: '#ff914d' + } + }], + type_asset: 'sdk.coin' + }, + { + description: 'Quicksilver Liquid Staked INJ', + denom_units: [{ + denom: 'qinj', + exponent: 0, + aliases: [] + }, { + denom: 'qINJ', + exponent: 18, + aliases: [] + }], + base: 'qinj', + name: 'Quicksilver Liquid Staked INJ', + display: 'qINJ', + symbol: 'qINJ', + traces: [{ + type: 'liquid-stake', + counterparty: { + chain_name: 'injective', + base_denom: 'inj' + }, + provider: 'Quicksilver' + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qinj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qinj.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qinj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qinj.svg', + theme: { + primary_color_hex: '#ff914d' + } + }], + type_asset: 'sdk.coin' + }, + { + description: 'Quicksilver Liquid Staked LUNA', + denom_units: [{ + denom: 'uqluna', + exponent: 0, + aliases: [] + }, { + denom: 'qluna', + exponent: 6, + aliases: [] + }], + base: 'uqluna', + name: 'Quicksilver Liquid Staked LUNA', + display: 'qluna', + symbol: 'qLUNA', + traces: [{ + type: 'liquid-stake', + counterparty: { + chain_name: 'terra2', + base_denom: 'uluna' + }, + provider: 'Quicksilver' + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qluna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qluna.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qluna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qluna.svg', + theme: { + primary_color_hex: '#ff914d' + } + }], + type_asset: 'sdk.coin' + }, + { + description: 'Quicksilver Liquid Staked FLIX', + denom_units: [{ + denom: 'uqflix', + exponent: 0, + aliases: [] + }, { + denom: 'qflix', + exponent: 6, + aliases: [] + }], + base: 'uqflix', + name: 'Quicksilver Liquid Staked FLIX', + display: 'qflix', + symbol: 'qFLIX', + traces: [{ + type: 'liquid-stake', + counterparty: { + chain_name: 'omniflixhub', + base_denom: 'uflix' + }, + provider: 'Quicksilver' + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qflix.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qflix.svg' + }, + images: [{ + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qflix.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qflix.svg', + theme: { + primary_color_hex: '#ff914d' + } + }], + type_asset: 'sdk.coin' } ] }; diff --git a/v1/packages/chain-registry/src/mainnet/quicksilver/chain.ts b/v1/packages/chain-registry/src/mainnet/quicksilver/chain.ts index 53f270853..e569c831a 100644 --- a/v1/packages/chain-registry/src/mainnet/quicksilver/chain.ts +++ b/v1/packages/chain-registry/src/mainnet/quicksilver/chain.ts @@ -2,11 +2,11 @@ import { Chain } from '@chain-registry/types'; const info: Chain = { $schema: '../chain.schema.json', chain_name: 'quicksilver', + chain_type: 'cosmos', status: 'live', network_type: 'mainnet', website: 'https://quicksilver.zone/', pretty_name: 'Quicksilver', - chain_type: 'cosmos', chain_id: 'quicksilver-2', daemon_name: 'quicksilverd', node_home: '$HOME/.quicksilverd', @@ -24,29 +24,36 @@ const info: Chain = { staking: { staking_tokens: [{ denom: 'uqck' - }] + }], + lock_duration: { + time: '1814400s' + } }, codebase: { - git_repo: 'https://github.com/ingenuity-build/quicksilver', - recommended_version: 'v1.6.3', - compatible_versions: ['v1.6.3'], + git_repo: 'https://github.com/quicksilver-zone/quicksilver', + recommended_version: 'v1.7.5', + compatible_versions: ['v1.7.5'], binaries: { - "linux/amd64": 'https://github.com/ingenuity-build/quicksilver/releases/download/v1.6.3/quicksilverd-v1.6.3-amd64' - }, - consensus: { - type: 'cometbft', - version: 'v0.34.33' - }, - genesis: { - genesis_url: 'https://github.com/ingenuity-build/mainnet/raw/main/genesis.json' + "linux/amd64": 'https://github.com/quicksilver-zone/quicksilver/releases/download/v1.7.5/quicksilverd-v1.7.5-amd64' }, sdk: { type: 'cosmos', version: 'v0.46.16' }, + consensus: { + type: 'cometbft', + version: 'v0.34.33' + }, ibc: { type: 'go', version: 'v6.3.1' + }, + language: { + type: 'go', + version: '1.23.3' + }, + genesis: { + genesis_url: 'https://raw.githubusercontent.com/quicksilver-zone/networks/refs/heads/main/mainnet/quicksilver-2/genesis.json' } }, logo_URIs: { @@ -56,26 +63,14 @@ const info: Chain = { description: 'Liquid Stake your Cosmos assets with your preferred validator and receive liquid staked assets (qASSETs) that you can use for swapping, pooling, lending, and more, all while your original stake earns staking APY from securing the network.', apis: { rpc: [ - { - address: 'https://rpc-quicksilver.takeshi.team:443', - provider: 'TAKESHI' - }, { address: 'https://rpc.quicksilver.zone:443', provider: 'Quicksilver' }, { - address: 'https://rpc-quicksilver-ia.cosmosia.notional.ventures:443', - provider: 'Notional' - }, - { - address: 'https://rpc.lavenderfive.com:443/quicksilver', + address: 'https://quicksilver-rpc.lavenderfive.com:443', provider: 'Lavender.Five Nodes 🐝' }, - { - address: 'https://rpc-quicksilver.cosmos-spaces.cloud', - provider: 'Cosmos Spaces' - }, { address: 'https://m-quicksilver.rpc.utsa.tech', provider: 'π₯𝐞𝐬𝐧𝐒𝐀 | 𝐔𝐓𝐒𝐀' @@ -84,10 +79,6 @@ const info: Chain = { address: 'http://quick.rpc.m.stavr.tech:21027', provider: 'πŸ”₯STAVRπŸ”₯' }, - { - address: 'https://quicksilver-mainnet-rpc.autostake.com:443', - provider: 'AutoStake πŸ›‘οΈ Slash Protected' - }, { address: 'https://quicksilver-rpc.ibs.team:443', provider: 'Inter Blockchain Services' @@ -100,26 +91,10 @@ const info: Chain = { address: 'https://rpc-quicksilver.architectnodes.com', provider: 'Architect Nodes' }, - { - address: 'https://rpc.quicksilver.indonode.net', - provider: 'Indonode' - }, { address: 'https://quicksilver-rpc.staketab.org:443', provider: 'Staketab' }, - { - address: 'https://quicksilver-rpc.theamsolutions.info', - provider: 'AM Solutions' - }, - { - address: 'https://quicksilver-rpc.w3coins.io', - provider: 'w3coins' - }, - { - address: 'https://rpc-quicksilver.mms.team/', - provider: 'MMS' - }, { address: 'https://quicksilver-rpc.publicnode.com:443', provider: 'Allnodes ⚑️ Nodes & Staking' @@ -147,25 +122,13 @@ const info: Chain = { ], rest: [ { - address: 'https://api-quicksilver.takeshi.team:443', - provider: 'TAKESHI' - }, - { - address: 'https://api-quicksilver-ia.cosmosia.notional.ventures:443', - provider: 'Notional' + address: 'https://lcd.quicksilver.zone:443', + provider: 'Quicksilver' }, { - address: 'https://rest.lavenderfive.com:443/quicksilver', + address: 'https://quicksilver-api.lavenderfive.com:443', provider: 'Lavender.Five Nodes 🐝' }, - { - address: 'https://api-quicksilver.cosmos-spaces.cloud', - provider: 'Cosmos Spaces' - }, - { - address: 'https://quicksilver-mainnet-lcd.autostake.com:443', - provider: 'AutoStake πŸ›‘οΈ Slash Protected' - }, { address: 'https://m-quicksilver.api.utsa.tech', provider: 'π₯𝐞𝐬𝐧𝐒𝐀 | 𝐔𝐓𝐒𝐀' @@ -174,34 +137,14 @@ const info: Chain = { address: 'https://quick.api.m.stavr.tech', provider: 'πŸ”₯STAVRπŸ”₯' }, - { - address: 'https://quicksilver.api.kjnodes.com', - provider: 'kjnodes' - }, { address: 'https://rest-quicksilver.architectnodes.com', provider: 'Architect Nodes' }, - { - address: 'https://api.quicksilver.indonode.net', - provider: 'Indonode' - }, { address: 'https://quicksilver-rest.staketab.org', provider: 'Staketab' }, - { - address: 'https://quicksilver-api.theamsolutions.info', - provider: 'AM Solutions' - }, - { - address: 'https://quicksilver-api.w3coins.io', - provider: 'w3coins' - }, - { - address: 'https://api-quicksilver.mms.team', - provider: 'MMS' - }, { address: 'https://quicksilver-rest.publicnode.com', provider: 'Allnodes ⚑️ Nodes & Staking' @@ -229,33 +172,9 @@ const info: Chain = { ], grpc: [ { - address: 'grpc-quicksilver.takeshi.team:443', - provider: 'TAKESHI' - }, - { - address: 'grpc-quicksilver-ia.cosmosia.notional.ventures:443', - provider: 'Notional' - }, - { - address: 'quicksilver.lavenderfive.com:443', + address: 'quicksilver-grpc.lavenderfive.com:443', provider: 'Lavender.Five Nodes 🐝' }, - { - address: 'quicksilver.grpc.nodersteam.com:9161', - provider: '[NODERS]TEAM' - }, - { - address: 'grpc-quicksilver.cosmos-spaces.cloud:3300', - provider: 'Cosmos Spaces' - }, - { - address: 'quicksilver-mainnet-grpc.autostake.com:443', - provider: 'AutoStake πŸ›‘οΈ Slash Protected' - }, - { - address: 'quicksilver.grpc.kjnodes.com:11190', - provider: 'kjnodes' - }, { address: 'quick.grpc.m.stavr.tech:9113', provider: 'πŸ”₯STAVRπŸ”₯' @@ -264,30 +183,6 @@ const info: Chain = { address: 'grpc-quicksilver.architectnodes.com:1443', provider: 'Architect Nodes' }, - { - address: 'archive-grpc-quicksilver.huginn.tech:9090', - provider: 'Huginn' - }, - { - address: 'https://grpc.quicksilver.indonode.net:28090', - provider: 'Indonode' - }, - { - address: 'services.staketab.com:9034', - provider: 'Staketab' - }, - { - address: 'https://quicksilver-grpc.theamsolutions.info:9797', - provider: 'AM Solutions' - }, - { - address: 'quicksilver-grpc.w3coins.io:11190', - provider: 'w3coins' - }, - { - address: 'grpc-quicksilver.mms.team:443', - provider: 'MMS' - }, { address: 'quicksilver-grpc.publicnode.com:443', provider: 'Allnodes ⚑️ Nodes & Staking' @@ -301,25 +196,17 @@ const info: Chain = { provider: 'KonsorTech' }, { - address: 'https://quicksilver.tdrsys.com:2083', + address: 'quicksilver.tdrsys.com:2083', provider: 'TdrSys' - }, - { - address: 'grpc.quicksilver.validatus.com', - provider: 'Validatus' - }, - { - address: 'quicksilver-grpc.noders.services:16090', - provider: '[NODERS]TEAM' } ] }, explorers: [ { - kind: 'mintscan', - url: 'https://www.mintscan.io/quicksilver', - tx_page: 'https://www.mintscan.io/quicksilver/transactions/${txHash}', - account_page: 'https://www.mintscan.io/quicksilver/accounts/${accountAddress}' + kind: 'stakeme', + url: 'https://explorer.quicksilver.zone', + tx_page: 'https://explorer.quicksilver.zone/transactions/${txHash}', + account_page: 'https://explorer.quicksilver.zone/account/${accountAddress}' }, { kind: 'ezstaking', @@ -327,12 +214,6 @@ const info: Chain = { tx_page: 'https://ezstaking.app/quicksilver/txs/${txHash}', account_page: 'https://ezstaking.app/quicksilver/account/${accountAddress}' }, - { - kind: 'staking-explorer.com', - url: 'https://staking-explorer.com/explorer/quicksilver', - tx_page: 'https://staking-explorer.com/transaction.php?chain=quicksilver&tx=${txHash}', - account_page: 'https://staking-explorer.com/account.php?chain=quicksilver&addr=${accountAddress}' - }, { kind: 'π₯𝐞𝐬𝐧𝐒𝐀 | 𝐔𝐓𝐒𝐀 explorer', url: 'https://exp.utsa.tech/quicksilver', @@ -343,16 +224,6 @@ const info: Chain = { url: 'https://explorer.stavr.tech/quicksilver-mainnet', tx_page: 'https://explorer.stavr.tech/quicksilver-mainnet/tx/${txHash}' }, - { - kind: 'Stake-Take', - url: 'https://explorer.stake-take.com/quicksilver', - tx_page: 'https://explorer.stake-take.com/quicksilver/tx/${txHash}' - }, - { - kind: 'AM Solutions Explorers', - url: 'https://explorer.theamsolutions.info/quicksilver-main/staking', - tx_page: 'https://explorer.theamsolutions.info/quicksilver-main/tx/${txHash}' - }, { kind: 'KonsorTech', url: 'https://explorer.konsortech.xyz/quicksilver/staking', @@ -361,10 +232,7 @@ const info: Chain = { ], images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png', - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.svg', - theme: { - primary_color_hex: '#b2b2b2' - } + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.svg' }] }; export default info; \ No newline at end of file diff --git a/v1/packages/chain-registry/src/mainnet/quicksilver/ibc.ts b/v1/packages/chain-registry/src/mainnet/quicksilver/ibc.ts index 78ea820b0..7295e3c8c 100644 --- a/v1/packages/chain-registry/src/mainnet/quicksilver/ibc.ts +++ b/v1/packages/chain-registry/src/mainnet/quicksilver/ibc.ts @@ -1,5 +1,34 @@ import { IBCInfo } from '@chain-registry/types'; const info: IBCInfo[] = [ + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'agoric', + client_id: '07-tendermint-85', + connection_id: 'connection-85' + }, + chain_2: { + chain_name: 'quicksilver', + client_id: '07-tendermint-84', + connection_id: 'connection-60' + }, + channels: [{ + chain_1: { + channel_id: 'channel-68', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-125', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } + }] + }, { $schema: '../ibc_data.schema.json', chain_1: { @@ -24,7 +53,37 @@ const info: IBCInfo[] = [ ordering: 'unordered', version: 'ics20-1', tags: { - status: 'live' + status: 'live', + preferred: true + } + }] + }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'celestia', + client_id: '07-tendermint-92', + connection_id: 'connection-60' + }, + chain_2: { + chain_name: 'quicksilver', + client_id: '07-tendermint-97', + connection_id: 'connection-65' + }, + channels: [{ + chain_1: { + channel_id: 'channel-36', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-207', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true } }] }, @@ -79,7 +138,69 @@ const info: IBCInfo[] = [ port_id: 'transfer' }, ordering: 'unordered', - version: 'ics20-1' + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } + }] + }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'dydx', + client_id: '07-tendermint-20', + connection_id: 'connection-25' + }, + chain_2: { + chain_name: 'quicksilver', + client_id: '07-tendermint-90', + connection_id: 'connection-62' + }, + channels: [{ + chain_1: { + channel_id: 'channel-32', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-164', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } + }] + }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'injective', + client_id: '07-tendermint-282', + connection_id: 'connection-286' + }, + chain_2: { + chain_name: 'quicksilver', + client_id: '07-tendermint-105', + connection_id: 'connection-68' + }, + channels: [{ + chain_1: { + channel_id: 'channel-394', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-234', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } }] }, { @@ -104,7 +225,40 @@ const info: IBCInfo[] = [ port_id: 'transfer' }, ordering: 'unordered', - version: 'ics20-1' + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } + }] + }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'omniflixhub', + client_id: '07-tendermint-76', + connection_id: 'connection-57' + }, + chain_2: { + chain_name: 'quicksilver', + client_id: '07-tendermint-101', + connection_id: 'connection-66' + }, + channels: [{ + chain_1: { + channel_id: 'channel-51', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-228', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } }] }, { @@ -187,7 +341,40 @@ const info: IBCInfo[] = [ port_id: 'transfer' }, ordering: 'unordered', - version: 'ics20-1' + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } + }] + }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'quicksilver', + client_id: '07-tendermint-91', + connection_id: 'connection-63' + }, + chain_2: { + chain_name: 'saga', + client_id: '07-tendermint-8', + connection_id: 'connection-8' + }, + channels: [{ + chain_1: { + channel_id: 'channel-170', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-18', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } }] }, { @@ -212,7 +399,40 @@ const info: IBCInfo[] = [ port_id: 'transfer' }, ordering: 'unordered', - version: 'ics20-1' + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } + }] + }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'quicksilver', + client_id: '07-tendermint-79', + connection_id: 'connection-54' + }, + chain_2: { + chain_name: 'sommelier', + client_id: '07-tendermint-57', + connection_id: 'connection-59' + }, + channels: [{ + chain_1: { + channel_id: 'channel-101', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-59', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } }] }, { @@ -237,7 +457,40 @@ const info: IBCInfo[] = [ port_id: 'transfer' }, ordering: 'unordered', - version: 'ics20-1' + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } + }] + }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'quicksilver', + client_id: '07-tendermint-108', + connection_id: 'connection-69' + }, + chain_2: { + chain_name: 'terra2', + client_id: '07-tendermint-430', + connection_id: 'connection-442' + }, + channels: [{ + chain_1: { + channel_id: 'channel-244', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-604', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } }] }, { @@ -262,7 +515,40 @@ const info: IBCInfo[] = [ port_id: 'transfer' }, ordering: 'unordered', - version: 'ics20-1' + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } + }] + }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'quicksilver', + client_id: '07-tendermint-102', + connection_id: 'connection-67' + }, + chain_2: { + chain_name: 'xion', + client_id: '07-tendermint-6', + connection_id: 'connection-7' + }, + channels: [{ + chain_1: { + channel_id: 'channel-229', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-8', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } }] } ]; diff --git a/v1/packages/chain-registry/src/mainnet/regen/ibc.ts b/v1/packages/chain-registry/src/mainnet/regen/ibc.ts index c3b4363aa..fba25348f 100644 --- a/v1/packages/chain-registry/src/mainnet/regen/ibc.ts +++ b/v1/packages/chain-registry/src/mainnet/regen/ibc.ts @@ -249,7 +249,11 @@ const info: IBCInfo[] = [ port_id: 'transfer' }, ordering: 'unordered', - version: 'ics20-1' + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } }] }, { diff --git a/v1/packages/chain-registry/src/mainnet/saga/ibc.ts b/v1/packages/chain-registry/src/mainnet/saga/ibc.ts index e0fd68da1..fa6a0f56f 100644 --- a/v1/packages/chain-registry/src/mainnet/saga/ibc.ts +++ b/v1/packages/chain-registry/src/mainnet/saga/ibc.ts @@ -116,6 +116,35 @@ const info: IBCInfo[] = [ } }] }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'quicksilver', + client_id: '07-tendermint-91', + connection_id: 'connection-63' + }, + chain_2: { + chain_name: 'saga', + client_id: '07-tendermint-8', + connection_id: 'connection-8' + }, + channels: [{ + chain_1: { + channel_id: 'channel-170', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-18', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } + }] + }, { $schema: '../ibc_data.schema.json', chain_1: { diff --git a/v1/packages/chain-registry/src/mainnet/secretnetwork/ibc.ts b/v1/packages/chain-registry/src/mainnet/secretnetwork/ibc.ts index 4a944c743..d77934de5 100644 --- a/v1/packages/chain-registry/src/mainnet/secretnetwork/ibc.ts +++ b/v1/packages/chain-registry/src/mainnet/secretnetwork/ibc.ts @@ -1021,7 +1021,11 @@ const info: IBCInfo[] = [ port_id: 'transfer' }, ordering: 'unordered', - version: 'ics20-1' + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } }] }, { diff --git a/v1/packages/chain-registry/src/mainnet/sommelier/ibc.ts b/v1/packages/chain-registry/src/mainnet/sommelier/ibc.ts index c1387f2fa..6abf0e273 100644 --- a/v1/packages/chain-registry/src/mainnet/sommelier/ibc.ts +++ b/v1/packages/chain-registry/src/mainnet/sommelier/ibc.ts @@ -145,6 +145,35 @@ const info: IBCInfo[] = [ } }] }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'quicksilver', + client_id: '07-tendermint-79', + connection_id: 'connection-54' + }, + chain_2: { + chain_name: 'sommelier', + client_id: '07-tendermint-57', + connection_id: 'connection-59' + }, + channels: [{ + chain_1: { + channel_id: 'channel-101', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-59', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } + }] + }, { $schema: '../ibc_data.schema.json', chain_1: { diff --git a/v1/packages/chain-registry/src/mainnet/stargaze/ibc.ts b/v1/packages/chain-registry/src/mainnet/stargaze/ibc.ts index 0480df2d8..49ce50f19 100644 --- a/v1/packages/chain-registry/src/mainnet/stargaze/ibc.ts +++ b/v1/packages/chain-registry/src/mainnet/stargaze/ibc.ts @@ -697,7 +697,11 @@ const info: IBCInfo[] = [ port_id: 'transfer' }, ordering: 'unordered', - version: 'ics20-1' + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } }] }, { diff --git a/v1/packages/chain-registry/src/mainnet/terra2/assets.ts b/v1/packages/chain-registry/src/mainnet/terra2/assets.ts index 64e6ddce5..5d6cc1200 100644 --- a/v1/packages/chain-registry/src/mainnet/terra2/assets.ts +++ b/v1/packages/chain-registry/src/mainnet/terra2/assets.ts @@ -1514,6 +1514,25 @@ const info: AssetList = { name: 'Eris Protocol bWHALE/WHALE ampLP', display: 'amplp', symbol: 'bWHALE-ampLP' + }, + { + base: 'factory/terra1dvvduq0uegn9juch9v0fc97fff3c85nu9f9gveu83dldej07jxysyrrg7m/rise', + name: 'Rise', + symbol: 'RISE', + display: 'rise', + description: 'PhoenixRiseMeme', + type_asset: 'sdk.coin', + address: 'terra1dvvduq0uegn9juch9v0fc97fff3c85nu9f9gveu83dldej07jxysyrrg7m', + denom_units: [{ + denom: 'factory/terra1dvvduq0uegn9juch9v0fc97fff3c85nu9f9gveu83dldej07jxysyrrg7m/rise', + exponent: 0 + }, { + denom: 'rise', + exponent: 6 + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/RISE.png' + } } ] }; diff --git a/v1/packages/chain-registry/src/mainnet/terra2/ibc.ts b/v1/packages/chain-registry/src/mainnet/terra2/ibc.ts index 6d1fa567f..2301a5193 100644 --- a/v1/packages/chain-registry/src/mainnet/terra2/ibc.ts +++ b/v1/packages/chain-registry/src/mainnet/terra2/ibc.ts @@ -970,6 +970,35 @@ const info: IBCInfo[] = [ } ] }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'quicksilver', + client_id: '07-tendermint-108', + connection_id: 'connection-69' + }, + chain_2: { + chain_name: 'terra2', + client_id: '07-tendermint-430', + connection_id: 'connection-442' + }, + channels: [{ + chain_1: { + channel_id: 'channel-244', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-604', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } + }] + }, { $schema: '../ibc_data.schema.json', chain_1: { diff --git a/v1/packages/chain-registry/src/mainnet/umee/ibc.ts b/v1/packages/chain-registry/src/mainnet/umee/ibc.ts index 00b9214c9..8be7b35a2 100644 --- a/v1/packages/chain-registry/src/mainnet/umee/ibc.ts +++ b/v1/packages/chain-registry/src/mainnet/umee/ibc.ts @@ -396,7 +396,11 @@ const info: IBCInfo[] = [ port_id: 'transfer' }, ordering: 'unordered', - version: 'ics20-1' + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } }] }, { diff --git a/v1/packages/chain-registry/src/mainnet/xion/ibc.ts b/v1/packages/chain-registry/src/mainnet/xion/ibc.ts index 3fa42405d..dc1cf2a4d 100644 --- a/v1/packages/chain-registry/src/mainnet/xion/ibc.ts +++ b/v1/packages/chain-registry/src/mainnet/xion/ibc.ts @@ -144,6 +144,35 @@ const info: IBCInfo[] = [ preferred: true } }] + }, + { + $schema: '../ibc_data.schema.json', + chain_1: { + chain_name: 'quicksilver', + client_id: '07-tendermint-102', + connection_id: 'connection-67' + }, + chain_2: { + chain_name: 'xion', + client_id: '07-tendermint-6', + connection_id: 'connection-7' + }, + channels: [{ + chain_1: { + channel_id: 'channel-229', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-8', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live', + preferred: true + } + }] } ]; export default info; \ No newline at end of file diff --git a/v1/packages/chain-registry/src/testnet/axelartestnet/assets.ts b/v1/packages/chain-registry/src/testnet/axelartestnet/assets.ts index 1e5ea1fde..624a21ab2 100644 --- a/v1/packages/chain-registry/src/testnet/axelartestnet/assets.ts +++ b/v1/packages/chain-registry/src/testnet/axelartestnet/assets.ts @@ -259,6 +259,45 @@ const info: AssetList = { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png' }, type_asset: 'sdk.coin' + }, + { + description: 'The native token of Manifest Ledger', + denom_units: [{ + denom: 'ibc/EAC654CC560CC03D82AE4BAA808BD0B6E06E9F29F62194B46C0502D967349E24', + exponent: 0 + }, { + denom: 'mfx', + exponent: 6 + }], + type_asset: 'ics20', + base: 'ibc/EAC654CC560CC03D82AE4BAA808BD0B6E06E9F29F62194B46C0502D967349E24', + name: 'Manifest', + display: 'mfx', + symbol: 'MFX', + traces: [{ + type: 'ibc', + counterparty: { + chain_name: 'manifesttestnet', + base_denom: 'umfx', + channel_id: 'channel-3' + }, + chain: { + channel_id: 'channel-590', + path: 'transfer/channel-590/umfx' + } + }], + images: [{ + image_sync: { + chain_name: 'manifesttestnet', + base_denom: 'umfx' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.svg' + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.svg' + } } ] }; diff --git a/v1/packages/chain-registry/src/testnet/axelartestnet/ibc.ts b/v1/packages/chain-registry/src/testnet/axelartestnet/ibc.ts index 997316abd..bb5a5e254 100644 --- a/v1/packages/chain-registry/src/testnet/axelartestnet/ibc.ts +++ b/v1/packages/chain-registry/src/testnet/axelartestnet/ibc.ts @@ -86,6 +86,34 @@ const info: IBCInfo[] = [ } }] }, + { + $schema: '../../ibc_data.schema.json', + chain_1: { + chain_name: 'axelartestnet', + client_id: '07-tendermint-1083', + connection_id: 'connection-843' + }, + chain_2: { + chain_name: 'manifesttestnet', + client_id: '07-tendermint-7', + connection_id: 'connection-8' + }, + channels: [{ + chain_1: { + channel_id: 'channel-590', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-3', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live' + } + }] + }, { $schema: '../../ibc_data.schema.json', chain_1: { diff --git a/v1/packages/chain-registry/src/testnet/manifesttestnet/ibc.ts b/v1/packages/chain-registry/src/testnet/manifesttestnet/ibc.ts index 689b11ee5..acfa1fc77 100644 --- a/v1/packages/chain-registry/src/testnet/manifesttestnet/ibc.ts +++ b/v1/packages/chain-registry/src/testnet/manifesttestnet/ibc.ts @@ -1,5 +1,32 @@ import { IBCInfo } from '@chain-registry/types'; const info: IBCInfo[] = [{ + $schema: '../../ibc_data.schema.json', + chain_1: { + chain_name: 'axelartestnet', + client_id: '07-tendermint-1083', + connection_id: 'connection-843' + }, + chain_2: { + chain_name: 'manifesttestnet', + client_id: '07-tendermint-7', + connection_id: 'connection-8' + }, + channels: [{ + chain_1: { + channel_id: 'channel-590', + port_id: 'transfer' + }, + chain_2: { + channel_id: 'channel-3', + port_id: 'transfer' + }, + ordering: 'unordered', + version: 'ics20-1', + tags: { + status: 'live' + } + }] + }, { $schema: '../../ibc_data.schema.json', chain_1: { chain_name: 'manifesttestnet', diff --git a/v1/packages/osmosis/src/asset_list.ts b/v1/packages/osmosis/src/asset_list.ts index 1e522c462..7493e29d9 100644 --- a/v1/packages/osmosis/src/asset_list.ts +++ b/v1/packages/osmosis/src/asset_list.ts @@ -4328,10 +4328,10 @@ const asset_list: AssetList = { display: 'ckUSD', symbol: 'CKUSD', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg' }], keywords: ['dex', 'mm'], socials: { @@ -4366,10 +4366,10 @@ const asset_list: AssetList = { display: 'cUSDC', symbol: 'CUSDC', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -4398,12 +4398,12 @@ const asset_list: AssetList = { base: 'ibc/13F23BA89C172DDA3B3080DCFD3ED56C00344116443F8A7E98D8F73727CCD04A', name: 'cUSDT.inj', display: 'cUSDT.inj', - symbol: 'CUSDT.inj', + symbol: 'cUSDT.inj', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -4432,12 +4432,12 @@ const asset_list: AssetList = { base: 'ibc/BB37C44D66572FFDA9523D69893104D2E54075C92FA50C092C799BDF5527A927', name: 'asUSDT.inj', display: 'asusdtinj', - symbol: 'ASUSDT.inj', + symbol: 'asUSDT.inj', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -4468,10 +4468,10 @@ const asset_list: AssetList = { display: 'asUSDC', symbol: 'ASUSDC', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -10369,10 +10369,10 @@ const asset_list: AssetList = { display: 'ckUSD', symbol: 'CKUSD', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg' }], keywords: ['dex', 'mm'], socials: { @@ -10407,10 +10407,10 @@ const asset_list: AssetList = { display: 'cUSDC', symbol: 'CUSDC', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -10439,12 +10439,12 @@ const asset_list: AssetList = { base: 'ibc/13F23BA89C172DDA3B3080DCFD3ED56C00344116443F8A7E98D8F73727CCD04A', name: 'cUSDT.inj', display: 'cUSDT.inj', - symbol: 'CUSDT.inj', + symbol: 'cUSDT.inj', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -10473,12 +10473,12 @@ const asset_list: AssetList = { base: 'ibc/BB37C44D66572FFDA9523D69893104D2E54075C92FA50C092C799BDF5527A927', name: 'asUSDT.inj', display: 'asusdtinj', - symbol: 'ASUSDT.inj', + symbol: 'asUSDT.inj', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', @@ -10509,10 +10509,10 @@ const asset_list: AssetList = { display: 'asUSDC', symbol: 'ASUSDC', logo_URIs: { - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg' }, images: [{ - svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg' }], keywords: ['dex', 'mm'], type_asset: 'sdk.coin', diff --git a/v1/packages/osmosis/src/assets.ts b/v1/packages/osmosis/src/assets.ts index d72f87921..221b2f9ce 100644 --- a/v1/packages/osmosis/src/assets.ts +++ b/v1/packages/osmosis/src/assets.ts @@ -6769,7 +6769,7 @@ const assets: AssetList = { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.svg', theme: { - primary_color_hex: '#fc944c' + primary_color_hex: '#ff914d' } }] }, @@ -7297,7 +7297,7 @@ const assets: AssetList = { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg', theme: { - primary_color_hex: '#fc944c' + primary_color_hex: '#ff914d' } }] }, @@ -7391,7 +7391,7 @@ const assets: AssetList = { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.svg', theme: { - primary_color_hex: '#fc944c' + primary_color_hex: '#ff914d' } }] }, @@ -7571,7 +7571,7 @@ const assets: AssetList = { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.svg', theme: { - primary_color_hex: '#fc944c' + primary_color_hex: '#ff914d' } }] }, @@ -10093,7 +10093,7 @@ const assets: AssetList = { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.svg', theme: { - primary_color_hex: '#fc944c' + primary_color_hex: '#ff914d' } }] }, @@ -16355,7 +16355,7 @@ const assets: AssetList = { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.svg', theme: { - primary_color_hex: '#fc944c' + primary_color_hex: '#ff914d' } }] }, @@ -16457,7 +16457,7 @@ const assets: AssetList = { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.svg', theme: { - primary_color_hex: '#fc944c' + primary_color_hex: '#ff914d' } }] }, @@ -16508,7 +16508,7 @@ const assets: AssetList = { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.svg', theme: { - primary_color_hex: '#fc944c' + primary_color_hex: '#ff914d' } }] }, @@ -22813,6 +22813,597 @@ const assets: AssetList = { twitter: 'https://x.com/Pixl_Plebs' }, keywords: ['meme'] + }, + { + description: 'An alloy of SUI asset variants on Osmosis.', + denom_units: [{ + denom: 'factory/osmo1nqu7rc5mj5p2cgyfp7gl3lw7kw99cltple3xtzl2cs5fyw0r2tasr7xv48/alloyed/allSUI', + exponent: 0 + }, { + denom: 'sui', + exponent: 8 + }], + type_asset: 'sdk.coin', + address: 'osmo1nqu7rc5mj5p2cgyfp7gl3lw7kw99cltple3xtzl2cs5fyw0r2tasr7xv48', + base: 'factory/osmo1nqu7rc5mj5p2cgyfp7gl3lw7kw99cltple3xtzl2cs5fyw0r2tasr7xv48/alloyed/allSUI', + name: 'Sui', + display: 'sui', + symbol: 'SUI', + traces: [{ + type: 'synthetic', + counterparty: { + chain_name: 'sui', + base_denom: '0x2::sui::SUI' + }, + provider: 'Osmosis' + }], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg' + }, + 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', + theme: { + primary_color_hex: '#6fbcef' + } + }] + }, + { + description: 'An alloy of APTOS asset variants on Osmosis.', + denom_units: [{ + denom: 'factory/osmo1zynnzvwdu72zc4mxqnnp348ksfmayldqyfs8khdud3myr7m5h8nsqwta2v/alloyed/allAPT', + exponent: 0 + }, { + denom: 'APT', + exponent: 8 + }], + type_asset: 'sdk.coin', + address: 'osmo1zynnzvwdu72zc4mxqnnp348ksfmayldqyfs8khdud3myr7m5h8nsqwta2v', + base: 'factory/osmo1zynnzvwdu72zc4mxqnnp348ksfmayldqyfs8khdud3myr7m5h8nsqwta2v/alloyed/allAPT', + name: 'Aptos Coin', + display: 'APT', + symbol: 'APT', + traces: [{ + type: 'synthetic', + counterparty: { + chain_name: 'aptos', + base_denom: '0x1::aptos_coin::AptosCoin' + }, + provider: 'Osmosis' + }], + logo_URIs: { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg' + }, + 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', + theme: { + primary_color_hex: '#ffffff', + dark_mode: false + } + }, + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/apt-dm.svg', + theme: { + dark_mode: true + } + }, + { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allAPT.svg', + theme: { + circle: true, + dark_mode: true, + primary_color_hex: '#ffffff' + } + } + ] + }, + { + description: 'An alloy of BNB asset variants on Osmosis.', + denom_units: [{ + denom: 'factory/osmo1zetxzc5nka4jm203ljjtjf933jwjh45ge6spfeef447rnnhqxc4qrazrcz/alloyed/allBNB', + exponent: 0 + }, { + denom: 'bnb', + exponent: 12 + }], + type_asset: 'sdk.coin', + address: 'osmo1zetxzc5nka4jm203ljjtjf933jwjh45ge6spfeef447rnnhqxc4qrazrcz', + base: 'factory/osmo1zetxzc5nka4jm203ljjtjf933jwjh45ge6spfeef447rnnhqxc4qrazrcz/alloyed/allBNB', + name: 'Binance Coin', + display: 'bnb', + symbol: 'BNB', + traces: [{ + type: 'synthetic', + counterparty: { + chain_name: 'binancesmartchain', + base_denom: 'wei' + }, + provider: 'Osmosis' + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.svg' + }, + images: [{ + image_sync: { + chain_name: 'binancesmartchain', + base_denom: 'wei' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.svg', + theme: { + primary_color_hex: '#f0b90b' + } + }, { + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allBNB.svg', + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allBNB.png', + theme: { + circle: true, + primary_color_hex: '#f0b90b' + } + }] + }, + { + description: 'Quicksilver Liquid Staked ARCH', + denom_units: [{ + denom: 'ibc/BA47828ADDC3700F50B35696390F4C53E35CBB42E84FF768BB75C3F6BAEFD9F1', + exponent: 0, + aliases: ['aqarch'] + }, { + denom: 'qarch', + exponent: 18, + aliases: [] + }], + type_asset: 'ics20', + base: 'ibc/BA47828ADDC3700F50B35696390F4C53E35CBB42E84FF768BB75C3F6BAEFD9F1', + name: 'Quicksilver Liquid Staked ARCH', + display: 'qarch', + symbol: 'qARCH', + traces: [{ + type: 'liquid-stake', + counterparty: { + chain_name: 'archway', + base_denom: 'aarch' + }, + provider: 'Quicksilver' + }, { + type: 'ibc', + counterparty: { + chain_name: 'quicksilver', + base_denom: 'aqarch', + channel_id: 'channel-2' + }, + chain: { + channel_id: 'channel-522', + path: 'transfer/channel-522/aqarch' + } + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qarch.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qarch.svg' + }, + images: [{ + image_sync: { + chain_name: 'quicksilver', + base_denom: 'aqarch' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qarch.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qarch.svg', + theme: { + primary_color_hex: '#ff914d' + } + }] + }, + { + description: 'Quicksilver Liquid Staked TIA', + denom_units: [{ + denom: 'ibc/E8CB12995A190336CA7A647B618E97DF6CA1E1A3FD7685B1AA9C1C80FC63858E', + exponent: 0, + aliases: ['uqtia'] + }, { + denom: 'qtia', + exponent: 6, + aliases: [] + }], + type_asset: 'ics20', + base: 'ibc/E8CB12995A190336CA7A647B618E97DF6CA1E1A3FD7685B1AA9C1C80FC63858E', + name: 'Quicksilver Liquid Staked TIA', + display: 'qtia', + symbol: 'qTIA', + traces: [{ + type: 'liquid-stake', + counterparty: { + chain_name: 'celestia', + base_denom: 'utia' + }, + provider: 'Quicksilver' + }, { + type: 'ibc', + counterparty: { + chain_name: 'quicksilver', + base_denom: 'uqtia', + channel_id: 'channel-2' + }, + chain: { + channel_id: 'channel-522', + path: 'transfer/channel-522/uqtia' + } + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qtia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qtia.svg' + }, + images: [{ + image_sync: { + chain_name: 'quicksilver', + base_denom: 'uqtia' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qtia.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qtia.svg', + theme: { + primary_color_hex: '#ff914d' + } + }] + }, + { + description: 'Quicksilver Liquid Staked PICA', + denom_units: [{ + denom: 'ibc/C66CF6F56DC47AECFA2C593C371D5D6218CF9DF709B6F0DAB7C33A9766889E55', + exponent: 0, + aliases: ['pqpica'] + }, { + denom: 'qpica', + exponent: 12, + aliases: [] + }], + type_asset: 'ics20', + base: 'ibc/C66CF6F56DC47AECFA2C593C371D5D6218CF9DF709B6F0DAB7C33A9766889E55', + name: 'Quicksilver Liquid Staked PICA', + display: 'qpica', + symbol: 'qPICA', + traces: [{ + type: 'liquid-stake', + counterparty: { + chain_name: 'composable', + base_denom: 'ppica' + }, + provider: 'Quicksilver' + }, { + type: 'ibc', + counterparty: { + chain_name: 'quicksilver', + base_denom: 'pqpica', + channel_id: 'channel-2' + }, + chain: { + channel_id: 'channel-522', + path: 'transfer/channel-522/pqpica' + } + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qpica.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qpica.svg' + }, + images: [{ + image_sync: { + chain_name: 'quicksilver', + base_denom: 'pqpica' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qpica.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qpica.svg', + theme: { + primary_color_hex: '#ff914d' + } + }] + }, + { + description: 'Quicksilver Liquid Staked INJ', + denom_units: [{ + denom: 'ibc/3C85C44DCB6BCC4FFB9D295EE79ED412E1FAD5D775C99E6AA51CCEF5CA32409C', + exponent: 0, + aliases: ['qinj'] + }, { + denom: 'qINJ', + exponent: 18, + aliases: [] + }], + type_asset: 'ics20', + base: 'ibc/3C85C44DCB6BCC4FFB9D295EE79ED412E1FAD5D775C99E6AA51CCEF5CA32409C', + name: 'Quicksilver Liquid Staked INJ', + display: 'qinj', + symbol: 'qINJ', + traces: [{ + type: 'liquid-stake', + counterparty: { + chain_name: 'injective', + base_denom: 'inj' + }, + provider: 'Quicksilver' + }, { + type: 'ibc', + counterparty: { + chain_name: 'quicksilver', + base_denom: 'qinj', + channel_id: 'channel-2' + }, + chain: { + channel_id: 'channel-522', + path: 'transfer/channel-522/qinj' + } + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qinj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qinj.svg' + }, + images: [{ + image_sync: { + chain_name: 'quicksilver', + base_denom: 'qinj' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qinj.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qinj.svg', + theme: { + primary_color_hex: '#ff914d' + } + }] + }, + { + description: 'Quicksilver Liquid Staked FLIX', + denom_units: [{ + denom: 'ibc/9880C90A843C647E7A5D7C108CBB3D6E3D671F3F6BB930558F81B3B24D334162', + exponent: 0, + aliases: ['uqflix'] + }, { + denom: 'qflix', + exponent: 6, + aliases: [] + }], + type_asset: 'ics20', + base: 'ibc/9880C90A843C647E7A5D7C108CBB3D6E3D671F3F6BB930558F81B3B24D334162', + name: 'Quicksilver Liquid Staked FLIX', + display: 'qflix', + symbol: 'qFLIX', + traces: [{ + type: 'liquid-stake', + counterparty: { + chain_name: 'omniflixhub', + base_denom: 'uflix' + }, + provider: 'Quicksilver' + }, { + type: 'ibc', + counterparty: { + chain_name: 'quicksilver', + base_denom: 'uqflix', + channel_id: 'channel-2' + }, + chain: { + channel_id: 'channel-522', + path: 'transfer/channel-522/uqflix' + } + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qflix.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qflix.svg' + }, + images: [{ + image_sync: { + chain_name: 'quicksilver', + base_denom: 'uqflix' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qflix.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qflix.svg', + theme: { + primary_color_hex: '#ff914d' + } + }] + }, + { + description: 'Quicksilver Liquid Staked LUNA', + denom_units: [{ + denom: 'ibc/C3FD0795C73D0D61C09374F99D3F23E746194D22A64B6A44FF0530BCF2419053', + exponent: 0, + aliases: ['uqluna'] + }, { + denom: 'qluna', + exponent: 6, + aliases: [] + }], + type_asset: 'ics20', + base: 'ibc/C3FD0795C73D0D61C09374F99D3F23E746194D22A64B6A44FF0530BCF2419053', + name: 'Quicksilver Liquid Staked LUNA', + display: 'qluna', + symbol: 'qLUNA', + traces: [{ + type: 'liquid-stake', + counterparty: { + chain_name: 'terra2', + base_denom: 'uluna' + }, + provider: 'Quicksilver' + }, { + type: 'ibc', + counterparty: { + chain_name: 'quicksilver', + base_denom: 'uqluna', + channel_id: 'channel-2' + }, + chain: { + channel_id: 'channel-522', + path: 'transfer/channel-522/uqluna' + } + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qluna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qluna.svg' + }, + images: [{ + image_sync: { + chain_name: 'quicksilver', + base_denom: 'uqluna' + }, + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qluna.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qluna.svg', + theme: { + primary_color_hex: '#ff914d' + } + }] + }, + { + description: 'Cosmos Bitcoin', + extended_description: 'Cosmos Bitcoin', + denom_units: [{ + denom: 'ibc/648260E4FF8AEDD310F2A72930F25DD7F43DD82F45F66E53B4A70A0C216FA53B', + exponent: 0, + aliases: ['factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BITCOIN'] + }, { + denom: 'BITCOIN', + exponent: 6 + }], + type_asset: 'ics20', + base: 'ibc/648260E4FF8AEDD310F2A72930F25DD7F43DD82F45F66E53B4A70A0C216FA53B', + name: 'Cosmos Bitcoin', + display: 'BITCOIN', + symbol: 'BITCOIN', + traces: [{ + type: 'ibc', + counterparty: { + chain_name: 'injective', + base_denom: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BITCOIN', + channel_id: 'channel-8' + }, + chain: { + channel_id: 'channel-122', + path: 'transfer/channel-122/factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BITCOIN' + } + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/bitcoin.png' + }, + socials: { + website: 'https://getbitcoinmeme.com', + twitter: 'https://x.com/getbitcoinmeme' + }, + keywords: ['meme'] + }, + { + description: 'Crypto', + extended_description: 'Crypto', + denom_units: [{ + denom: 'ibc/1B23B6F7DAC37267F04E82466AB798CC59F941BD4AE5653C497730F174F14849', + exponent: 0, + aliases: ['factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/CRYPTO'] + }, { + denom: 'CRYPTO', + exponent: 6 + }], + type_asset: 'ics20', + base: 'ibc/1B23B6F7DAC37267F04E82466AB798CC59F941BD4AE5653C497730F174F14849', + name: 'Crypto', + display: 'CRYPTO', + symbol: 'CRYPTO', + traces: [{ + type: 'ibc', + counterparty: { + chain_name: 'injective', + base_denom: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/CRYPTO', + channel_id: 'channel-8' + }, + chain: { + channel_id: 'channel-122', + path: 'transfer/channel-122/factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/CRYPTO' + } + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/crypto.png' + }, + socials: { + website: 'https://getcryptomeme.com', + twitter: 'https://x.com/getcryptomeme' + }, + keywords: ['meme'] + }, + { + description: 'Bricscoin', + extended_description: 'BRICS coin', + denom_units: [{ + denom: 'ibc/54C7B977B96DFC56D877A7F74D22BD26B5E42CA6171F120F5A36AC82BFD4711A', + exponent: 0, + aliases: ['factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BRICS'] + }, { + denom: 'BRICS', + exponent: 6 + }], + type_asset: 'ics20', + base: 'ibc/54C7B977B96DFC56D877A7F74D22BD26B5E42CA6171F120F5A36AC82BFD4711A', + name: 'Brics coin', + display: 'BRICS', + symbol: 'BRICS', + traces: [{ + type: 'ibc', + counterparty: { + chain_name: 'injective', + base_denom: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BRICS', + channel_id: 'channel-8' + }, + chain: { + channel_id: 'channel-122', + path: 'transfer/channel-122/factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BRICS' + } + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/brics.png' + }, + socials: { + website: 'https://bricscoin.cash', + twitter: 'https://x.com/bricscoincash' + }, + keywords: ['meme'] + }, + { + description: 'Instant Noodles Coin', + extended_description: 'Instant Noodles Coin', + denom_units: [{ + denom: 'ibc/A436BC9498153DC580B56BD27043BBFE08A1754696C05FFF00B2A41EC796D180', + exponent: 0, + aliases: ['factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/INC'] + }, { + denom: 'INC', + exponent: 6 + }], + type_asset: 'ics20', + base: 'ibc/A436BC9498153DC580B56BD27043BBFE08A1754696C05FFF00B2A41EC796D180', + name: 'Instant Noodles Coin', + display: 'INC', + symbol: 'INC', + traces: [{ + type: 'ibc', + counterparty: { + chain_name: 'injective', + base_denom: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/INC', + channel_id: 'channel-8' + }, + chain: { + channel_id: 'channel-122', + path: 'transfer/channel-122/factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/INC' + } + }], + logo_URIs: { + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inc.png' + }, + socials: { + website: 'https://instantnoodles.xyz', + twitter: 'https://x.com/instantnoodlesinc' + }, + keywords: ['meme'] } ] };