@chain-registry/assets 1.64.80 → 1.64.82
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/acrechain.js +8 -0
- package/esm/mainnet/andromeda.js +176 -0
- package/esm/mainnet/beezee.js +232 -0
- package/esm/mainnet/composable.js +4 -2
- package/esm/mainnet/cosmoshub.js +8 -0
- package/esm/mainnet/injective.js +8 -0
- package/esm/mainnet/migaloo.js +14 -20
- package/esm/mainnet/noble.js +148 -20
- package/esm/mainnet/osmosis.js +98 -24
- package/esm/mainnet/secretnetwork.js +80 -20
- package/mainnet/acrechain.js +8 -0
- package/mainnet/andromeda.js +176 -0
- package/mainnet/beezee.js +232 -0
- package/mainnet/composable.js +4 -2
- package/mainnet/cosmoshub.js +8 -0
- package/mainnet/injective.js +8 -0
- package/mainnet/migaloo.js +14 -20
- package/mainnet/noble.js +148 -20
- package/mainnet/osmosis.js +98 -24
- package/mainnet/secretnetwork.js +80 -20
- package/package.json +5 -5
|
@@ -1653,6 +1653,10 @@ const assets = {
|
|
|
1653
1653
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
1654
1654
|
},
|
|
1655
1655
|
coingecko_id: 'oraichain-token',
|
|
1656
|
+
socials: {
|
|
1657
|
+
website: 'https://orai.io/',
|
|
1658
|
+
twitter: 'https://x.com/oraichain'
|
|
1659
|
+
},
|
|
1656
1660
|
images: [
|
|
1657
1661
|
{
|
|
1658
1662
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
@@ -3568,6 +3572,10 @@ const assets = {
|
|
|
3568
3572
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
3569
3573
|
},
|
|
3570
3574
|
coingecko_id: 'oraichain-token',
|
|
3575
|
+
socials: {
|
|
3576
|
+
website: 'https://orai.io/',
|
|
3577
|
+
twitter: 'https://x.com/oraichain'
|
|
3578
|
+
},
|
|
3571
3579
|
images: [
|
|
3572
3580
|
{
|
|
3573
3581
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
@@ -9366,7 +9374,10 @@ const assets = {
|
|
|
9366
9374
|
base_denom: 'inj'
|
|
9367
9375
|
},
|
|
9368
9376
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
9369
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
9377
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg',
|
|
9378
|
+
theme: {
|
|
9379
|
+
primary_color_hex: '#04a2fc'
|
|
9380
|
+
}
|
|
9370
9381
|
}]
|
|
9371
9382
|
},
|
|
9372
9383
|
{
|
|
@@ -9514,12 +9525,20 @@ const assets = {
|
|
|
9514
9525
|
display: 'usdc',
|
|
9515
9526
|
symbol: 'USDC',
|
|
9516
9527
|
images: [{
|
|
9528
|
+
image_sync: {
|
|
9529
|
+
chain_name: 'noble',
|
|
9530
|
+
base_denom: 'uusdc'
|
|
9531
|
+
},
|
|
9532
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
9517
9533
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
9518
|
-
|
|
9534
|
+
theme: {
|
|
9535
|
+
circle: true,
|
|
9536
|
+
primary_color_hex: '#2775CA'
|
|
9537
|
+
}
|
|
9519
9538
|
}],
|
|
9520
9539
|
logo_URIs: {
|
|
9521
|
-
|
|
9522
|
-
|
|
9540
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
9541
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
9523
9542
|
}
|
|
9524
9543
|
},
|
|
9525
9544
|
{
|
|
@@ -9658,7 +9677,12 @@ const assets = {
|
|
|
9658
9677
|
base_denom: 'sun'
|
|
9659
9678
|
},
|
|
9660
9679
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
9661
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg'
|
|
9680
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg',
|
|
9681
|
+
theme: {
|
|
9682
|
+
circle: true,
|
|
9683
|
+
primary_color_hex: '#FF060A',
|
|
9684
|
+
background_color_hex: '#FF060A'
|
|
9685
|
+
}
|
|
9662
9686
|
}],
|
|
9663
9687
|
logo_URIs: {
|
|
9664
9688
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
@@ -9776,11 +9800,14 @@ const assets = {
|
|
|
9776
9800
|
base_denom: 'wei'
|
|
9777
9801
|
},
|
|
9778
9802
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
9779
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
9803
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
9804
|
+
theme: {
|
|
9805
|
+
primary_color_hex: '#303030'
|
|
9806
|
+
}
|
|
9780
9807
|
}],
|
|
9781
9808
|
logo_URIs: {
|
|
9782
|
-
|
|
9783
|
-
|
|
9809
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
9810
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
9784
9811
|
},
|
|
9785
9812
|
traces: [{
|
|
9786
9813
|
type: 'ibc-cw20',
|
|
@@ -9817,10 +9844,17 @@ const assets = {
|
|
|
9817
9844
|
chain_name: 'bitcoin',
|
|
9818
9845
|
base_denom: 'sat'
|
|
9819
9846
|
},
|
|
9820
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png'
|
|
9847
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
9848
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg',
|
|
9849
|
+
theme: {
|
|
9850
|
+
primary_color_hex: '#f4941c',
|
|
9851
|
+
background_color_hex: '#f4941c',
|
|
9852
|
+
circle: true
|
|
9853
|
+
}
|
|
9821
9854
|
}],
|
|
9822
9855
|
logo_URIs: {
|
|
9823
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png'
|
|
9856
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
9857
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
|
|
9824
9858
|
},
|
|
9825
9859
|
traces: [{
|
|
9826
9860
|
type: 'ibc-cw20',
|
|
@@ -12725,7 +12759,10 @@ const assets = {
|
|
|
12725
12759
|
base_denom: 'inj'
|
|
12726
12760
|
},
|
|
12727
12761
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
12728
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
12762
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg',
|
|
12763
|
+
theme: {
|
|
12764
|
+
primary_color_hex: '#04a2fc'
|
|
12765
|
+
}
|
|
12729
12766
|
}]
|
|
12730
12767
|
},
|
|
12731
12768
|
{
|
|
@@ -12873,12 +12910,20 @@ const assets = {
|
|
|
12873
12910
|
display: 'usdc',
|
|
12874
12911
|
symbol: 'USDC',
|
|
12875
12912
|
images: [{
|
|
12913
|
+
image_sync: {
|
|
12914
|
+
chain_name: 'noble',
|
|
12915
|
+
base_denom: 'uusdc'
|
|
12916
|
+
},
|
|
12917
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
12876
12918
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
12877
|
-
|
|
12919
|
+
theme: {
|
|
12920
|
+
circle: true,
|
|
12921
|
+
primary_color_hex: '#2775CA'
|
|
12922
|
+
}
|
|
12878
12923
|
}],
|
|
12879
12924
|
logo_URIs: {
|
|
12880
|
-
|
|
12881
|
-
|
|
12925
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
12926
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
12882
12927
|
}
|
|
12883
12928
|
},
|
|
12884
12929
|
{
|
|
@@ -13017,7 +13062,12 @@ const assets = {
|
|
|
13017
13062
|
base_denom: 'sun'
|
|
13018
13063
|
},
|
|
13019
13064
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
13020
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg'
|
|
13065
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg',
|
|
13066
|
+
theme: {
|
|
13067
|
+
circle: true,
|
|
13068
|
+
primary_color_hex: '#FF060A',
|
|
13069
|
+
background_color_hex: '#FF060A'
|
|
13070
|
+
}
|
|
13021
13071
|
}],
|
|
13022
13072
|
logo_URIs: {
|
|
13023
13073
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
@@ -13135,11 +13185,14 @@ const assets = {
|
|
|
13135
13185
|
base_denom: 'wei'
|
|
13136
13186
|
},
|
|
13137
13187
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
13138
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
13188
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
13189
|
+
theme: {
|
|
13190
|
+
primary_color_hex: '#303030'
|
|
13191
|
+
}
|
|
13139
13192
|
}],
|
|
13140
13193
|
logo_URIs: {
|
|
13141
|
-
|
|
13142
|
-
|
|
13194
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
13195
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
13143
13196
|
},
|
|
13144
13197
|
traces: [{
|
|
13145
13198
|
type: 'ibc-cw20',
|
|
@@ -13176,10 +13229,17 @@ const assets = {
|
|
|
13176
13229
|
chain_name: 'bitcoin',
|
|
13177
13230
|
base_denom: 'sat'
|
|
13178
13231
|
},
|
|
13179
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png'
|
|
13232
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
13233
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg',
|
|
13234
|
+
theme: {
|
|
13235
|
+
primary_color_hex: '#f4941c',
|
|
13236
|
+
background_color_hex: '#f4941c',
|
|
13237
|
+
circle: true
|
|
13238
|
+
}
|
|
13180
13239
|
}],
|
|
13181
13240
|
logo_URIs: {
|
|
13182
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png'
|
|
13241
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
13242
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
|
|
13183
13243
|
},
|
|
13184
13244
|
traces: [{
|
|
13185
13245
|
type: 'ibc-cw20',
|
package/mainnet/acrechain.js
CHANGED
|
@@ -350,6 +350,10 @@ const assets = {
|
|
|
350
350
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
351
351
|
},
|
|
352
352
|
coingecko_id: 'oraichain-token',
|
|
353
|
+
socials: {
|
|
354
|
+
website: 'https://orai.io/',
|
|
355
|
+
twitter: 'https://x.com/oraichain'
|
|
356
|
+
},
|
|
353
357
|
images: [
|
|
354
358
|
{
|
|
355
359
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
@@ -2011,6 +2015,10 @@ const assets = {
|
|
|
2011
2015
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
2012
2016
|
},
|
|
2013
2017
|
coingecko_id: 'oraichain-token',
|
|
2018
|
+
socials: {
|
|
2019
|
+
website: 'https://orai.io/',
|
|
2020
|
+
twitter: 'https://x.com/oraichain'
|
|
2021
|
+
},
|
|
2014
2022
|
images: [
|
|
2015
2023
|
{
|
|
2016
2024
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
package/mainnet/andromeda.js
CHANGED
|
@@ -408,6 +408,94 @@ const assets = {
|
|
|
408
408
|
}
|
|
409
409
|
}]
|
|
410
410
|
},
|
|
411
|
+
{
|
|
412
|
+
description: 'The native token of Osmosis',
|
|
413
|
+
denom_units: [{
|
|
414
|
+
denom: 'ibc/B4314D0E670CB43C88A5DCA09F76E5E812BD831CC2FEC6E434C9E5A9D1F57953',
|
|
415
|
+
exponent: 0,
|
|
416
|
+
aliases: ['uosmo']
|
|
417
|
+
}, {
|
|
418
|
+
denom: 'osmo',
|
|
419
|
+
exponent: 6
|
|
420
|
+
}],
|
|
421
|
+
type_asset: 'sdk.coin',
|
|
422
|
+
base: 'ibc/B4314D0E670CB43C88A5DCA09F76E5E812BD831CC2FEC6E434C9E5A9D1F57953',
|
|
423
|
+
name: 'Osmosis',
|
|
424
|
+
display: 'osmo',
|
|
425
|
+
symbol: 'OSMO',
|
|
426
|
+
logo_URIs: {
|
|
427
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
428
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
429
|
+
},
|
|
430
|
+
images: [{
|
|
431
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
432
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
433
|
+
theme: {
|
|
434
|
+
primary_color_hex: '#760dbb'
|
|
435
|
+
}
|
|
436
|
+
}],
|
|
437
|
+
coingecko_id: 'osmosis',
|
|
438
|
+
keywords: ['dex', 'staking'],
|
|
439
|
+
socials: {
|
|
440
|
+
website: 'https://osmosis.zone',
|
|
441
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
442
|
+
},
|
|
443
|
+
traces: [{
|
|
444
|
+
type: 'ibc',
|
|
445
|
+
counterparty: {
|
|
446
|
+
channel_id: 'channel-81924',
|
|
447
|
+
base_denom: 'uosmo',
|
|
448
|
+
chain_name: 'osmosis'
|
|
449
|
+
},
|
|
450
|
+
chain: {
|
|
451
|
+
channel_id: 'channel-17'
|
|
452
|
+
}
|
|
453
|
+
}]
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
description: 'ION is the second native token of Osmosis.',
|
|
457
|
+
denom_units: [{
|
|
458
|
+
denom: 'ibc/FF03988A22CDAB8C0AFD760DE5A612767165B2B6B73BDB6F4CCD1D0359D7CEAD',
|
|
459
|
+
exponent: 0,
|
|
460
|
+
aliases: ['uion']
|
|
461
|
+
}, {
|
|
462
|
+
denom: 'ion',
|
|
463
|
+
exponent: 6
|
|
464
|
+
}],
|
|
465
|
+
type_asset: 'sdk.coin',
|
|
466
|
+
base: 'ibc/FF03988A22CDAB8C0AFD760DE5A612767165B2B6B73BDB6F4CCD1D0359D7CEAD',
|
|
467
|
+
name: 'Ion DAO',
|
|
468
|
+
display: 'ion',
|
|
469
|
+
symbol: 'ION',
|
|
470
|
+
logo_URIs: {
|
|
471
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
472
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
473
|
+
},
|
|
474
|
+
images: [{
|
|
475
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
476
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
477
|
+
theme: {
|
|
478
|
+
primary_color_hex: '#4453c7'
|
|
479
|
+
}
|
|
480
|
+
}],
|
|
481
|
+
coingecko_id: 'ion',
|
|
482
|
+
keywords: ['memecoin', 'defi'],
|
|
483
|
+
socials: {
|
|
484
|
+
website: 'https://ion.wtf',
|
|
485
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
486
|
+
},
|
|
487
|
+
traces: [{
|
|
488
|
+
type: 'ibc',
|
|
489
|
+
counterparty: {
|
|
490
|
+
channel_id: 'channel-81924',
|
|
491
|
+
base_denom: 'uion',
|
|
492
|
+
chain_name: 'osmosis'
|
|
493
|
+
},
|
|
494
|
+
chain: {
|
|
495
|
+
channel_id: 'channel-17'
|
|
496
|
+
}
|
|
497
|
+
}]
|
|
498
|
+
},
|
|
411
499
|
{
|
|
412
500
|
description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
|
|
413
501
|
denom_units: [{
|
|
@@ -897,6 +985,94 @@ const assets = {
|
|
|
897
985
|
}
|
|
898
986
|
}]
|
|
899
987
|
},
|
|
988
|
+
{
|
|
989
|
+
description: 'The native token of Osmosis',
|
|
990
|
+
denom_units: [{
|
|
991
|
+
denom: 'ibc/B4314D0E670CB43C88A5DCA09F76E5E812BD831CC2FEC6E434C9E5A9D1F57953',
|
|
992
|
+
exponent: 0,
|
|
993
|
+
aliases: ['uosmo']
|
|
994
|
+
}, {
|
|
995
|
+
denom: 'osmo',
|
|
996
|
+
exponent: 6
|
|
997
|
+
}],
|
|
998
|
+
type_asset: 'sdk.coin',
|
|
999
|
+
base: 'ibc/B4314D0E670CB43C88A5DCA09F76E5E812BD831CC2FEC6E434C9E5A9D1F57953',
|
|
1000
|
+
name: 'Osmosis',
|
|
1001
|
+
display: 'osmo',
|
|
1002
|
+
symbol: 'OSMO',
|
|
1003
|
+
logo_URIs: {
|
|
1004
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
1005
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
1006
|
+
},
|
|
1007
|
+
images: [{
|
|
1008
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
1009
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
1010
|
+
theme: {
|
|
1011
|
+
primary_color_hex: '#760dbb'
|
|
1012
|
+
}
|
|
1013
|
+
}],
|
|
1014
|
+
coingecko_id: 'osmosis',
|
|
1015
|
+
keywords: ['dex', 'staking'],
|
|
1016
|
+
socials: {
|
|
1017
|
+
website: 'https://osmosis.zone',
|
|
1018
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
1019
|
+
},
|
|
1020
|
+
traces: [{
|
|
1021
|
+
type: 'ibc',
|
|
1022
|
+
counterparty: {
|
|
1023
|
+
channel_id: 'channel-81924',
|
|
1024
|
+
base_denom: 'uosmo',
|
|
1025
|
+
chain_name: 'osmosis'
|
|
1026
|
+
},
|
|
1027
|
+
chain: {
|
|
1028
|
+
channel_id: 'channel-17'
|
|
1029
|
+
}
|
|
1030
|
+
}]
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
description: 'ION is the second native token of Osmosis.',
|
|
1034
|
+
denom_units: [{
|
|
1035
|
+
denom: 'ibc/FF03988A22CDAB8C0AFD760DE5A612767165B2B6B73BDB6F4CCD1D0359D7CEAD',
|
|
1036
|
+
exponent: 0,
|
|
1037
|
+
aliases: ['uion']
|
|
1038
|
+
}, {
|
|
1039
|
+
denom: 'ion',
|
|
1040
|
+
exponent: 6
|
|
1041
|
+
}],
|
|
1042
|
+
type_asset: 'sdk.coin',
|
|
1043
|
+
base: 'ibc/FF03988A22CDAB8C0AFD760DE5A612767165B2B6B73BDB6F4CCD1D0359D7CEAD',
|
|
1044
|
+
name: 'Ion DAO',
|
|
1045
|
+
display: 'ion',
|
|
1046
|
+
symbol: 'ION',
|
|
1047
|
+
logo_URIs: {
|
|
1048
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
1049
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
1050
|
+
},
|
|
1051
|
+
images: [{
|
|
1052
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
1053
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
1054
|
+
theme: {
|
|
1055
|
+
primary_color_hex: '#4453c7'
|
|
1056
|
+
}
|
|
1057
|
+
}],
|
|
1058
|
+
coingecko_id: 'ion',
|
|
1059
|
+
keywords: ['memecoin', 'defi'],
|
|
1060
|
+
socials: {
|
|
1061
|
+
website: 'https://ion.wtf',
|
|
1062
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
1063
|
+
},
|
|
1064
|
+
traces: [{
|
|
1065
|
+
type: 'ibc',
|
|
1066
|
+
counterparty: {
|
|
1067
|
+
channel_id: 'channel-81924',
|
|
1068
|
+
base_denom: 'uion',
|
|
1069
|
+
chain_name: 'osmosis'
|
|
1070
|
+
},
|
|
1071
|
+
chain: {
|
|
1072
|
+
channel_id: 'channel-17'
|
|
1073
|
+
}
|
|
1074
|
+
}]
|
|
1075
|
+
},
|
|
900
1076
|
{
|
|
901
1077
|
description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
|
|
902
1078
|
denom_units: [{
|
package/mainnet/beezee.js
CHANGED
|
@@ -101,6 +101,122 @@ const assets = {
|
|
|
101
101
|
}
|
|
102
102
|
}]
|
|
103
103
|
},
|
|
104
|
+
{
|
|
105
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
106
|
+
denom_units: [{
|
|
107
|
+
denom: 'ibc/0CC1485F7DF4F335F6F416C46EDB77B09557EC7E5B7215BED40EB741D45FD6C8',
|
|
108
|
+
exponent: 0,
|
|
109
|
+
aliases: ['ustake']
|
|
110
|
+
}, {
|
|
111
|
+
denom: 'stake',
|
|
112
|
+
exponent: 6
|
|
113
|
+
}],
|
|
114
|
+
base: 'ibc/0CC1485F7DF4F335F6F416C46EDB77B09557EC7E5B7215BED40EB741D45FD6C8',
|
|
115
|
+
name: 'Stake',
|
|
116
|
+
display: 'stake',
|
|
117
|
+
symbol: 'STAKE',
|
|
118
|
+
logo_URIs: {
|
|
119
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
120
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
121
|
+
},
|
|
122
|
+
images: [{
|
|
123
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
124
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
|
|
125
|
+
theme: {
|
|
126
|
+
primary_color_hex: '#a8bbfb'
|
|
127
|
+
}
|
|
128
|
+
}],
|
|
129
|
+
traces: [{
|
|
130
|
+
type: 'ibc',
|
|
131
|
+
counterparty: {
|
|
132
|
+
channel_id: 'channel-95',
|
|
133
|
+
base_denom: 'ustake',
|
|
134
|
+
chain_name: 'noble'
|
|
135
|
+
},
|
|
136
|
+
chain: {
|
|
137
|
+
channel_id: 'channel-3'
|
|
138
|
+
}
|
|
139
|
+
}]
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
143
|
+
denom_units: [{
|
|
144
|
+
denom: 'ibc/7B5D410F054FA84CAA574EF31B0C2A4896650DF5194E7CC47E029A9F8C81219B',
|
|
145
|
+
exponent: 0,
|
|
146
|
+
aliases: ['ufrienzies']
|
|
147
|
+
}, {
|
|
148
|
+
denom: 'frienzies',
|
|
149
|
+
exponent: 6
|
|
150
|
+
}],
|
|
151
|
+
base: 'ibc/7B5D410F054FA84CAA574EF31B0C2A4896650DF5194E7CC47E029A9F8C81219B',
|
|
152
|
+
display: 'frienzies',
|
|
153
|
+
name: 'Frienzies',
|
|
154
|
+
symbol: 'FRNZ',
|
|
155
|
+
logo_URIs: {
|
|
156
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
157
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
158
|
+
},
|
|
159
|
+
images: [{
|
|
160
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
161
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
|
|
162
|
+
theme: {
|
|
163
|
+
primary_color_hex: '#04041c'
|
|
164
|
+
}
|
|
165
|
+
}],
|
|
166
|
+
traces: [{
|
|
167
|
+
type: 'ibc',
|
|
168
|
+
counterparty: {
|
|
169
|
+
channel_id: 'channel-95',
|
|
170
|
+
base_denom: 'ufrienzies',
|
|
171
|
+
chain_name: 'noble'
|
|
172
|
+
},
|
|
173
|
+
chain: {
|
|
174
|
+
channel_id: 'channel-3'
|
|
175
|
+
}
|
|
176
|
+
}]
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
description: 'Ondo US Dollar Yield',
|
|
180
|
+
denom_units: [{
|
|
181
|
+
denom: 'ibc/441C99C902014BEFAB273290871973B8C0EAEAC141CD6574FCBD9232774C7EA5',
|
|
182
|
+
exponent: 0,
|
|
183
|
+
aliases: ['ausdy']
|
|
184
|
+
}, {
|
|
185
|
+
denom: 'usdy',
|
|
186
|
+
exponent: 18
|
|
187
|
+
}],
|
|
188
|
+
base: 'ibc/441C99C902014BEFAB273290871973B8C0EAEAC141CD6574FCBD9232774C7EA5',
|
|
189
|
+
display: 'usdy',
|
|
190
|
+
name: 'Ondo US Dollar Yield',
|
|
191
|
+
symbol: 'USDY',
|
|
192
|
+
logo_URIs: {
|
|
193
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
194
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
195
|
+
},
|
|
196
|
+
images: [{
|
|
197
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
198
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
|
|
199
|
+
theme: {
|
|
200
|
+
primary_color_hex: '#142c5c'
|
|
201
|
+
}
|
|
202
|
+
}],
|
|
203
|
+
coingecko_id: 'ondo-us-dollar-yield',
|
|
204
|
+
socials: {
|
|
205
|
+
website: 'https://ondo.finance/usdy',
|
|
206
|
+
twitter: 'https://x.com/OndoFinance'
|
|
207
|
+
},
|
|
208
|
+
traces: [{
|
|
209
|
+
type: 'ibc',
|
|
210
|
+
counterparty: {
|
|
211
|
+
channel_id: 'channel-95',
|
|
212
|
+
base_denom: 'ausdy',
|
|
213
|
+
chain_name: 'noble'
|
|
214
|
+
},
|
|
215
|
+
chain: {
|
|
216
|
+
channel_id: 'channel-3'
|
|
217
|
+
}
|
|
218
|
+
}]
|
|
219
|
+
},
|
|
104
220
|
{
|
|
105
221
|
description: 'The native token of Osmosis',
|
|
106
222
|
denom_units: [{
|
|
@@ -189,6 +305,122 @@ const assets = {
|
|
|
189
305
|
}
|
|
190
306
|
}]
|
|
191
307
|
},
|
|
308
|
+
{
|
|
309
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
310
|
+
denom_units: [{
|
|
311
|
+
denom: 'ibc/0CC1485F7DF4F335F6F416C46EDB77B09557EC7E5B7215BED40EB741D45FD6C8',
|
|
312
|
+
exponent: 0,
|
|
313
|
+
aliases: ['ustake']
|
|
314
|
+
}, {
|
|
315
|
+
denom: 'stake',
|
|
316
|
+
exponent: 6
|
|
317
|
+
}],
|
|
318
|
+
base: 'ibc/0CC1485F7DF4F335F6F416C46EDB77B09557EC7E5B7215BED40EB741D45FD6C8',
|
|
319
|
+
name: 'Stake',
|
|
320
|
+
display: 'stake',
|
|
321
|
+
symbol: 'STAKE',
|
|
322
|
+
logo_URIs: {
|
|
323
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
324
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
325
|
+
},
|
|
326
|
+
images: [{
|
|
327
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
328
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
|
|
329
|
+
theme: {
|
|
330
|
+
primary_color_hex: '#a8bbfb'
|
|
331
|
+
}
|
|
332
|
+
}],
|
|
333
|
+
traces: [{
|
|
334
|
+
type: 'ibc',
|
|
335
|
+
counterparty: {
|
|
336
|
+
channel_id: 'channel-95',
|
|
337
|
+
base_denom: 'ustake',
|
|
338
|
+
chain_name: 'noble'
|
|
339
|
+
},
|
|
340
|
+
chain: {
|
|
341
|
+
channel_id: 'channel-3'
|
|
342
|
+
}
|
|
343
|
+
}]
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
347
|
+
denom_units: [{
|
|
348
|
+
denom: 'ibc/7B5D410F054FA84CAA574EF31B0C2A4896650DF5194E7CC47E029A9F8C81219B',
|
|
349
|
+
exponent: 0,
|
|
350
|
+
aliases: ['ufrienzies']
|
|
351
|
+
}, {
|
|
352
|
+
denom: 'frienzies',
|
|
353
|
+
exponent: 6
|
|
354
|
+
}],
|
|
355
|
+
base: 'ibc/7B5D410F054FA84CAA574EF31B0C2A4896650DF5194E7CC47E029A9F8C81219B',
|
|
356
|
+
display: 'frienzies',
|
|
357
|
+
name: 'Frienzies',
|
|
358
|
+
symbol: 'FRNZ',
|
|
359
|
+
logo_URIs: {
|
|
360
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
361
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
362
|
+
},
|
|
363
|
+
images: [{
|
|
364
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
365
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
|
|
366
|
+
theme: {
|
|
367
|
+
primary_color_hex: '#04041c'
|
|
368
|
+
}
|
|
369
|
+
}],
|
|
370
|
+
traces: [{
|
|
371
|
+
type: 'ibc',
|
|
372
|
+
counterparty: {
|
|
373
|
+
channel_id: 'channel-95',
|
|
374
|
+
base_denom: 'ufrienzies',
|
|
375
|
+
chain_name: 'noble'
|
|
376
|
+
},
|
|
377
|
+
chain: {
|
|
378
|
+
channel_id: 'channel-3'
|
|
379
|
+
}
|
|
380
|
+
}]
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
description: 'Ondo US Dollar Yield',
|
|
384
|
+
denom_units: [{
|
|
385
|
+
denom: 'ibc/441C99C902014BEFAB273290871973B8C0EAEAC141CD6574FCBD9232774C7EA5',
|
|
386
|
+
exponent: 0,
|
|
387
|
+
aliases: ['ausdy']
|
|
388
|
+
}, {
|
|
389
|
+
denom: 'usdy',
|
|
390
|
+
exponent: 18
|
|
391
|
+
}],
|
|
392
|
+
base: 'ibc/441C99C902014BEFAB273290871973B8C0EAEAC141CD6574FCBD9232774C7EA5',
|
|
393
|
+
display: 'usdy',
|
|
394
|
+
name: 'Ondo US Dollar Yield',
|
|
395
|
+
symbol: 'USDY',
|
|
396
|
+
logo_URIs: {
|
|
397
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
398
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
399
|
+
},
|
|
400
|
+
images: [{
|
|
401
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
402
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
|
|
403
|
+
theme: {
|
|
404
|
+
primary_color_hex: '#142c5c'
|
|
405
|
+
}
|
|
406
|
+
}],
|
|
407
|
+
coingecko_id: 'ondo-us-dollar-yield',
|
|
408
|
+
socials: {
|
|
409
|
+
website: 'https://ondo.finance/usdy',
|
|
410
|
+
twitter: 'https://x.com/OndoFinance'
|
|
411
|
+
},
|
|
412
|
+
traces: [{
|
|
413
|
+
type: 'ibc',
|
|
414
|
+
counterparty: {
|
|
415
|
+
channel_id: 'channel-95',
|
|
416
|
+
base_denom: 'ausdy',
|
|
417
|
+
chain_name: 'noble'
|
|
418
|
+
},
|
|
419
|
+
chain: {
|
|
420
|
+
channel_id: 'channel-3'
|
|
421
|
+
}
|
|
422
|
+
}]
|
|
423
|
+
},
|
|
192
424
|
{
|
|
193
425
|
description: 'The native token of Osmosis',
|
|
194
426
|
denom_units: [{
|