@chain-registry/assets 1.70.276 → 1.70.278
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/assets.js +3 -1
- package/esm/mainnet/axelar.js +10 -0
- package/esm/mainnet/celestia.js +10 -0
- package/esm/mainnet/cosmoshub.js +10 -0
- package/esm/mainnet/dydx.js +10 -0
- package/esm/mainnet/hippoprotocol.js +182 -0
- package/esm/mainnet/index.js +2 -0
- package/esm/mainnet/injective.js +10 -0
- package/esm/mainnet/neutron.js +10 -0
- package/esm/mainnet/noble.js +10 -74
- package/esm/mainnet/osmosis.js +346 -74
- package/esm/mainnet/stride.js +10 -0
- package/esm/mainnet/symphony.js +182 -0
- package/esm/mainnet/terra2.js +10 -0
- package/mainnet/assets.js +3 -1
- package/mainnet/axelar.js +10 -0
- package/mainnet/celestia.js +10 -0
- package/mainnet/cosmoshub.js +10 -0
- package/mainnet/dydx.js +10 -0
- package/mainnet/hippoprotocol.d.ts +3 -0
- package/mainnet/hippoprotocol.js +184 -0
- package/mainnet/index.d.ts +2 -0
- package/mainnet/index.js +5 -3
- package/mainnet/injective.js +10 -0
- package/mainnet/neutron.js +10 -0
- package/mainnet/noble.js +10 -74
- package/mainnet/osmosis.js +346 -74
- package/mainnet/stride.js +10 -0
- package/mainnet/symphony.d.ts +3 -0
- package/mainnet/symphony.js +184 -0
- package/mainnet/terra2.js +10 -0
- package/package.json +5 -5
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -952,43 +952,6 @@ const assets = {
|
|
|
952
952
|
}
|
|
953
953
|
}]
|
|
954
954
|
},
|
|
955
|
-
{
|
|
956
|
-
description: 'The native staking denom for the BitBadges blockchain.',
|
|
957
|
-
denom_units: [{
|
|
958
|
-
denom: 'ibc/4126D2E361790201322A5AD26271158280698892441BE5578FC106EEF3A98EF4',
|
|
959
|
-
exponent: 0,
|
|
960
|
-
aliases: ['ustake']
|
|
961
|
-
}, {
|
|
962
|
-
denom: 'stake',
|
|
963
|
-
exponent: 9
|
|
964
|
-
}],
|
|
965
|
-
base: 'ibc/4126D2E361790201322A5AD26271158280698892441BE5578FC106EEF3A98EF4',
|
|
966
|
-
name: 'BitBadges Staking',
|
|
967
|
-
display: 'stake',
|
|
968
|
-
symbol: 'STAKE',
|
|
969
|
-
logo_URIs: {
|
|
970
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
971
|
-
},
|
|
972
|
-
images: [{
|
|
973
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
974
|
-
}],
|
|
975
|
-
socials: {
|
|
976
|
-
website: 'https://bitbadges.io/',
|
|
977
|
-
twitter: 'https://twitter.com/bitbadges_io'
|
|
978
|
-
},
|
|
979
|
-
type_asset: 'sdk.coin',
|
|
980
|
-
traces: [{
|
|
981
|
-
type: 'ibc',
|
|
982
|
-
counterparty: {
|
|
983
|
-
channel_id: 'channel-0',
|
|
984
|
-
base_denom: 'ustake',
|
|
985
|
-
chain_name: 'bitbadges'
|
|
986
|
-
},
|
|
987
|
-
chain: {
|
|
988
|
-
channel_id: 'channel-104311'
|
|
989
|
-
}
|
|
990
|
-
}]
|
|
991
|
-
},
|
|
992
955
|
{
|
|
993
956
|
description: 'The BCNA coin is the transactional token within the BitCanna network, serving the legal cannabis industry through its payment network, supply chain and trust network.',
|
|
994
957
|
denom_units: [{
|
|
@@ -3737,6 +3700,41 @@ const assets = {
|
|
|
3737
3700
|
}
|
|
3738
3701
|
}]
|
|
3739
3702
|
},
|
|
3703
|
+
{
|
|
3704
|
+
description: 'The native token of Hippo Protocol.',
|
|
3705
|
+
denom_units: [{
|
|
3706
|
+
denom: 'ibc/955E5E0BED298F85956121C3BD627CEB12B858A9EB7C1ED24B1515A658318CE4',
|
|
3707
|
+
exponent: 0,
|
|
3708
|
+
aliases: ['ahp']
|
|
3709
|
+
}],
|
|
3710
|
+
type_asset: 'sdk.coin',
|
|
3711
|
+
base: 'ibc/955E5E0BED298F85956121C3BD627CEB12B858A9EB7C1ED24B1515A658318CE4',
|
|
3712
|
+
name: 'Hippo',
|
|
3713
|
+
display: 'ahp',
|
|
3714
|
+
symbol: 'HP',
|
|
3715
|
+
logo_URIs: {
|
|
3716
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
3717
|
+
},
|
|
3718
|
+
images: [{
|
|
3719
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
3720
|
+
}],
|
|
3721
|
+
coingecko_id: 'hippo-protocol',
|
|
3722
|
+
socials: {
|
|
3723
|
+
website: 'https://hippoprotocol.ai/',
|
|
3724
|
+
twitter: 'https://x.com/Hippo_Protocol'
|
|
3725
|
+
},
|
|
3726
|
+
traces: [{
|
|
3727
|
+
type: 'ibc',
|
|
3728
|
+
counterparty: {
|
|
3729
|
+
channel_id: 'channel-0',
|
|
3730
|
+
base_denom: 'ahp',
|
|
3731
|
+
chain_name: 'hippoprotocol'
|
|
3732
|
+
},
|
|
3733
|
+
chain: {
|
|
3734
|
+
channel_id: 'channel-104931'
|
|
3735
|
+
}
|
|
3736
|
+
}]
|
|
3737
|
+
},
|
|
3740
3738
|
{
|
|
3741
3739
|
description: 'The native staking and governance token of Humans.ai.',
|
|
3742
3740
|
denom_units: [{
|
|
@@ -7502,43 +7500,6 @@ const assets = {
|
|
|
7502
7500
|
}
|
|
7503
7501
|
}]
|
|
7504
7502
|
},
|
|
7505
|
-
{
|
|
7506
|
-
description: 'The native staking denom for the BitBadges blockchain.',
|
|
7507
|
-
denom_units: [{
|
|
7508
|
-
denom: 'ibc/4126D2E361790201322A5AD26271158280698892441BE5578FC106EEF3A98EF4',
|
|
7509
|
-
exponent: 0,
|
|
7510
|
-
aliases: ['ustake']
|
|
7511
|
-
}, {
|
|
7512
|
-
denom: 'stake',
|
|
7513
|
-
exponent: 9
|
|
7514
|
-
}],
|
|
7515
|
-
base: 'ibc/4126D2E361790201322A5AD26271158280698892441BE5578FC106EEF3A98EF4',
|
|
7516
|
-
name: 'BitBadges Staking',
|
|
7517
|
-
display: 'stake',
|
|
7518
|
-
symbol: 'STAKE',
|
|
7519
|
-
logo_URIs: {
|
|
7520
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
7521
|
-
},
|
|
7522
|
-
images: [{
|
|
7523
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
7524
|
-
}],
|
|
7525
|
-
socials: {
|
|
7526
|
-
website: 'https://bitbadges.io/',
|
|
7527
|
-
twitter: 'https://twitter.com/bitbadges_io'
|
|
7528
|
-
},
|
|
7529
|
-
type_asset: 'sdk.coin',
|
|
7530
|
-
traces: [{
|
|
7531
|
-
type: 'ibc',
|
|
7532
|
-
counterparty: {
|
|
7533
|
-
channel_id: 'channel-0',
|
|
7534
|
-
base_denom: 'ustake',
|
|
7535
|
-
chain_name: 'bitbadges'
|
|
7536
|
-
},
|
|
7537
|
-
chain: {
|
|
7538
|
-
channel_id: 'channel-104311'
|
|
7539
|
-
}
|
|
7540
|
-
}]
|
|
7541
|
-
},
|
|
7542
7503
|
{
|
|
7543
7504
|
description: 'The BCNA coin is the transactional token within the BitCanna network, serving the legal cannabis industry through its payment network, supply chain and trust network.',
|
|
7544
7505
|
denom_units: [{
|
|
@@ -10287,6 +10248,41 @@ const assets = {
|
|
|
10287
10248
|
}
|
|
10288
10249
|
}]
|
|
10289
10250
|
},
|
|
10251
|
+
{
|
|
10252
|
+
description: 'The native token of Hippo Protocol.',
|
|
10253
|
+
denom_units: [{
|
|
10254
|
+
denom: 'ibc/955E5E0BED298F85956121C3BD627CEB12B858A9EB7C1ED24B1515A658318CE4',
|
|
10255
|
+
exponent: 0,
|
|
10256
|
+
aliases: ['ahp']
|
|
10257
|
+
}],
|
|
10258
|
+
type_asset: 'sdk.coin',
|
|
10259
|
+
base: 'ibc/955E5E0BED298F85956121C3BD627CEB12B858A9EB7C1ED24B1515A658318CE4',
|
|
10260
|
+
name: 'Hippo',
|
|
10261
|
+
display: 'ahp',
|
|
10262
|
+
symbol: 'HP',
|
|
10263
|
+
logo_URIs: {
|
|
10264
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
10265
|
+
},
|
|
10266
|
+
images: [{
|
|
10267
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
10268
|
+
}],
|
|
10269
|
+
coingecko_id: 'hippo-protocol',
|
|
10270
|
+
socials: {
|
|
10271
|
+
website: 'https://hippoprotocol.ai/',
|
|
10272
|
+
twitter: 'https://x.com/Hippo_Protocol'
|
|
10273
|
+
},
|
|
10274
|
+
traces: [{
|
|
10275
|
+
type: 'ibc',
|
|
10276
|
+
counterparty: {
|
|
10277
|
+
channel_id: 'channel-0',
|
|
10278
|
+
base_denom: 'ahp',
|
|
10279
|
+
chain_name: 'hippoprotocol'
|
|
10280
|
+
},
|
|
10281
|
+
chain: {
|
|
10282
|
+
channel_id: 'channel-104931'
|
|
10283
|
+
}
|
|
10284
|
+
}]
|
|
10285
|
+
},
|
|
10290
10286
|
{
|
|
10291
10287
|
description: 'The native staking and governance token of Humans.ai.',
|
|
10292
10288
|
denom_units: [{
|
|
@@ -13665,6 +13661,11 @@ const assets = {
|
|
|
13665
13661
|
}
|
|
13666
13662
|
}],
|
|
13667
13663
|
type_asset: 'sdk.coin',
|
|
13664
|
+
coingecko_id: 'pryzm',
|
|
13665
|
+
socials: {
|
|
13666
|
+
website: 'https://pryzm.zone/',
|
|
13667
|
+
twitter: 'https://twitter.com/Pryzm_Zone'
|
|
13668
|
+
},
|
|
13668
13669
|
traces: [{
|
|
13669
13670
|
type: 'ibc',
|
|
13670
13671
|
counterparty: {
|
|
@@ -21644,6 +21645,139 @@ const assets = {
|
|
|
21644
21645
|
}
|
|
21645
21646
|
}]
|
|
21646
21647
|
},
|
|
21648
|
+
{
|
|
21649
|
+
description: 'The native token of Symphony',
|
|
21650
|
+
denom_units: [{
|
|
21651
|
+
denom: 'ibc/41AD5D4AFA42104295D08E564ADC7B40FD9DAB4BCD3002ECFA8BDD1309B65F24',
|
|
21652
|
+
exponent: 0,
|
|
21653
|
+
aliases: ['note']
|
|
21654
|
+
}, {
|
|
21655
|
+
denom: 'mld',
|
|
21656
|
+
exponent: 6,
|
|
21657
|
+
aliases: ['melody']
|
|
21658
|
+
}],
|
|
21659
|
+
type_asset: 'sdk.coin',
|
|
21660
|
+
base: 'ibc/41AD5D4AFA42104295D08E564ADC7B40FD9DAB4BCD3002ECFA8BDD1309B65F24',
|
|
21661
|
+
name: 'Melody',
|
|
21662
|
+
display: 'mld',
|
|
21663
|
+
symbol: 'MLD',
|
|
21664
|
+
logo_URIs: {
|
|
21665
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
|
|
21666
|
+
},
|
|
21667
|
+
images: [{
|
|
21668
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
|
|
21669
|
+
}],
|
|
21670
|
+
traces: [{
|
|
21671
|
+
type: 'ibc',
|
|
21672
|
+
counterparty: {
|
|
21673
|
+
channel_id: 'channel-0',
|
|
21674
|
+
base_denom: 'note',
|
|
21675
|
+
chain_name: 'symphony'
|
|
21676
|
+
},
|
|
21677
|
+
chain: {
|
|
21678
|
+
channel_id: 'channel-104867'
|
|
21679
|
+
}
|
|
21680
|
+
}]
|
|
21681
|
+
},
|
|
21682
|
+
{
|
|
21683
|
+
description: 'Harmonized USD',
|
|
21684
|
+
denom_units: [{
|
|
21685
|
+
denom: 'ibc/799FF3558FC4B21B06D44DDEDCAAD14B968CCAE15D6F2E48D3859A26BCF8223D',
|
|
21686
|
+
exponent: 0,
|
|
21687
|
+
aliases: ['uusd']
|
|
21688
|
+
}, {
|
|
21689
|
+
denom: 'husd',
|
|
21690
|
+
exponent: 6
|
|
21691
|
+
}],
|
|
21692
|
+
type_asset: 'sdk.coin',
|
|
21693
|
+
base: 'ibc/799FF3558FC4B21B06D44DDEDCAAD14B968CCAE15D6F2E48D3859A26BCF8223D',
|
|
21694
|
+
name: 'Harmony USD',
|
|
21695
|
+
display: 'husd',
|
|
21696
|
+
symbol: 'HUSD',
|
|
21697
|
+
logo_URIs: {
|
|
21698
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
|
|
21699
|
+
},
|
|
21700
|
+
images: [{
|
|
21701
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
|
|
21702
|
+
}],
|
|
21703
|
+
traces: [{
|
|
21704
|
+
type: 'ibc',
|
|
21705
|
+
counterparty: {
|
|
21706
|
+
channel_id: 'channel-0',
|
|
21707
|
+
base_denom: 'uusd',
|
|
21708
|
+
chain_name: 'symphony'
|
|
21709
|
+
},
|
|
21710
|
+
chain: {
|
|
21711
|
+
channel_id: 'channel-104867'
|
|
21712
|
+
}
|
|
21713
|
+
}]
|
|
21714
|
+
},
|
|
21715
|
+
{
|
|
21716
|
+
description: 'Harmonized HKD',
|
|
21717
|
+
denom_units: [{
|
|
21718
|
+
denom: 'ibc/E3D27CCCF02807C4891D0D86A883C3A2388F1D24338A4CC9F5D617F6ABB9E57C',
|
|
21719
|
+
exponent: 0,
|
|
21720
|
+
aliases: ['ukhd']
|
|
21721
|
+
}, {
|
|
21722
|
+
denom: 'hkhd',
|
|
21723
|
+
exponent: 6
|
|
21724
|
+
}],
|
|
21725
|
+
type_asset: 'sdk.coin',
|
|
21726
|
+
base: 'ibc/E3D27CCCF02807C4891D0D86A883C3A2388F1D24338A4CC9F5D617F6ABB9E57C',
|
|
21727
|
+
name: 'Harmony HKD',
|
|
21728
|
+
display: 'hkhd',
|
|
21729
|
+
symbol: 'HKHD',
|
|
21730
|
+
logo_URIs: {
|
|
21731
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
|
|
21732
|
+
},
|
|
21733
|
+
images: [{
|
|
21734
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
|
|
21735
|
+
}],
|
|
21736
|
+
traces: [{
|
|
21737
|
+
type: 'ibc',
|
|
21738
|
+
counterparty: {
|
|
21739
|
+
channel_id: 'channel-0',
|
|
21740
|
+
base_denom: 'ukhd',
|
|
21741
|
+
chain_name: 'symphony'
|
|
21742
|
+
},
|
|
21743
|
+
chain: {
|
|
21744
|
+
channel_id: 'channel-104867'
|
|
21745
|
+
}
|
|
21746
|
+
}]
|
|
21747
|
+
},
|
|
21748
|
+
{
|
|
21749
|
+
description: 'Harmonized VND',
|
|
21750
|
+
denom_units: [{
|
|
21751
|
+
denom: 'ibc/9805A3715F1C315D3753397FFCEFF284F55771AA3975429997D314F4BA73D18B',
|
|
21752
|
+
exponent: 0,
|
|
21753
|
+
aliases: ['uvnd']
|
|
21754
|
+
}, {
|
|
21755
|
+
denom: 'hvnd',
|
|
21756
|
+
exponent: 6
|
|
21757
|
+
}],
|
|
21758
|
+
type_asset: 'sdk.coin',
|
|
21759
|
+
base: 'ibc/9805A3715F1C315D3753397FFCEFF284F55771AA3975429997D314F4BA73D18B',
|
|
21760
|
+
name: 'Harmony VND',
|
|
21761
|
+
display: 'hvnd',
|
|
21762
|
+
symbol: 'HVND',
|
|
21763
|
+
logo_URIs: {
|
|
21764
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
|
|
21765
|
+
},
|
|
21766
|
+
images: [{
|
|
21767
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
|
|
21768
|
+
}],
|
|
21769
|
+
traces: [{
|
|
21770
|
+
type: 'ibc',
|
|
21771
|
+
counterparty: {
|
|
21772
|
+
channel_id: 'channel-0',
|
|
21773
|
+
base_denom: 'uvnd',
|
|
21774
|
+
chain_name: 'symphony'
|
|
21775
|
+
},
|
|
21776
|
+
chain: {
|
|
21777
|
+
channel_id: 'channel-104867'
|
|
21778
|
+
}
|
|
21779
|
+
}]
|
|
21780
|
+
},
|
|
21647
21781
|
{
|
|
21648
21782
|
description: 'Synternet is a blockchain that powers modular, interoperable data infrastructure across all major chains.',
|
|
21649
21783
|
denom_units: [{
|
|
@@ -23546,6 +23680,11 @@ const assets = {
|
|
|
23546
23680
|
}
|
|
23547
23681
|
}],
|
|
23548
23682
|
type_asset: 'sdk.coin',
|
|
23683
|
+
coingecko_id: 'pryzm',
|
|
23684
|
+
socials: {
|
|
23685
|
+
website: 'https://pryzm.zone/',
|
|
23686
|
+
twitter: 'https://twitter.com/Pryzm_Zone'
|
|
23687
|
+
},
|
|
23549
23688
|
traces: [{
|
|
23550
23689
|
type: 'ibc',
|
|
23551
23690
|
counterparty: {
|
|
@@ -31525,6 +31664,139 @@ const assets = {
|
|
|
31525
31664
|
}
|
|
31526
31665
|
}]
|
|
31527
31666
|
},
|
|
31667
|
+
{
|
|
31668
|
+
description: 'The native token of Symphony',
|
|
31669
|
+
denom_units: [{
|
|
31670
|
+
denom: 'ibc/41AD5D4AFA42104295D08E564ADC7B40FD9DAB4BCD3002ECFA8BDD1309B65F24',
|
|
31671
|
+
exponent: 0,
|
|
31672
|
+
aliases: ['note']
|
|
31673
|
+
}, {
|
|
31674
|
+
denom: 'mld',
|
|
31675
|
+
exponent: 6,
|
|
31676
|
+
aliases: ['melody']
|
|
31677
|
+
}],
|
|
31678
|
+
type_asset: 'sdk.coin',
|
|
31679
|
+
base: 'ibc/41AD5D4AFA42104295D08E564ADC7B40FD9DAB4BCD3002ECFA8BDD1309B65F24',
|
|
31680
|
+
name: 'Melody',
|
|
31681
|
+
display: 'mld',
|
|
31682
|
+
symbol: 'MLD',
|
|
31683
|
+
logo_URIs: {
|
|
31684
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
|
|
31685
|
+
},
|
|
31686
|
+
images: [{
|
|
31687
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
|
|
31688
|
+
}],
|
|
31689
|
+
traces: [{
|
|
31690
|
+
type: 'ibc',
|
|
31691
|
+
counterparty: {
|
|
31692
|
+
channel_id: 'channel-0',
|
|
31693
|
+
base_denom: 'note',
|
|
31694
|
+
chain_name: 'symphony'
|
|
31695
|
+
},
|
|
31696
|
+
chain: {
|
|
31697
|
+
channel_id: 'channel-104867'
|
|
31698
|
+
}
|
|
31699
|
+
}]
|
|
31700
|
+
},
|
|
31701
|
+
{
|
|
31702
|
+
description: 'Harmonized USD',
|
|
31703
|
+
denom_units: [{
|
|
31704
|
+
denom: 'ibc/799FF3558FC4B21B06D44DDEDCAAD14B968CCAE15D6F2E48D3859A26BCF8223D',
|
|
31705
|
+
exponent: 0,
|
|
31706
|
+
aliases: ['uusd']
|
|
31707
|
+
}, {
|
|
31708
|
+
denom: 'husd',
|
|
31709
|
+
exponent: 6
|
|
31710
|
+
}],
|
|
31711
|
+
type_asset: 'sdk.coin',
|
|
31712
|
+
base: 'ibc/799FF3558FC4B21B06D44DDEDCAAD14B968CCAE15D6F2E48D3859A26BCF8223D',
|
|
31713
|
+
name: 'Harmony USD',
|
|
31714
|
+
display: 'husd',
|
|
31715
|
+
symbol: 'HUSD',
|
|
31716
|
+
logo_URIs: {
|
|
31717
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
|
|
31718
|
+
},
|
|
31719
|
+
images: [{
|
|
31720
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
|
|
31721
|
+
}],
|
|
31722
|
+
traces: [{
|
|
31723
|
+
type: 'ibc',
|
|
31724
|
+
counterparty: {
|
|
31725
|
+
channel_id: 'channel-0',
|
|
31726
|
+
base_denom: 'uusd',
|
|
31727
|
+
chain_name: 'symphony'
|
|
31728
|
+
},
|
|
31729
|
+
chain: {
|
|
31730
|
+
channel_id: 'channel-104867'
|
|
31731
|
+
}
|
|
31732
|
+
}]
|
|
31733
|
+
},
|
|
31734
|
+
{
|
|
31735
|
+
description: 'Harmonized HKD',
|
|
31736
|
+
denom_units: [{
|
|
31737
|
+
denom: 'ibc/E3D27CCCF02807C4891D0D86A883C3A2388F1D24338A4CC9F5D617F6ABB9E57C',
|
|
31738
|
+
exponent: 0,
|
|
31739
|
+
aliases: ['ukhd']
|
|
31740
|
+
}, {
|
|
31741
|
+
denom: 'hkhd',
|
|
31742
|
+
exponent: 6
|
|
31743
|
+
}],
|
|
31744
|
+
type_asset: 'sdk.coin',
|
|
31745
|
+
base: 'ibc/E3D27CCCF02807C4891D0D86A883C3A2388F1D24338A4CC9F5D617F6ABB9E57C',
|
|
31746
|
+
name: 'Harmony HKD',
|
|
31747
|
+
display: 'hkhd',
|
|
31748
|
+
symbol: 'HKHD',
|
|
31749
|
+
logo_URIs: {
|
|
31750
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
|
|
31751
|
+
},
|
|
31752
|
+
images: [{
|
|
31753
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
|
|
31754
|
+
}],
|
|
31755
|
+
traces: [{
|
|
31756
|
+
type: 'ibc',
|
|
31757
|
+
counterparty: {
|
|
31758
|
+
channel_id: 'channel-0',
|
|
31759
|
+
base_denom: 'ukhd',
|
|
31760
|
+
chain_name: 'symphony'
|
|
31761
|
+
},
|
|
31762
|
+
chain: {
|
|
31763
|
+
channel_id: 'channel-104867'
|
|
31764
|
+
}
|
|
31765
|
+
}]
|
|
31766
|
+
},
|
|
31767
|
+
{
|
|
31768
|
+
description: 'Harmonized VND',
|
|
31769
|
+
denom_units: [{
|
|
31770
|
+
denom: 'ibc/9805A3715F1C315D3753397FFCEFF284F55771AA3975429997D314F4BA73D18B',
|
|
31771
|
+
exponent: 0,
|
|
31772
|
+
aliases: ['uvnd']
|
|
31773
|
+
}, {
|
|
31774
|
+
denom: 'hvnd',
|
|
31775
|
+
exponent: 6
|
|
31776
|
+
}],
|
|
31777
|
+
type_asset: 'sdk.coin',
|
|
31778
|
+
base: 'ibc/9805A3715F1C315D3753397FFCEFF284F55771AA3975429997D314F4BA73D18B',
|
|
31779
|
+
name: 'Harmony VND',
|
|
31780
|
+
display: 'hvnd',
|
|
31781
|
+
symbol: 'HVND',
|
|
31782
|
+
logo_URIs: {
|
|
31783
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
|
|
31784
|
+
},
|
|
31785
|
+
images: [{
|
|
31786
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
|
|
31787
|
+
}],
|
|
31788
|
+
traces: [{
|
|
31789
|
+
type: 'ibc',
|
|
31790
|
+
counterparty: {
|
|
31791
|
+
channel_id: 'channel-0',
|
|
31792
|
+
base_denom: 'uvnd',
|
|
31793
|
+
chain_name: 'symphony'
|
|
31794
|
+
},
|
|
31795
|
+
chain: {
|
|
31796
|
+
channel_id: 'channel-104867'
|
|
31797
|
+
}
|
|
31798
|
+
}]
|
|
31799
|
+
},
|
|
31528
31800
|
{
|
|
31529
31801
|
description: 'Synternet is a blockchain that powers modular, interoperable data infrastructure across all major chains.',
|
|
31530
31802
|
denom_units: [{
|
package/esm/mainnet/stride.js
CHANGED
|
@@ -1960,6 +1960,11 @@ const assets = {
|
|
|
1960
1960
|
}
|
|
1961
1961
|
}],
|
|
1962
1962
|
type_asset: 'sdk.coin',
|
|
1963
|
+
coingecko_id: 'pryzm',
|
|
1964
|
+
socials: {
|
|
1965
|
+
website: 'https://pryzm.zone/',
|
|
1966
|
+
twitter: 'https://twitter.com/Pryzm_Zone'
|
|
1967
|
+
},
|
|
1963
1968
|
traces: [{
|
|
1964
1969
|
type: 'ibc',
|
|
1965
1970
|
counterparty: {
|
|
@@ -10776,6 +10781,11 @@ const assets = {
|
|
|
10776
10781
|
}
|
|
10777
10782
|
}],
|
|
10778
10783
|
type_asset: 'sdk.coin',
|
|
10784
|
+
coingecko_id: 'pryzm',
|
|
10785
|
+
socials: {
|
|
10786
|
+
website: 'https://pryzm.zone/',
|
|
10787
|
+
twitter: 'https://twitter.com/Pryzm_Zone'
|
|
10788
|
+
},
|
|
10779
10789
|
traces: [{
|
|
10780
10790
|
type: 'ibc',
|
|
10781
10791
|
counterparty: {
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
const assets = {
|
|
2
|
+
chain_name: 'symphony',
|
|
3
|
+
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'The native token of Osmosis',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['uosmo']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'osmo',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
type_asset: 'sdk.coin',
|
|
15
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
16
|
+
name: 'Osmosis',
|
|
17
|
+
display: 'osmo',
|
|
18
|
+
symbol: 'OSMO',
|
|
19
|
+
logo_URIs: {
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
21
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
22
|
+
},
|
|
23
|
+
images: [{
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
26
|
+
theme: {
|
|
27
|
+
primary_color_hex: '#760dbb'
|
|
28
|
+
}
|
|
29
|
+
}],
|
|
30
|
+
coingecko_id: 'osmosis',
|
|
31
|
+
keywords: ['dex', 'staking'],
|
|
32
|
+
socials: {
|
|
33
|
+
website: 'https://osmosis.zone',
|
|
34
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
35
|
+
},
|
|
36
|
+
traces: [{
|
|
37
|
+
type: 'ibc',
|
|
38
|
+
counterparty: {
|
|
39
|
+
channel_id: 'channel-104867',
|
|
40
|
+
base_denom: 'uosmo',
|
|
41
|
+
chain_name: 'osmosis'
|
|
42
|
+
},
|
|
43
|
+
chain: {
|
|
44
|
+
channel_id: 'channel-0'
|
|
45
|
+
}
|
|
46
|
+
}]
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
description: 'ION is the second native token of Osmosis.',
|
|
50
|
+
denom_units: [{
|
|
51
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
52
|
+
exponent: 0,
|
|
53
|
+
aliases: ['uion']
|
|
54
|
+
}, {
|
|
55
|
+
denom: 'ion',
|
|
56
|
+
exponent: 6
|
|
57
|
+
}],
|
|
58
|
+
type_asset: 'sdk.coin',
|
|
59
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
60
|
+
name: 'Ion DAO',
|
|
61
|
+
display: 'ion',
|
|
62
|
+
symbol: 'ION',
|
|
63
|
+
logo_URIs: {
|
|
64
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
65
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
66
|
+
},
|
|
67
|
+
images: [{
|
|
68
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
69
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
70
|
+
theme: {
|
|
71
|
+
primary_color_hex: '#4453c7'
|
|
72
|
+
}
|
|
73
|
+
}],
|
|
74
|
+
coingecko_id: 'ion',
|
|
75
|
+
keywords: ['memecoin', 'defi'],
|
|
76
|
+
socials: {
|
|
77
|
+
website: 'https://ion.wtf',
|
|
78
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
79
|
+
},
|
|
80
|
+
traces: [{
|
|
81
|
+
type: 'ibc',
|
|
82
|
+
counterparty: {
|
|
83
|
+
channel_id: 'channel-104867',
|
|
84
|
+
base_denom: 'uion',
|
|
85
|
+
chain_name: 'osmosis'
|
|
86
|
+
},
|
|
87
|
+
chain: {
|
|
88
|
+
channel_id: 'channel-0'
|
|
89
|
+
}
|
|
90
|
+
}]
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
description: 'The native token of Osmosis',
|
|
94
|
+
denom_units: [{
|
|
95
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
96
|
+
exponent: 0,
|
|
97
|
+
aliases: ['uosmo']
|
|
98
|
+
}, {
|
|
99
|
+
denom: 'osmo',
|
|
100
|
+
exponent: 6
|
|
101
|
+
}],
|
|
102
|
+
type_asset: 'sdk.coin',
|
|
103
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
104
|
+
name: 'Osmosis',
|
|
105
|
+
display: 'osmo',
|
|
106
|
+
symbol: 'OSMO',
|
|
107
|
+
logo_URIs: {
|
|
108
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
109
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
110
|
+
},
|
|
111
|
+
images: [{
|
|
112
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
113
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
114
|
+
theme: {
|
|
115
|
+
primary_color_hex: '#760dbb'
|
|
116
|
+
}
|
|
117
|
+
}],
|
|
118
|
+
coingecko_id: 'osmosis',
|
|
119
|
+
keywords: ['dex', 'staking'],
|
|
120
|
+
socials: {
|
|
121
|
+
website: 'https://osmosis.zone',
|
|
122
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
123
|
+
},
|
|
124
|
+
traces: [{
|
|
125
|
+
type: 'ibc',
|
|
126
|
+
counterparty: {
|
|
127
|
+
channel_id: 'channel-104867',
|
|
128
|
+
base_denom: 'uosmo',
|
|
129
|
+
chain_name: 'osmosis'
|
|
130
|
+
},
|
|
131
|
+
chain: {
|
|
132
|
+
channel_id: 'channel-0'
|
|
133
|
+
}
|
|
134
|
+
}]
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
description: 'ION is the second native token of Osmosis.',
|
|
138
|
+
denom_units: [{
|
|
139
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
140
|
+
exponent: 0,
|
|
141
|
+
aliases: ['uion']
|
|
142
|
+
}, {
|
|
143
|
+
denom: 'ion',
|
|
144
|
+
exponent: 6
|
|
145
|
+
}],
|
|
146
|
+
type_asset: 'sdk.coin',
|
|
147
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
148
|
+
name: 'Ion DAO',
|
|
149
|
+
display: 'ion',
|
|
150
|
+
symbol: 'ION',
|
|
151
|
+
logo_URIs: {
|
|
152
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
153
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
154
|
+
},
|
|
155
|
+
images: [{
|
|
156
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
157
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
158
|
+
theme: {
|
|
159
|
+
primary_color_hex: '#4453c7'
|
|
160
|
+
}
|
|
161
|
+
}],
|
|
162
|
+
coingecko_id: 'ion',
|
|
163
|
+
keywords: ['memecoin', 'defi'],
|
|
164
|
+
socials: {
|
|
165
|
+
website: 'https://ion.wtf',
|
|
166
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
167
|
+
},
|
|
168
|
+
traces: [{
|
|
169
|
+
type: 'ibc',
|
|
170
|
+
counterparty: {
|
|
171
|
+
channel_id: 'channel-104867',
|
|
172
|
+
base_denom: 'uion',
|
|
173
|
+
chain_name: 'osmosis'
|
|
174
|
+
},
|
|
175
|
+
chain: {
|
|
176
|
+
channel_id: 'channel-0'
|
|
177
|
+
}
|
|
178
|
+
}]
|
|
179
|
+
}
|
|
180
|
+
]
|
|
181
|
+
};
|
|
182
|
+
export default assets;
|