@chain-registry/assets 1.70.52 → 1.70.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/mainnet/archway.js +78 -0
- package/esm/mainnet/assets.js +3 -1
- package/esm/mainnet/axelar.js +78 -0
- package/esm/mainnet/cosmoshub.js +434 -0
- package/esm/mainnet/index.js +2 -0
- package/esm/mainnet/injective.js +512 -0
- package/esm/mainnet/kopi.js +1152 -0
- package/esm/mainnet/migaloo.js +168 -0
- package/esm/mainnet/noble.js +512 -0
- package/esm/mainnet/osmosis.js +512 -0
- package/esm/mainnet/terra2.js +434 -0
- package/esm/mainnet/xion.js +1066 -0
- package/mainnet/archway.js +78 -0
- package/mainnet/assets.js +3 -1
- package/mainnet/axelar.js +78 -0
- package/mainnet/cosmoshub.js +434 -0
- package/mainnet/index.d.ts +2 -0
- package/mainnet/index.js +4 -2
- package/mainnet/injective.js +512 -0
- package/mainnet/kopi.d.ts +3 -0
- package/mainnet/kopi.js +1154 -0
- package/mainnet/migaloo.js +168 -0
- package/mainnet/noble.js +512 -0
- package/mainnet/osmosis.js +512 -0
- package/mainnet/terra2.js +434 -0
- package/mainnet/xion.d.ts +3 -0
- package/mainnet/xion.js +1068 -0
- package/package.json +5 -5
package/mainnet/archway.js
CHANGED
|
@@ -830,6 +830,45 @@ const assets = {
|
|
|
830
830
|
}
|
|
831
831
|
}]
|
|
832
832
|
},
|
|
833
|
+
{
|
|
834
|
+
description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.',
|
|
835
|
+
denom_units: [{
|
|
836
|
+
denom: 'ibc/3F882513A0CCD1C4110ACB7C6C761AC7B48974C9D2D439CD6F652F9B44362518',
|
|
837
|
+
exponent: 0,
|
|
838
|
+
aliases: ['uwhale']
|
|
839
|
+
}, {
|
|
840
|
+
denom: 'whale',
|
|
841
|
+
exponent: 6
|
|
842
|
+
}],
|
|
843
|
+
base: 'ibc/3F882513A0CCD1C4110ACB7C6C761AC7B48974C9D2D439CD6F652F9B44362518',
|
|
844
|
+
name: 'Whale',
|
|
845
|
+
display: 'whale',
|
|
846
|
+
symbol: 'WHALE',
|
|
847
|
+
logo_URIs: {
|
|
848
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
849
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
|
|
850
|
+
},
|
|
851
|
+
coingecko_id: 'white-whale',
|
|
852
|
+
images: [{
|
|
853
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
854
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg',
|
|
855
|
+
theme: {
|
|
856
|
+
primary_color_hex: '#1c1c1c'
|
|
857
|
+
}
|
|
858
|
+
}],
|
|
859
|
+
type_asset: 'sdk.coin',
|
|
860
|
+
traces: [{
|
|
861
|
+
type: 'ibc',
|
|
862
|
+
counterparty: {
|
|
863
|
+
channel_id: 'channel-141',
|
|
864
|
+
base_denom: 'uwhale',
|
|
865
|
+
chain_name: 'migaloo'
|
|
866
|
+
},
|
|
867
|
+
chain: {
|
|
868
|
+
channel_id: 'channel-184'
|
|
869
|
+
}
|
|
870
|
+
}]
|
|
871
|
+
},
|
|
833
872
|
{
|
|
834
873
|
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
835
874
|
denom_units: [{
|
|
@@ -2068,6 +2107,45 @@ const assets = {
|
|
|
2068
2107
|
}
|
|
2069
2108
|
}]
|
|
2070
2109
|
},
|
|
2110
|
+
{
|
|
2111
|
+
description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.',
|
|
2112
|
+
denom_units: [{
|
|
2113
|
+
denom: 'ibc/3F882513A0CCD1C4110ACB7C6C761AC7B48974C9D2D439CD6F652F9B44362518',
|
|
2114
|
+
exponent: 0,
|
|
2115
|
+
aliases: ['uwhale']
|
|
2116
|
+
}, {
|
|
2117
|
+
denom: 'whale',
|
|
2118
|
+
exponent: 6
|
|
2119
|
+
}],
|
|
2120
|
+
base: 'ibc/3F882513A0CCD1C4110ACB7C6C761AC7B48974C9D2D439CD6F652F9B44362518',
|
|
2121
|
+
name: 'Whale',
|
|
2122
|
+
display: 'whale',
|
|
2123
|
+
symbol: 'WHALE',
|
|
2124
|
+
logo_URIs: {
|
|
2125
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
2126
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
|
|
2127
|
+
},
|
|
2128
|
+
coingecko_id: 'white-whale',
|
|
2129
|
+
images: [{
|
|
2130
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
2131
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg',
|
|
2132
|
+
theme: {
|
|
2133
|
+
primary_color_hex: '#1c1c1c'
|
|
2134
|
+
}
|
|
2135
|
+
}],
|
|
2136
|
+
type_asset: 'sdk.coin',
|
|
2137
|
+
traces: [{
|
|
2138
|
+
type: 'ibc',
|
|
2139
|
+
counterparty: {
|
|
2140
|
+
channel_id: 'channel-141',
|
|
2141
|
+
base_denom: 'uwhale',
|
|
2142
|
+
chain_name: 'migaloo'
|
|
2143
|
+
},
|
|
2144
|
+
chain: {
|
|
2145
|
+
channel_id: 'channel-184'
|
|
2146
|
+
}
|
|
2147
|
+
}]
|
|
2148
|
+
},
|
|
2071
2149
|
{
|
|
2072
2150
|
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
2073
2151
|
denom_units: [{
|
package/mainnet/assets.js
CHANGED
|
@@ -72,6 +72,7 @@ const kava_1 = __importDefault(require("./kava"));
|
|
|
72
72
|
const kichain_1 = __importDefault(require("./kichain"));
|
|
73
73
|
const kimanetwork_1 = __importDefault(require("./kimanetwork"));
|
|
74
74
|
const konstellation_1 = __importDefault(require("./konstellation"));
|
|
75
|
+
const kopi_1 = __importDefault(require("./kopi"));
|
|
75
76
|
const kujira_1 = __importDefault(require("./kujira"));
|
|
76
77
|
const kyve_1 = __importDefault(require("./kyve"));
|
|
77
78
|
const lambda_1 = __importDefault(require("./lambda"));
|
|
@@ -147,6 +148,7 @@ const titan_1 = __importDefault(require("./titan"));
|
|
|
147
148
|
const umee_1 = __importDefault(require("./umee"));
|
|
148
149
|
const unification_1 = __importDefault(require("./unification"));
|
|
149
150
|
const uptick_1 = __importDefault(require("./uptick"));
|
|
151
|
+
const xion_1 = __importDefault(require("./xion"));
|
|
150
152
|
const xpla_1 = __importDefault(require("./xpla"));
|
|
151
|
-
const assets = [ethereum_1.default, solana_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, andromeda_1.default, archway_1.default, arkh_1.default, assetmantle_1.default, atomone_1.default, aura_1.default, axelar_1.default, bandchain_1.default, beezee_1.default, bitcanna_1.default, bitsong_1.default, bluzelle_1.default, bostrom_1.default, canto_1.default, carbon_1.default, celestia_1.default, chain4energy_1.default, cheqd_1.default, chihuahua_1.default, cifer_1.default, comdex_1.default, composable_1.default, conscious_1.default, coreum_1.default, cosmoshub_1.default, crescent_1.default, cronos_1.default, cryptoorgchain_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, doravota_1.default, dungeon_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, emoney_1.default, empowerchain_1.default, evmos_1.default, fetchhub_1.default, firmachain_1.default, furya_1.default, fxcore_1.default, galaxy_1.default, gateway_1.default, genesisl1_1.default, gitopia_1.default, gravitybridge_1.default, haqq_1.default, humans_1.default, impacthub_1.default, imversed_1.default, injective_1.default, int3face_1.default, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, kimanetwork_1.default, konstellation_1.default, kujira_1.default, kyve_1.default, lambda_1.default, lava_1.default, likecoin_1.default, lorenzo_1.default, lumnetwork_1.default, mande_1.default, mantrachain_1.default, mars_1.default, medasdigital_1.default, meme_1.default, migaloo_1.default, milkyway_1.default, neutaro_1.default, neutron_1.default, nibiru_1.default, nim_1.default, noble_1.default, nois_1.default, nolus_1.default, nomic_1.default, nyx_1.default, odin_1.default, okexchain_1.default, omniflixhub_1.default, onex_1.default, onomy_1.default, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pryzm_1.default, pundix_1.default, pylons_1.default, quasar_1.default, quicksilver_1.default, qwoyn_1.default, realio_1.default, rebus_1.default, regen_1.default, rizon_1.default, routerchain_1.default, saga_1.default, scorum_1.default, secretnetwork_1.default, seda_1.default, sei_1.default, self_1.default, sentinel_1.default, sge_1.default, shareledger_1.default, shentu_1.default, shido_1.default, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stratos_1.default, stride_1.default, synternet_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, titan_1.default, umee_1.default, unification_1.default, uptick_1.default, xpla_1.default];
|
|
153
|
+
const assets = [ethereum_1.default, solana_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, andromeda_1.default, archway_1.default, arkh_1.default, assetmantle_1.default, atomone_1.default, aura_1.default, axelar_1.default, bandchain_1.default, beezee_1.default, bitcanna_1.default, bitsong_1.default, bluzelle_1.default, bostrom_1.default, canto_1.default, carbon_1.default, celestia_1.default, chain4energy_1.default, cheqd_1.default, chihuahua_1.default, cifer_1.default, comdex_1.default, composable_1.default, conscious_1.default, coreum_1.default, cosmoshub_1.default, crescent_1.default, cronos_1.default, cryptoorgchain_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, doravota_1.default, dungeon_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, emoney_1.default, empowerchain_1.default, evmos_1.default, fetchhub_1.default, firmachain_1.default, furya_1.default, fxcore_1.default, galaxy_1.default, gateway_1.default, genesisl1_1.default, gitopia_1.default, gravitybridge_1.default, haqq_1.default, humans_1.default, impacthub_1.default, imversed_1.default, injective_1.default, int3face_1.default, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, kimanetwork_1.default, konstellation_1.default, kopi_1.default, kujira_1.default, kyve_1.default, lambda_1.default, lava_1.default, likecoin_1.default, lorenzo_1.default, lumnetwork_1.default, mande_1.default, mantrachain_1.default, mars_1.default, medasdigital_1.default, meme_1.default, migaloo_1.default, milkyway_1.default, neutaro_1.default, neutron_1.default, nibiru_1.default, nim_1.default, noble_1.default, nois_1.default, nolus_1.default, nomic_1.default, nyx_1.default, odin_1.default, okexchain_1.default, omniflixhub_1.default, onex_1.default, onomy_1.default, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pryzm_1.default, pundix_1.default, pylons_1.default, quasar_1.default, quicksilver_1.default, qwoyn_1.default, realio_1.default, rebus_1.default, regen_1.default, rizon_1.default, routerchain_1.default, saga_1.default, scorum_1.default, secretnetwork_1.default, seda_1.default, sei_1.default, self_1.default, sentinel_1.default, sge_1.default, shareledger_1.default, shentu_1.default, shido_1.default, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stratos_1.default, stride_1.default, synternet_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, titan_1.default, umee_1.default, unification_1.default, uptick_1.default, xion_1.default, xpla_1.default];
|
|
152
154
|
exports.default = assets;
|
package/mainnet/axelar.js
CHANGED
|
@@ -6475,6 +6475,45 @@ const assets = {
|
|
|
6475
6475
|
}
|
|
6476
6476
|
}]
|
|
6477
6477
|
},
|
|
6478
|
+
{
|
|
6479
|
+
description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.',
|
|
6480
|
+
denom_units: [{
|
|
6481
|
+
denom: 'ibc/53F0D1647EB6153E1C1D98A9134D4CD8503FC5C4406D6776A9E5086E00FBA268',
|
|
6482
|
+
exponent: 0,
|
|
6483
|
+
aliases: ['uxion']
|
|
6484
|
+
}, {
|
|
6485
|
+
denom: 'XION',
|
|
6486
|
+
exponent: 6,
|
|
6487
|
+
aliases: ['xion']
|
|
6488
|
+
}],
|
|
6489
|
+
base: 'ibc/53F0D1647EB6153E1C1D98A9134D4CD8503FC5C4406D6776A9E5086E00FBA268',
|
|
6490
|
+
display: 'XION',
|
|
6491
|
+
name: 'xion',
|
|
6492
|
+
symbol: 'XION',
|
|
6493
|
+
coingecko_id: 'xion-2',
|
|
6494
|
+
type_asset: 'sdk.coin',
|
|
6495
|
+
logo_URIs: {
|
|
6496
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
6497
|
+
},
|
|
6498
|
+
images: [{
|
|
6499
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
6500
|
+
}],
|
|
6501
|
+
socials: {
|
|
6502
|
+
website: 'https://xion.burnt.com/',
|
|
6503
|
+
twitter: 'https://twitter.com/burnt_xion'
|
|
6504
|
+
},
|
|
6505
|
+
traces: [{
|
|
6506
|
+
type: 'ibc',
|
|
6507
|
+
counterparty: {
|
|
6508
|
+
channel_id: 'channel-3',
|
|
6509
|
+
base_denom: 'uxion',
|
|
6510
|
+
chain_name: 'xion'
|
|
6511
|
+
},
|
|
6512
|
+
chain: {
|
|
6513
|
+
channel_id: 'channel-161'
|
|
6514
|
+
}
|
|
6515
|
+
}]
|
|
6516
|
+
},
|
|
6478
6517
|
{
|
|
6479
6518
|
description: 'BitSong Native Token',
|
|
6480
6519
|
denom_units: [{
|
|
@@ -12291,6 +12330,45 @@ const assets = {
|
|
|
12291
12330
|
}
|
|
12292
12331
|
}]
|
|
12293
12332
|
},
|
|
12333
|
+
{
|
|
12334
|
+
description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.',
|
|
12335
|
+
denom_units: [{
|
|
12336
|
+
denom: 'ibc/53F0D1647EB6153E1C1D98A9134D4CD8503FC5C4406D6776A9E5086E00FBA268',
|
|
12337
|
+
exponent: 0,
|
|
12338
|
+
aliases: ['uxion']
|
|
12339
|
+
}, {
|
|
12340
|
+
denom: 'XION',
|
|
12341
|
+
exponent: 6,
|
|
12342
|
+
aliases: ['xion']
|
|
12343
|
+
}],
|
|
12344
|
+
base: 'ibc/53F0D1647EB6153E1C1D98A9134D4CD8503FC5C4406D6776A9E5086E00FBA268',
|
|
12345
|
+
display: 'XION',
|
|
12346
|
+
name: 'xion',
|
|
12347
|
+
symbol: 'XION',
|
|
12348
|
+
coingecko_id: 'xion-2',
|
|
12349
|
+
type_asset: 'sdk.coin',
|
|
12350
|
+
logo_URIs: {
|
|
12351
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
12352
|
+
},
|
|
12353
|
+
images: [{
|
|
12354
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
12355
|
+
}],
|
|
12356
|
+
socials: {
|
|
12357
|
+
website: 'https://xion.burnt.com/',
|
|
12358
|
+
twitter: 'https://twitter.com/burnt_xion'
|
|
12359
|
+
},
|
|
12360
|
+
traces: [{
|
|
12361
|
+
type: 'ibc',
|
|
12362
|
+
counterparty: {
|
|
12363
|
+
channel_id: 'channel-3',
|
|
12364
|
+
base_denom: 'uxion',
|
|
12365
|
+
chain_name: 'xion'
|
|
12366
|
+
},
|
|
12367
|
+
chain: {
|
|
12368
|
+
channel_id: 'channel-161'
|
|
12369
|
+
}
|
|
12370
|
+
}]
|
|
12371
|
+
},
|
|
12294
12372
|
{
|
|
12295
12373
|
description: 'The native token cw20 for SIENNA on Secret Network',
|
|
12296
12374
|
denom_units: [{
|
package/mainnet/cosmoshub.js
CHANGED
|
@@ -3476,6 +3476,223 @@ const assets = {
|
|
|
3476
3476
|
}
|
|
3477
3477
|
}]
|
|
3478
3478
|
},
|
|
3479
|
+
{
|
|
3480
|
+
description: 'The native token of kopi',
|
|
3481
|
+
denom_units: [{
|
|
3482
|
+
denom: 'ibc/EE74E08414A8B5D193E0287420F112ED527BA6CDE5E74CCE66601A2E5172C2BF',
|
|
3483
|
+
exponent: 0,
|
|
3484
|
+
aliases: ['ukopi']
|
|
3485
|
+
}, {
|
|
3486
|
+
denom: 'XKP',
|
|
3487
|
+
exponent: 6
|
|
3488
|
+
}],
|
|
3489
|
+
base: 'ibc/EE74E08414A8B5D193E0287420F112ED527BA6CDE5E74CCE66601A2E5172C2BF',
|
|
3490
|
+
name: 'XKP',
|
|
3491
|
+
display: 'XKP',
|
|
3492
|
+
symbol: 'XKP',
|
|
3493
|
+
logo_URIs: {
|
|
3494
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
|
|
3495
|
+
},
|
|
3496
|
+
images: [{
|
|
3497
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
|
|
3498
|
+
}],
|
|
3499
|
+
keywords: [
|
|
3500
|
+
'dex',
|
|
3501
|
+
'mm',
|
|
3502
|
+
'staking',
|
|
3503
|
+
'automations'
|
|
3504
|
+
],
|
|
3505
|
+
socials: {
|
|
3506
|
+
twitter: 'https://x.com/kopi_money',
|
|
3507
|
+
discord: 'https://discord.gg/kopi-money'
|
|
3508
|
+
},
|
|
3509
|
+
type_asset: 'sdk.coin',
|
|
3510
|
+
traces: [{
|
|
3511
|
+
type: 'ibc',
|
|
3512
|
+
counterparty: {
|
|
3513
|
+
channel_id: 'channel-7',
|
|
3514
|
+
base_denom: 'ukopi',
|
|
3515
|
+
chain_name: 'kopi'
|
|
3516
|
+
},
|
|
3517
|
+
chain: {
|
|
3518
|
+
channel_id: 'channel-1253'
|
|
3519
|
+
}
|
|
3520
|
+
}]
|
|
3521
|
+
},
|
|
3522
|
+
{
|
|
3523
|
+
description: 'A MM deposit receipt of the Stablecoin native to the Kopi blockchain',
|
|
3524
|
+
denom_units: [{
|
|
3525
|
+
denom: 'ibc/FFBBEFA83D3C0347CCCCAAF1A5FA4C2F064FF1D57819D1D5F2380C2852C5B291',
|
|
3526
|
+
exponent: 0,
|
|
3527
|
+
aliases: ['uckusd']
|
|
3528
|
+
}, {
|
|
3529
|
+
denom: 'ckUSD',
|
|
3530
|
+
exponent: 6
|
|
3531
|
+
}],
|
|
3532
|
+
base: 'ibc/FFBBEFA83D3C0347CCCCAAF1A5FA4C2F064FF1D57819D1D5F2380C2852C5B291',
|
|
3533
|
+
name: 'ckUSD',
|
|
3534
|
+
display: 'ckUSD',
|
|
3535
|
+
symbol: 'CKUSD',
|
|
3536
|
+
logo_URIs: {
|
|
3537
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
|
|
3538
|
+
},
|
|
3539
|
+
images: [{
|
|
3540
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
|
|
3541
|
+
}],
|
|
3542
|
+
keywords: ['dex', 'mm'],
|
|
3543
|
+
socials: {
|
|
3544
|
+
twitter: 'https://x.com/kopi_money',
|
|
3545
|
+
discord: 'https://discord.gg/kopi-money'
|
|
3546
|
+
},
|
|
3547
|
+
type_asset: 'sdk.coin',
|
|
3548
|
+
traces: [{
|
|
3549
|
+
type: 'ibc',
|
|
3550
|
+
counterparty: {
|
|
3551
|
+
channel_id: 'channel-7',
|
|
3552
|
+
base_denom: 'uckusd',
|
|
3553
|
+
chain_name: 'kopi'
|
|
3554
|
+
},
|
|
3555
|
+
chain: {
|
|
3556
|
+
channel_id: 'channel-1253'
|
|
3557
|
+
}
|
|
3558
|
+
}]
|
|
3559
|
+
},
|
|
3560
|
+
{
|
|
3561
|
+
description: 'A MM deposit receipt of the Stablecoin USDC from noble Chain',
|
|
3562
|
+
denom_units: [{
|
|
3563
|
+
denom: 'ibc/3AA9A34265EF34FAC48198C2482F7341F0C1ADDCFAB463B1C25E03019A86C660',
|
|
3564
|
+
exponent: 0,
|
|
3565
|
+
aliases: ['ucusdc']
|
|
3566
|
+
}, {
|
|
3567
|
+
denom: 'cUSDC',
|
|
3568
|
+
exponent: 6
|
|
3569
|
+
}],
|
|
3570
|
+
base: 'ibc/3AA9A34265EF34FAC48198C2482F7341F0C1ADDCFAB463B1C25E03019A86C660',
|
|
3571
|
+
name: 'cUSDC',
|
|
3572
|
+
display: 'cUSDC',
|
|
3573
|
+
symbol: 'CUSDC',
|
|
3574
|
+
logo_URIs: {
|
|
3575
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
3576
|
+
},
|
|
3577
|
+
images: [{
|
|
3578
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
3579
|
+
}],
|
|
3580
|
+
keywords: ['dex', 'mm'],
|
|
3581
|
+
type_asset: 'sdk.coin',
|
|
3582
|
+
traces: [{
|
|
3583
|
+
type: 'ibc',
|
|
3584
|
+
counterparty: {
|
|
3585
|
+
channel_id: 'channel-7',
|
|
3586
|
+
base_denom: 'ucusdc',
|
|
3587
|
+
chain_name: 'kopi'
|
|
3588
|
+
},
|
|
3589
|
+
chain: {
|
|
3590
|
+
channel_id: 'channel-1253'
|
|
3591
|
+
}
|
|
3592
|
+
}]
|
|
3593
|
+
},
|
|
3594
|
+
{
|
|
3595
|
+
description: 'A MM deposit receipt of the Stablecoin USDT from Injective Chain',
|
|
3596
|
+
denom_units: [{
|
|
3597
|
+
denom: 'ibc/7C786F32F74F43D6B529B23500B4447925AA8E9161979607988D8C4D89AB7334',
|
|
3598
|
+
exponent: 0,
|
|
3599
|
+
aliases: ['ucusdtinj']
|
|
3600
|
+
}, {
|
|
3601
|
+
denom: 'cUSDT.inj',
|
|
3602
|
+
exponent: 6
|
|
3603
|
+
}],
|
|
3604
|
+
base: 'ibc/7C786F32F74F43D6B529B23500B4447925AA8E9161979607988D8C4D89AB7334',
|
|
3605
|
+
name: 'cUSDT.inj',
|
|
3606
|
+
display: 'cUSDT.inj',
|
|
3607
|
+
symbol: 'CUSDT.inj',
|
|
3608
|
+
logo_URIs: {
|
|
3609
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
3610
|
+
},
|
|
3611
|
+
images: [{
|
|
3612
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
3613
|
+
}],
|
|
3614
|
+
keywords: ['dex', 'mm'],
|
|
3615
|
+
type_asset: 'sdk.coin',
|
|
3616
|
+
traces: [{
|
|
3617
|
+
type: 'ibc',
|
|
3618
|
+
counterparty: {
|
|
3619
|
+
channel_id: 'channel-7',
|
|
3620
|
+
base_denom: 'ucusdtinj',
|
|
3621
|
+
chain_name: 'kopi'
|
|
3622
|
+
},
|
|
3623
|
+
chain: {
|
|
3624
|
+
channel_id: 'channel-1253'
|
|
3625
|
+
}
|
|
3626
|
+
}]
|
|
3627
|
+
},
|
|
3628
|
+
{
|
|
3629
|
+
description: 'arbitrage receipt token of cUSDT',
|
|
3630
|
+
denom_units: [{
|
|
3631
|
+
denom: 'ibc/6D6CF93232AE8B235853C4C1ED98580F66606D0B2C6A1101C08BC961CAF36044',
|
|
3632
|
+
exponent: 0,
|
|
3633
|
+
aliases: ['uasusdtinj']
|
|
3634
|
+
}, {
|
|
3635
|
+
denom: 'asusdtinj',
|
|
3636
|
+
exponent: 6
|
|
3637
|
+
}],
|
|
3638
|
+
base: 'ibc/6D6CF93232AE8B235853C4C1ED98580F66606D0B2C6A1101C08BC961CAF36044',
|
|
3639
|
+
name: 'asUSDT.inj',
|
|
3640
|
+
display: 'asusdtinj',
|
|
3641
|
+
symbol: 'ASUSDT.inj',
|
|
3642
|
+
logo_URIs: {
|
|
3643
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
3644
|
+
},
|
|
3645
|
+
images: [{
|
|
3646
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
3647
|
+
}],
|
|
3648
|
+
keywords: ['dex', 'mm'],
|
|
3649
|
+
type_asset: 'sdk.coin',
|
|
3650
|
+
traces: [{
|
|
3651
|
+
type: 'ibc',
|
|
3652
|
+
counterparty: {
|
|
3653
|
+
channel_id: 'channel-7',
|
|
3654
|
+
base_denom: 'uasusdtinj',
|
|
3655
|
+
chain_name: 'kopi'
|
|
3656
|
+
},
|
|
3657
|
+
chain: {
|
|
3658
|
+
channel_id: 'channel-1253'
|
|
3659
|
+
}
|
|
3660
|
+
}]
|
|
3661
|
+
},
|
|
3662
|
+
{
|
|
3663
|
+
description: 'arbitrage receipt token of cUSDC',
|
|
3664
|
+
denom_units: [{
|
|
3665
|
+
denom: 'ibc/BDA22DE5A0CB0DD4B064FE4A8C79163B0ED990B50F85895FEF2708674A2D9775',
|
|
3666
|
+
exponent: 0,
|
|
3667
|
+
aliases: ['uasusdc']
|
|
3668
|
+
}, {
|
|
3669
|
+
denom: 'asUSDC',
|
|
3670
|
+
exponent: 6
|
|
3671
|
+
}],
|
|
3672
|
+
base: 'ibc/BDA22DE5A0CB0DD4B064FE4A8C79163B0ED990B50F85895FEF2708674A2D9775',
|
|
3673
|
+
name: 'asUSDC',
|
|
3674
|
+
display: 'asUSDC',
|
|
3675
|
+
symbol: 'ASUSDC',
|
|
3676
|
+
logo_URIs: {
|
|
3677
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
3678
|
+
},
|
|
3679
|
+
images: [{
|
|
3680
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
3681
|
+
}],
|
|
3682
|
+
keywords: ['dex', 'mm'],
|
|
3683
|
+
type_asset: 'sdk.coin',
|
|
3684
|
+
traces: [{
|
|
3685
|
+
type: 'ibc',
|
|
3686
|
+
counterparty: {
|
|
3687
|
+
channel_id: 'channel-7',
|
|
3688
|
+
base_denom: 'uasusdc',
|
|
3689
|
+
chain_name: 'kopi'
|
|
3690
|
+
},
|
|
3691
|
+
chain: {
|
|
3692
|
+
channel_id: 'channel-1253'
|
|
3693
|
+
}
|
|
3694
|
+
}]
|
|
3695
|
+
},
|
|
3479
3696
|
{
|
|
3480
3697
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
3481
3698
|
denom_units: [{
|
|
@@ -10011,6 +10228,223 @@ const assets = {
|
|
|
10011
10228
|
}
|
|
10012
10229
|
}]
|
|
10013
10230
|
},
|
|
10231
|
+
{
|
|
10232
|
+
description: 'The native token of kopi',
|
|
10233
|
+
denom_units: [{
|
|
10234
|
+
denom: 'ibc/EE74E08414A8B5D193E0287420F112ED527BA6CDE5E74CCE66601A2E5172C2BF',
|
|
10235
|
+
exponent: 0,
|
|
10236
|
+
aliases: ['ukopi']
|
|
10237
|
+
}, {
|
|
10238
|
+
denom: 'XKP',
|
|
10239
|
+
exponent: 6
|
|
10240
|
+
}],
|
|
10241
|
+
base: 'ibc/EE74E08414A8B5D193E0287420F112ED527BA6CDE5E74CCE66601A2E5172C2BF',
|
|
10242
|
+
name: 'XKP',
|
|
10243
|
+
display: 'XKP',
|
|
10244
|
+
symbol: 'XKP',
|
|
10245
|
+
logo_URIs: {
|
|
10246
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
|
|
10247
|
+
},
|
|
10248
|
+
images: [{
|
|
10249
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
|
|
10250
|
+
}],
|
|
10251
|
+
keywords: [
|
|
10252
|
+
'dex',
|
|
10253
|
+
'mm',
|
|
10254
|
+
'staking',
|
|
10255
|
+
'automations'
|
|
10256
|
+
],
|
|
10257
|
+
socials: {
|
|
10258
|
+
twitter: 'https://x.com/kopi_money',
|
|
10259
|
+
discord: 'https://discord.gg/kopi-money'
|
|
10260
|
+
},
|
|
10261
|
+
type_asset: 'sdk.coin',
|
|
10262
|
+
traces: [{
|
|
10263
|
+
type: 'ibc',
|
|
10264
|
+
counterparty: {
|
|
10265
|
+
channel_id: 'channel-7',
|
|
10266
|
+
base_denom: 'ukopi',
|
|
10267
|
+
chain_name: 'kopi'
|
|
10268
|
+
},
|
|
10269
|
+
chain: {
|
|
10270
|
+
channel_id: 'channel-1253'
|
|
10271
|
+
}
|
|
10272
|
+
}]
|
|
10273
|
+
},
|
|
10274
|
+
{
|
|
10275
|
+
description: 'A MM deposit receipt of the Stablecoin native to the Kopi blockchain',
|
|
10276
|
+
denom_units: [{
|
|
10277
|
+
denom: 'ibc/FFBBEFA83D3C0347CCCCAAF1A5FA4C2F064FF1D57819D1D5F2380C2852C5B291',
|
|
10278
|
+
exponent: 0,
|
|
10279
|
+
aliases: ['uckusd']
|
|
10280
|
+
}, {
|
|
10281
|
+
denom: 'ckUSD',
|
|
10282
|
+
exponent: 6
|
|
10283
|
+
}],
|
|
10284
|
+
base: 'ibc/FFBBEFA83D3C0347CCCCAAF1A5FA4C2F064FF1D57819D1D5F2380C2852C5B291',
|
|
10285
|
+
name: 'ckUSD',
|
|
10286
|
+
display: 'ckUSD',
|
|
10287
|
+
symbol: 'CKUSD',
|
|
10288
|
+
logo_URIs: {
|
|
10289
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
|
|
10290
|
+
},
|
|
10291
|
+
images: [{
|
|
10292
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
|
|
10293
|
+
}],
|
|
10294
|
+
keywords: ['dex', 'mm'],
|
|
10295
|
+
socials: {
|
|
10296
|
+
twitter: 'https://x.com/kopi_money',
|
|
10297
|
+
discord: 'https://discord.gg/kopi-money'
|
|
10298
|
+
},
|
|
10299
|
+
type_asset: 'sdk.coin',
|
|
10300
|
+
traces: [{
|
|
10301
|
+
type: 'ibc',
|
|
10302
|
+
counterparty: {
|
|
10303
|
+
channel_id: 'channel-7',
|
|
10304
|
+
base_denom: 'uckusd',
|
|
10305
|
+
chain_name: 'kopi'
|
|
10306
|
+
},
|
|
10307
|
+
chain: {
|
|
10308
|
+
channel_id: 'channel-1253'
|
|
10309
|
+
}
|
|
10310
|
+
}]
|
|
10311
|
+
},
|
|
10312
|
+
{
|
|
10313
|
+
description: 'A MM deposit receipt of the Stablecoin USDC from noble Chain',
|
|
10314
|
+
denom_units: [{
|
|
10315
|
+
denom: 'ibc/3AA9A34265EF34FAC48198C2482F7341F0C1ADDCFAB463B1C25E03019A86C660',
|
|
10316
|
+
exponent: 0,
|
|
10317
|
+
aliases: ['ucusdc']
|
|
10318
|
+
}, {
|
|
10319
|
+
denom: 'cUSDC',
|
|
10320
|
+
exponent: 6
|
|
10321
|
+
}],
|
|
10322
|
+
base: 'ibc/3AA9A34265EF34FAC48198C2482F7341F0C1ADDCFAB463B1C25E03019A86C660',
|
|
10323
|
+
name: 'cUSDC',
|
|
10324
|
+
display: 'cUSDC',
|
|
10325
|
+
symbol: 'CUSDC',
|
|
10326
|
+
logo_URIs: {
|
|
10327
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
10328
|
+
},
|
|
10329
|
+
images: [{
|
|
10330
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
10331
|
+
}],
|
|
10332
|
+
keywords: ['dex', 'mm'],
|
|
10333
|
+
type_asset: 'sdk.coin',
|
|
10334
|
+
traces: [{
|
|
10335
|
+
type: 'ibc',
|
|
10336
|
+
counterparty: {
|
|
10337
|
+
channel_id: 'channel-7',
|
|
10338
|
+
base_denom: 'ucusdc',
|
|
10339
|
+
chain_name: 'kopi'
|
|
10340
|
+
},
|
|
10341
|
+
chain: {
|
|
10342
|
+
channel_id: 'channel-1253'
|
|
10343
|
+
}
|
|
10344
|
+
}]
|
|
10345
|
+
},
|
|
10346
|
+
{
|
|
10347
|
+
description: 'A MM deposit receipt of the Stablecoin USDT from Injective Chain',
|
|
10348
|
+
denom_units: [{
|
|
10349
|
+
denom: 'ibc/7C786F32F74F43D6B529B23500B4447925AA8E9161979607988D8C4D89AB7334',
|
|
10350
|
+
exponent: 0,
|
|
10351
|
+
aliases: ['ucusdtinj']
|
|
10352
|
+
}, {
|
|
10353
|
+
denom: 'cUSDT.inj',
|
|
10354
|
+
exponent: 6
|
|
10355
|
+
}],
|
|
10356
|
+
base: 'ibc/7C786F32F74F43D6B529B23500B4447925AA8E9161979607988D8C4D89AB7334',
|
|
10357
|
+
name: 'cUSDT.inj',
|
|
10358
|
+
display: 'cUSDT.inj',
|
|
10359
|
+
symbol: 'CUSDT.inj',
|
|
10360
|
+
logo_URIs: {
|
|
10361
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
10362
|
+
},
|
|
10363
|
+
images: [{
|
|
10364
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
10365
|
+
}],
|
|
10366
|
+
keywords: ['dex', 'mm'],
|
|
10367
|
+
type_asset: 'sdk.coin',
|
|
10368
|
+
traces: [{
|
|
10369
|
+
type: 'ibc',
|
|
10370
|
+
counterparty: {
|
|
10371
|
+
channel_id: 'channel-7',
|
|
10372
|
+
base_denom: 'ucusdtinj',
|
|
10373
|
+
chain_name: 'kopi'
|
|
10374
|
+
},
|
|
10375
|
+
chain: {
|
|
10376
|
+
channel_id: 'channel-1253'
|
|
10377
|
+
}
|
|
10378
|
+
}]
|
|
10379
|
+
},
|
|
10380
|
+
{
|
|
10381
|
+
description: 'arbitrage receipt token of cUSDT',
|
|
10382
|
+
denom_units: [{
|
|
10383
|
+
denom: 'ibc/6D6CF93232AE8B235853C4C1ED98580F66606D0B2C6A1101C08BC961CAF36044',
|
|
10384
|
+
exponent: 0,
|
|
10385
|
+
aliases: ['uasusdtinj']
|
|
10386
|
+
}, {
|
|
10387
|
+
denom: 'asusdtinj',
|
|
10388
|
+
exponent: 6
|
|
10389
|
+
}],
|
|
10390
|
+
base: 'ibc/6D6CF93232AE8B235853C4C1ED98580F66606D0B2C6A1101C08BC961CAF36044',
|
|
10391
|
+
name: 'asUSDT.inj',
|
|
10392
|
+
display: 'asusdtinj',
|
|
10393
|
+
symbol: 'ASUSDT.inj',
|
|
10394
|
+
logo_URIs: {
|
|
10395
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
10396
|
+
},
|
|
10397
|
+
images: [{
|
|
10398
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
10399
|
+
}],
|
|
10400
|
+
keywords: ['dex', 'mm'],
|
|
10401
|
+
type_asset: 'sdk.coin',
|
|
10402
|
+
traces: [{
|
|
10403
|
+
type: 'ibc',
|
|
10404
|
+
counterparty: {
|
|
10405
|
+
channel_id: 'channel-7',
|
|
10406
|
+
base_denom: 'uasusdtinj',
|
|
10407
|
+
chain_name: 'kopi'
|
|
10408
|
+
},
|
|
10409
|
+
chain: {
|
|
10410
|
+
channel_id: 'channel-1253'
|
|
10411
|
+
}
|
|
10412
|
+
}]
|
|
10413
|
+
},
|
|
10414
|
+
{
|
|
10415
|
+
description: 'arbitrage receipt token of cUSDC',
|
|
10416
|
+
denom_units: [{
|
|
10417
|
+
denom: 'ibc/BDA22DE5A0CB0DD4B064FE4A8C79163B0ED990B50F85895FEF2708674A2D9775',
|
|
10418
|
+
exponent: 0,
|
|
10419
|
+
aliases: ['uasusdc']
|
|
10420
|
+
}, {
|
|
10421
|
+
denom: 'asUSDC',
|
|
10422
|
+
exponent: 6
|
|
10423
|
+
}],
|
|
10424
|
+
base: 'ibc/BDA22DE5A0CB0DD4B064FE4A8C79163B0ED990B50F85895FEF2708674A2D9775',
|
|
10425
|
+
name: 'asUSDC',
|
|
10426
|
+
display: 'asUSDC',
|
|
10427
|
+
symbol: 'ASUSDC',
|
|
10428
|
+
logo_URIs: {
|
|
10429
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
10430
|
+
},
|
|
10431
|
+
images: [{
|
|
10432
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
10433
|
+
}],
|
|
10434
|
+
keywords: ['dex', 'mm'],
|
|
10435
|
+
type_asset: 'sdk.coin',
|
|
10436
|
+
traces: [{
|
|
10437
|
+
type: 'ibc',
|
|
10438
|
+
counterparty: {
|
|
10439
|
+
channel_id: 'channel-7',
|
|
10440
|
+
base_denom: 'uasusdc',
|
|
10441
|
+
chain_name: 'kopi'
|
|
10442
|
+
},
|
|
10443
|
+
chain: {
|
|
10444
|
+
channel_id: 'channel-1253'
|
|
10445
|
+
}
|
|
10446
|
+
}]
|
|
10447
|
+
},
|
|
10014
10448
|
{
|
|
10015
10449
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
10016
10450
|
denom_units: [{
|
package/mainnet/index.d.ts
CHANGED
|
@@ -67,6 +67,7 @@ export * as kava from './kava';
|
|
|
67
67
|
export * as kichain from './kichain';
|
|
68
68
|
export * as kimanetwork from './kimanetwork';
|
|
69
69
|
export * as konstellation from './konstellation';
|
|
70
|
+
export * as kopi from './kopi';
|
|
70
71
|
export * as kujira from './kujira';
|
|
71
72
|
export * as kyve from './kyve';
|
|
72
73
|
export * as lambda from './lambda';
|
|
@@ -142,4 +143,5 @@ export * as titan from './titan';
|
|
|
142
143
|
export * as umee from './umee';
|
|
143
144
|
export * as unification from './unification';
|
|
144
145
|
export * as uptick from './uptick';
|
|
146
|
+
export * as xion from './xion';
|
|
145
147
|
export * as xpla from './xpla';
|