@chain-registry/assets 1.70.148 → 1.70.150
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/neutron.js
CHANGED
|
@@ -773,8 +773,8 @@ const assets = {
|
|
|
773
773
|
}
|
|
774
774
|
}],
|
|
775
775
|
socials: {
|
|
776
|
-
website: 'https://int3face.
|
|
777
|
-
twitter: 'https://x.com/
|
|
776
|
+
website: 'https://int3face.zone/',
|
|
777
|
+
twitter: 'https://x.com/_Bitfrost_'
|
|
778
778
|
},
|
|
779
779
|
type_asset: 'sdk.coin',
|
|
780
780
|
traces: [{
|
|
@@ -1849,8 +1849,8 @@ const assets = {
|
|
|
1849
1849
|
}
|
|
1850
1850
|
}],
|
|
1851
1851
|
socials: {
|
|
1852
|
-
website: 'https://int3face.
|
|
1853
|
-
twitter: 'https://x.com/
|
|
1852
|
+
website: 'https://int3face.zone/',
|
|
1853
|
+
twitter: 'https://x.com/_Bitfrost_'
|
|
1854
1854
|
},
|
|
1855
1855
|
type_asset: 'sdk.coin',
|
|
1856
1856
|
traces: [{
|
|
@@ -2274,6 +2274,44 @@ const assets = {
|
|
|
2274
2274
|
}
|
|
2275
2275
|
}]
|
|
2276
2276
|
},
|
|
2277
|
+
{
|
|
2278
|
+
description: 'USDN token',
|
|
2279
|
+
denom_units: [{
|
|
2280
|
+
denom: 'ibc/647A544ED631A846AFB787A9550422E782E913C46513011A48220AB13DC24D55',
|
|
2281
|
+
exponent: 0,
|
|
2282
|
+
aliases: ['uusdn']
|
|
2283
|
+
}, {
|
|
2284
|
+
denom: 'usdn',
|
|
2285
|
+
exponent: 6
|
|
2286
|
+
}],
|
|
2287
|
+
type_asset: 'sdk.coin',
|
|
2288
|
+
base: 'ibc/647A544ED631A846AFB787A9550422E782E913C46513011A48220AB13DC24D55',
|
|
2289
|
+
name: 'Noble Dollar',
|
|
2290
|
+
display: 'usdn',
|
|
2291
|
+
symbol: 'USDN',
|
|
2292
|
+
logo_URIs: {
|
|
2293
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
2294
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
2295
|
+
},
|
|
2296
|
+
images: [{
|
|
2297
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
2298
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
2299
|
+
theme: {
|
|
2300
|
+
primary_color_hex: '#2E8564'
|
|
2301
|
+
}
|
|
2302
|
+
}],
|
|
2303
|
+
traces: [{
|
|
2304
|
+
type: 'ibc',
|
|
2305
|
+
counterparty: {
|
|
2306
|
+
channel_id: 'channel-18',
|
|
2307
|
+
base_denom: 'uusdn',
|
|
2308
|
+
chain_name: 'noble'
|
|
2309
|
+
},
|
|
2310
|
+
chain: {
|
|
2311
|
+
channel_id: 'channel-30'
|
|
2312
|
+
}
|
|
2313
|
+
}]
|
|
2314
|
+
},
|
|
2277
2315
|
{
|
|
2278
2316
|
description: 'The native token of Nolus chain',
|
|
2279
2317
|
denom_units: [{
|
|
@@ -7611,6 +7649,44 @@ const assets = {
|
|
|
7611
7649
|
}
|
|
7612
7650
|
}]
|
|
7613
7651
|
},
|
|
7652
|
+
{
|
|
7653
|
+
description: 'USDN token',
|
|
7654
|
+
denom_units: [{
|
|
7655
|
+
denom: 'ibc/647A544ED631A846AFB787A9550422E782E913C46513011A48220AB13DC24D55',
|
|
7656
|
+
exponent: 0,
|
|
7657
|
+
aliases: ['uusdn']
|
|
7658
|
+
}, {
|
|
7659
|
+
denom: 'usdn',
|
|
7660
|
+
exponent: 6
|
|
7661
|
+
}],
|
|
7662
|
+
type_asset: 'sdk.coin',
|
|
7663
|
+
base: 'ibc/647A544ED631A846AFB787A9550422E782E913C46513011A48220AB13DC24D55',
|
|
7664
|
+
name: 'Noble Dollar',
|
|
7665
|
+
display: 'usdn',
|
|
7666
|
+
symbol: 'USDN',
|
|
7667
|
+
logo_URIs: {
|
|
7668
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
7669
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
7670
|
+
},
|
|
7671
|
+
images: [{
|
|
7672
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
7673
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
7674
|
+
theme: {
|
|
7675
|
+
primary_color_hex: '#2E8564'
|
|
7676
|
+
}
|
|
7677
|
+
}],
|
|
7678
|
+
traces: [{
|
|
7679
|
+
type: 'ibc',
|
|
7680
|
+
counterparty: {
|
|
7681
|
+
channel_id: 'channel-18',
|
|
7682
|
+
base_denom: 'uusdn',
|
|
7683
|
+
chain_name: 'noble'
|
|
7684
|
+
},
|
|
7685
|
+
chain: {
|
|
7686
|
+
channel_id: 'channel-30'
|
|
7687
|
+
}
|
|
7688
|
+
}]
|
|
7689
|
+
},
|
|
7614
7690
|
{
|
|
7615
7691
|
description: 'The native token of Nolus chain',
|
|
7616
7692
|
denom_units: [{
|
package/mainnet/nibiru.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/3BB694687E772A0826FFDE081681CE539E106E245025CE056DC6BECE116DEDBA',
|
|
215
|
+
exponent: 0,
|
|
216
|
+
aliases: ['uusdn']
|
|
217
|
+
}, {
|
|
218
|
+
denom: 'usdn',
|
|
219
|
+
exponent: 6
|
|
220
|
+
}],
|
|
221
|
+
type_asset: 'sdk.coin',
|
|
222
|
+
base: 'ibc/3BB694687E772A0826FFDE081681CE539E106E245025CE056DC6BECE116DEDBA',
|
|
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-67',
|
|
241
|
+
base_denom: 'uusdn',
|
|
242
|
+
chain_name: 'noble'
|
|
243
|
+
},
|
|
244
|
+
chain: {
|
|
245
|
+
channel_id: 'channel-2'
|
|
246
|
+
}
|
|
247
|
+
}]
|
|
248
|
+
},
|
|
211
249
|
{
|
|
212
250
|
description: 'The native token of Osmosis',
|
|
213
251
|
denom_units: [{
|
|
@@ -415,6 +453,44 @@ const assets = {
|
|
|
415
453
|
}
|
|
416
454
|
}]
|
|
417
455
|
},
|
|
456
|
+
{
|
|
457
|
+
description: 'USDN token',
|
|
458
|
+
denom_units: [{
|
|
459
|
+
denom: 'ibc/3BB694687E772A0826FFDE081681CE539E106E245025CE056DC6BECE116DEDBA',
|
|
460
|
+
exponent: 0,
|
|
461
|
+
aliases: ['uusdn']
|
|
462
|
+
}, {
|
|
463
|
+
denom: 'usdn',
|
|
464
|
+
exponent: 6
|
|
465
|
+
}],
|
|
466
|
+
type_asset: 'sdk.coin',
|
|
467
|
+
base: 'ibc/3BB694687E772A0826FFDE081681CE539E106E245025CE056DC6BECE116DEDBA',
|
|
468
|
+
name: 'Noble Dollar',
|
|
469
|
+
display: 'usdn',
|
|
470
|
+
symbol: 'USDN',
|
|
471
|
+
logo_URIs: {
|
|
472
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
473
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
474
|
+
},
|
|
475
|
+
images: [{
|
|
476
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
477
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
478
|
+
theme: {
|
|
479
|
+
primary_color_hex: '#2E8564'
|
|
480
|
+
}
|
|
481
|
+
}],
|
|
482
|
+
traces: [{
|
|
483
|
+
type: 'ibc',
|
|
484
|
+
counterparty: {
|
|
485
|
+
channel_id: 'channel-67',
|
|
486
|
+
base_denom: 'uusdn',
|
|
487
|
+
chain_name: 'noble'
|
|
488
|
+
},
|
|
489
|
+
chain: {
|
|
490
|
+
channel_id: 'channel-2'
|
|
491
|
+
}
|
|
492
|
+
}]
|
|
493
|
+
},
|
|
418
494
|
{
|
|
419
495
|
description: 'The native token of Osmosis',
|
|
420
496
|
denom_units: [{
|
package/mainnet/omniflixhub.js
CHANGED
|
@@ -503,6 +503,44 @@ const assets = {
|
|
|
503
503
|
}
|
|
504
504
|
}]
|
|
505
505
|
},
|
|
506
|
+
{
|
|
507
|
+
description: 'USDN token',
|
|
508
|
+
denom_units: [{
|
|
509
|
+
denom: 'ibc/21F260854DB73B07BFD4FAB4F57E9646B3590417FE6464BA36336AB21E8A89DB',
|
|
510
|
+
exponent: 0,
|
|
511
|
+
aliases: ['uusdn']
|
|
512
|
+
}, {
|
|
513
|
+
denom: 'usdn',
|
|
514
|
+
exponent: 6
|
|
515
|
+
}],
|
|
516
|
+
type_asset: 'sdk.coin',
|
|
517
|
+
base: 'ibc/21F260854DB73B07BFD4FAB4F57E9646B3590417FE6464BA36336AB21E8A89DB',
|
|
518
|
+
name: 'Noble Dollar',
|
|
519
|
+
display: 'usdn',
|
|
520
|
+
symbol: 'USDN',
|
|
521
|
+
logo_URIs: {
|
|
522
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
523
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
524
|
+
},
|
|
525
|
+
images: [{
|
|
526
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
527
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
528
|
+
theme: {
|
|
529
|
+
primary_color_hex: '#2E8564'
|
|
530
|
+
}
|
|
531
|
+
}],
|
|
532
|
+
traces: [{
|
|
533
|
+
type: 'ibc',
|
|
534
|
+
counterparty: {
|
|
535
|
+
channel_id: 'channel-44',
|
|
536
|
+
base_denom: 'uusdn',
|
|
537
|
+
chain_name: 'noble'
|
|
538
|
+
},
|
|
539
|
+
chain: {
|
|
540
|
+
channel_id: 'channel-38'
|
|
541
|
+
}
|
|
542
|
+
}]
|
|
543
|
+
},
|
|
506
544
|
{
|
|
507
545
|
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
508
546
|
denom_units: [{
|
|
@@ -1003,6 +1041,44 @@ const assets = {
|
|
|
1003
1041
|
}
|
|
1004
1042
|
}]
|
|
1005
1043
|
},
|
|
1044
|
+
{
|
|
1045
|
+
description: 'USDN token',
|
|
1046
|
+
denom_units: [{
|
|
1047
|
+
denom: 'ibc/21F260854DB73B07BFD4FAB4F57E9646B3590417FE6464BA36336AB21E8A89DB',
|
|
1048
|
+
exponent: 0,
|
|
1049
|
+
aliases: ['uusdn']
|
|
1050
|
+
}, {
|
|
1051
|
+
denom: 'usdn',
|
|
1052
|
+
exponent: 6
|
|
1053
|
+
}],
|
|
1054
|
+
type_asset: 'sdk.coin',
|
|
1055
|
+
base: 'ibc/21F260854DB73B07BFD4FAB4F57E9646B3590417FE6464BA36336AB21E8A89DB',
|
|
1056
|
+
name: 'Noble Dollar',
|
|
1057
|
+
display: 'usdn',
|
|
1058
|
+
symbol: 'USDN',
|
|
1059
|
+
logo_URIs: {
|
|
1060
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1061
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
1062
|
+
},
|
|
1063
|
+
images: [{
|
|
1064
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1065
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
1066
|
+
theme: {
|
|
1067
|
+
primary_color_hex: '#2E8564'
|
|
1068
|
+
}
|
|
1069
|
+
}],
|
|
1070
|
+
traces: [{
|
|
1071
|
+
type: 'ibc',
|
|
1072
|
+
counterparty: {
|
|
1073
|
+
channel_id: 'channel-44',
|
|
1074
|
+
base_denom: 'uusdn',
|
|
1075
|
+
chain_name: 'noble'
|
|
1076
|
+
},
|
|
1077
|
+
chain: {
|
|
1078
|
+
channel_id: 'channel-38'
|
|
1079
|
+
}
|
|
1080
|
+
}]
|
|
1081
|
+
},
|
|
1006
1082
|
{
|
|
1007
1083
|
description: 'The native token of Osmosis',
|
|
1008
1084
|
denom_units: [{
|
package/mainnet/onex.js
CHANGED
|
@@ -326,6 +326,44 @@ const assets = {
|
|
|
326
326
|
}
|
|
327
327
|
}]
|
|
328
328
|
},
|
|
329
|
+
{
|
|
330
|
+
description: 'USDN token',
|
|
331
|
+
denom_units: [{
|
|
332
|
+
denom: 'ibc/FF4DCB799014F4648230C356EA3CCE3B8C7D328EA3A3A4F77C2849219678CB12',
|
|
333
|
+
exponent: 0,
|
|
334
|
+
aliases: ['uusdn']
|
|
335
|
+
}, {
|
|
336
|
+
denom: 'usdn',
|
|
337
|
+
exponent: 6
|
|
338
|
+
}],
|
|
339
|
+
type_asset: 'sdk.coin',
|
|
340
|
+
base: 'ibc/FF4DCB799014F4648230C356EA3CCE3B8C7D328EA3A3A4F77C2849219678CB12',
|
|
341
|
+
name: 'Noble Dollar',
|
|
342
|
+
display: 'usdn',
|
|
343
|
+
symbol: 'USDN',
|
|
344
|
+
logo_URIs: {
|
|
345
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
346
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
347
|
+
},
|
|
348
|
+
images: [{
|
|
349
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
350
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
351
|
+
theme: {
|
|
352
|
+
primary_color_hex: '#2E8564'
|
|
353
|
+
}
|
|
354
|
+
}],
|
|
355
|
+
traces: [{
|
|
356
|
+
type: 'ibc',
|
|
357
|
+
counterparty: {
|
|
358
|
+
channel_id: 'channel-78',
|
|
359
|
+
base_denom: 'uusdn',
|
|
360
|
+
chain_name: 'noble'
|
|
361
|
+
},
|
|
362
|
+
chain: {
|
|
363
|
+
channel_id: 'channel-5'
|
|
364
|
+
}
|
|
365
|
+
}]
|
|
366
|
+
},
|
|
329
367
|
{
|
|
330
368
|
description: 'Kava is a decentralized finance (DeFi) platform that provides a range of financial services, including lending, borrowing, and stablecoins, leveraging the Cosmos and Ethereum ecosystems.',
|
|
331
369
|
denom_units: [{
|
|
@@ -649,6 +687,44 @@ const assets = {
|
|
|
649
687
|
}
|
|
650
688
|
}]
|
|
651
689
|
},
|
|
690
|
+
{
|
|
691
|
+
description: 'USDN token',
|
|
692
|
+
denom_units: [{
|
|
693
|
+
denom: 'ibc/FF4DCB799014F4648230C356EA3CCE3B8C7D328EA3A3A4F77C2849219678CB12',
|
|
694
|
+
exponent: 0,
|
|
695
|
+
aliases: ['uusdn']
|
|
696
|
+
}, {
|
|
697
|
+
denom: 'usdn',
|
|
698
|
+
exponent: 6
|
|
699
|
+
}],
|
|
700
|
+
type_asset: 'sdk.coin',
|
|
701
|
+
base: 'ibc/FF4DCB799014F4648230C356EA3CCE3B8C7D328EA3A3A4F77C2849219678CB12',
|
|
702
|
+
name: 'Noble Dollar',
|
|
703
|
+
display: 'usdn',
|
|
704
|
+
symbol: 'USDN',
|
|
705
|
+
logo_URIs: {
|
|
706
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
707
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
708
|
+
},
|
|
709
|
+
images: [{
|
|
710
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
711
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
712
|
+
theme: {
|
|
713
|
+
primary_color_hex: '#2E8564'
|
|
714
|
+
}
|
|
715
|
+
}],
|
|
716
|
+
traces: [{
|
|
717
|
+
type: 'ibc',
|
|
718
|
+
counterparty: {
|
|
719
|
+
channel_id: 'channel-78',
|
|
720
|
+
base_denom: 'uusdn',
|
|
721
|
+
chain_name: 'noble'
|
|
722
|
+
},
|
|
723
|
+
chain: {
|
|
724
|
+
channel_id: 'channel-5'
|
|
725
|
+
}
|
|
726
|
+
}]
|
|
727
|
+
},
|
|
652
728
|
{
|
|
653
729
|
description: 'The native token of Onomy Protocol',
|
|
654
730
|
denom_units: [{
|
package/mainnet/osmosis.js
CHANGED
|
@@ -3893,8 +3893,8 @@ const assets = {
|
|
|
3893
3893
|
}
|
|
3894
3894
|
}],
|
|
3895
3895
|
socials: {
|
|
3896
|
-
website: 'https://int3face.
|
|
3897
|
-
twitter: 'https://x.com/
|
|
3896
|
+
website: 'https://int3face.zone/',
|
|
3897
|
+
twitter: 'https://x.com/_Bitfrost_'
|
|
3898
3898
|
},
|
|
3899
3899
|
type_asset: 'sdk.coin',
|
|
3900
3900
|
traces: [{
|
|
@@ -5572,6 +5572,44 @@ const assets = {
|
|
|
5572
5572
|
}
|
|
5573
5573
|
}]
|
|
5574
5574
|
},
|
|
5575
|
+
{
|
|
5576
|
+
description: 'USDN token',
|
|
5577
|
+
denom_units: [{
|
|
5578
|
+
denom: 'ibc/0C39BD03B5C57A1753A9B73164705871A9B549F1A5226CFD7E39BE7BF73CF8CF',
|
|
5579
|
+
exponent: 0,
|
|
5580
|
+
aliases: ['uusdn']
|
|
5581
|
+
}, {
|
|
5582
|
+
denom: 'usdn',
|
|
5583
|
+
exponent: 6
|
|
5584
|
+
}],
|
|
5585
|
+
type_asset: 'sdk.coin',
|
|
5586
|
+
base: 'ibc/0C39BD03B5C57A1753A9B73164705871A9B549F1A5226CFD7E39BE7BF73CF8CF',
|
|
5587
|
+
name: 'Noble Dollar',
|
|
5588
|
+
display: 'usdn',
|
|
5589
|
+
symbol: 'USDN',
|
|
5590
|
+
logo_URIs: {
|
|
5591
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
5592
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
5593
|
+
},
|
|
5594
|
+
images: [{
|
|
5595
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
5596
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
5597
|
+
theme: {
|
|
5598
|
+
primary_color_hex: '#2E8564'
|
|
5599
|
+
}
|
|
5600
|
+
}],
|
|
5601
|
+
traces: [{
|
|
5602
|
+
type: 'ibc',
|
|
5603
|
+
counterparty: {
|
|
5604
|
+
channel_id: 'channel-1',
|
|
5605
|
+
base_denom: 'uusdn',
|
|
5606
|
+
chain_name: 'noble'
|
|
5607
|
+
},
|
|
5608
|
+
chain: {
|
|
5609
|
+
channel_id: 'channel-750'
|
|
5610
|
+
}
|
|
5611
|
+
}]
|
|
5612
|
+
},
|
|
5575
5613
|
{
|
|
5576
5614
|
description: 'The native token of Nolus chain',
|
|
5577
5615
|
denom_units: [{
|
|
@@ -10017,8 +10055,8 @@ const assets = {
|
|
|
10017
10055
|
}
|
|
10018
10056
|
}],
|
|
10019
10057
|
socials: {
|
|
10020
|
-
website: 'https://int3face.
|
|
10021
|
-
twitter: 'https://x.com/
|
|
10058
|
+
website: 'https://int3face.zone/',
|
|
10059
|
+
twitter: 'https://x.com/_Bitfrost_'
|
|
10022
10060
|
},
|
|
10023
10061
|
type_asset: 'sdk.coin',
|
|
10024
10062
|
traces: [{
|
|
@@ -11696,6 +11734,44 @@ const assets = {
|
|
|
11696
11734
|
}
|
|
11697
11735
|
}]
|
|
11698
11736
|
},
|
|
11737
|
+
{
|
|
11738
|
+
description: 'USDN token',
|
|
11739
|
+
denom_units: [{
|
|
11740
|
+
denom: 'ibc/0C39BD03B5C57A1753A9B73164705871A9B549F1A5226CFD7E39BE7BF73CF8CF',
|
|
11741
|
+
exponent: 0,
|
|
11742
|
+
aliases: ['uusdn']
|
|
11743
|
+
}, {
|
|
11744
|
+
denom: 'usdn',
|
|
11745
|
+
exponent: 6
|
|
11746
|
+
}],
|
|
11747
|
+
type_asset: 'sdk.coin',
|
|
11748
|
+
base: 'ibc/0C39BD03B5C57A1753A9B73164705871A9B549F1A5226CFD7E39BE7BF73CF8CF',
|
|
11749
|
+
name: 'Noble Dollar',
|
|
11750
|
+
display: 'usdn',
|
|
11751
|
+
symbol: 'USDN',
|
|
11752
|
+
logo_URIs: {
|
|
11753
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
11754
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
11755
|
+
},
|
|
11756
|
+
images: [{
|
|
11757
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
11758
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
11759
|
+
theme: {
|
|
11760
|
+
primary_color_hex: '#2E8564'
|
|
11761
|
+
}
|
|
11762
|
+
}],
|
|
11763
|
+
traces: [{
|
|
11764
|
+
type: 'ibc',
|
|
11765
|
+
counterparty: {
|
|
11766
|
+
channel_id: 'channel-1',
|
|
11767
|
+
base_denom: 'uusdn',
|
|
11768
|
+
chain_name: 'noble'
|
|
11769
|
+
},
|
|
11770
|
+
chain: {
|
|
11771
|
+
channel_id: 'channel-750'
|
|
11772
|
+
}
|
|
11773
|
+
}]
|
|
11774
|
+
},
|
|
11699
11775
|
{
|
|
11700
11776
|
description: 'The native token of Nolus chain',
|
|
11701
11777
|
denom_units: [{
|
package/mainnet/persistence.js
CHANGED
|
@@ -1417,6 +1417,44 @@ const assets = {
|
|
|
1417
1417
|
}
|
|
1418
1418
|
}]
|
|
1419
1419
|
},
|
|
1420
|
+
{
|
|
1421
|
+
description: 'USDN token',
|
|
1422
|
+
denom_units: [{
|
|
1423
|
+
denom: 'ibc/A97EF6BF7E53B912A682C52778745E9ADC18C32504B5BC25FCBA57E634A13408',
|
|
1424
|
+
exponent: 0,
|
|
1425
|
+
aliases: ['uusdn']
|
|
1426
|
+
}, {
|
|
1427
|
+
denom: 'usdn',
|
|
1428
|
+
exponent: 6
|
|
1429
|
+
}],
|
|
1430
|
+
type_asset: 'sdk.coin',
|
|
1431
|
+
base: 'ibc/A97EF6BF7E53B912A682C52778745E9ADC18C32504B5BC25FCBA57E634A13408',
|
|
1432
|
+
name: 'Noble Dollar',
|
|
1433
|
+
display: 'usdn',
|
|
1434
|
+
symbol: 'USDN',
|
|
1435
|
+
logo_URIs: {
|
|
1436
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1437
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
1438
|
+
},
|
|
1439
|
+
images: [{
|
|
1440
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1441
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
1442
|
+
theme: {
|
|
1443
|
+
primary_color_hex: '#2E8564'
|
|
1444
|
+
}
|
|
1445
|
+
}],
|
|
1446
|
+
traces: [{
|
|
1447
|
+
type: 'ibc',
|
|
1448
|
+
counterparty: {
|
|
1449
|
+
channel_id: 'channel-36',
|
|
1450
|
+
base_denom: 'uusdn',
|
|
1451
|
+
chain_name: 'noble'
|
|
1452
|
+
},
|
|
1453
|
+
chain: {
|
|
1454
|
+
channel_id: 'channel-132'
|
|
1455
|
+
}
|
|
1456
|
+
}]
|
|
1457
|
+
},
|
|
1420
1458
|
{
|
|
1421
1459
|
description: 'The native token of Osmosis',
|
|
1422
1460
|
denom_units: [{
|
|
@@ -2919,6 +2957,44 @@ const assets = {
|
|
|
2919
2957
|
}
|
|
2920
2958
|
}]
|
|
2921
2959
|
},
|
|
2960
|
+
{
|
|
2961
|
+
description: 'USDN token',
|
|
2962
|
+
denom_units: [{
|
|
2963
|
+
denom: 'ibc/A97EF6BF7E53B912A682C52778745E9ADC18C32504B5BC25FCBA57E634A13408',
|
|
2964
|
+
exponent: 0,
|
|
2965
|
+
aliases: ['uusdn']
|
|
2966
|
+
}, {
|
|
2967
|
+
denom: 'usdn',
|
|
2968
|
+
exponent: 6
|
|
2969
|
+
}],
|
|
2970
|
+
type_asset: 'sdk.coin',
|
|
2971
|
+
base: 'ibc/A97EF6BF7E53B912A682C52778745E9ADC18C32504B5BC25FCBA57E634A13408',
|
|
2972
|
+
name: 'Noble Dollar',
|
|
2973
|
+
display: 'usdn',
|
|
2974
|
+
symbol: 'USDN',
|
|
2975
|
+
logo_URIs: {
|
|
2976
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
2977
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
2978
|
+
},
|
|
2979
|
+
images: [{
|
|
2980
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
2981
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
2982
|
+
theme: {
|
|
2983
|
+
primary_color_hex: '#2E8564'
|
|
2984
|
+
}
|
|
2985
|
+
}],
|
|
2986
|
+
traces: [{
|
|
2987
|
+
type: 'ibc',
|
|
2988
|
+
counterparty: {
|
|
2989
|
+
channel_id: 'channel-36',
|
|
2990
|
+
base_denom: 'uusdn',
|
|
2991
|
+
chain_name: 'noble'
|
|
2992
|
+
},
|
|
2993
|
+
chain: {
|
|
2994
|
+
channel_id: 'channel-132'
|
|
2995
|
+
}
|
|
2996
|
+
}]
|
|
2997
|
+
},
|
|
2922
2998
|
{
|
|
2923
2999
|
description: 'The native token of Osmosis',
|
|
2924
3000
|
denom_units: [{
|
package/mainnet/planq.js
CHANGED
|
@@ -335,6 +335,44 @@ const assets = {
|
|
|
335
335
|
}
|
|
336
336
|
}]
|
|
337
337
|
},
|
|
338
|
+
{
|
|
339
|
+
description: 'USDN token',
|
|
340
|
+
denom_units: [{
|
|
341
|
+
denom: 'ibc/FFB706E412CBE2CE65DF2C716078E12697728F3F53C1B75062693658699929B5',
|
|
342
|
+
exponent: 0,
|
|
343
|
+
aliases: ['uusdn']
|
|
344
|
+
}, {
|
|
345
|
+
denom: 'usdn',
|
|
346
|
+
exponent: 6
|
|
347
|
+
}],
|
|
348
|
+
type_asset: 'sdk.coin',
|
|
349
|
+
base: 'ibc/FFB706E412CBE2CE65DF2C716078E12697728F3F53C1B75062693658699929B5',
|
|
350
|
+
name: 'Noble Dollar',
|
|
351
|
+
display: 'usdn',
|
|
352
|
+
symbol: 'USDN',
|
|
353
|
+
logo_URIs: {
|
|
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
|
+
},
|
|
357
|
+
images: [{
|
|
358
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
359
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
360
|
+
theme: {
|
|
361
|
+
primary_color_hex: '#2E8564'
|
|
362
|
+
}
|
|
363
|
+
}],
|
|
364
|
+
traces: [{
|
|
365
|
+
type: 'ibc',
|
|
366
|
+
counterparty: {
|
|
367
|
+
channel_id: 'channel-82',
|
|
368
|
+
base_denom: 'uusdn',
|
|
369
|
+
chain_name: 'noble'
|
|
370
|
+
},
|
|
371
|
+
chain: {
|
|
372
|
+
channel_id: 'channel-63'
|
|
373
|
+
}
|
|
374
|
+
}]
|
|
375
|
+
},
|
|
338
376
|
{
|
|
339
377
|
description: 'The native token of Osmosis',
|
|
340
378
|
denom_units: [{
|
|
@@ -755,6 +793,44 @@ const assets = {
|
|
|
755
793
|
}
|
|
756
794
|
}]
|
|
757
795
|
},
|
|
796
|
+
{
|
|
797
|
+
description: 'USDN token',
|
|
798
|
+
denom_units: [{
|
|
799
|
+
denom: 'ibc/FFB706E412CBE2CE65DF2C716078E12697728F3F53C1B75062693658699929B5',
|
|
800
|
+
exponent: 0,
|
|
801
|
+
aliases: ['uusdn']
|
|
802
|
+
}, {
|
|
803
|
+
denom: 'usdn',
|
|
804
|
+
exponent: 6
|
|
805
|
+
}],
|
|
806
|
+
type_asset: 'sdk.coin',
|
|
807
|
+
base: 'ibc/FFB706E412CBE2CE65DF2C716078E12697728F3F53C1B75062693658699929B5',
|
|
808
|
+
name: 'Noble Dollar',
|
|
809
|
+
display: 'usdn',
|
|
810
|
+
symbol: 'USDN',
|
|
811
|
+
logo_URIs: {
|
|
812
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
813
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
814
|
+
},
|
|
815
|
+
images: [{
|
|
816
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
817
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
818
|
+
theme: {
|
|
819
|
+
primary_color_hex: '#2E8564'
|
|
820
|
+
}
|
|
821
|
+
}],
|
|
822
|
+
traces: [{
|
|
823
|
+
type: 'ibc',
|
|
824
|
+
counterparty: {
|
|
825
|
+
channel_id: 'channel-82',
|
|
826
|
+
base_denom: 'uusdn',
|
|
827
|
+
chain_name: 'noble'
|
|
828
|
+
},
|
|
829
|
+
chain: {
|
|
830
|
+
channel_id: 'channel-63'
|
|
831
|
+
}
|
|
832
|
+
}]
|
|
833
|
+
},
|
|
758
834
|
{
|
|
759
835
|
description: 'The native token of Osmosis',
|
|
760
836
|
denom_units: [{
|