@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/mainnet/elys.js
CHANGED
|
@@ -466,6 +466,44 @@ const assets = {
|
|
|
466
466
|
}
|
|
467
467
|
}]
|
|
468
468
|
},
|
|
469
|
+
{
|
|
470
|
+
description: 'USDN token',
|
|
471
|
+
denom_units: [{
|
|
472
|
+
denom: 'ibc/3BB694687E772A0826FFDE081681CE539E106E245025CE056DC6BECE116DEDBA',
|
|
473
|
+
exponent: 0,
|
|
474
|
+
aliases: ['uusdn']
|
|
475
|
+
}, {
|
|
476
|
+
denom: 'usdn',
|
|
477
|
+
exponent: 6
|
|
478
|
+
}],
|
|
479
|
+
type_asset: 'sdk.coin',
|
|
480
|
+
base: 'ibc/3BB694687E772A0826FFDE081681CE539E106E245025CE056DC6BECE116DEDBA',
|
|
481
|
+
name: 'Noble Dollar',
|
|
482
|
+
display: 'usdn',
|
|
483
|
+
symbol: 'USDN',
|
|
484
|
+
logo_URIs: {
|
|
485
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
486
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
487
|
+
},
|
|
488
|
+
images: [{
|
|
489
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
490
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
491
|
+
theme: {
|
|
492
|
+
primary_color_hex: '#2E8564'
|
|
493
|
+
}
|
|
494
|
+
}],
|
|
495
|
+
traces: [{
|
|
496
|
+
type: 'ibc',
|
|
497
|
+
counterparty: {
|
|
498
|
+
channel_id: 'channel-117',
|
|
499
|
+
base_denom: 'uusdn',
|
|
500
|
+
chain_name: 'noble'
|
|
501
|
+
},
|
|
502
|
+
chain: {
|
|
503
|
+
channel_id: 'channel-2'
|
|
504
|
+
}
|
|
505
|
+
}]
|
|
506
|
+
},
|
|
469
507
|
{
|
|
470
508
|
description: 'The native token of Osmosis',
|
|
471
509
|
denom_units: [{
|
|
@@ -763,6 +801,44 @@ const assets = {
|
|
|
763
801
|
}
|
|
764
802
|
}]
|
|
765
803
|
},
|
|
804
|
+
{
|
|
805
|
+
description: 'USDN token',
|
|
806
|
+
denom_units: [{
|
|
807
|
+
denom: 'ibc/3BB694687E772A0826FFDE081681CE539E106E245025CE056DC6BECE116DEDBA',
|
|
808
|
+
exponent: 0,
|
|
809
|
+
aliases: ['uusdn']
|
|
810
|
+
}, {
|
|
811
|
+
denom: 'usdn',
|
|
812
|
+
exponent: 6
|
|
813
|
+
}],
|
|
814
|
+
type_asset: 'sdk.coin',
|
|
815
|
+
base: 'ibc/3BB694687E772A0826FFDE081681CE539E106E245025CE056DC6BECE116DEDBA',
|
|
816
|
+
name: 'Noble Dollar',
|
|
817
|
+
display: 'usdn',
|
|
818
|
+
symbol: 'USDN',
|
|
819
|
+
logo_URIs: {
|
|
820
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
821
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
822
|
+
},
|
|
823
|
+
images: [{
|
|
824
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
825
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
826
|
+
theme: {
|
|
827
|
+
primary_color_hex: '#2E8564'
|
|
828
|
+
}
|
|
829
|
+
}],
|
|
830
|
+
traces: [{
|
|
831
|
+
type: 'ibc',
|
|
832
|
+
counterparty: {
|
|
833
|
+
channel_id: 'channel-117',
|
|
834
|
+
base_denom: 'uusdn',
|
|
835
|
+
chain_name: 'noble'
|
|
836
|
+
},
|
|
837
|
+
chain: {
|
|
838
|
+
channel_id: 'channel-2'
|
|
839
|
+
}
|
|
840
|
+
}]
|
|
841
|
+
},
|
|
766
842
|
{
|
|
767
843
|
description: 'The native token of Osmosis',
|
|
768
844
|
denom_units: [{
|
package/mainnet/evmos.js
CHANGED
|
@@ -2413,6 +2413,44 @@ const assets = {
|
|
|
2413
2413
|
}
|
|
2414
2414
|
}]
|
|
2415
2415
|
},
|
|
2416
|
+
{
|
|
2417
|
+
description: 'USDN token',
|
|
2418
|
+
denom_units: [{
|
|
2419
|
+
denom: 'ibc/A669BE81FB10B5B014E9B361F5B3A1A828B83C1338DD3EA8D2F306237A677D00',
|
|
2420
|
+
exponent: 0,
|
|
2421
|
+
aliases: ['uusdn']
|
|
2422
|
+
}, {
|
|
2423
|
+
denom: 'usdn',
|
|
2424
|
+
exponent: 6
|
|
2425
|
+
}],
|
|
2426
|
+
type_asset: 'sdk.coin',
|
|
2427
|
+
base: 'ibc/A669BE81FB10B5B014E9B361F5B3A1A828B83C1338DD3EA8D2F306237A677D00',
|
|
2428
|
+
name: 'Noble Dollar',
|
|
2429
|
+
display: 'usdn',
|
|
2430
|
+
symbol: 'USDN',
|
|
2431
|
+
logo_URIs: {
|
|
2432
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
2433
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
2434
|
+
},
|
|
2435
|
+
images: [{
|
|
2436
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
2437
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
2438
|
+
theme: {
|
|
2439
|
+
primary_color_hex: '#2E8564'
|
|
2440
|
+
}
|
|
2441
|
+
}],
|
|
2442
|
+
traces: [{
|
|
2443
|
+
type: 'ibc',
|
|
2444
|
+
counterparty: {
|
|
2445
|
+
channel_id: 'channel-7',
|
|
2446
|
+
base_denom: 'uusdn',
|
|
2447
|
+
chain_name: 'noble'
|
|
2448
|
+
},
|
|
2449
|
+
chain: {
|
|
2450
|
+
channel_id: 'channel-64'
|
|
2451
|
+
}
|
|
2452
|
+
}]
|
|
2453
|
+
},
|
|
2416
2454
|
{
|
|
2417
2455
|
description: 'The native token of Osmosis',
|
|
2418
2456
|
denom_units: [{
|
|
@@ -3459,6 +3497,44 @@ const assets = {
|
|
|
3459
3497
|
}
|
|
3460
3498
|
}]
|
|
3461
3499
|
},
|
|
3500
|
+
{
|
|
3501
|
+
description: 'USDN token',
|
|
3502
|
+
denom_units: [{
|
|
3503
|
+
denom: 'ibc/A669BE81FB10B5B014E9B361F5B3A1A828B83C1338DD3EA8D2F306237A677D00',
|
|
3504
|
+
exponent: 0,
|
|
3505
|
+
aliases: ['uusdn']
|
|
3506
|
+
}, {
|
|
3507
|
+
denom: 'usdn',
|
|
3508
|
+
exponent: 6
|
|
3509
|
+
}],
|
|
3510
|
+
type_asset: 'sdk.coin',
|
|
3511
|
+
base: 'ibc/A669BE81FB10B5B014E9B361F5B3A1A828B83C1338DD3EA8D2F306237A677D00',
|
|
3512
|
+
name: 'Noble Dollar',
|
|
3513
|
+
display: 'usdn',
|
|
3514
|
+
symbol: 'USDN',
|
|
3515
|
+
logo_URIs: {
|
|
3516
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
3517
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
3518
|
+
},
|
|
3519
|
+
images: [{
|
|
3520
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
3521
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
3522
|
+
theme: {
|
|
3523
|
+
primary_color_hex: '#2E8564'
|
|
3524
|
+
}
|
|
3525
|
+
}],
|
|
3526
|
+
traces: [{
|
|
3527
|
+
type: 'ibc',
|
|
3528
|
+
counterparty: {
|
|
3529
|
+
channel_id: 'channel-7',
|
|
3530
|
+
base_denom: 'uusdn',
|
|
3531
|
+
chain_name: 'noble'
|
|
3532
|
+
},
|
|
3533
|
+
chain: {
|
|
3534
|
+
channel_id: 'channel-64'
|
|
3535
|
+
}
|
|
3536
|
+
}]
|
|
3537
|
+
},
|
|
3462
3538
|
{
|
|
3463
3539
|
description: 'The native token of Osmosis',
|
|
3464
3540
|
denom_units: [{
|
package/mainnet/furya.js
CHANGED
|
@@ -208,6 +208,44 @@ const assets = {
|
|
|
208
208
|
}
|
|
209
209
|
}]
|
|
210
210
|
},
|
|
211
|
+
{
|
|
212
|
+
description: 'USDN token',
|
|
213
|
+
denom_units: [{
|
|
214
|
+
denom: 'ibc/A38A2C37BA0900D522C7CAC81C147066BACF1A1BAF361F48BBFE7A6A7B928E2D',
|
|
215
|
+
exponent: 0,
|
|
216
|
+
aliases: ['uusdn']
|
|
217
|
+
}, {
|
|
218
|
+
denom: 'usdn',
|
|
219
|
+
exponent: 6
|
|
220
|
+
}],
|
|
221
|
+
type_asset: 'sdk.coin',
|
|
222
|
+
base: 'ibc/A38A2C37BA0900D522C7CAC81C147066BACF1A1BAF361F48BBFE7A6A7B928E2D',
|
|
223
|
+
name: 'Noble Dollar',
|
|
224
|
+
display: 'usdn',
|
|
225
|
+
symbol: 'USDN',
|
|
226
|
+
logo_URIs: {
|
|
227
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
228
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
229
|
+
},
|
|
230
|
+
images: [{
|
|
231
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
232
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
233
|
+
theme: {
|
|
234
|
+
primary_color_hex: '#2E8564'
|
|
235
|
+
}
|
|
236
|
+
}],
|
|
237
|
+
traces: [{
|
|
238
|
+
type: 'ibc',
|
|
239
|
+
counterparty: {
|
|
240
|
+
channel_id: 'channel-42',
|
|
241
|
+
base_denom: 'uusdn',
|
|
242
|
+
chain_name: 'noble'
|
|
243
|
+
},
|
|
244
|
+
chain: {
|
|
245
|
+
channel_id: 'channel-4'
|
|
246
|
+
}
|
|
247
|
+
}]
|
|
248
|
+
},
|
|
211
249
|
{
|
|
212
250
|
description: 'The native token of Osmosis',
|
|
213
251
|
denom_units: [{
|
|
@@ -544,6 +582,44 @@ const assets = {
|
|
|
544
582
|
}
|
|
545
583
|
}]
|
|
546
584
|
},
|
|
585
|
+
{
|
|
586
|
+
description: 'USDN token',
|
|
587
|
+
denom_units: [{
|
|
588
|
+
denom: 'ibc/A38A2C37BA0900D522C7CAC81C147066BACF1A1BAF361F48BBFE7A6A7B928E2D',
|
|
589
|
+
exponent: 0,
|
|
590
|
+
aliases: ['uusdn']
|
|
591
|
+
}, {
|
|
592
|
+
denom: 'usdn',
|
|
593
|
+
exponent: 6
|
|
594
|
+
}],
|
|
595
|
+
type_asset: 'sdk.coin',
|
|
596
|
+
base: 'ibc/A38A2C37BA0900D522C7CAC81C147066BACF1A1BAF361F48BBFE7A6A7B928E2D',
|
|
597
|
+
name: 'Noble Dollar',
|
|
598
|
+
display: 'usdn',
|
|
599
|
+
symbol: 'USDN',
|
|
600
|
+
logo_URIs: {
|
|
601
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
602
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
603
|
+
},
|
|
604
|
+
images: [{
|
|
605
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
606
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
607
|
+
theme: {
|
|
608
|
+
primary_color_hex: '#2E8564'
|
|
609
|
+
}
|
|
610
|
+
}],
|
|
611
|
+
traces: [{
|
|
612
|
+
type: 'ibc',
|
|
613
|
+
counterparty: {
|
|
614
|
+
channel_id: 'channel-42',
|
|
615
|
+
base_denom: 'uusdn',
|
|
616
|
+
chain_name: 'noble'
|
|
617
|
+
},
|
|
618
|
+
chain: {
|
|
619
|
+
channel_id: 'channel-4'
|
|
620
|
+
}
|
|
621
|
+
}]
|
|
622
|
+
},
|
|
547
623
|
{
|
|
548
624
|
description: 'The native token of Osmosis',
|
|
549
625
|
denom_units: [{
|
package/mainnet/haqq.js
CHANGED
|
@@ -584,6 +584,44 @@ const assets = {
|
|
|
584
584
|
}
|
|
585
585
|
}]
|
|
586
586
|
},
|
|
587
|
+
{
|
|
588
|
+
description: 'USDN token',
|
|
589
|
+
denom_units: [{
|
|
590
|
+
denom: 'ibc/A38A2C37BA0900D522C7CAC81C147066BACF1A1BAF361F48BBFE7A6A7B928E2D',
|
|
591
|
+
exponent: 0,
|
|
592
|
+
aliases: ['uusdn']
|
|
593
|
+
}, {
|
|
594
|
+
denom: 'usdn',
|
|
595
|
+
exponent: 6
|
|
596
|
+
}],
|
|
597
|
+
type_asset: 'sdk.coin',
|
|
598
|
+
base: 'ibc/A38A2C37BA0900D522C7CAC81C147066BACF1A1BAF361F48BBFE7A6A7B928E2D',
|
|
599
|
+
name: 'Noble Dollar',
|
|
600
|
+
display: 'usdn',
|
|
601
|
+
symbol: 'USDN',
|
|
602
|
+
logo_URIs: {
|
|
603
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
604
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
605
|
+
},
|
|
606
|
+
images: [{
|
|
607
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
608
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
609
|
+
theme: {
|
|
610
|
+
primary_color_hex: '#2E8564'
|
|
611
|
+
}
|
|
612
|
+
}],
|
|
613
|
+
traces: [{
|
|
614
|
+
type: 'ibc',
|
|
615
|
+
counterparty: {
|
|
616
|
+
channel_id: 'channel-32',
|
|
617
|
+
base_denom: 'uusdn',
|
|
618
|
+
chain_name: 'noble'
|
|
619
|
+
},
|
|
620
|
+
chain: {
|
|
621
|
+
channel_id: 'channel-4'
|
|
622
|
+
}
|
|
623
|
+
}]
|
|
624
|
+
},
|
|
587
625
|
{
|
|
588
626
|
description: 'The native token of Osmosis',
|
|
589
627
|
denom_units: [{
|
|
@@ -1038,6 +1076,44 @@ const assets = {
|
|
|
1038
1076
|
}
|
|
1039
1077
|
}]
|
|
1040
1078
|
},
|
|
1079
|
+
{
|
|
1080
|
+
description: 'USDN token',
|
|
1081
|
+
denom_units: [{
|
|
1082
|
+
denom: 'ibc/A38A2C37BA0900D522C7CAC81C147066BACF1A1BAF361F48BBFE7A6A7B928E2D',
|
|
1083
|
+
exponent: 0,
|
|
1084
|
+
aliases: ['uusdn']
|
|
1085
|
+
}, {
|
|
1086
|
+
denom: 'usdn',
|
|
1087
|
+
exponent: 6
|
|
1088
|
+
}],
|
|
1089
|
+
type_asset: 'sdk.coin',
|
|
1090
|
+
base: 'ibc/A38A2C37BA0900D522C7CAC81C147066BACF1A1BAF361F48BBFE7A6A7B928E2D',
|
|
1091
|
+
name: 'Noble Dollar',
|
|
1092
|
+
display: 'usdn',
|
|
1093
|
+
symbol: 'USDN',
|
|
1094
|
+
logo_URIs: {
|
|
1095
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1096
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
1097
|
+
},
|
|
1098
|
+
images: [{
|
|
1099
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1100
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
1101
|
+
theme: {
|
|
1102
|
+
primary_color_hex: '#2E8564'
|
|
1103
|
+
}
|
|
1104
|
+
}],
|
|
1105
|
+
traces: [{
|
|
1106
|
+
type: 'ibc',
|
|
1107
|
+
counterparty: {
|
|
1108
|
+
channel_id: 'channel-32',
|
|
1109
|
+
base_denom: 'uusdn',
|
|
1110
|
+
chain_name: 'noble'
|
|
1111
|
+
},
|
|
1112
|
+
chain: {
|
|
1113
|
+
channel_id: 'channel-4'
|
|
1114
|
+
}
|
|
1115
|
+
}]
|
|
1116
|
+
},
|
|
1041
1117
|
{
|
|
1042
1118
|
description: 'The native token of Osmosis',
|
|
1043
1119
|
denom_units: [{
|
package/mainnet/impacthub.js
CHANGED
|
@@ -294,6 +294,44 @@ const assets = {
|
|
|
294
294
|
}
|
|
295
295
|
}]
|
|
296
296
|
},
|
|
297
|
+
{
|
|
298
|
+
description: 'USDN token',
|
|
299
|
+
denom_units: [{
|
|
300
|
+
denom: 'ibc/1001147B920D53A27F16D9A6C32F8CB838DC848C1132E6D2FE4D0A5617145416',
|
|
301
|
+
exponent: 0,
|
|
302
|
+
aliases: ['uusdn']
|
|
303
|
+
}, {
|
|
304
|
+
denom: 'usdn',
|
|
305
|
+
exponent: 6
|
|
306
|
+
}],
|
|
307
|
+
type_asset: 'sdk.coin',
|
|
308
|
+
base: 'ibc/1001147B920D53A27F16D9A6C32F8CB838DC848C1132E6D2FE4D0A5617145416',
|
|
309
|
+
name: 'Noble Dollar',
|
|
310
|
+
display: 'usdn',
|
|
311
|
+
symbol: 'USDN',
|
|
312
|
+
logo_URIs: {
|
|
313
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
314
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
315
|
+
},
|
|
316
|
+
images: [{
|
|
317
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
318
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
319
|
+
theme: {
|
|
320
|
+
primary_color_hex: '#2E8564'
|
|
321
|
+
}
|
|
322
|
+
}],
|
|
323
|
+
traces: [{
|
|
324
|
+
type: 'ibc',
|
|
325
|
+
counterparty: {
|
|
326
|
+
channel_id: 'channel-15',
|
|
327
|
+
base_denom: 'uusdn',
|
|
328
|
+
chain_name: 'noble'
|
|
329
|
+
},
|
|
330
|
+
chain: {
|
|
331
|
+
channel_id: 'channel-26'
|
|
332
|
+
}
|
|
333
|
+
}]
|
|
334
|
+
},
|
|
297
335
|
{
|
|
298
336
|
description: 'The native token of Osmosis',
|
|
299
337
|
denom_units: [{
|
|
@@ -540,6 +578,44 @@ const assets = {
|
|
|
540
578
|
}
|
|
541
579
|
}]
|
|
542
580
|
},
|
|
581
|
+
{
|
|
582
|
+
description: 'USDN token',
|
|
583
|
+
denom_units: [{
|
|
584
|
+
denom: 'ibc/1001147B920D53A27F16D9A6C32F8CB838DC848C1132E6D2FE4D0A5617145416',
|
|
585
|
+
exponent: 0,
|
|
586
|
+
aliases: ['uusdn']
|
|
587
|
+
}, {
|
|
588
|
+
denom: 'usdn',
|
|
589
|
+
exponent: 6
|
|
590
|
+
}],
|
|
591
|
+
type_asset: 'sdk.coin',
|
|
592
|
+
base: 'ibc/1001147B920D53A27F16D9A6C32F8CB838DC848C1132E6D2FE4D0A5617145416',
|
|
593
|
+
name: 'Noble Dollar',
|
|
594
|
+
display: 'usdn',
|
|
595
|
+
symbol: 'USDN',
|
|
596
|
+
logo_URIs: {
|
|
597
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
598
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
599
|
+
},
|
|
600
|
+
images: [{
|
|
601
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
602
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
603
|
+
theme: {
|
|
604
|
+
primary_color_hex: '#2E8564'
|
|
605
|
+
}
|
|
606
|
+
}],
|
|
607
|
+
traces: [{
|
|
608
|
+
type: 'ibc',
|
|
609
|
+
counterparty: {
|
|
610
|
+
channel_id: 'channel-15',
|
|
611
|
+
base_denom: 'uusdn',
|
|
612
|
+
chain_name: 'noble'
|
|
613
|
+
},
|
|
614
|
+
chain: {
|
|
615
|
+
channel_id: 'channel-26'
|
|
616
|
+
}
|
|
617
|
+
}]
|
|
618
|
+
},
|
|
543
619
|
{
|
|
544
620
|
description: 'The native token of Osmosis',
|
|
545
621
|
denom_units: [{
|
package/mainnet/injective.js
CHANGED
|
@@ -1837,6 +1837,44 @@ const assets = {
|
|
|
1837
1837
|
}
|
|
1838
1838
|
}]
|
|
1839
1839
|
},
|
|
1840
|
+
{
|
|
1841
|
+
description: 'USDN token',
|
|
1842
|
+
denom_units: [{
|
|
1843
|
+
denom: 'ibc/5100092BD8ED0863E95B9F6542E98AD8072F5AA2E5EE294A1DE2CAF35BC0490B',
|
|
1844
|
+
exponent: 0,
|
|
1845
|
+
aliases: ['uusdn']
|
|
1846
|
+
}, {
|
|
1847
|
+
denom: 'usdn',
|
|
1848
|
+
exponent: 6
|
|
1849
|
+
}],
|
|
1850
|
+
type_asset: 'sdk.coin',
|
|
1851
|
+
base: 'ibc/5100092BD8ED0863E95B9F6542E98AD8072F5AA2E5EE294A1DE2CAF35BC0490B',
|
|
1852
|
+
name: 'Noble Dollar',
|
|
1853
|
+
display: 'usdn',
|
|
1854
|
+
symbol: 'USDN',
|
|
1855
|
+
logo_URIs: {
|
|
1856
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1857
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
1858
|
+
},
|
|
1859
|
+
images: [{
|
|
1860
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1861
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
1862
|
+
theme: {
|
|
1863
|
+
primary_color_hex: '#2E8564'
|
|
1864
|
+
}
|
|
1865
|
+
}],
|
|
1866
|
+
traces: [{
|
|
1867
|
+
type: 'ibc',
|
|
1868
|
+
counterparty: {
|
|
1869
|
+
channel_id: 'channel-31',
|
|
1870
|
+
base_denom: 'uusdn',
|
|
1871
|
+
chain_name: 'noble'
|
|
1872
|
+
},
|
|
1873
|
+
chain: {
|
|
1874
|
+
channel_id: 'channel-148'
|
|
1875
|
+
}
|
|
1876
|
+
}]
|
|
1877
|
+
},
|
|
1840
1878
|
{
|
|
1841
1879
|
description: 'ODIN is the Staking and governance token for ODIN Protocol',
|
|
1842
1880
|
denom_units: [{
|
|
@@ -8076,6 +8114,44 @@ const assets = {
|
|
|
8076
8114
|
}
|
|
8077
8115
|
}]
|
|
8078
8116
|
},
|
|
8117
|
+
{
|
|
8118
|
+
description: 'USDN token',
|
|
8119
|
+
denom_units: [{
|
|
8120
|
+
denom: 'ibc/5100092BD8ED0863E95B9F6542E98AD8072F5AA2E5EE294A1DE2CAF35BC0490B',
|
|
8121
|
+
exponent: 0,
|
|
8122
|
+
aliases: ['uusdn']
|
|
8123
|
+
}, {
|
|
8124
|
+
denom: 'usdn',
|
|
8125
|
+
exponent: 6
|
|
8126
|
+
}],
|
|
8127
|
+
type_asset: 'sdk.coin',
|
|
8128
|
+
base: 'ibc/5100092BD8ED0863E95B9F6542E98AD8072F5AA2E5EE294A1DE2CAF35BC0490B',
|
|
8129
|
+
name: 'Noble Dollar',
|
|
8130
|
+
display: 'usdn',
|
|
8131
|
+
symbol: 'USDN',
|
|
8132
|
+
logo_URIs: {
|
|
8133
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
8134
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
8135
|
+
},
|
|
8136
|
+
images: [{
|
|
8137
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
8138
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
8139
|
+
theme: {
|
|
8140
|
+
primary_color_hex: '#2E8564'
|
|
8141
|
+
}
|
|
8142
|
+
}],
|
|
8143
|
+
traces: [{
|
|
8144
|
+
type: 'ibc',
|
|
8145
|
+
counterparty: {
|
|
8146
|
+
channel_id: 'channel-31',
|
|
8147
|
+
base_denom: 'uusdn',
|
|
8148
|
+
chain_name: 'noble'
|
|
8149
|
+
},
|
|
8150
|
+
chain: {
|
|
8151
|
+
channel_id: 'channel-148'
|
|
8152
|
+
}
|
|
8153
|
+
}]
|
|
8154
|
+
},
|
|
8079
8155
|
{
|
|
8080
8156
|
description: 'ODIN is the Staking and governance token for ODIN Protocol',
|
|
8081
8157
|
denom_units: [{
|
package/mainnet/joltify.js
CHANGED
|
@@ -208,6 +208,44 @@ const assets = {
|
|
|
208
208
|
}
|
|
209
209
|
}]
|
|
210
210
|
},
|
|
211
|
+
{
|
|
212
|
+
description: 'USDN token',
|
|
213
|
+
denom_units: [{
|
|
214
|
+
denom: 'ibc/DEF63053872AFF04509EDA37BFCB1D890BAA55D47FEC36DBBD19FF55A537D8B3',
|
|
215
|
+
exponent: 0,
|
|
216
|
+
aliases: ['uusdn']
|
|
217
|
+
}, {
|
|
218
|
+
denom: 'usdn',
|
|
219
|
+
exponent: 6
|
|
220
|
+
}],
|
|
221
|
+
type_asset: 'sdk.coin',
|
|
222
|
+
base: 'ibc/DEF63053872AFF04509EDA37BFCB1D890BAA55D47FEC36DBBD19FF55A537D8B3',
|
|
223
|
+
name: 'Noble Dollar',
|
|
224
|
+
display: 'usdn',
|
|
225
|
+
symbol: 'USDN',
|
|
226
|
+
logo_URIs: {
|
|
227
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
228
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
229
|
+
},
|
|
230
|
+
images: [{
|
|
231
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
232
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
233
|
+
theme: {
|
|
234
|
+
primary_color_hex: '#2E8564'
|
|
235
|
+
}
|
|
236
|
+
}],
|
|
237
|
+
traces: [{
|
|
238
|
+
type: 'ibc',
|
|
239
|
+
counterparty: {
|
|
240
|
+
channel_id: 'channel-81',
|
|
241
|
+
base_denom: 'uusdn',
|
|
242
|
+
chain_name: 'noble'
|
|
243
|
+
},
|
|
244
|
+
chain: {
|
|
245
|
+
channel_id: 'channel-1'
|
|
246
|
+
}
|
|
247
|
+
}]
|
|
248
|
+
},
|
|
211
249
|
{
|
|
212
250
|
description: 'The permissioned staking asset for Noble Chain',
|
|
213
251
|
denom_units: [{
|
|
@@ -326,6 +364,44 @@ const assets = {
|
|
|
326
364
|
channel_id: 'channel-1'
|
|
327
365
|
}
|
|
328
366
|
}]
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
description: 'USDN token',
|
|
370
|
+
denom_units: [{
|
|
371
|
+
denom: 'ibc/DEF63053872AFF04509EDA37BFCB1D890BAA55D47FEC36DBBD19FF55A537D8B3',
|
|
372
|
+
exponent: 0,
|
|
373
|
+
aliases: ['uusdn']
|
|
374
|
+
}, {
|
|
375
|
+
denom: 'usdn',
|
|
376
|
+
exponent: 6
|
|
377
|
+
}],
|
|
378
|
+
type_asset: 'sdk.coin',
|
|
379
|
+
base: 'ibc/DEF63053872AFF04509EDA37BFCB1D890BAA55D47FEC36DBBD19FF55A537D8B3',
|
|
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-81',
|
|
398
|
+
base_denom: 'uusdn',
|
|
399
|
+
chain_name: 'noble'
|
|
400
|
+
},
|
|
401
|
+
chain: {
|
|
402
|
+
channel_id: 'channel-1'
|
|
403
|
+
}
|
|
404
|
+
}]
|
|
329
405
|
}
|
|
330
406
|
]
|
|
331
407
|
};
|