@chain-registry/assets 1.70.50 → 1.70.52
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/agoric.js +2 -8
- package/esm/mainnet/akash.js +2 -8
- package/esm/mainnet/andromeda.js +2 -8
- package/esm/mainnet/archway.js +2 -8
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/axelar.js +1288 -34
- package/esm/mainnet/canto.js +86 -0
- package/esm/mainnet/celestia.js +1385 -45
- package/esm/mainnet/cheqd.js +2 -8
- package/esm/mainnet/chihuahua.js +2 -8
- package/esm/mainnet/comdex.js +2 -8
- package/esm/mainnet/composable.js +2 -8
- package/esm/mainnet/coreum.js +2 -8
- package/esm/mainnet/cosmoshub.js +1364 -24
- package/esm/mainnet/crescent.js +2 -8
- package/esm/mainnet/dungeon.js +164 -0
- package/esm/mainnet/dydx.js +1286 -26
- package/esm/mainnet/dymension.js +2 -8
- package/esm/mainnet/evmos.js +2 -8
- package/esm/mainnet/gravitybridge.js +2 -8
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/injective.js +1288 -34
- package/esm/mainnet/jackal.js +2 -8
- package/esm/mainnet/juno.js +2 -8
- package/esm/mainnet/kujira.js +2 -8
- package/esm/mainnet/migaloo.js +84 -8
- package/esm/mainnet/milkyway.js +268 -0
- package/esm/mainnet/neutron.js +1288 -34
- package/esm/mainnet/noble.js +1288 -34
- package/esm/mainnet/nolus.js +2 -8
- package/esm/mainnet/nyx.js +80 -0
- package/esm/mainnet/oraichain.js +2 -8
- package/esm/mainnet/osmosis.js +1364 -24
- package/esm/mainnet/persistence.js +2 -8
- package/esm/mainnet/quicksilver.js +2 -8
- package/esm/mainnet/saga.js +2 -8
- package/esm/mainnet/secretnetwork.js +170 -0
- package/esm/mainnet/sentinel.js +2 -8
- package/esm/mainnet/sifchain.js +2 -8
- package/esm/mainnet/stargaze.js +2 -8
- package/esm/mainnet/stride.js +1288 -34
- package/esm/mainnet/teritori.js +2 -8
- package/esm/mainnet/terra.js +2 -8
- package/esm/mainnet/terra2.js +1387 -51
- package/esm/mainnet/umee.js +2 -8
- package/index.d.ts +1 -1
- package/mainnet/agoric.js +2 -8
- package/mainnet/akash.js +2 -8
- package/mainnet/andromeda.js +2 -8
- package/mainnet/archway.js +2 -8
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +1288 -34
- package/mainnet/canto.js +86 -0
- package/mainnet/celestia.js +1385 -45
- package/mainnet/cheqd.js +2 -8
- package/mainnet/chihuahua.js +2 -8
- package/mainnet/comdex.js +2 -8
- package/mainnet/composable.js +2 -8
- package/mainnet/coreum.js +2 -8
- package/mainnet/cosmoshub.js +1364 -24
- package/mainnet/crescent.js +2 -8
- package/mainnet/dungeon.js +164 -0
- package/mainnet/dydx.js +1286 -26
- package/mainnet/dymension.js +2 -8
- package/mainnet/evmos.js +2 -8
- package/mainnet/gravitybridge.js +2 -8
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +3 -2
- package/mainnet/injective.js +1288 -34
- package/mainnet/jackal.js +2 -8
- package/mainnet/juno.js +2 -8
- package/mainnet/kujira.js +2 -8
- package/mainnet/migaloo.js +84 -8
- package/mainnet/milkyway.d.ts +3 -0
- package/mainnet/milkyway.js +270 -0
- package/mainnet/neutron.js +1288 -34
- package/mainnet/noble.js +1288 -34
- package/mainnet/nolus.js +2 -8
- package/mainnet/nyx.js +80 -0
- package/mainnet/oraichain.js +2 -8
- package/mainnet/osmosis.js +1364 -24
- package/mainnet/persistence.js +2 -8
- package/mainnet/quicksilver.js +2 -8
- package/mainnet/saga.js +2 -8
- package/mainnet/secretnetwork.js +170 -0
- package/mainnet/sentinel.js +2 -8
- package/mainnet/sifchain.js +2 -8
- package/mainnet/stargaze.js +2 -8
- package/mainnet/stride.js +1288 -34
- package/mainnet/teritori.js +2 -8
- package/mainnet/terra.js +2 -8
- package/mainnet/terra2.js +1387 -51
- package/mainnet/umee.js +2 -8
- package/package.json +5 -5
package/esm/mainnet/crescent.js
CHANGED
|
@@ -1658,10 +1658,7 @@ const assets = {
|
|
|
1658
1658
|
coingecko_id: 'secret',
|
|
1659
1659
|
images: [{
|
|
1660
1660
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1661
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1662
|
-
theme: {
|
|
1663
|
-
primary_color_hex: '#040404'
|
|
1664
|
-
}
|
|
1661
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1665
1662
|
}],
|
|
1666
1663
|
socials: {
|
|
1667
1664
|
website: 'https://scrt.network/',
|
|
@@ -3934,10 +3931,7 @@ const assets = {
|
|
|
3934
3931
|
coingecko_id: 'secret',
|
|
3935
3932
|
images: [{
|
|
3936
3933
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
3937
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
3938
|
-
theme: {
|
|
3939
|
-
primary_color_hex: '#040404'
|
|
3940
|
-
}
|
|
3934
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
3941
3935
|
}],
|
|
3942
3936
|
socials: {
|
|
3943
3937
|
website: 'https://scrt.network/',
|
package/esm/mainnet/dungeon.js
CHANGED
|
@@ -87,6 +87,45 @@ const assets = {
|
|
|
87
87
|
}
|
|
88
88
|
}]
|
|
89
89
|
},
|
|
90
|
+
{
|
|
91
|
+
description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.',
|
|
92
|
+
denom_units: [{
|
|
93
|
+
denom: 'ibc/3A5933F14B4B1F9FF39B786CD3C37740D85C8D02CB1EF998471F4F945E515F98',
|
|
94
|
+
exponent: 0,
|
|
95
|
+
aliases: ['uwhale']
|
|
96
|
+
}, {
|
|
97
|
+
denom: 'whale',
|
|
98
|
+
exponent: 6
|
|
99
|
+
}],
|
|
100
|
+
base: 'ibc/3A5933F14B4B1F9FF39B786CD3C37740D85C8D02CB1EF998471F4F945E515F98',
|
|
101
|
+
name: 'Whale',
|
|
102
|
+
display: 'whale',
|
|
103
|
+
symbol: 'WHALE',
|
|
104
|
+
logo_URIs: {
|
|
105
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
106
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
|
|
107
|
+
},
|
|
108
|
+
coingecko_id: 'white-whale',
|
|
109
|
+
images: [{
|
|
110
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
111
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg',
|
|
112
|
+
theme: {
|
|
113
|
+
primary_color_hex: '#1c1c1c'
|
|
114
|
+
}
|
|
115
|
+
}],
|
|
116
|
+
type_asset: 'sdk.coin',
|
|
117
|
+
traces: [{
|
|
118
|
+
type: 'ibc',
|
|
119
|
+
counterparty: {
|
|
120
|
+
channel_id: 'channel-142',
|
|
121
|
+
base_denom: 'uwhale',
|
|
122
|
+
chain_name: 'migaloo'
|
|
123
|
+
},
|
|
124
|
+
chain: {
|
|
125
|
+
channel_id: 'channel-6'
|
|
126
|
+
}
|
|
127
|
+
}]
|
|
128
|
+
},
|
|
90
129
|
{
|
|
91
130
|
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
92
131
|
denom_units: [{
|
|
@@ -371,6 +410,88 @@ const assets = {
|
|
|
371
410
|
}
|
|
372
411
|
}]
|
|
373
412
|
},
|
|
413
|
+
{
|
|
414
|
+
description: 'The native staking token of Terra.',
|
|
415
|
+
denom_units: [{
|
|
416
|
+
denom: 'ibc/7B510288CA9EC3C8D034DDC1777DD6A0297B4A2BC6D4BC290ECDE977FA44E9E4',
|
|
417
|
+
exponent: 0,
|
|
418
|
+
aliases: ['uluna']
|
|
419
|
+
}, {
|
|
420
|
+
denom: 'luna',
|
|
421
|
+
exponent: 6
|
|
422
|
+
}],
|
|
423
|
+
base: 'ibc/7B510288CA9EC3C8D034DDC1777DD6A0297B4A2BC6D4BC290ECDE977FA44E9E4',
|
|
424
|
+
name: 'Luna',
|
|
425
|
+
display: 'luna',
|
|
426
|
+
symbol: 'LUNA',
|
|
427
|
+
logo_URIs: {
|
|
428
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
|
|
429
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
|
|
430
|
+
},
|
|
431
|
+
coingecko_id: 'terra-luna-2',
|
|
432
|
+
images: [{
|
|
433
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
|
|
434
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg',
|
|
435
|
+
theme: {
|
|
436
|
+
primary_color_hex: '#f4de6f'
|
|
437
|
+
}
|
|
438
|
+
}],
|
|
439
|
+
socials: {
|
|
440
|
+
website: 'https://www.terra.money/',
|
|
441
|
+
twitter: 'https://twitter.com/terra_money'
|
|
442
|
+
},
|
|
443
|
+
type_asset: 'sdk.coin',
|
|
444
|
+
traces: [{
|
|
445
|
+
type: 'ibc',
|
|
446
|
+
counterparty: {
|
|
447
|
+
channel_id: 'channel-582',
|
|
448
|
+
base_denom: 'uluna',
|
|
449
|
+
chain_name: 'terra2'
|
|
450
|
+
},
|
|
451
|
+
chain: {
|
|
452
|
+
channel_id: 'channel-7'
|
|
453
|
+
}
|
|
454
|
+
}]
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.',
|
|
458
|
+
denom_units: [{
|
|
459
|
+
denom: 'ibc/3A5933F14B4B1F9FF39B786CD3C37740D85C8D02CB1EF998471F4F945E515F98',
|
|
460
|
+
exponent: 0,
|
|
461
|
+
aliases: ['uwhale']
|
|
462
|
+
}, {
|
|
463
|
+
denom: 'whale',
|
|
464
|
+
exponent: 6
|
|
465
|
+
}],
|
|
466
|
+
base: 'ibc/3A5933F14B4B1F9FF39B786CD3C37740D85C8D02CB1EF998471F4F945E515F98',
|
|
467
|
+
name: 'Whale',
|
|
468
|
+
display: 'whale',
|
|
469
|
+
symbol: 'WHALE',
|
|
470
|
+
logo_URIs: {
|
|
471
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
472
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
|
|
473
|
+
},
|
|
474
|
+
coingecko_id: 'white-whale',
|
|
475
|
+
images: [{
|
|
476
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
477
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg',
|
|
478
|
+
theme: {
|
|
479
|
+
primary_color_hex: '#1c1c1c'
|
|
480
|
+
}
|
|
481
|
+
}],
|
|
482
|
+
type_asset: 'sdk.coin',
|
|
483
|
+
traces: [{
|
|
484
|
+
type: 'ibc',
|
|
485
|
+
counterparty: {
|
|
486
|
+
channel_id: 'channel-142',
|
|
487
|
+
base_denom: 'uwhale',
|
|
488
|
+
chain_name: 'migaloo'
|
|
489
|
+
},
|
|
490
|
+
chain: {
|
|
491
|
+
channel_id: 'channel-6'
|
|
492
|
+
}
|
|
493
|
+
}]
|
|
494
|
+
},
|
|
374
495
|
{
|
|
375
496
|
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
376
497
|
denom_units: [{
|
|
@@ -654,6 +775,49 @@ const assets = {
|
|
|
654
775
|
channel_id: 'channel-5'
|
|
655
776
|
}
|
|
656
777
|
}]
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
description: 'The native staking token of Terra.',
|
|
781
|
+
denom_units: [{
|
|
782
|
+
denom: 'ibc/7B510288CA9EC3C8D034DDC1777DD6A0297B4A2BC6D4BC290ECDE977FA44E9E4',
|
|
783
|
+
exponent: 0,
|
|
784
|
+
aliases: ['uluna']
|
|
785
|
+
}, {
|
|
786
|
+
denom: 'luna',
|
|
787
|
+
exponent: 6
|
|
788
|
+
}],
|
|
789
|
+
base: 'ibc/7B510288CA9EC3C8D034DDC1777DD6A0297B4A2BC6D4BC290ECDE977FA44E9E4',
|
|
790
|
+
name: 'Luna',
|
|
791
|
+
display: 'luna',
|
|
792
|
+
symbol: 'LUNA',
|
|
793
|
+
logo_URIs: {
|
|
794
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
|
|
795
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
|
|
796
|
+
},
|
|
797
|
+
coingecko_id: 'terra-luna-2',
|
|
798
|
+
images: [{
|
|
799
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
|
|
800
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg',
|
|
801
|
+
theme: {
|
|
802
|
+
primary_color_hex: '#f4de6f'
|
|
803
|
+
}
|
|
804
|
+
}],
|
|
805
|
+
socials: {
|
|
806
|
+
website: 'https://www.terra.money/',
|
|
807
|
+
twitter: 'https://twitter.com/terra_money'
|
|
808
|
+
},
|
|
809
|
+
type_asset: 'sdk.coin',
|
|
810
|
+
traces: [{
|
|
811
|
+
type: 'ibc',
|
|
812
|
+
counterparty: {
|
|
813
|
+
channel_id: 'channel-582',
|
|
814
|
+
base_denom: 'uluna',
|
|
815
|
+
chain_name: 'terra2'
|
|
816
|
+
},
|
|
817
|
+
chain: {
|
|
818
|
+
channel_id: 'channel-7'
|
|
819
|
+
}
|
|
820
|
+
}]
|
|
657
821
|
}
|
|
658
822
|
]
|
|
659
823
|
};
|