@chain-registry/assets 1.70.147 → 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/esm/mainnet/osmosis.js
CHANGED
|
@@ -3891,8 +3891,8 @@ const assets = {
|
|
|
3891
3891
|
}
|
|
3892
3892
|
}],
|
|
3893
3893
|
socials: {
|
|
3894
|
-
website: 'https://int3face.
|
|
3895
|
-
twitter: 'https://x.com/
|
|
3894
|
+
website: 'https://int3face.zone/',
|
|
3895
|
+
twitter: 'https://x.com/_Bitfrost_'
|
|
3896
3896
|
},
|
|
3897
3897
|
type_asset: 'sdk.coin',
|
|
3898
3898
|
traces: [{
|
|
@@ -5570,6 +5570,44 @@ const assets = {
|
|
|
5570
5570
|
}
|
|
5571
5571
|
}]
|
|
5572
5572
|
},
|
|
5573
|
+
{
|
|
5574
|
+
description: 'USDN token',
|
|
5575
|
+
denom_units: [{
|
|
5576
|
+
denom: 'ibc/0C39BD03B5C57A1753A9B73164705871A9B549F1A5226CFD7E39BE7BF73CF8CF',
|
|
5577
|
+
exponent: 0,
|
|
5578
|
+
aliases: ['uusdn']
|
|
5579
|
+
}, {
|
|
5580
|
+
denom: 'usdn',
|
|
5581
|
+
exponent: 6
|
|
5582
|
+
}],
|
|
5583
|
+
type_asset: 'sdk.coin',
|
|
5584
|
+
base: 'ibc/0C39BD03B5C57A1753A9B73164705871A9B549F1A5226CFD7E39BE7BF73CF8CF',
|
|
5585
|
+
name: 'Noble Dollar',
|
|
5586
|
+
display: 'usdn',
|
|
5587
|
+
symbol: 'USDN',
|
|
5588
|
+
logo_URIs: {
|
|
5589
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
5590
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
5591
|
+
},
|
|
5592
|
+
images: [{
|
|
5593
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
5594
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
5595
|
+
theme: {
|
|
5596
|
+
primary_color_hex: '#2E8564'
|
|
5597
|
+
}
|
|
5598
|
+
}],
|
|
5599
|
+
traces: [{
|
|
5600
|
+
type: 'ibc',
|
|
5601
|
+
counterparty: {
|
|
5602
|
+
channel_id: 'channel-1',
|
|
5603
|
+
base_denom: 'uusdn',
|
|
5604
|
+
chain_name: 'noble'
|
|
5605
|
+
},
|
|
5606
|
+
chain: {
|
|
5607
|
+
channel_id: 'channel-750'
|
|
5608
|
+
}
|
|
5609
|
+
}]
|
|
5610
|
+
},
|
|
5573
5611
|
{
|
|
5574
5612
|
description: 'The native token of Nolus chain',
|
|
5575
5613
|
denom_units: [{
|
|
@@ -10015,8 +10053,8 @@ const assets = {
|
|
|
10015
10053
|
}
|
|
10016
10054
|
}],
|
|
10017
10055
|
socials: {
|
|
10018
|
-
website: 'https://int3face.
|
|
10019
|
-
twitter: 'https://x.com/
|
|
10056
|
+
website: 'https://int3face.zone/',
|
|
10057
|
+
twitter: 'https://x.com/_Bitfrost_'
|
|
10020
10058
|
},
|
|
10021
10059
|
type_asset: 'sdk.coin',
|
|
10022
10060
|
traces: [{
|
|
@@ -11694,6 +11732,44 @@ const assets = {
|
|
|
11694
11732
|
}
|
|
11695
11733
|
}]
|
|
11696
11734
|
},
|
|
11735
|
+
{
|
|
11736
|
+
description: 'USDN token',
|
|
11737
|
+
denom_units: [{
|
|
11738
|
+
denom: 'ibc/0C39BD03B5C57A1753A9B73164705871A9B549F1A5226CFD7E39BE7BF73CF8CF',
|
|
11739
|
+
exponent: 0,
|
|
11740
|
+
aliases: ['uusdn']
|
|
11741
|
+
}, {
|
|
11742
|
+
denom: 'usdn',
|
|
11743
|
+
exponent: 6
|
|
11744
|
+
}],
|
|
11745
|
+
type_asset: 'sdk.coin',
|
|
11746
|
+
base: 'ibc/0C39BD03B5C57A1753A9B73164705871A9B549F1A5226CFD7E39BE7BF73CF8CF',
|
|
11747
|
+
name: 'Noble Dollar',
|
|
11748
|
+
display: 'usdn',
|
|
11749
|
+
symbol: 'USDN',
|
|
11750
|
+
logo_URIs: {
|
|
11751
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
11752
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
11753
|
+
},
|
|
11754
|
+
images: [{
|
|
11755
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
11756
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
11757
|
+
theme: {
|
|
11758
|
+
primary_color_hex: '#2E8564'
|
|
11759
|
+
}
|
|
11760
|
+
}],
|
|
11761
|
+
traces: [{
|
|
11762
|
+
type: 'ibc',
|
|
11763
|
+
counterparty: {
|
|
11764
|
+
channel_id: 'channel-1',
|
|
11765
|
+
base_denom: 'uusdn',
|
|
11766
|
+
chain_name: 'noble'
|
|
11767
|
+
},
|
|
11768
|
+
chain: {
|
|
11769
|
+
channel_id: 'channel-750'
|
|
11770
|
+
}
|
|
11771
|
+
}]
|
|
11772
|
+
},
|
|
11697
11773
|
{
|
|
11698
11774
|
description: 'The native token of Nolus chain',
|
|
11699
11775
|
denom_units: [{
|
|
@@ -1415,6 +1415,44 @@ const assets = {
|
|
|
1415
1415
|
}
|
|
1416
1416
|
}]
|
|
1417
1417
|
},
|
|
1418
|
+
{
|
|
1419
|
+
description: 'USDN token',
|
|
1420
|
+
denom_units: [{
|
|
1421
|
+
denom: 'ibc/A97EF6BF7E53B912A682C52778745E9ADC18C32504B5BC25FCBA57E634A13408',
|
|
1422
|
+
exponent: 0,
|
|
1423
|
+
aliases: ['uusdn']
|
|
1424
|
+
}, {
|
|
1425
|
+
denom: 'usdn',
|
|
1426
|
+
exponent: 6
|
|
1427
|
+
}],
|
|
1428
|
+
type_asset: 'sdk.coin',
|
|
1429
|
+
base: 'ibc/A97EF6BF7E53B912A682C52778745E9ADC18C32504B5BC25FCBA57E634A13408',
|
|
1430
|
+
name: 'Noble Dollar',
|
|
1431
|
+
display: 'usdn',
|
|
1432
|
+
symbol: 'USDN',
|
|
1433
|
+
logo_URIs: {
|
|
1434
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1435
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
1436
|
+
},
|
|
1437
|
+
images: [{
|
|
1438
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1439
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
1440
|
+
theme: {
|
|
1441
|
+
primary_color_hex: '#2E8564'
|
|
1442
|
+
}
|
|
1443
|
+
}],
|
|
1444
|
+
traces: [{
|
|
1445
|
+
type: 'ibc',
|
|
1446
|
+
counterparty: {
|
|
1447
|
+
channel_id: 'channel-36',
|
|
1448
|
+
base_denom: 'uusdn',
|
|
1449
|
+
chain_name: 'noble'
|
|
1450
|
+
},
|
|
1451
|
+
chain: {
|
|
1452
|
+
channel_id: 'channel-132'
|
|
1453
|
+
}
|
|
1454
|
+
}]
|
|
1455
|
+
},
|
|
1418
1456
|
{
|
|
1419
1457
|
description: 'The native token of Osmosis',
|
|
1420
1458
|
denom_units: [{
|
|
@@ -2917,6 +2955,44 @@ const assets = {
|
|
|
2917
2955
|
}
|
|
2918
2956
|
}]
|
|
2919
2957
|
},
|
|
2958
|
+
{
|
|
2959
|
+
description: 'USDN token',
|
|
2960
|
+
denom_units: [{
|
|
2961
|
+
denom: 'ibc/A97EF6BF7E53B912A682C52778745E9ADC18C32504B5BC25FCBA57E634A13408',
|
|
2962
|
+
exponent: 0,
|
|
2963
|
+
aliases: ['uusdn']
|
|
2964
|
+
}, {
|
|
2965
|
+
denom: 'usdn',
|
|
2966
|
+
exponent: 6
|
|
2967
|
+
}],
|
|
2968
|
+
type_asset: 'sdk.coin',
|
|
2969
|
+
base: 'ibc/A97EF6BF7E53B912A682C52778745E9ADC18C32504B5BC25FCBA57E634A13408',
|
|
2970
|
+
name: 'Noble Dollar',
|
|
2971
|
+
display: 'usdn',
|
|
2972
|
+
symbol: 'USDN',
|
|
2973
|
+
logo_URIs: {
|
|
2974
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
2975
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
2976
|
+
},
|
|
2977
|
+
images: [{
|
|
2978
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
2979
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
2980
|
+
theme: {
|
|
2981
|
+
primary_color_hex: '#2E8564'
|
|
2982
|
+
}
|
|
2983
|
+
}],
|
|
2984
|
+
traces: [{
|
|
2985
|
+
type: 'ibc',
|
|
2986
|
+
counterparty: {
|
|
2987
|
+
channel_id: 'channel-36',
|
|
2988
|
+
base_denom: 'uusdn',
|
|
2989
|
+
chain_name: 'noble'
|
|
2990
|
+
},
|
|
2991
|
+
chain: {
|
|
2992
|
+
channel_id: 'channel-132'
|
|
2993
|
+
}
|
|
2994
|
+
}]
|
|
2995
|
+
},
|
|
2920
2996
|
{
|
|
2921
2997
|
description: 'The native token of Osmosis',
|
|
2922
2998
|
denom_units: [{
|
package/esm/mainnet/planq.js
CHANGED
|
@@ -333,6 +333,44 @@ const assets = {
|
|
|
333
333
|
}
|
|
334
334
|
}]
|
|
335
335
|
},
|
|
336
|
+
{
|
|
337
|
+
description: 'USDN token',
|
|
338
|
+
denom_units: [{
|
|
339
|
+
denom: 'ibc/FFB706E412CBE2CE65DF2C716078E12697728F3F53C1B75062693658699929B5',
|
|
340
|
+
exponent: 0,
|
|
341
|
+
aliases: ['uusdn']
|
|
342
|
+
}, {
|
|
343
|
+
denom: 'usdn',
|
|
344
|
+
exponent: 6
|
|
345
|
+
}],
|
|
346
|
+
type_asset: 'sdk.coin',
|
|
347
|
+
base: 'ibc/FFB706E412CBE2CE65DF2C716078E12697728F3F53C1B75062693658699929B5',
|
|
348
|
+
name: 'Noble Dollar',
|
|
349
|
+
display: 'usdn',
|
|
350
|
+
symbol: 'USDN',
|
|
351
|
+
logo_URIs: {
|
|
352
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
353
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
354
|
+
},
|
|
355
|
+
images: [{
|
|
356
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
357
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
358
|
+
theme: {
|
|
359
|
+
primary_color_hex: '#2E8564'
|
|
360
|
+
}
|
|
361
|
+
}],
|
|
362
|
+
traces: [{
|
|
363
|
+
type: 'ibc',
|
|
364
|
+
counterparty: {
|
|
365
|
+
channel_id: 'channel-82',
|
|
366
|
+
base_denom: 'uusdn',
|
|
367
|
+
chain_name: 'noble'
|
|
368
|
+
},
|
|
369
|
+
chain: {
|
|
370
|
+
channel_id: 'channel-63'
|
|
371
|
+
}
|
|
372
|
+
}]
|
|
373
|
+
},
|
|
336
374
|
{
|
|
337
375
|
description: 'The native token of Osmosis',
|
|
338
376
|
denom_units: [{
|
|
@@ -753,6 +791,44 @@ const assets = {
|
|
|
753
791
|
}
|
|
754
792
|
}]
|
|
755
793
|
},
|
|
794
|
+
{
|
|
795
|
+
description: 'USDN token',
|
|
796
|
+
denom_units: [{
|
|
797
|
+
denom: 'ibc/FFB706E412CBE2CE65DF2C716078E12697728F3F53C1B75062693658699929B5',
|
|
798
|
+
exponent: 0,
|
|
799
|
+
aliases: ['uusdn']
|
|
800
|
+
}, {
|
|
801
|
+
denom: 'usdn',
|
|
802
|
+
exponent: 6
|
|
803
|
+
}],
|
|
804
|
+
type_asset: 'sdk.coin',
|
|
805
|
+
base: 'ibc/FFB706E412CBE2CE65DF2C716078E12697728F3F53C1B75062693658699929B5',
|
|
806
|
+
name: 'Noble Dollar',
|
|
807
|
+
display: 'usdn',
|
|
808
|
+
symbol: 'USDN',
|
|
809
|
+
logo_URIs: {
|
|
810
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
811
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
812
|
+
},
|
|
813
|
+
images: [{
|
|
814
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
815
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
816
|
+
theme: {
|
|
817
|
+
primary_color_hex: '#2E8564'
|
|
818
|
+
}
|
|
819
|
+
}],
|
|
820
|
+
traces: [{
|
|
821
|
+
type: 'ibc',
|
|
822
|
+
counterparty: {
|
|
823
|
+
channel_id: 'channel-82',
|
|
824
|
+
base_denom: 'uusdn',
|
|
825
|
+
chain_name: 'noble'
|
|
826
|
+
},
|
|
827
|
+
chain: {
|
|
828
|
+
channel_id: 'channel-63'
|
|
829
|
+
}
|
|
830
|
+
}]
|
|
831
|
+
},
|
|
756
832
|
{
|
|
757
833
|
description: 'The native token of Osmosis',
|
|
758
834
|
denom_units: [{
|
|
@@ -163,6 +163,44 @@ const assets = {
|
|
|
163
163
|
}
|
|
164
164
|
}]
|
|
165
165
|
},
|
|
166
|
+
{
|
|
167
|
+
description: 'USDN token',
|
|
168
|
+
denom_units: [{
|
|
169
|
+
denom: 'ibc/E05718B27E55E8FDC2B890DE68109B838B4035AC3EC8D564AFBCEDDCBCA3F360',
|
|
170
|
+
exponent: 0,
|
|
171
|
+
aliases: ['uusdn']
|
|
172
|
+
}, {
|
|
173
|
+
denom: 'usdn',
|
|
174
|
+
exponent: 6
|
|
175
|
+
}],
|
|
176
|
+
type_asset: 'sdk.coin',
|
|
177
|
+
base: 'ibc/E05718B27E55E8FDC2B890DE68109B838B4035AC3EC8D564AFBCEDDCBCA3F360',
|
|
178
|
+
name: 'Noble Dollar',
|
|
179
|
+
display: 'usdn',
|
|
180
|
+
symbol: 'USDN',
|
|
181
|
+
logo_URIs: {
|
|
182
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
183
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
184
|
+
},
|
|
185
|
+
images: [{
|
|
186
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
187
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
188
|
+
theme: {
|
|
189
|
+
primary_color_hex: '#2E8564'
|
|
190
|
+
}
|
|
191
|
+
}],
|
|
192
|
+
traces: [{
|
|
193
|
+
type: 'ibc',
|
|
194
|
+
counterparty: {
|
|
195
|
+
channel_id: 'channel-20',
|
|
196
|
+
base_denom: 'uusdn',
|
|
197
|
+
chain_name: 'noble'
|
|
198
|
+
},
|
|
199
|
+
chain: {
|
|
200
|
+
channel_id: 'channel-10'
|
|
201
|
+
}
|
|
202
|
+
}]
|
|
203
|
+
},
|
|
166
204
|
{
|
|
167
205
|
description: 'The native token of Osmosis',
|
|
168
206
|
denom_units: [{
|
|
@@ -413,6 +451,44 @@ const assets = {
|
|
|
413
451
|
}
|
|
414
452
|
}]
|
|
415
453
|
},
|
|
454
|
+
{
|
|
455
|
+
description: 'USDN token',
|
|
456
|
+
denom_units: [{
|
|
457
|
+
denom: 'ibc/E05718B27E55E8FDC2B890DE68109B838B4035AC3EC8D564AFBCEDDCBCA3F360',
|
|
458
|
+
exponent: 0,
|
|
459
|
+
aliases: ['uusdn']
|
|
460
|
+
}, {
|
|
461
|
+
denom: 'usdn',
|
|
462
|
+
exponent: 6
|
|
463
|
+
}],
|
|
464
|
+
type_asset: 'sdk.coin',
|
|
465
|
+
base: 'ibc/E05718B27E55E8FDC2B890DE68109B838B4035AC3EC8D564AFBCEDDCBCA3F360',
|
|
466
|
+
name: 'Noble Dollar',
|
|
467
|
+
display: 'usdn',
|
|
468
|
+
symbol: 'USDN',
|
|
469
|
+
logo_URIs: {
|
|
470
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
471
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
472
|
+
},
|
|
473
|
+
images: [{
|
|
474
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
475
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
476
|
+
theme: {
|
|
477
|
+
primary_color_hex: '#2E8564'
|
|
478
|
+
}
|
|
479
|
+
}],
|
|
480
|
+
traces: [{
|
|
481
|
+
type: 'ibc',
|
|
482
|
+
counterparty: {
|
|
483
|
+
channel_id: 'channel-20',
|
|
484
|
+
base_denom: 'uusdn',
|
|
485
|
+
chain_name: 'noble'
|
|
486
|
+
},
|
|
487
|
+
chain: {
|
|
488
|
+
channel_id: 'channel-10'
|
|
489
|
+
}
|
|
490
|
+
}]
|
|
491
|
+
},
|
|
416
492
|
{
|
|
417
493
|
description: 'The native token of Osmosis',
|
|
418
494
|
denom_units: [{
|
package/esm/mainnet/pryzm.js
CHANGED
|
@@ -730,6 +730,44 @@ const assets = {
|
|
|
730
730
|
}
|
|
731
731
|
}]
|
|
732
732
|
},
|
|
733
|
+
{
|
|
734
|
+
description: 'USDN token',
|
|
735
|
+
denom_units: [{
|
|
736
|
+
denom: 'ibc/FF4DCB799014F4648230C356EA3CCE3B8C7D328EA3A3A4F77C2849219678CB12',
|
|
737
|
+
exponent: 0,
|
|
738
|
+
aliases: ['uusdn']
|
|
739
|
+
}, {
|
|
740
|
+
denom: 'usdn',
|
|
741
|
+
exponent: 6
|
|
742
|
+
}],
|
|
743
|
+
type_asset: 'sdk.coin',
|
|
744
|
+
base: 'ibc/FF4DCB799014F4648230C356EA3CCE3B8C7D328EA3A3A4F77C2849219678CB12',
|
|
745
|
+
name: 'Noble Dollar',
|
|
746
|
+
display: 'usdn',
|
|
747
|
+
symbol: 'USDN',
|
|
748
|
+
logo_URIs: {
|
|
749
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
750
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
751
|
+
},
|
|
752
|
+
images: [{
|
|
753
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
754
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
755
|
+
theme: {
|
|
756
|
+
primary_color_hex: '#2E8564'
|
|
757
|
+
}
|
|
758
|
+
}],
|
|
759
|
+
traces: [{
|
|
760
|
+
type: 'ibc',
|
|
761
|
+
counterparty: {
|
|
762
|
+
channel_id: 'channel-79',
|
|
763
|
+
base_denom: 'uusdn',
|
|
764
|
+
chain_name: 'noble'
|
|
765
|
+
},
|
|
766
|
+
chain: {
|
|
767
|
+
channel_id: 'channel-5'
|
|
768
|
+
}
|
|
769
|
+
}]
|
|
770
|
+
},
|
|
733
771
|
{
|
|
734
772
|
description: 'The native token of Osmosis',
|
|
735
773
|
denom_units: [{
|
|
@@ -1547,6 +1585,44 @@ const assets = {
|
|
|
1547
1585
|
}
|
|
1548
1586
|
}]
|
|
1549
1587
|
},
|
|
1588
|
+
{
|
|
1589
|
+
description: 'USDN token',
|
|
1590
|
+
denom_units: [{
|
|
1591
|
+
denom: 'ibc/FF4DCB799014F4648230C356EA3CCE3B8C7D328EA3A3A4F77C2849219678CB12',
|
|
1592
|
+
exponent: 0,
|
|
1593
|
+
aliases: ['uusdn']
|
|
1594
|
+
}, {
|
|
1595
|
+
denom: 'usdn',
|
|
1596
|
+
exponent: 6
|
|
1597
|
+
}],
|
|
1598
|
+
type_asset: 'sdk.coin',
|
|
1599
|
+
base: 'ibc/FF4DCB799014F4648230C356EA3CCE3B8C7D328EA3A3A4F77C2849219678CB12',
|
|
1600
|
+
name: 'Noble Dollar',
|
|
1601
|
+
display: 'usdn',
|
|
1602
|
+
symbol: 'USDN',
|
|
1603
|
+
logo_URIs: {
|
|
1604
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1605
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
1606
|
+
},
|
|
1607
|
+
images: [{
|
|
1608
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1609
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
1610
|
+
theme: {
|
|
1611
|
+
primary_color_hex: '#2E8564'
|
|
1612
|
+
}
|
|
1613
|
+
}],
|
|
1614
|
+
traces: [{
|
|
1615
|
+
type: 'ibc',
|
|
1616
|
+
counterparty: {
|
|
1617
|
+
channel_id: 'channel-79',
|
|
1618
|
+
base_denom: 'uusdn',
|
|
1619
|
+
chain_name: 'noble'
|
|
1620
|
+
},
|
|
1621
|
+
chain: {
|
|
1622
|
+
channel_id: 'channel-5'
|
|
1623
|
+
}
|
|
1624
|
+
}]
|
|
1625
|
+
},
|
|
1550
1626
|
{
|
|
1551
1627
|
description: 'The native token of Osmosis',
|
|
1552
1628
|
denom_units: [{
|
package/esm/mainnet/regen.js
CHANGED
|
@@ -331,6 +331,44 @@ const assets = {
|
|
|
331
331
|
}
|
|
332
332
|
}]
|
|
333
333
|
},
|
|
334
|
+
{
|
|
335
|
+
description: 'USDN token',
|
|
336
|
+
denom_units: [{
|
|
337
|
+
denom: 'ibc/B08E38F1AF02A9BF8485EBF692513E8156B7C01A1B3EBF59B364F8C8EB22AE81',
|
|
338
|
+
exponent: 0,
|
|
339
|
+
aliases: ['uusdn']
|
|
340
|
+
}, {
|
|
341
|
+
denom: 'usdn',
|
|
342
|
+
exponent: 6
|
|
343
|
+
}],
|
|
344
|
+
type_asset: 'sdk.coin',
|
|
345
|
+
base: 'ibc/B08E38F1AF02A9BF8485EBF692513E8156B7C01A1B3EBF59B364F8C8EB22AE81',
|
|
346
|
+
name: 'Noble Dollar',
|
|
347
|
+
display: 'usdn',
|
|
348
|
+
symbol: 'USDN',
|
|
349
|
+
logo_URIs: {
|
|
350
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
351
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
352
|
+
},
|
|
353
|
+
images: [{
|
|
354
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
355
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
356
|
+
theme: {
|
|
357
|
+
primary_color_hex: '#2E8564'
|
|
358
|
+
}
|
|
359
|
+
}],
|
|
360
|
+
traces: [{
|
|
361
|
+
type: 'ibc',
|
|
362
|
+
counterparty: {
|
|
363
|
+
channel_id: 'channel-83',
|
|
364
|
+
base_denom: 'uusdn',
|
|
365
|
+
chain_name: 'noble'
|
|
366
|
+
},
|
|
367
|
+
chain: {
|
|
368
|
+
channel_id: 'channel-165'
|
|
369
|
+
}
|
|
370
|
+
}]
|
|
371
|
+
},
|
|
334
372
|
{
|
|
335
373
|
description: 'The native token of Osmosis',
|
|
336
374
|
denom_units: [{
|
|
@@ -836,6 +874,44 @@ const assets = {
|
|
|
836
874
|
}
|
|
837
875
|
}]
|
|
838
876
|
},
|
|
877
|
+
{
|
|
878
|
+
description: 'USDN token',
|
|
879
|
+
denom_units: [{
|
|
880
|
+
denom: 'ibc/B08E38F1AF02A9BF8485EBF692513E8156B7C01A1B3EBF59B364F8C8EB22AE81',
|
|
881
|
+
exponent: 0,
|
|
882
|
+
aliases: ['uusdn']
|
|
883
|
+
}, {
|
|
884
|
+
denom: 'usdn',
|
|
885
|
+
exponent: 6
|
|
886
|
+
}],
|
|
887
|
+
type_asset: 'sdk.coin',
|
|
888
|
+
base: 'ibc/B08E38F1AF02A9BF8485EBF692513E8156B7C01A1B3EBF59B364F8C8EB22AE81',
|
|
889
|
+
name: 'Noble Dollar',
|
|
890
|
+
display: 'usdn',
|
|
891
|
+
symbol: 'USDN',
|
|
892
|
+
logo_URIs: {
|
|
893
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
894
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
895
|
+
},
|
|
896
|
+
images: [{
|
|
897
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
898
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
899
|
+
theme: {
|
|
900
|
+
primary_color_hex: '#2E8564'
|
|
901
|
+
}
|
|
902
|
+
}],
|
|
903
|
+
traces: [{
|
|
904
|
+
type: 'ibc',
|
|
905
|
+
counterparty: {
|
|
906
|
+
channel_id: 'channel-83',
|
|
907
|
+
base_denom: 'uusdn',
|
|
908
|
+
chain_name: 'noble'
|
|
909
|
+
},
|
|
910
|
+
chain: {
|
|
911
|
+
channel_id: 'channel-165'
|
|
912
|
+
}
|
|
913
|
+
}]
|
|
914
|
+
},
|
|
839
915
|
{
|
|
840
916
|
description: 'The native token of Osmosis',
|
|
841
917
|
denom_units: [{
|
|
@@ -120,6 +120,44 @@ const assets = {
|
|
|
120
120
|
}
|
|
121
121
|
}]
|
|
122
122
|
},
|
|
123
|
+
{
|
|
124
|
+
description: 'USDN token',
|
|
125
|
+
denom_units: [{
|
|
126
|
+
denom: 'ibc/71C4D204324ABD8EDF27782C72C1F098C4EEC064E055A7DF32374ECFD8A46E2E',
|
|
127
|
+
exponent: 0,
|
|
128
|
+
aliases: ['uusdn']
|
|
129
|
+
}, {
|
|
130
|
+
denom: 'usdn',
|
|
131
|
+
exponent: 6
|
|
132
|
+
}],
|
|
133
|
+
type_asset: 'sdk.coin',
|
|
134
|
+
base: 'ibc/71C4D204324ABD8EDF27782C72C1F098C4EEC064E055A7DF32374ECFD8A46E2E',
|
|
135
|
+
name: 'Noble Dollar',
|
|
136
|
+
display: 'usdn',
|
|
137
|
+
symbol: 'USDN',
|
|
138
|
+
logo_URIs: {
|
|
139
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
140
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
141
|
+
},
|
|
142
|
+
images: [{
|
|
143
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
144
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
145
|
+
theme: {
|
|
146
|
+
primary_color_hex: '#2E8564'
|
|
147
|
+
}
|
|
148
|
+
}],
|
|
149
|
+
traces: [{
|
|
150
|
+
type: 'ibc',
|
|
151
|
+
counterparty: {
|
|
152
|
+
channel_id: 'channel-119',
|
|
153
|
+
base_denom: 'uusdn',
|
|
154
|
+
chain_name: 'noble'
|
|
155
|
+
},
|
|
156
|
+
chain: {
|
|
157
|
+
channel_id: 'channel-13'
|
|
158
|
+
}
|
|
159
|
+
}]
|
|
160
|
+
},
|
|
123
161
|
{
|
|
124
162
|
description: 'The native token of Osmosis',
|
|
125
163
|
denom_units: [{
|
|
@@ -327,6 +365,44 @@ const assets = {
|
|
|
327
365
|
}
|
|
328
366
|
}]
|
|
329
367
|
},
|
|
368
|
+
{
|
|
369
|
+
description: 'USDN token',
|
|
370
|
+
denom_units: [{
|
|
371
|
+
denom: 'ibc/71C4D204324ABD8EDF27782C72C1F098C4EEC064E055A7DF32374ECFD8A46E2E',
|
|
372
|
+
exponent: 0,
|
|
373
|
+
aliases: ['uusdn']
|
|
374
|
+
}, {
|
|
375
|
+
denom: 'usdn',
|
|
376
|
+
exponent: 6
|
|
377
|
+
}],
|
|
378
|
+
type_asset: 'sdk.coin',
|
|
379
|
+
base: 'ibc/71C4D204324ABD8EDF27782C72C1F098C4EEC064E055A7DF32374ECFD8A46E2E',
|
|
380
|
+
name: 'Noble Dollar',
|
|
381
|
+
display: 'usdn',
|
|
382
|
+
symbol: 'USDN',
|
|
383
|
+
logo_URIs: {
|
|
384
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
385
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
386
|
+
},
|
|
387
|
+
images: [{
|
|
388
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
389
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
390
|
+
theme: {
|
|
391
|
+
primary_color_hex: '#2E8564'
|
|
392
|
+
}
|
|
393
|
+
}],
|
|
394
|
+
traces: [{
|
|
395
|
+
type: 'ibc',
|
|
396
|
+
counterparty: {
|
|
397
|
+
channel_id: 'channel-119',
|
|
398
|
+
base_denom: 'uusdn',
|
|
399
|
+
chain_name: 'noble'
|
|
400
|
+
},
|
|
401
|
+
chain: {
|
|
402
|
+
channel_id: 'channel-13'
|
|
403
|
+
}
|
|
404
|
+
}]
|
|
405
|
+
},
|
|
330
406
|
{
|
|
331
407
|
description: 'The native token of Osmosis',
|
|
332
408
|
denom_units: [{
|