@chain-registry/assets 1.70.148 → 1.70.149
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 +76 -0
- package/esm/mainnet/archway.js +76 -0
- package/esm/mainnet/aura.js +76 -0
- package/esm/mainnet/beezee.js +76 -0
- package/esm/mainnet/coreum.js +76 -0
- package/esm/mainnet/cosmoshub.js +76 -0
- package/esm/mainnet/crescent.js +76 -0
- package/esm/mainnet/doravota.js +76 -0
- package/esm/mainnet/dydx.js +76 -0
- package/esm/mainnet/dymension.js +76 -0
- package/esm/mainnet/elys.js +76 -0
- package/esm/mainnet/evmos.js +76 -0
- package/esm/mainnet/furya.js +76 -0
- package/esm/mainnet/haqq.js +76 -0
- package/esm/mainnet/impacthub.js +76 -0
- package/esm/mainnet/injective.js +76 -0
- package/esm/mainnet/joltify.js +76 -0
- package/esm/mainnet/juno.js +76 -0
- package/esm/mainnet/kava.js +76 -0
- package/esm/mainnet/kopi.js +76 -0
- package/esm/mainnet/kujira.js +76 -0
- package/esm/mainnet/lava.js +76 -0
- package/esm/mainnet/mantrachain.js +76 -0
- package/esm/mainnet/migaloo.js +76 -0
- package/esm/mainnet/neutron.js +80 -4
- package/esm/mainnet/nibiru.js +76 -0
- package/esm/mainnet/omniflixhub.js +76 -0
- package/esm/mainnet/onex.js +76 -0
- package/esm/mainnet/osmosis.js +80 -4
- package/esm/mainnet/persistence.js +76 -0
- package/esm/mainnet/planq.js +76 -0
- package/esm/mainnet/provenance.js +76 -0
- package/esm/mainnet/pryzm.js +76 -0
- package/esm/mainnet/regen.js +76 -0
- package/esm/mainnet/routerchain.js +76 -0
- package/esm/mainnet/secretnetwork.js +76 -0
- package/esm/mainnet/sei.js +76 -0
- package/esm/mainnet/shido.js +76 -0
- package/esm/mainnet/sidechain.js +76 -0
- package/esm/mainnet/stargaze.js +76 -0
- package/esm/mainnet/teritori.js +76 -0
- package/esm/mainnet/terra2.js +76 -0
- package/esm/mainnet/titan.js +76 -0
- package/esm/mainnet/umee.js +76 -0
- package/esm/mainnet/xion.js +76 -0
- package/esm/testnet/assets.js +3 -1
- package/esm/testnet/axelartestnet.js +16 -16
- package/esm/testnet/babylontestnet.js +73 -0
- package/esm/testnet/index.js +2 -0
- package/esm/testnet/neutrontestnet.js +66 -0
- package/esm/testnet/nobletestnet.js +68 -0
- package/esm/testnet/osmosistestnet.js +84 -16
- package/esm/testnet/xiontestnet2.js +184 -0
- package/index.d.ts +1 -1
- package/mainnet/agoric.js +76 -0
- package/mainnet/archway.js +76 -0
- package/mainnet/aura.js +76 -0
- package/mainnet/beezee.js +76 -0
- package/mainnet/coreum.js +76 -0
- package/mainnet/cosmoshub.js +76 -0
- package/mainnet/crescent.js +76 -0
- package/mainnet/doravota.js +76 -0
- package/mainnet/dydx.js +76 -0
- package/mainnet/dymension.js +76 -0
- package/mainnet/elys.js +76 -0
- package/mainnet/evmos.js +76 -0
- package/mainnet/furya.js +76 -0
- package/mainnet/haqq.js +76 -0
- package/mainnet/impacthub.js +76 -0
- package/mainnet/injective.js +76 -0
- package/mainnet/joltify.js +76 -0
- package/mainnet/juno.js +76 -0
- package/mainnet/kava.js +76 -0
- package/mainnet/kopi.js +76 -0
- package/mainnet/kujira.js +76 -0
- package/mainnet/lava.js +76 -0
- package/mainnet/mantrachain.js +76 -0
- package/mainnet/migaloo.js +76 -0
- package/mainnet/neutron.js +80 -4
- package/mainnet/nibiru.js +76 -0
- package/mainnet/omniflixhub.js +76 -0
- package/mainnet/onex.js +76 -0
- package/mainnet/osmosis.js +80 -4
- package/mainnet/persistence.js +76 -0
- package/mainnet/planq.js +76 -0
- package/mainnet/provenance.js +76 -0
- package/mainnet/pryzm.js +76 -0
- package/mainnet/regen.js +76 -0
- package/mainnet/routerchain.js +76 -0
- package/mainnet/secretnetwork.js +76 -0
- package/mainnet/sei.js +76 -0
- package/mainnet/shido.js +76 -0
- package/mainnet/sidechain.js +76 -0
- package/mainnet/stargaze.js +76 -0
- package/mainnet/teritori.js +76 -0
- package/mainnet/terra2.js +76 -0
- package/mainnet/titan.js +76 -0
- package/mainnet/umee.js +76 -0
- package/mainnet/xion.js +76 -0
- package/package.json +5 -5
- package/testnet/assets.js +3 -1
- package/testnet/axelartestnet.js +16 -16
- package/testnet/babylontestnet.d.ts +3 -0
- package/testnet/babylontestnet.js +75 -0
- package/testnet/index.d.ts +2 -0
- package/testnet/index.js +3 -1
- package/testnet/neutrontestnet.js +66 -0
- package/testnet/nobletestnet.js +68 -0
- package/testnet/osmosistestnet.js +84 -16
- package/testnet/xiontestnet2.d.ts +3 -0
- package/testnet/xiontestnet2.js +186 -0
package/mainnet/beezee.js
CHANGED
|
@@ -409,6 +409,44 @@ const assets = {
|
|
|
409
409
|
}
|
|
410
410
|
}]
|
|
411
411
|
},
|
|
412
|
+
{
|
|
413
|
+
description: 'USDN token',
|
|
414
|
+
denom_units: [{
|
|
415
|
+
denom: 'ibc/7E4B1AD88EBCF3FE799F8BFDC2AF54257061A5A6C1AAE343282E82BF98D3ED25',
|
|
416
|
+
exponent: 0,
|
|
417
|
+
aliases: ['uusdn']
|
|
418
|
+
}, {
|
|
419
|
+
denom: 'usdn',
|
|
420
|
+
exponent: 6
|
|
421
|
+
}],
|
|
422
|
+
type_asset: 'sdk.coin',
|
|
423
|
+
base: 'ibc/7E4B1AD88EBCF3FE799F8BFDC2AF54257061A5A6C1AAE343282E82BF98D3ED25',
|
|
424
|
+
name: 'Noble Dollar',
|
|
425
|
+
display: 'usdn',
|
|
426
|
+
symbol: 'USDN',
|
|
427
|
+
logo_URIs: {
|
|
428
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
429
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
430
|
+
},
|
|
431
|
+
images: [{
|
|
432
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
433
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
434
|
+
theme: {
|
|
435
|
+
primary_color_hex: '#2E8564'
|
|
436
|
+
}
|
|
437
|
+
}],
|
|
438
|
+
traces: [{
|
|
439
|
+
type: 'ibc',
|
|
440
|
+
counterparty: {
|
|
441
|
+
channel_id: 'channel-95',
|
|
442
|
+
base_denom: 'uusdn',
|
|
443
|
+
chain_name: 'noble'
|
|
444
|
+
},
|
|
445
|
+
chain: {
|
|
446
|
+
channel_id: 'channel-3'
|
|
447
|
+
}
|
|
448
|
+
}]
|
|
449
|
+
},
|
|
412
450
|
{
|
|
413
451
|
description: 'OmniFlix is a decentralized media platform that enables content creators to distribute, monetize, and manage their digital content using blockchain technology.',
|
|
414
452
|
denom_units: [{
|
|
@@ -698,6 +736,44 @@ const assets = {
|
|
|
698
736
|
}
|
|
699
737
|
}]
|
|
700
738
|
},
|
|
739
|
+
{
|
|
740
|
+
description: 'USDN token',
|
|
741
|
+
denom_units: [{
|
|
742
|
+
denom: 'ibc/7E4B1AD88EBCF3FE799F8BFDC2AF54257061A5A6C1AAE343282E82BF98D3ED25',
|
|
743
|
+
exponent: 0,
|
|
744
|
+
aliases: ['uusdn']
|
|
745
|
+
}, {
|
|
746
|
+
denom: 'usdn',
|
|
747
|
+
exponent: 6
|
|
748
|
+
}],
|
|
749
|
+
type_asset: 'sdk.coin',
|
|
750
|
+
base: 'ibc/7E4B1AD88EBCF3FE799F8BFDC2AF54257061A5A6C1AAE343282E82BF98D3ED25',
|
|
751
|
+
name: 'Noble Dollar',
|
|
752
|
+
display: 'usdn',
|
|
753
|
+
symbol: 'USDN',
|
|
754
|
+
logo_URIs: {
|
|
755
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
756
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
757
|
+
},
|
|
758
|
+
images: [{
|
|
759
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
760
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
761
|
+
theme: {
|
|
762
|
+
primary_color_hex: '#2E8564'
|
|
763
|
+
}
|
|
764
|
+
}],
|
|
765
|
+
traces: [{
|
|
766
|
+
type: 'ibc',
|
|
767
|
+
counterparty: {
|
|
768
|
+
channel_id: 'channel-95',
|
|
769
|
+
base_denom: 'uusdn',
|
|
770
|
+
chain_name: 'noble'
|
|
771
|
+
},
|
|
772
|
+
chain: {
|
|
773
|
+
channel_id: 'channel-3'
|
|
774
|
+
}
|
|
775
|
+
}]
|
|
776
|
+
},
|
|
701
777
|
{
|
|
702
778
|
description: 'OmniFlix is a decentralized media platform that enables content creators to distribute, monetize, and manage their digital content using blockchain technology.',
|
|
703
779
|
denom_units: [{
|
package/mainnet/coreum.js
CHANGED
|
@@ -876,6 +876,44 @@ const assets = {
|
|
|
876
876
|
}
|
|
877
877
|
}]
|
|
878
878
|
},
|
|
879
|
+
{
|
|
880
|
+
description: 'USDN token',
|
|
881
|
+
denom_units: [{
|
|
882
|
+
denom: 'ibc/D747A29E0545ECE23F37DAE3BBD03311D09B7602CA57A4AA2D51B06C572459A7',
|
|
883
|
+
exponent: 0,
|
|
884
|
+
aliases: ['uusdn']
|
|
885
|
+
}, {
|
|
886
|
+
denom: 'usdn',
|
|
887
|
+
exponent: 6
|
|
888
|
+
}],
|
|
889
|
+
type_asset: 'sdk.coin',
|
|
890
|
+
base: 'ibc/D747A29E0545ECE23F37DAE3BBD03311D09B7602CA57A4AA2D51B06C572459A7',
|
|
891
|
+
name: 'Noble Dollar',
|
|
892
|
+
display: 'usdn',
|
|
893
|
+
symbol: 'USDN',
|
|
894
|
+
logo_URIs: {
|
|
895
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
896
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
897
|
+
},
|
|
898
|
+
images: [{
|
|
899
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
900
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
901
|
+
theme: {
|
|
902
|
+
primary_color_hex: '#2E8564'
|
|
903
|
+
}
|
|
904
|
+
}],
|
|
905
|
+
traces: [{
|
|
906
|
+
type: 'ibc',
|
|
907
|
+
counterparty: {
|
|
908
|
+
channel_id: 'channel-49',
|
|
909
|
+
base_denom: 'uusdn',
|
|
910
|
+
chain_name: 'noble'
|
|
911
|
+
},
|
|
912
|
+
chain: {
|
|
913
|
+
channel_id: 'channel-19'
|
|
914
|
+
}
|
|
915
|
+
}]
|
|
916
|
+
},
|
|
879
917
|
{
|
|
880
918
|
description: 'The native token of Osmosis',
|
|
881
919
|
denom_units: [{
|
|
@@ -1705,6 +1743,44 @@ const assets = {
|
|
|
1705
1743
|
}
|
|
1706
1744
|
}]
|
|
1707
1745
|
},
|
|
1746
|
+
{
|
|
1747
|
+
description: 'USDN token',
|
|
1748
|
+
denom_units: [{
|
|
1749
|
+
denom: 'ibc/D747A29E0545ECE23F37DAE3BBD03311D09B7602CA57A4AA2D51B06C572459A7',
|
|
1750
|
+
exponent: 0,
|
|
1751
|
+
aliases: ['uusdn']
|
|
1752
|
+
}, {
|
|
1753
|
+
denom: 'usdn',
|
|
1754
|
+
exponent: 6
|
|
1755
|
+
}],
|
|
1756
|
+
type_asset: 'sdk.coin',
|
|
1757
|
+
base: 'ibc/D747A29E0545ECE23F37DAE3BBD03311D09B7602CA57A4AA2D51B06C572459A7',
|
|
1758
|
+
name: 'Noble Dollar',
|
|
1759
|
+
display: 'usdn',
|
|
1760
|
+
symbol: 'USDN',
|
|
1761
|
+
logo_URIs: {
|
|
1762
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1763
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
1764
|
+
},
|
|
1765
|
+
images: [{
|
|
1766
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1767
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
1768
|
+
theme: {
|
|
1769
|
+
primary_color_hex: '#2E8564'
|
|
1770
|
+
}
|
|
1771
|
+
}],
|
|
1772
|
+
traces: [{
|
|
1773
|
+
type: 'ibc',
|
|
1774
|
+
counterparty: {
|
|
1775
|
+
channel_id: 'channel-49',
|
|
1776
|
+
base_denom: 'uusdn',
|
|
1777
|
+
chain_name: 'noble'
|
|
1778
|
+
},
|
|
1779
|
+
chain: {
|
|
1780
|
+
channel_id: 'channel-19'
|
|
1781
|
+
}
|
|
1782
|
+
}]
|
|
1783
|
+
},
|
|
1708
1784
|
{
|
|
1709
1785
|
description: 'The native token of Osmosis',
|
|
1710
1786
|
denom_units: [{
|
package/mainnet/cosmoshub.js
CHANGED
|
@@ -4559,6 +4559,44 @@ const assets = {
|
|
|
4559
4559
|
}
|
|
4560
4560
|
}]
|
|
4561
4561
|
},
|
|
4562
|
+
{
|
|
4563
|
+
description: 'USDN token',
|
|
4564
|
+
denom_units: [{
|
|
4565
|
+
denom: 'ibc/4EAD1546F46B1BB2B4D67FCDBFFF0FCD83D53A7A2EA533F1E783727DAA32CF98',
|
|
4566
|
+
exponent: 0,
|
|
4567
|
+
aliases: ['uusdn']
|
|
4568
|
+
}, {
|
|
4569
|
+
denom: 'usdn',
|
|
4570
|
+
exponent: 6
|
|
4571
|
+
}],
|
|
4572
|
+
type_asset: 'sdk.coin',
|
|
4573
|
+
base: 'ibc/4EAD1546F46B1BB2B4D67FCDBFFF0FCD83D53A7A2EA533F1E783727DAA32CF98',
|
|
4574
|
+
name: 'Noble Dollar',
|
|
4575
|
+
display: 'usdn',
|
|
4576
|
+
symbol: 'USDN',
|
|
4577
|
+
logo_URIs: {
|
|
4578
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
4579
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
4580
|
+
},
|
|
4581
|
+
images: [{
|
|
4582
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
4583
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
4584
|
+
theme: {
|
|
4585
|
+
primary_color_hex: '#2E8564'
|
|
4586
|
+
}
|
|
4587
|
+
}],
|
|
4588
|
+
traces: [{
|
|
4589
|
+
type: 'ibc',
|
|
4590
|
+
counterparty: {
|
|
4591
|
+
channel_id: 'channel-4',
|
|
4592
|
+
base_denom: 'uusdn',
|
|
4593
|
+
chain_name: 'noble'
|
|
4594
|
+
},
|
|
4595
|
+
chain: {
|
|
4596
|
+
channel_id: 'channel-536'
|
|
4597
|
+
}
|
|
4598
|
+
}]
|
|
4599
|
+
},
|
|
4562
4600
|
{
|
|
4563
4601
|
description: 'OmniFlix is a decentralized media platform that enables content creators to distribute, monetize, and manage their digital content using blockchain technology.',
|
|
4564
4602
|
denom_units: [{
|
|
@@ -12746,6 +12784,44 @@ const assets = {
|
|
|
12746
12784
|
}
|
|
12747
12785
|
}]
|
|
12748
12786
|
},
|
|
12787
|
+
{
|
|
12788
|
+
description: 'USDN token',
|
|
12789
|
+
denom_units: [{
|
|
12790
|
+
denom: 'ibc/4EAD1546F46B1BB2B4D67FCDBFFF0FCD83D53A7A2EA533F1E783727DAA32CF98',
|
|
12791
|
+
exponent: 0,
|
|
12792
|
+
aliases: ['uusdn']
|
|
12793
|
+
}, {
|
|
12794
|
+
denom: 'usdn',
|
|
12795
|
+
exponent: 6
|
|
12796
|
+
}],
|
|
12797
|
+
type_asset: 'sdk.coin',
|
|
12798
|
+
base: 'ibc/4EAD1546F46B1BB2B4D67FCDBFFF0FCD83D53A7A2EA533F1E783727DAA32CF98',
|
|
12799
|
+
name: 'Noble Dollar',
|
|
12800
|
+
display: 'usdn',
|
|
12801
|
+
symbol: 'USDN',
|
|
12802
|
+
logo_URIs: {
|
|
12803
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
12804
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
12805
|
+
},
|
|
12806
|
+
images: [{
|
|
12807
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
12808
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
12809
|
+
theme: {
|
|
12810
|
+
primary_color_hex: '#2E8564'
|
|
12811
|
+
}
|
|
12812
|
+
}],
|
|
12813
|
+
traces: [{
|
|
12814
|
+
type: 'ibc',
|
|
12815
|
+
counterparty: {
|
|
12816
|
+
channel_id: 'channel-4',
|
|
12817
|
+
base_denom: 'uusdn',
|
|
12818
|
+
chain_name: 'noble'
|
|
12819
|
+
},
|
|
12820
|
+
chain: {
|
|
12821
|
+
channel_id: 'channel-536'
|
|
12822
|
+
}
|
|
12823
|
+
}]
|
|
12824
|
+
},
|
|
12749
12825
|
{
|
|
12750
12826
|
description: 'OmniFlix is a decentralized media platform that enables content creators to distribute, monetize, and manage their digital content using blockchain technology.',
|
|
12751
12827
|
denom_units: [{
|
package/mainnet/crescent.js
CHANGED
|
@@ -1469,6 +1469,44 @@ const assets = {
|
|
|
1469
1469
|
}
|
|
1470
1470
|
}]
|
|
1471
1471
|
},
|
|
1472
|
+
{
|
|
1473
|
+
description: 'USDN token',
|
|
1474
|
+
denom_units: [{
|
|
1475
|
+
denom: 'ibc/21F260854DB73B07BFD4FAB4F57E9646B3590417FE6464BA36336AB21E8A89DB',
|
|
1476
|
+
exponent: 0,
|
|
1477
|
+
aliases: ['uusdn']
|
|
1478
|
+
}, {
|
|
1479
|
+
denom: 'usdn',
|
|
1480
|
+
exponent: 6
|
|
1481
|
+
}],
|
|
1482
|
+
type_asset: 'sdk.coin',
|
|
1483
|
+
base: 'ibc/21F260854DB73B07BFD4FAB4F57E9646B3590417FE6464BA36336AB21E8A89DB',
|
|
1484
|
+
name: 'Noble Dollar',
|
|
1485
|
+
display: 'usdn',
|
|
1486
|
+
symbol: 'USDN',
|
|
1487
|
+
logo_URIs: {
|
|
1488
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1489
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
1490
|
+
},
|
|
1491
|
+
images: [{
|
|
1492
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1493
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
1494
|
+
theme: {
|
|
1495
|
+
primary_color_hex: '#2E8564'
|
|
1496
|
+
}
|
|
1497
|
+
}],
|
|
1498
|
+
traces: [{
|
|
1499
|
+
type: 'ibc',
|
|
1500
|
+
counterparty: {
|
|
1501
|
+
channel_id: 'channel-0',
|
|
1502
|
+
base_denom: 'uusdn',
|
|
1503
|
+
chain_name: 'noble'
|
|
1504
|
+
},
|
|
1505
|
+
chain: {
|
|
1506
|
+
channel_id: 'channel-38'
|
|
1507
|
+
}
|
|
1508
|
+
}]
|
|
1509
|
+
},
|
|
1472
1510
|
{
|
|
1473
1511
|
description: 'The native token of OKExChain',
|
|
1474
1512
|
denom_units: [{
|
|
@@ -3742,6 +3780,44 @@ const assets = {
|
|
|
3742
3780
|
}
|
|
3743
3781
|
}]
|
|
3744
3782
|
},
|
|
3783
|
+
{
|
|
3784
|
+
description: 'USDN token',
|
|
3785
|
+
denom_units: [{
|
|
3786
|
+
denom: 'ibc/21F260854DB73B07BFD4FAB4F57E9646B3590417FE6464BA36336AB21E8A89DB',
|
|
3787
|
+
exponent: 0,
|
|
3788
|
+
aliases: ['uusdn']
|
|
3789
|
+
}, {
|
|
3790
|
+
denom: 'usdn',
|
|
3791
|
+
exponent: 6
|
|
3792
|
+
}],
|
|
3793
|
+
type_asset: 'sdk.coin',
|
|
3794
|
+
base: 'ibc/21F260854DB73B07BFD4FAB4F57E9646B3590417FE6464BA36336AB21E8A89DB',
|
|
3795
|
+
name: 'Noble Dollar',
|
|
3796
|
+
display: 'usdn',
|
|
3797
|
+
symbol: 'USDN',
|
|
3798
|
+
logo_URIs: {
|
|
3799
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
3800
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
3801
|
+
},
|
|
3802
|
+
images: [{
|
|
3803
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
3804
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
3805
|
+
theme: {
|
|
3806
|
+
primary_color_hex: '#2E8564'
|
|
3807
|
+
}
|
|
3808
|
+
}],
|
|
3809
|
+
traces: [{
|
|
3810
|
+
type: 'ibc',
|
|
3811
|
+
counterparty: {
|
|
3812
|
+
channel_id: 'channel-0',
|
|
3813
|
+
base_denom: 'uusdn',
|
|
3814
|
+
chain_name: 'noble'
|
|
3815
|
+
},
|
|
3816
|
+
chain: {
|
|
3817
|
+
channel_id: 'channel-38'
|
|
3818
|
+
}
|
|
3819
|
+
}]
|
|
3820
|
+
},
|
|
3745
3821
|
{
|
|
3746
3822
|
description: 'The native token of OKExChain',
|
|
3747
3823
|
denom_units: [{
|
package/mainnet/doravota.js
CHANGED
|
@@ -1084,6 +1084,44 @@ const assets = {
|
|
|
1084
1084
|
}
|
|
1085
1085
|
}]
|
|
1086
1086
|
},
|
|
1087
|
+
{
|
|
1088
|
+
description: 'USDN token',
|
|
1089
|
+
denom_units: [{
|
|
1090
|
+
denom: 'ibc/5B4477F7BA8F51B31A877FF44D87EDA71DA0FA7DAF03EA795FA8CB4FCDA35708',
|
|
1091
|
+
exponent: 0,
|
|
1092
|
+
aliases: ['uusdn']
|
|
1093
|
+
}, {
|
|
1094
|
+
denom: 'usdn',
|
|
1095
|
+
exponent: 6
|
|
1096
|
+
}],
|
|
1097
|
+
type_asset: 'sdk.coin',
|
|
1098
|
+
base: 'ibc/5B4477F7BA8F51B31A877FF44D87EDA71DA0FA7DAF03EA795FA8CB4FCDA35708',
|
|
1099
|
+
name: 'Noble Dollar',
|
|
1100
|
+
display: 'usdn',
|
|
1101
|
+
symbol: 'USDN',
|
|
1102
|
+
logo_URIs: {
|
|
1103
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1104
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
1105
|
+
},
|
|
1106
|
+
images: [{
|
|
1107
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1108
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
1109
|
+
theme: {
|
|
1110
|
+
primary_color_hex: '#2E8564'
|
|
1111
|
+
}
|
|
1112
|
+
}],
|
|
1113
|
+
traces: [{
|
|
1114
|
+
type: 'ibc',
|
|
1115
|
+
counterparty: {
|
|
1116
|
+
channel_id: 'channel-94',
|
|
1117
|
+
base_denom: 'uusdn',
|
|
1118
|
+
chain_name: 'noble'
|
|
1119
|
+
},
|
|
1120
|
+
chain: {
|
|
1121
|
+
channel_id: 'channel-14'
|
|
1122
|
+
}
|
|
1123
|
+
}]
|
|
1124
|
+
},
|
|
1087
1125
|
{
|
|
1088
1126
|
description: 'The native token of Nolus chain',
|
|
1089
1127
|
denom_units: [{
|
|
@@ -1785,6 +1823,44 @@ const assets = {
|
|
|
1785
1823
|
}
|
|
1786
1824
|
}]
|
|
1787
1825
|
},
|
|
1826
|
+
{
|
|
1827
|
+
description: 'USDN token',
|
|
1828
|
+
denom_units: [{
|
|
1829
|
+
denom: 'ibc/5B4477F7BA8F51B31A877FF44D87EDA71DA0FA7DAF03EA795FA8CB4FCDA35708',
|
|
1830
|
+
exponent: 0,
|
|
1831
|
+
aliases: ['uusdn']
|
|
1832
|
+
}, {
|
|
1833
|
+
denom: 'usdn',
|
|
1834
|
+
exponent: 6
|
|
1835
|
+
}],
|
|
1836
|
+
type_asset: 'sdk.coin',
|
|
1837
|
+
base: 'ibc/5B4477F7BA8F51B31A877FF44D87EDA71DA0FA7DAF03EA795FA8CB4FCDA35708',
|
|
1838
|
+
name: 'Noble Dollar',
|
|
1839
|
+
display: 'usdn',
|
|
1840
|
+
symbol: 'USDN',
|
|
1841
|
+
logo_URIs: {
|
|
1842
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1843
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
1844
|
+
},
|
|
1845
|
+
images: [{
|
|
1846
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1847
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
1848
|
+
theme: {
|
|
1849
|
+
primary_color_hex: '#2E8564'
|
|
1850
|
+
}
|
|
1851
|
+
}],
|
|
1852
|
+
traces: [{
|
|
1853
|
+
type: 'ibc',
|
|
1854
|
+
counterparty: {
|
|
1855
|
+
channel_id: 'channel-94',
|
|
1856
|
+
base_denom: 'uusdn',
|
|
1857
|
+
chain_name: 'noble'
|
|
1858
|
+
},
|
|
1859
|
+
chain: {
|
|
1860
|
+
channel_id: 'channel-14'
|
|
1861
|
+
}
|
|
1862
|
+
}]
|
|
1863
|
+
},
|
|
1788
1864
|
{
|
|
1789
1865
|
description: 'The native token of Nolus chain',
|
|
1790
1866
|
denom_units: [{
|
package/mainnet/dydx.js
CHANGED
|
@@ -1055,6 +1055,44 @@ const assets = {
|
|
|
1055
1055
|
}
|
|
1056
1056
|
}]
|
|
1057
1057
|
},
|
|
1058
|
+
{
|
|
1059
|
+
description: 'USDN token',
|
|
1060
|
+
denom_units: [{
|
|
1061
|
+
denom: 'ibc/A7AD825A4B48DDA0138D118655E60100D22A4D690C45B95221520B58C9A64B63',
|
|
1062
|
+
exponent: 0,
|
|
1063
|
+
aliases: ['uusdn']
|
|
1064
|
+
}, {
|
|
1065
|
+
denom: 'usdn',
|
|
1066
|
+
exponent: 6
|
|
1067
|
+
}],
|
|
1068
|
+
type_asset: 'sdk.coin',
|
|
1069
|
+
base: 'ibc/A7AD825A4B48DDA0138D118655E60100D22A4D690C45B95221520B58C9A64B63',
|
|
1070
|
+
name: 'Noble Dollar',
|
|
1071
|
+
display: 'usdn',
|
|
1072
|
+
symbol: 'USDN',
|
|
1073
|
+
logo_URIs: {
|
|
1074
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1075
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
1076
|
+
},
|
|
1077
|
+
images: [{
|
|
1078
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1079
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
1080
|
+
theme: {
|
|
1081
|
+
primary_color_hex: '#2E8564'
|
|
1082
|
+
}
|
|
1083
|
+
}],
|
|
1084
|
+
traces: [{
|
|
1085
|
+
type: 'ibc',
|
|
1086
|
+
counterparty: {
|
|
1087
|
+
channel_id: 'channel-33',
|
|
1088
|
+
base_denom: 'uusdn',
|
|
1089
|
+
chain_name: 'noble'
|
|
1090
|
+
},
|
|
1091
|
+
chain: {
|
|
1092
|
+
channel_id: 'channel-0'
|
|
1093
|
+
}
|
|
1094
|
+
}]
|
|
1095
|
+
},
|
|
1058
1096
|
{
|
|
1059
1097
|
description: 'The native token of Osmosis',
|
|
1060
1098
|
denom_units: [{
|
|
@@ -6660,6 +6698,44 @@ const assets = {
|
|
|
6660
6698
|
}
|
|
6661
6699
|
}]
|
|
6662
6700
|
},
|
|
6701
|
+
{
|
|
6702
|
+
description: 'USDN token',
|
|
6703
|
+
denom_units: [{
|
|
6704
|
+
denom: 'ibc/A7AD825A4B48DDA0138D118655E60100D22A4D690C45B95221520B58C9A64B63',
|
|
6705
|
+
exponent: 0,
|
|
6706
|
+
aliases: ['uusdn']
|
|
6707
|
+
}, {
|
|
6708
|
+
denom: 'usdn',
|
|
6709
|
+
exponent: 6
|
|
6710
|
+
}],
|
|
6711
|
+
type_asset: 'sdk.coin',
|
|
6712
|
+
base: 'ibc/A7AD825A4B48DDA0138D118655E60100D22A4D690C45B95221520B58C9A64B63',
|
|
6713
|
+
name: 'Noble Dollar',
|
|
6714
|
+
display: 'usdn',
|
|
6715
|
+
symbol: 'USDN',
|
|
6716
|
+
logo_URIs: {
|
|
6717
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
6718
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
6719
|
+
},
|
|
6720
|
+
images: [{
|
|
6721
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
6722
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
6723
|
+
theme: {
|
|
6724
|
+
primary_color_hex: '#2E8564'
|
|
6725
|
+
}
|
|
6726
|
+
}],
|
|
6727
|
+
traces: [{
|
|
6728
|
+
type: 'ibc',
|
|
6729
|
+
counterparty: {
|
|
6730
|
+
channel_id: 'channel-33',
|
|
6731
|
+
base_denom: 'uusdn',
|
|
6732
|
+
chain_name: 'noble'
|
|
6733
|
+
},
|
|
6734
|
+
chain: {
|
|
6735
|
+
channel_id: 'channel-0'
|
|
6736
|
+
}
|
|
6737
|
+
}]
|
|
6738
|
+
},
|
|
6663
6739
|
{
|
|
6664
6740
|
description: 'The native token of Osmosis',
|
|
6665
6741
|
denom_units: [{
|
package/mainnet/dymension.js
CHANGED
|
@@ -1277,6 +1277,44 @@ const assets = {
|
|
|
1277
1277
|
}
|
|
1278
1278
|
}]
|
|
1279
1279
|
},
|
|
1280
|
+
{
|
|
1281
|
+
description: 'USDN token',
|
|
1282
|
+
denom_units: [{
|
|
1283
|
+
denom: 'ibc/5B38B31309A095E84A81298414503AB90758125AAC5FC1631134FF74704458B3',
|
|
1284
|
+
exponent: 0,
|
|
1285
|
+
aliases: ['uusdn']
|
|
1286
|
+
}, {
|
|
1287
|
+
denom: 'usdn',
|
|
1288
|
+
exponent: 6
|
|
1289
|
+
}],
|
|
1290
|
+
type_asset: 'sdk.coin',
|
|
1291
|
+
base: 'ibc/5B38B31309A095E84A81298414503AB90758125AAC5FC1631134FF74704458B3',
|
|
1292
|
+
name: 'Noble Dollar',
|
|
1293
|
+
display: 'usdn',
|
|
1294
|
+
symbol: 'USDN',
|
|
1295
|
+
logo_URIs: {
|
|
1296
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1297
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
1298
|
+
},
|
|
1299
|
+
images: [{
|
|
1300
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1301
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
1302
|
+
theme: {
|
|
1303
|
+
primary_color_hex: '#2E8564'
|
|
1304
|
+
}
|
|
1305
|
+
}],
|
|
1306
|
+
traces: [{
|
|
1307
|
+
type: 'ibc',
|
|
1308
|
+
counterparty: {
|
|
1309
|
+
channel_id: 'channel-62',
|
|
1310
|
+
base_denom: 'uusdn',
|
|
1311
|
+
chain_name: 'noble'
|
|
1312
|
+
},
|
|
1313
|
+
chain: {
|
|
1314
|
+
channel_id: 'channel-6'
|
|
1315
|
+
}
|
|
1316
|
+
}]
|
|
1317
|
+
},
|
|
1280
1318
|
{
|
|
1281
1319
|
description: 'The native token of Osmosis',
|
|
1282
1320
|
denom_units: [{
|
|
@@ -2218,6 +2256,44 @@ const assets = {
|
|
|
2218
2256
|
}
|
|
2219
2257
|
}]
|
|
2220
2258
|
},
|
|
2259
|
+
{
|
|
2260
|
+
description: 'USDN token',
|
|
2261
|
+
denom_units: [{
|
|
2262
|
+
denom: 'ibc/5B38B31309A095E84A81298414503AB90758125AAC5FC1631134FF74704458B3',
|
|
2263
|
+
exponent: 0,
|
|
2264
|
+
aliases: ['uusdn']
|
|
2265
|
+
}, {
|
|
2266
|
+
denom: 'usdn',
|
|
2267
|
+
exponent: 6
|
|
2268
|
+
}],
|
|
2269
|
+
type_asset: 'sdk.coin',
|
|
2270
|
+
base: 'ibc/5B38B31309A095E84A81298414503AB90758125AAC5FC1631134FF74704458B3',
|
|
2271
|
+
name: 'Noble Dollar',
|
|
2272
|
+
display: 'usdn',
|
|
2273
|
+
symbol: 'USDN',
|
|
2274
|
+
logo_URIs: {
|
|
2275
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
2276
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
2277
|
+
},
|
|
2278
|
+
images: [{
|
|
2279
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
2280
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
2281
|
+
theme: {
|
|
2282
|
+
primary_color_hex: '#2E8564'
|
|
2283
|
+
}
|
|
2284
|
+
}],
|
|
2285
|
+
traces: [{
|
|
2286
|
+
type: 'ibc',
|
|
2287
|
+
counterparty: {
|
|
2288
|
+
channel_id: 'channel-62',
|
|
2289
|
+
base_denom: 'uusdn',
|
|
2290
|
+
chain_name: 'noble'
|
|
2291
|
+
},
|
|
2292
|
+
chain: {
|
|
2293
|
+
channel_id: 'channel-6'
|
|
2294
|
+
}
|
|
2295
|
+
}]
|
|
2296
|
+
},
|
|
2221
2297
|
{
|
|
2222
2298
|
description: 'The native token of Osmosis',
|
|
2223
2299
|
denom_units: [{
|