@chain-registry/osmosis 1.67.172 → 1.67.173
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/asset_list.js +276 -74
- package/esm/asset_list.js +276 -74
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -954,43 +954,6 @@ const asset_list = {
|
|
|
954
954
|
}
|
|
955
955
|
}]
|
|
956
956
|
},
|
|
957
|
-
{
|
|
958
|
-
description: 'The native staking denom for the BitBadges blockchain.',
|
|
959
|
-
denom_units: [{
|
|
960
|
-
denom: 'ibc/4126D2E361790201322A5AD26271158280698892441BE5578FC106EEF3A98EF4',
|
|
961
|
-
exponent: 0,
|
|
962
|
-
aliases: ['ustake']
|
|
963
|
-
}, {
|
|
964
|
-
denom: 'stake',
|
|
965
|
-
exponent: 9
|
|
966
|
-
}],
|
|
967
|
-
base: 'ibc/4126D2E361790201322A5AD26271158280698892441BE5578FC106EEF3A98EF4',
|
|
968
|
-
name: 'BitBadges Staking',
|
|
969
|
-
display: 'stake',
|
|
970
|
-
symbol: 'STAKE',
|
|
971
|
-
logo_URIs: {
|
|
972
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
973
|
-
},
|
|
974
|
-
images: [{
|
|
975
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
976
|
-
}],
|
|
977
|
-
socials: {
|
|
978
|
-
website: 'https://bitbadges.io/',
|
|
979
|
-
twitter: 'https://twitter.com/bitbadges_io'
|
|
980
|
-
},
|
|
981
|
-
type_asset: 'sdk.coin',
|
|
982
|
-
traces: [{
|
|
983
|
-
type: 'ibc',
|
|
984
|
-
counterparty: {
|
|
985
|
-
channel_id: 'channel-0',
|
|
986
|
-
base_denom: 'ustake',
|
|
987
|
-
chain_name: 'bitbadges'
|
|
988
|
-
},
|
|
989
|
-
chain: {
|
|
990
|
-
channel_id: 'channel-104311'
|
|
991
|
-
}
|
|
992
|
-
}]
|
|
993
|
-
},
|
|
994
957
|
{
|
|
995
958
|
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.',
|
|
996
959
|
denom_units: [{
|
|
@@ -7504,43 +7467,6 @@ const asset_list = {
|
|
|
7504
7467
|
}
|
|
7505
7468
|
}]
|
|
7506
7469
|
},
|
|
7507
|
-
{
|
|
7508
|
-
description: 'The native staking denom for the BitBadges blockchain.',
|
|
7509
|
-
denom_units: [{
|
|
7510
|
-
denom: 'ibc/4126D2E361790201322A5AD26271158280698892441BE5578FC106EEF3A98EF4',
|
|
7511
|
-
exponent: 0,
|
|
7512
|
-
aliases: ['ustake']
|
|
7513
|
-
}, {
|
|
7514
|
-
denom: 'stake',
|
|
7515
|
-
exponent: 9
|
|
7516
|
-
}],
|
|
7517
|
-
base: 'ibc/4126D2E361790201322A5AD26271158280698892441BE5578FC106EEF3A98EF4',
|
|
7518
|
-
name: 'BitBadges Staking',
|
|
7519
|
-
display: 'stake',
|
|
7520
|
-
symbol: 'STAKE',
|
|
7521
|
-
logo_URIs: {
|
|
7522
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
7523
|
-
},
|
|
7524
|
-
images: [{
|
|
7525
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
7526
|
-
}],
|
|
7527
|
-
socials: {
|
|
7528
|
-
website: 'https://bitbadges.io/',
|
|
7529
|
-
twitter: 'https://twitter.com/bitbadges_io'
|
|
7530
|
-
},
|
|
7531
|
-
type_asset: 'sdk.coin',
|
|
7532
|
-
traces: [{
|
|
7533
|
-
type: 'ibc',
|
|
7534
|
-
counterparty: {
|
|
7535
|
-
channel_id: 'channel-0',
|
|
7536
|
-
base_denom: 'ustake',
|
|
7537
|
-
chain_name: 'bitbadges'
|
|
7538
|
-
},
|
|
7539
|
-
chain: {
|
|
7540
|
-
channel_id: 'channel-104311'
|
|
7541
|
-
}
|
|
7542
|
-
}]
|
|
7543
|
-
},
|
|
7544
7470
|
{
|
|
7545
7471
|
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.',
|
|
7546
7472
|
denom_units: [{
|
|
@@ -13667,6 +13593,11 @@ const asset_list = {
|
|
|
13667
13593
|
}
|
|
13668
13594
|
}],
|
|
13669
13595
|
type_asset: 'sdk.coin',
|
|
13596
|
+
coingecko_id: 'pryzm',
|
|
13597
|
+
socials: {
|
|
13598
|
+
website: 'https://pryzm.zone/',
|
|
13599
|
+
twitter: 'https://twitter.com/Pryzm_Zone'
|
|
13600
|
+
},
|
|
13670
13601
|
traces: [{
|
|
13671
13602
|
type: 'ibc',
|
|
13672
13603
|
counterparty: {
|
|
@@ -21646,6 +21577,139 @@ const asset_list = {
|
|
|
21646
21577
|
}
|
|
21647
21578
|
}]
|
|
21648
21579
|
},
|
|
21580
|
+
{
|
|
21581
|
+
description: 'The native token of Symphony',
|
|
21582
|
+
denom_units: [{
|
|
21583
|
+
denom: 'ibc/41AD5D4AFA42104295D08E564ADC7B40FD9DAB4BCD3002ECFA8BDD1309B65F24',
|
|
21584
|
+
exponent: 0,
|
|
21585
|
+
aliases: ['note']
|
|
21586
|
+
}, {
|
|
21587
|
+
denom: 'mld',
|
|
21588
|
+
exponent: 6,
|
|
21589
|
+
aliases: ['melody']
|
|
21590
|
+
}],
|
|
21591
|
+
type_asset: 'sdk.coin',
|
|
21592
|
+
base: 'ibc/41AD5D4AFA42104295D08E564ADC7B40FD9DAB4BCD3002ECFA8BDD1309B65F24',
|
|
21593
|
+
name: 'Melody',
|
|
21594
|
+
display: 'mld',
|
|
21595
|
+
symbol: 'MLD',
|
|
21596
|
+
logo_URIs: {
|
|
21597
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
|
|
21598
|
+
},
|
|
21599
|
+
images: [{
|
|
21600
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
|
|
21601
|
+
}],
|
|
21602
|
+
traces: [{
|
|
21603
|
+
type: 'ibc',
|
|
21604
|
+
counterparty: {
|
|
21605
|
+
channel_id: 'channel-0',
|
|
21606
|
+
base_denom: 'note',
|
|
21607
|
+
chain_name: 'symphony'
|
|
21608
|
+
},
|
|
21609
|
+
chain: {
|
|
21610
|
+
channel_id: 'channel-104867'
|
|
21611
|
+
}
|
|
21612
|
+
}]
|
|
21613
|
+
},
|
|
21614
|
+
{
|
|
21615
|
+
description: 'Harmonized USD',
|
|
21616
|
+
denom_units: [{
|
|
21617
|
+
denom: 'ibc/799FF3558FC4B21B06D44DDEDCAAD14B968CCAE15D6F2E48D3859A26BCF8223D',
|
|
21618
|
+
exponent: 0,
|
|
21619
|
+
aliases: ['uusd']
|
|
21620
|
+
}, {
|
|
21621
|
+
denom: 'husd',
|
|
21622
|
+
exponent: 6
|
|
21623
|
+
}],
|
|
21624
|
+
type_asset: 'sdk.coin',
|
|
21625
|
+
base: 'ibc/799FF3558FC4B21B06D44DDEDCAAD14B968CCAE15D6F2E48D3859A26BCF8223D',
|
|
21626
|
+
name: 'Harmony USD',
|
|
21627
|
+
display: 'husd',
|
|
21628
|
+
symbol: 'HUSD',
|
|
21629
|
+
logo_URIs: {
|
|
21630
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
|
|
21631
|
+
},
|
|
21632
|
+
images: [{
|
|
21633
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
|
|
21634
|
+
}],
|
|
21635
|
+
traces: [{
|
|
21636
|
+
type: 'ibc',
|
|
21637
|
+
counterparty: {
|
|
21638
|
+
channel_id: 'channel-0',
|
|
21639
|
+
base_denom: 'uusd',
|
|
21640
|
+
chain_name: 'symphony'
|
|
21641
|
+
},
|
|
21642
|
+
chain: {
|
|
21643
|
+
channel_id: 'channel-104867'
|
|
21644
|
+
}
|
|
21645
|
+
}]
|
|
21646
|
+
},
|
|
21647
|
+
{
|
|
21648
|
+
description: 'Harmonized HKD',
|
|
21649
|
+
denom_units: [{
|
|
21650
|
+
denom: 'ibc/E3D27CCCF02807C4891D0D86A883C3A2388F1D24338A4CC9F5D617F6ABB9E57C',
|
|
21651
|
+
exponent: 0,
|
|
21652
|
+
aliases: ['ukhd']
|
|
21653
|
+
}, {
|
|
21654
|
+
denom: 'hkhd',
|
|
21655
|
+
exponent: 6
|
|
21656
|
+
}],
|
|
21657
|
+
type_asset: 'sdk.coin',
|
|
21658
|
+
base: 'ibc/E3D27CCCF02807C4891D0D86A883C3A2388F1D24338A4CC9F5D617F6ABB9E57C',
|
|
21659
|
+
name: 'Harmony HKD',
|
|
21660
|
+
display: 'hkhd',
|
|
21661
|
+
symbol: 'HKHD',
|
|
21662
|
+
logo_URIs: {
|
|
21663
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
|
|
21664
|
+
},
|
|
21665
|
+
images: [{
|
|
21666
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
|
|
21667
|
+
}],
|
|
21668
|
+
traces: [{
|
|
21669
|
+
type: 'ibc',
|
|
21670
|
+
counterparty: {
|
|
21671
|
+
channel_id: 'channel-0',
|
|
21672
|
+
base_denom: 'ukhd',
|
|
21673
|
+
chain_name: 'symphony'
|
|
21674
|
+
},
|
|
21675
|
+
chain: {
|
|
21676
|
+
channel_id: 'channel-104867'
|
|
21677
|
+
}
|
|
21678
|
+
}]
|
|
21679
|
+
},
|
|
21680
|
+
{
|
|
21681
|
+
description: 'Harmonized VND',
|
|
21682
|
+
denom_units: [{
|
|
21683
|
+
denom: 'ibc/9805A3715F1C315D3753397FFCEFF284F55771AA3975429997D314F4BA73D18B',
|
|
21684
|
+
exponent: 0,
|
|
21685
|
+
aliases: ['uvnd']
|
|
21686
|
+
}, {
|
|
21687
|
+
denom: 'hvnd',
|
|
21688
|
+
exponent: 6
|
|
21689
|
+
}],
|
|
21690
|
+
type_asset: 'sdk.coin',
|
|
21691
|
+
base: 'ibc/9805A3715F1C315D3753397FFCEFF284F55771AA3975429997D314F4BA73D18B',
|
|
21692
|
+
name: 'Harmony VND',
|
|
21693
|
+
display: 'hvnd',
|
|
21694
|
+
symbol: 'HVND',
|
|
21695
|
+
logo_URIs: {
|
|
21696
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
|
|
21697
|
+
},
|
|
21698
|
+
images: [{
|
|
21699
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
|
|
21700
|
+
}],
|
|
21701
|
+
traces: [{
|
|
21702
|
+
type: 'ibc',
|
|
21703
|
+
counterparty: {
|
|
21704
|
+
channel_id: 'channel-0',
|
|
21705
|
+
base_denom: 'uvnd',
|
|
21706
|
+
chain_name: 'symphony'
|
|
21707
|
+
},
|
|
21708
|
+
chain: {
|
|
21709
|
+
channel_id: 'channel-104867'
|
|
21710
|
+
}
|
|
21711
|
+
}]
|
|
21712
|
+
},
|
|
21649
21713
|
{
|
|
21650
21714
|
description: 'Synternet is a blockchain that powers modular, interoperable data infrastructure across all major chains.',
|
|
21651
21715
|
denom_units: [{
|
|
@@ -23548,6 +23612,11 @@ const asset_list = {
|
|
|
23548
23612
|
}
|
|
23549
23613
|
}],
|
|
23550
23614
|
type_asset: 'sdk.coin',
|
|
23615
|
+
coingecko_id: 'pryzm',
|
|
23616
|
+
socials: {
|
|
23617
|
+
website: 'https://pryzm.zone/',
|
|
23618
|
+
twitter: 'https://twitter.com/Pryzm_Zone'
|
|
23619
|
+
},
|
|
23551
23620
|
traces: [{
|
|
23552
23621
|
type: 'ibc',
|
|
23553
23622
|
counterparty: {
|
|
@@ -31527,6 +31596,139 @@ const asset_list = {
|
|
|
31527
31596
|
}
|
|
31528
31597
|
}]
|
|
31529
31598
|
},
|
|
31599
|
+
{
|
|
31600
|
+
description: 'The native token of Symphony',
|
|
31601
|
+
denom_units: [{
|
|
31602
|
+
denom: 'ibc/41AD5D4AFA42104295D08E564ADC7B40FD9DAB4BCD3002ECFA8BDD1309B65F24',
|
|
31603
|
+
exponent: 0,
|
|
31604
|
+
aliases: ['note']
|
|
31605
|
+
}, {
|
|
31606
|
+
denom: 'mld',
|
|
31607
|
+
exponent: 6,
|
|
31608
|
+
aliases: ['melody']
|
|
31609
|
+
}],
|
|
31610
|
+
type_asset: 'sdk.coin',
|
|
31611
|
+
base: 'ibc/41AD5D4AFA42104295D08E564ADC7B40FD9DAB4BCD3002ECFA8BDD1309B65F24',
|
|
31612
|
+
name: 'Melody',
|
|
31613
|
+
display: 'mld',
|
|
31614
|
+
symbol: 'MLD',
|
|
31615
|
+
logo_URIs: {
|
|
31616
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
|
|
31617
|
+
},
|
|
31618
|
+
images: [{
|
|
31619
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
|
|
31620
|
+
}],
|
|
31621
|
+
traces: [{
|
|
31622
|
+
type: 'ibc',
|
|
31623
|
+
counterparty: {
|
|
31624
|
+
channel_id: 'channel-0',
|
|
31625
|
+
base_denom: 'note',
|
|
31626
|
+
chain_name: 'symphony'
|
|
31627
|
+
},
|
|
31628
|
+
chain: {
|
|
31629
|
+
channel_id: 'channel-104867'
|
|
31630
|
+
}
|
|
31631
|
+
}]
|
|
31632
|
+
},
|
|
31633
|
+
{
|
|
31634
|
+
description: 'Harmonized USD',
|
|
31635
|
+
denom_units: [{
|
|
31636
|
+
denom: 'ibc/799FF3558FC4B21B06D44DDEDCAAD14B968CCAE15D6F2E48D3859A26BCF8223D',
|
|
31637
|
+
exponent: 0,
|
|
31638
|
+
aliases: ['uusd']
|
|
31639
|
+
}, {
|
|
31640
|
+
denom: 'husd',
|
|
31641
|
+
exponent: 6
|
|
31642
|
+
}],
|
|
31643
|
+
type_asset: 'sdk.coin',
|
|
31644
|
+
base: 'ibc/799FF3558FC4B21B06D44DDEDCAAD14B968CCAE15D6F2E48D3859A26BCF8223D',
|
|
31645
|
+
name: 'Harmony USD',
|
|
31646
|
+
display: 'husd',
|
|
31647
|
+
symbol: 'HUSD',
|
|
31648
|
+
logo_URIs: {
|
|
31649
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
|
|
31650
|
+
},
|
|
31651
|
+
images: [{
|
|
31652
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
|
|
31653
|
+
}],
|
|
31654
|
+
traces: [{
|
|
31655
|
+
type: 'ibc',
|
|
31656
|
+
counterparty: {
|
|
31657
|
+
channel_id: 'channel-0',
|
|
31658
|
+
base_denom: 'uusd',
|
|
31659
|
+
chain_name: 'symphony'
|
|
31660
|
+
},
|
|
31661
|
+
chain: {
|
|
31662
|
+
channel_id: 'channel-104867'
|
|
31663
|
+
}
|
|
31664
|
+
}]
|
|
31665
|
+
},
|
|
31666
|
+
{
|
|
31667
|
+
description: 'Harmonized HKD',
|
|
31668
|
+
denom_units: [{
|
|
31669
|
+
denom: 'ibc/E3D27CCCF02807C4891D0D86A883C3A2388F1D24338A4CC9F5D617F6ABB9E57C',
|
|
31670
|
+
exponent: 0,
|
|
31671
|
+
aliases: ['ukhd']
|
|
31672
|
+
}, {
|
|
31673
|
+
denom: 'hkhd',
|
|
31674
|
+
exponent: 6
|
|
31675
|
+
}],
|
|
31676
|
+
type_asset: 'sdk.coin',
|
|
31677
|
+
base: 'ibc/E3D27CCCF02807C4891D0D86A883C3A2388F1D24338A4CC9F5D617F6ABB9E57C',
|
|
31678
|
+
name: 'Harmony HKD',
|
|
31679
|
+
display: 'hkhd',
|
|
31680
|
+
symbol: 'HKHD',
|
|
31681
|
+
logo_URIs: {
|
|
31682
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
|
|
31683
|
+
},
|
|
31684
|
+
images: [{
|
|
31685
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
|
|
31686
|
+
}],
|
|
31687
|
+
traces: [{
|
|
31688
|
+
type: 'ibc',
|
|
31689
|
+
counterparty: {
|
|
31690
|
+
channel_id: 'channel-0',
|
|
31691
|
+
base_denom: 'ukhd',
|
|
31692
|
+
chain_name: 'symphony'
|
|
31693
|
+
},
|
|
31694
|
+
chain: {
|
|
31695
|
+
channel_id: 'channel-104867'
|
|
31696
|
+
}
|
|
31697
|
+
}]
|
|
31698
|
+
},
|
|
31699
|
+
{
|
|
31700
|
+
description: 'Harmonized VND',
|
|
31701
|
+
denom_units: [{
|
|
31702
|
+
denom: 'ibc/9805A3715F1C315D3753397FFCEFF284F55771AA3975429997D314F4BA73D18B',
|
|
31703
|
+
exponent: 0,
|
|
31704
|
+
aliases: ['uvnd']
|
|
31705
|
+
}, {
|
|
31706
|
+
denom: 'hvnd',
|
|
31707
|
+
exponent: 6
|
|
31708
|
+
}],
|
|
31709
|
+
type_asset: 'sdk.coin',
|
|
31710
|
+
base: 'ibc/9805A3715F1C315D3753397FFCEFF284F55771AA3975429997D314F4BA73D18B',
|
|
31711
|
+
name: 'Harmony VND',
|
|
31712
|
+
display: 'hvnd',
|
|
31713
|
+
symbol: 'HVND',
|
|
31714
|
+
logo_URIs: {
|
|
31715
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
|
|
31716
|
+
},
|
|
31717
|
+
images: [{
|
|
31718
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
|
|
31719
|
+
}],
|
|
31720
|
+
traces: [{
|
|
31721
|
+
type: 'ibc',
|
|
31722
|
+
counterparty: {
|
|
31723
|
+
channel_id: 'channel-0',
|
|
31724
|
+
base_denom: 'uvnd',
|
|
31725
|
+
chain_name: 'symphony'
|
|
31726
|
+
},
|
|
31727
|
+
chain: {
|
|
31728
|
+
channel_id: 'channel-104867'
|
|
31729
|
+
}
|
|
31730
|
+
}]
|
|
31731
|
+
},
|
|
31530
31732
|
{
|
|
31531
31733
|
description: 'Synternet is a blockchain that powers modular, interoperable data infrastructure across all major chains.',
|
|
31532
31734
|
denom_units: [{
|
package/esm/asset_list.js
CHANGED
|
@@ -952,43 +952,6 @@ const asset_list = {
|
|
|
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: [{
|
|
@@ -7502,43 +7465,6 @@ const asset_list = {
|
|
|
7502
7465
|
}
|
|
7503
7466
|
}]
|
|
7504
7467
|
},
|
|
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
7468
|
{
|
|
7543
7469
|
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
7470
|
denom_units: [{
|
|
@@ -13665,6 +13591,11 @@ const asset_list = {
|
|
|
13665
13591
|
}
|
|
13666
13592
|
}],
|
|
13667
13593
|
type_asset: 'sdk.coin',
|
|
13594
|
+
coingecko_id: 'pryzm',
|
|
13595
|
+
socials: {
|
|
13596
|
+
website: 'https://pryzm.zone/',
|
|
13597
|
+
twitter: 'https://twitter.com/Pryzm_Zone'
|
|
13598
|
+
},
|
|
13668
13599
|
traces: [{
|
|
13669
13600
|
type: 'ibc',
|
|
13670
13601
|
counterparty: {
|
|
@@ -21644,6 +21575,139 @@ const asset_list = {
|
|
|
21644
21575
|
}
|
|
21645
21576
|
}]
|
|
21646
21577
|
},
|
|
21578
|
+
{
|
|
21579
|
+
description: 'The native token of Symphony',
|
|
21580
|
+
denom_units: [{
|
|
21581
|
+
denom: 'ibc/41AD5D4AFA42104295D08E564ADC7B40FD9DAB4BCD3002ECFA8BDD1309B65F24',
|
|
21582
|
+
exponent: 0,
|
|
21583
|
+
aliases: ['note']
|
|
21584
|
+
}, {
|
|
21585
|
+
denom: 'mld',
|
|
21586
|
+
exponent: 6,
|
|
21587
|
+
aliases: ['melody']
|
|
21588
|
+
}],
|
|
21589
|
+
type_asset: 'sdk.coin',
|
|
21590
|
+
base: 'ibc/41AD5D4AFA42104295D08E564ADC7B40FD9DAB4BCD3002ECFA8BDD1309B65F24',
|
|
21591
|
+
name: 'Melody',
|
|
21592
|
+
display: 'mld',
|
|
21593
|
+
symbol: 'MLD',
|
|
21594
|
+
logo_URIs: {
|
|
21595
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
|
|
21596
|
+
},
|
|
21597
|
+
images: [{
|
|
21598
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
|
|
21599
|
+
}],
|
|
21600
|
+
traces: [{
|
|
21601
|
+
type: 'ibc',
|
|
21602
|
+
counterparty: {
|
|
21603
|
+
channel_id: 'channel-0',
|
|
21604
|
+
base_denom: 'note',
|
|
21605
|
+
chain_name: 'symphony'
|
|
21606
|
+
},
|
|
21607
|
+
chain: {
|
|
21608
|
+
channel_id: 'channel-104867'
|
|
21609
|
+
}
|
|
21610
|
+
}]
|
|
21611
|
+
},
|
|
21612
|
+
{
|
|
21613
|
+
description: 'Harmonized USD',
|
|
21614
|
+
denom_units: [{
|
|
21615
|
+
denom: 'ibc/799FF3558FC4B21B06D44DDEDCAAD14B968CCAE15D6F2E48D3859A26BCF8223D',
|
|
21616
|
+
exponent: 0,
|
|
21617
|
+
aliases: ['uusd']
|
|
21618
|
+
}, {
|
|
21619
|
+
denom: 'husd',
|
|
21620
|
+
exponent: 6
|
|
21621
|
+
}],
|
|
21622
|
+
type_asset: 'sdk.coin',
|
|
21623
|
+
base: 'ibc/799FF3558FC4B21B06D44DDEDCAAD14B968CCAE15D6F2E48D3859A26BCF8223D',
|
|
21624
|
+
name: 'Harmony USD',
|
|
21625
|
+
display: 'husd',
|
|
21626
|
+
symbol: 'HUSD',
|
|
21627
|
+
logo_URIs: {
|
|
21628
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
|
|
21629
|
+
},
|
|
21630
|
+
images: [{
|
|
21631
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
|
|
21632
|
+
}],
|
|
21633
|
+
traces: [{
|
|
21634
|
+
type: 'ibc',
|
|
21635
|
+
counterparty: {
|
|
21636
|
+
channel_id: 'channel-0',
|
|
21637
|
+
base_denom: 'uusd',
|
|
21638
|
+
chain_name: 'symphony'
|
|
21639
|
+
},
|
|
21640
|
+
chain: {
|
|
21641
|
+
channel_id: 'channel-104867'
|
|
21642
|
+
}
|
|
21643
|
+
}]
|
|
21644
|
+
},
|
|
21645
|
+
{
|
|
21646
|
+
description: 'Harmonized HKD',
|
|
21647
|
+
denom_units: [{
|
|
21648
|
+
denom: 'ibc/E3D27CCCF02807C4891D0D86A883C3A2388F1D24338A4CC9F5D617F6ABB9E57C',
|
|
21649
|
+
exponent: 0,
|
|
21650
|
+
aliases: ['ukhd']
|
|
21651
|
+
}, {
|
|
21652
|
+
denom: 'hkhd',
|
|
21653
|
+
exponent: 6
|
|
21654
|
+
}],
|
|
21655
|
+
type_asset: 'sdk.coin',
|
|
21656
|
+
base: 'ibc/E3D27CCCF02807C4891D0D86A883C3A2388F1D24338A4CC9F5D617F6ABB9E57C',
|
|
21657
|
+
name: 'Harmony HKD',
|
|
21658
|
+
display: 'hkhd',
|
|
21659
|
+
symbol: 'HKHD',
|
|
21660
|
+
logo_URIs: {
|
|
21661
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
|
|
21662
|
+
},
|
|
21663
|
+
images: [{
|
|
21664
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
|
|
21665
|
+
}],
|
|
21666
|
+
traces: [{
|
|
21667
|
+
type: 'ibc',
|
|
21668
|
+
counterparty: {
|
|
21669
|
+
channel_id: 'channel-0',
|
|
21670
|
+
base_denom: 'ukhd',
|
|
21671
|
+
chain_name: 'symphony'
|
|
21672
|
+
},
|
|
21673
|
+
chain: {
|
|
21674
|
+
channel_id: 'channel-104867'
|
|
21675
|
+
}
|
|
21676
|
+
}]
|
|
21677
|
+
},
|
|
21678
|
+
{
|
|
21679
|
+
description: 'Harmonized VND',
|
|
21680
|
+
denom_units: [{
|
|
21681
|
+
denom: 'ibc/9805A3715F1C315D3753397FFCEFF284F55771AA3975429997D314F4BA73D18B',
|
|
21682
|
+
exponent: 0,
|
|
21683
|
+
aliases: ['uvnd']
|
|
21684
|
+
}, {
|
|
21685
|
+
denom: 'hvnd',
|
|
21686
|
+
exponent: 6
|
|
21687
|
+
}],
|
|
21688
|
+
type_asset: 'sdk.coin',
|
|
21689
|
+
base: 'ibc/9805A3715F1C315D3753397FFCEFF284F55771AA3975429997D314F4BA73D18B',
|
|
21690
|
+
name: 'Harmony VND',
|
|
21691
|
+
display: 'hvnd',
|
|
21692
|
+
symbol: 'HVND',
|
|
21693
|
+
logo_URIs: {
|
|
21694
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
|
|
21695
|
+
},
|
|
21696
|
+
images: [{
|
|
21697
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
|
|
21698
|
+
}],
|
|
21699
|
+
traces: [{
|
|
21700
|
+
type: 'ibc',
|
|
21701
|
+
counterparty: {
|
|
21702
|
+
channel_id: 'channel-0',
|
|
21703
|
+
base_denom: 'uvnd',
|
|
21704
|
+
chain_name: 'symphony'
|
|
21705
|
+
},
|
|
21706
|
+
chain: {
|
|
21707
|
+
channel_id: 'channel-104867'
|
|
21708
|
+
}
|
|
21709
|
+
}]
|
|
21710
|
+
},
|
|
21647
21711
|
{
|
|
21648
21712
|
description: 'Synternet is a blockchain that powers modular, interoperable data infrastructure across all major chains.',
|
|
21649
21713
|
denom_units: [{
|
|
@@ -23546,6 +23610,11 @@ const asset_list = {
|
|
|
23546
23610
|
}
|
|
23547
23611
|
}],
|
|
23548
23612
|
type_asset: 'sdk.coin',
|
|
23613
|
+
coingecko_id: 'pryzm',
|
|
23614
|
+
socials: {
|
|
23615
|
+
website: 'https://pryzm.zone/',
|
|
23616
|
+
twitter: 'https://twitter.com/Pryzm_Zone'
|
|
23617
|
+
},
|
|
23549
23618
|
traces: [{
|
|
23550
23619
|
type: 'ibc',
|
|
23551
23620
|
counterparty: {
|
|
@@ -31525,6 +31594,139 @@ const asset_list = {
|
|
|
31525
31594
|
}
|
|
31526
31595
|
}]
|
|
31527
31596
|
},
|
|
31597
|
+
{
|
|
31598
|
+
description: 'The native token of Symphony',
|
|
31599
|
+
denom_units: [{
|
|
31600
|
+
denom: 'ibc/41AD5D4AFA42104295D08E564ADC7B40FD9DAB4BCD3002ECFA8BDD1309B65F24',
|
|
31601
|
+
exponent: 0,
|
|
31602
|
+
aliases: ['note']
|
|
31603
|
+
}, {
|
|
31604
|
+
denom: 'mld',
|
|
31605
|
+
exponent: 6,
|
|
31606
|
+
aliases: ['melody']
|
|
31607
|
+
}],
|
|
31608
|
+
type_asset: 'sdk.coin',
|
|
31609
|
+
base: 'ibc/41AD5D4AFA42104295D08E564ADC7B40FD9DAB4BCD3002ECFA8BDD1309B65F24',
|
|
31610
|
+
name: 'Melody',
|
|
31611
|
+
display: 'mld',
|
|
31612
|
+
symbol: 'MLD',
|
|
31613
|
+
logo_URIs: {
|
|
31614
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
|
|
31615
|
+
},
|
|
31616
|
+
images: [{
|
|
31617
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
|
|
31618
|
+
}],
|
|
31619
|
+
traces: [{
|
|
31620
|
+
type: 'ibc',
|
|
31621
|
+
counterparty: {
|
|
31622
|
+
channel_id: 'channel-0',
|
|
31623
|
+
base_denom: 'note',
|
|
31624
|
+
chain_name: 'symphony'
|
|
31625
|
+
},
|
|
31626
|
+
chain: {
|
|
31627
|
+
channel_id: 'channel-104867'
|
|
31628
|
+
}
|
|
31629
|
+
}]
|
|
31630
|
+
},
|
|
31631
|
+
{
|
|
31632
|
+
description: 'Harmonized USD',
|
|
31633
|
+
denom_units: [{
|
|
31634
|
+
denom: 'ibc/799FF3558FC4B21B06D44DDEDCAAD14B968CCAE15D6F2E48D3859A26BCF8223D',
|
|
31635
|
+
exponent: 0,
|
|
31636
|
+
aliases: ['uusd']
|
|
31637
|
+
}, {
|
|
31638
|
+
denom: 'husd',
|
|
31639
|
+
exponent: 6
|
|
31640
|
+
}],
|
|
31641
|
+
type_asset: 'sdk.coin',
|
|
31642
|
+
base: 'ibc/799FF3558FC4B21B06D44DDEDCAAD14B968CCAE15D6F2E48D3859A26BCF8223D',
|
|
31643
|
+
name: 'Harmony USD',
|
|
31644
|
+
display: 'husd',
|
|
31645
|
+
symbol: 'HUSD',
|
|
31646
|
+
logo_URIs: {
|
|
31647
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
|
|
31648
|
+
},
|
|
31649
|
+
images: [{
|
|
31650
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
|
|
31651
|
+
}],
|
|
31652
|
+
traces: [{
|
|
31653
|
+
type: 'ibc',
|
|
31654
|
+
counterparty: {
|
|
31655
|
+
channel_id: 'channel-0',
|
|
31656
|
+
base_denom: 'uusd',
|
|
31657
|
+
chain_name: 'symphony'
|
|
31658
|
+
},
|
|
31659
|
+
chain: {
|
|
31660
|
+
channel_id: 'channel-104867'
|
|
31661
|
+
}
|
|
31662
|
+
}]
|
|
31663
|
+
},
|
|
31664
|
+
{
|
|
31665
|
+
description: 'Harmonized HKD',
|
|
31666
|
+
denom_units: [{
|
|
31667
|
+
denom: 'ibc/E3D27CCCF02807C4891D0D86A883C3A2388F1D24338A4CC9F5D617F6ABB9E57C',
|
|
31668
|
+
exponent: 0,
|
|
31669
|
+
aliases: ['ukhd']
|
|
31670
|
+
}, {
|
|
31671
|
+
denom: 'hkhd',
|
|
31672
|
+
exponent: 6
|
|
31673
|
+
}],
|
|
31674
|
+
type_asset: 'sdk.coin',
|
|
31675
|
+
base: 'ibc/E3D27CCCF02807C4891D0D86A883C3A2388F1D24338A4CC9F5D617F6ABB9E57C',
|
|
31676
|
+
name: 'Harmony HKD',
|
|
31677
|
+
display: 'hkhd',
|
|
31678
|
+
symbol: 'HKHD',
|
|
31679
|
+
logo_URIs: {
|
|
31680
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
|
|
31681
|
+
},
|
|
31682
|
+
images: [{
|
|
31683
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
|
|
31684
|
+
}],
|
|
31685
|
+
traces: [{
|
|
31686
|
+
type: 'ibc',
|
|
31687
|
+
counterparty: {
|
|
31688
|
+
channel_id: 'channel-0',
|
|
31689
|
+
base_denom: 'ukhd',
|
|
31690
|
+
chain_name: 'symphony'
|
|
31691
|
+
},
|
|
31692
|
+
chain: {
|
|
31693
|
+
channel_id: 'channel-104867'
|
|
31694
|
+
}
|
|
31695
|
+
}]
|
|
31696
|
+
},
|
|
31697
|
+
{
|
|
31698
|
+
description: 'Harmonized VND',
|
|
31699
|
+
denom_units: [{
|
|
31700
|
+
denom: 'ibc/9805A3715F1C315D3753397FFCEFF284F55771AA3975429997D314F4BA73D18B',
|
|
31701
|
+
exponent: 0,
|
|
31702
|
+
aliases: ['uvnd']
|
|
31703
|
+
}, {
|
|
31704
|
+
denom: 'hvnd',
|
|
31705
|
+
exponent: 6
|
|
31706
|
+
}],
|
|
31707
|
+
type_asset: 'sdk.coin',
|
|
31708
|
+
base: 'ibc/9805A3715F1C315D3753397FFCEFF284F55771AA3975429997D314F4BA73D18B',
|
|
31709
|
+
name: 'Harmony VND',
|
|
31710
|
+
display: 'hvnd',
|
|
31711
|
+
symbol: 'HVND',
|
|
31712
|
+
logo_URIs: {
|
|
31713
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
|
|
31714
|
+
},
|
|
31715
|
+
images: [{
|
|
31716
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
|
|
31717
|
+
}],
|
|
31718
|
+
traces: [{
|
|
31719
|
+
type: 'ibc',
|
|
31720
|
+
counterparty: {
|
|
31721
|
+
channel_id: 'channel-0',
|
|
31722
|
+
base_denom: 'uvnd',
|
|
31723
|
+
chain_name: 'symphony'
|
|
31724
|
+
},
|
|
31725
|
+
chain: {
|
|
31726
|
+
channel_id: 'channel-104867'
|
|
31727
|
+
}
|
|
31728
|
+
}]
|
|
31729
|
+
},
|
|
31528
31730
|
{
|
|
31529
31731
|
description: 'Synternet is a blockchain that powers modular, interoperable data infrastructure across all major chains.',
|
|
31530
31732
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.173",
|
|
4
4
|
"description": "Chain Registry info for Osmosis",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^0.50.
|
|
32
|
+
"@chain-registry/types": "^0.50.173"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"interchain",
|
|
39
39
|
"osmosis"
|
|
40
40
|
],
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "4bc8d8a60a82589f3c2fbb383e7c7a224af46402"
|
|
42
42
|
}
|