@chain-registry/osmosis 1.67.2 → 1.67.4
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/asset_list.js +542 -68
- package/assets.js +1991 -660
- package/chain.js +7 -3
- package/esm/asset_list.js +542 -68
- package/esm/assets.js +1991 -660
- package/esm/chain.js +7 -3
- package/esm/testnet.js +1 -3
- package/package.json +3 -3
- package/testnet.js +1 -3
package/asset_list.js
CHANGED
|
@@ -427,6 +427,40 @@ const asset_list = {
|
|
|
427
427
|
}
|
|
428
428
|
}]
|
|
429
429
|
},
|
|
430
|
+
{
|
|
431
|
+
description: 'Architects Token',
|
|
432
|
+
type_asset: 'cw20',
|
|
433
|
+
address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
434
|
+
denom_units: [{
|
|
435
|
+
denom: 'ibc/3838496384B98CEDA02B5030FACFC4DEAFCA368568B9EAC186AA7E8C4359933F',
|
|
436
|
+
exponent: 0,
|
|
437
|
+
aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
|
|
438
|
+
}, {
|
|
439
|
+
denom: 'TOKN',
|
|
440
|
+
exponent: 18
|
|
441
|
+
}],
|
|
442
|
+
base: 'ibc/3838496384B98CEDA02B5030FACFC4DEAFCA368568B9EAC186AA7E8C4359933F',
|
|
443
|
+
name: 'Architects Token',
|
|
444
|
+
display: 'TOKN',
|
|
445
|
+
symbol: 'TOKN',
|
|
446
|
+
logo_URIs: {
|
|
447
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
448
|
+
},
|
|
449
|
+
images: [{
|
|
450
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
451
|
+
}],
|
|
452
|
+
traces: [{
|
|
453
|
+
type: 'ibc',
|
|
454
|
+
counterparty: {
|
|
455
|
+
channel_id: 'channel-1',
|
|
456
|
+
base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
457
|
+
chain_name: 'archway'
|
|
458
|
+
},
|
|
459
|
+
chain: {
|
|
460
|
+
channel_id: 'channel-1429'
|
|
461
|
+
}
|
|
462
|
+
}]
|
|
463
|
+
},
|
|
430
464
|
{
|
|
431
465
|
description: 'The native token of Arkhadian',
|
|
432
466
|
denom_units: [{
|
|
@@ -512,6 +546,45 @@ const asset_list = {
|
|
|
512
546
|
}
|
|
513
547
|
}]
|
|
514
548
|
},
|
|
549
|
+
{
|
|
550
|
+
description: 'The native staking and governance token of AtomOne',
|
|
551
|
+
denom_units: [{
|
|
552
|
+
denom: 'ibc/715283E4A955EB803AB1DD30B488587A4D63BF0B51BADA537053DEE479BA10D6',
|
|
553
|
+
exponent: 0,
|
|
554
|
+
aliases: ['uatone']
|
|
555
|
+
}, {
|
|
556
|
+
denom: 'atone',
|
|
557
|
+
exponent: 6
|
|
558
|
+
}],
|
|
559
|
+
base: 'ibc/715283E4A955EB803AB1DD30B488587A4D63BF0B51BADA537053DEE479BA10D6',
|
|
560
|
+
name: 'Atone',
|
|
561
|
+
display: 'atone',
|
|
562
|
+
symbol: 'ATONE',
|
|
563
|
+
logo_URIs: {
|
|
564
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
565
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
566
|
+
},
|
|
567
|
+
images: [{
|
|
568
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
569
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
570
|
+
}],
|
|
571
|
+
type_asset: 'sdk.coin',
|
|
572
|
+
socials: {
|
|
573
|
+
website: 'https://atom.one',
|
|
574
|
+
twitter: 'https://x.com/_atomone'
|
|
575
|
+
},
|
|
576
|
+
traces: [{
|
|
577
|
+
type: 'ibc',
|
|
578
|
+
counterparty: {
|
|
579
|
+
channel_id: 'channel-0',
|
|
580
|
+
base_denom: 'uatone',
|
|
581
|
+
chain_name: 'atomone'
|
|
582
|
+
},
|
|
583
|
+
chain: {
|
|
584
|
+
channel_id: 'channel-85309'
|
|
585
|
+
}
|
|
586
|
+
}]
|
|
587
|
+
},
|
|
515
588
|
{
|
|
516
589
|
description: 'The native token of Aura Network',
|
|
517
590
|
denom_units: [{
|
|
@@ -638,7 +711,7 @@ const asset_list = {
|
|
|
638
711
|
}]
|
|
639
712
|
},
|
|
640
713
|
{
|
|
641
|
-
description: 'BeeZee native
|
|
714
|
+
description: 'BeeZee network native coin',
|
|
642
715
|
denom_units: [{
|
|
643
716
|
denom: 'ibc/C822645522FC3EECF817609AA38C24B64D04F5C267A23BCCF8F2E3BC5755FA88',
|
|
644
717
|
exponent: 0,
|
|
@@ -664,6 +737,10 @@ const asset_list = {
|
|
|
664
737
|
}
|
|
665
738
|
}],
|
|
666
739
|
type_asset: 'sdk.coin',
|
|
740
|
+
socials: {
|
|
741
|
+
website: 'https://getbze.com/',
|
|
742
|
+
twitter: 'https://x.com/BZEdgeCoin'
|
|
743
|
+
},
|
|
667
744
|
traces: [{
|
|
668
745
|
type: 'ibc',
|
|
669
746
|
counterparty: {
|
|
@@ -3125,7 +3202,7 @@ const asset_list = {
|
|
|
3125
3202
|
},
|
|
3126
3203
|
socials: {
|
|
3127
3204
|
website: 'https://islamiccoin.net',
|
|
3128
|
-
twitter: 'https://x.com/
|
|
3205
|
+
twitter: 'https://x.com/islamic_coin'
|
|
3129
3206
|
},
|
|
3130
3207
|
images: [{
|
|
3131
3208
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
@@ -3594,6 +3671,46 @@ const asset_list = {
|
|
|
3594
3671
|
}
|
|
3595
3672
|
}]
|
|
3596
3673
|
},
|
|
3674
|
+
{
|
|
3675
|
+
description: 'Int3face blockchain native token',
|
|
3676
|
+
denom_units: [{
|
|
3677
|
+
denom: 'ibc/7D29C888219883C47C623578ACACFC89CC29AA70FBF09C895A1EED911BF90F32',
|
|
3678
|
+
exponent: 0,
|
|
3679
|
+
aliases: ['uint3']
|
|
3680
|
+
}, {
|
|
3681
|
+
denom: 'int3',
|
|
3682
|
+
exponent: 6
|
|
3683
|
+
}],
|
|
3684
|
+
base: 'ibc/7D29C888219883C47C623578ACACFC89CC29AA70FBF09C895A1EED911BF90F32',
|
|
3685
|
+
name: 'Int3face Token',
|
|
3686
|
+
display: 'int3',
|
|
3687
|
+
symbol: 'INT3',
|
|
3688
|
+
logo_URIs: {
|
|
3689
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png'
|
|
3690
|
+
},
|
|
3691
|
+
images: [{
|
|
3692
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png',
|
|
3693
|
+
theme: {
|
|
3694
|
+
primary_color_hex: '#3d3d3d'
|
|
3695
|
+
}
|
|
3696
|
+
}],
|
|
3697
|
+
socials: {
|
|
3698
|
+
website: 'https://int3face.io/',
|
|
3699
|
+
twitter: 'https://x.com/int3face'
|
|
3700
|
+
},
|
|
3701
|
+
type_asset: 'sdk.coin',
|
|
3702
|
+
traces: [{
|
|
3703
|
+
type: 'ibc',
|
|
3704
|
+
counterparty: {
|
|
3705
|
+
channel_id: 'channel-0',
|
|
3706
|
+
base_denom: 'uint3',
|
|
3707
|
+
chain_name: 'int3face'
|
|
3708
|
+
},
|
|
3709
|
+
chain: {
|
|
3710
|
+
channel_id: 'channel-82819'
|
|
3711
|
+
}
|
|
3712
|
+
}]
|
|
3713
|
+
},
|
|
3597
3714
|
{
|
|
3598
3715
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
3599
3716
|
denom_units: [{
|
|
@@ -4373,6 +4490,71 @@ const asset_list = {
|
|
|
4373
4490
|
}
|
|
4374
4491
|
}]
|
|
4375
4492
|
},
|
|
4493
|
+
{
|
|
4494
|
+
description: 'The native token of MANTRA',
|
|
4495
|
+
denom_units: [{
|
|
4496
|
+
denom: 'ibc/164807F6226F91990F358C6467EEE8B162E437BDCD3DADEC3F0CE20693720795',
|
|
4497
|
+
exponent: 0,
|
|
4498
|
+
aliases: ['uom']
|
|
4499
|
+
}, {
|
|
4500
|
+
denom: 'om',
|
|
4501
|
+
exponent: 6
|
|
4502
|
+
}],
|
|
4503
|
+
type_asset: 'sdk.coin',
|
|
4504
|
+
base: 'ibc/164807F6226F91990F358C6467EEE8B162E437BDCD3DADEC3F0CE20693720795',
|
|
4505
|
+
name: 'MANTRA Chain',
|
|
4506
|
+
display: 'om',
|
|
4507
|
+
symbol: 'OM',
|
|
4508
|
+
coingecko_id: 'mantra-dao',
|
|
4509
|
+
keywords: [
|
|
4510
|
+
'rwa',
|
|
4511
|
+
'wasm',
|
|
4512
|
+
'staking'
|
|
4513
|
+
],
|
|
4514
|
+
images: [
|
|
4515
|
+
{
|
|
4516
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
4517
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
4518
|
+
theme: {
|
|
4519
|
+
circle: true,
|
|
4520
|
+
primary_color_hex: '#fba0c1'
|
|
4521
|
+
}
|
|
4522
|
+
},
|
|
4523
|
+
{
|
|
4524
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
|
|
4525
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
|
|
4526
|
+
theme: {
|
|
4527
|
+
dark_mode: true,
|
|
4528
|
+
circle: true,
|
|
4529
|
+
primary_color_hex: '#342c2c'
|
|
4530
|
+
}
|
|
4531
|
+
},
|
|
4532
|
+
{
|
|
4533
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
|
|
4534
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
|
|
4535
|
+
theme: {
|
|
4536
|
+
dark_mode: false,
|
|
4537
|
+
circle: true,
|
|
4538
|
+
primary_color_hex: '#342c2c'
|
|
4539
|
+
}
|
|
4540
|
+
}
|
|
4541
|
+
],
|
|
4542
|
+
socials: {
|
|
4543
|
+
website: 'https://www.mantrachain.io/',
|
|
4544
|
+
twitter: 'https://x.com/MANTRA_Chain'
|
|
4545
|
+
},
|
|
4546
|
+
traces: [{
|
|
4547
|
+
type: 'ibc',
|
|
4548
|
+
counterparty: {
|
|
4549
|
+
channel_id: 'channel-0',
|
|
4550
|
+
base_denom: 'uom',
|
|
4551
|
+
chain_name: 'mantrachain'
|
|
4552
|
+
},
|
|
4553
|
+
chain: {
|
|
4554
|
+
channel_id: 'channel-85077'
|
|
4555
|
+
}
|
|
4556
|
+
}]
|
|
4557
|
+
},
|
|
4376
4558
|
{
|
|
4377
4559
|
description: 'The native token of Medas Digital Network',
|
|
4378
4560
|
denom_units: [{
|
|
@@ -4555,6 +4737,10 @@ const asset_list = {
|
|
|
4555
4737
|
primary_color_hex: '#cbfb06'
|
|
4556
4738
|
}
|
|
4557
4739
|
}],
|
|
4740
|
+
socials: {
|
|
4741
|
+
website: 'https://neutaro.com/',
|
|
4742
|
+
twitter: 'https://twitter.com/Timpi_TheNewWay'
|
|
4743
|
+
},
|
|
4558
4744
|
type_asset: 'sdk.coin',
|
|
4559
4745
|
traces: [{
|
|
4560
4746
|
type: 'ibc',
|
|
@@ -5909,6 +6095,40 @@ const asset_list = {
|
|
|
5909
6095
|
}
|
|
5910
6096
|
}]
|
|
5911
6097
|
},
|
|
6098
|
+
{
|
|
6099
|
+
description: 'Architects Token',
|
|
6100
|
+
type_asset: 'cw20',
|
|
6101
|
+
address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
6102
|
+
denom_units: [{
|
|
6103
|
+
denom: 'ibc/3838496384B98CEDA02B5030FACFC4DEAFCA368568B9EAC186AA7E8C4359933F',
|
|
6104
|
+
exponent: 0,
|
|
6105
|
+
aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
|
|
6106
|
+
}, {
|
|
6107
|
+
denom: 'TOKN',
|
|
6108
|
+
exponent: 18
|
|
6109
|
+
}],
|
|
6110
|
+
base: 'ibc/3838496384B98CEDA02B5030FACFC4DEAFCA368568B9EAC186AA7E8C4359933F',
|
|
6111
|
+
name: 'Architects Token',
|
|
6112
|
+
display: 'TOKN',
|
|
6113
|
+
symbol: 'TOKN',
|
|
6114
|
+
logo_URIs: {
|
|
6115
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
6116
|
+
},
|
|
6117
|
+
images: [{
|
|
6118
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
6119
|
+
}],
|
|
6120
|
+
traces: [{
|
|
6121
|
+
type: 'ibc',
|
|
6122
|
+
counterparty: {
|
|
6123
|
+
channel_id: 'channel-1',
|
|
6124
|
+
base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
6125
|
+
chain_name: 'archway'
|
|
6126
|
+
},
|
|
6127
|
+
chain: {
|
|
6128
|
+
channel_id: 'channel-1429'
|
|
6129
|
+
}
|
|
6130
|
+
}]
|
|
6131
|
+
},
|
|
5912
6132
|
{
|
|
5913
6133
|
description: 'The native token of Arkhadian',
|
|
5914
6134
|
denom_units: [{
|
|
@@ -5994,6 +6214,45 @@ const asset_list = {
|
|
|
5994
6214
|
}
|
|
5995
6215
|
}]
|
|
5996
6216
|
},
|
|
6217
|
+
{
|
|
6218
|
+
description: 'The native staking and governance token of AtomOne',
|
|
6219
|
+
denom_units: [{
|
|
6220
|
+
denom: 'ibc/715283E4A955EB803AB1DD30B488587A4D63BF0B51BADA537053DEE479BA10D6',
|
|
6221
|
+
exponent: 0,
|
|
6222
|
+
aliases: ['uatone']
|
|
6223
|
+
}, {
|
|
6224
|
+
denom: 'atone',
|
|
6225
|
+
exponent: 6
|
|
6226
|
+
}],
|
|
6227
|
+
base: 'ibc/715283E4A955EB803AB1DD30B488587A4D63BF0B51BADA537053DEE479BA10D6',
|
|
6228
|
+
name: 'Atone',
|
|
6229
|
+
display: 'atone',
|
|
6230
|
+
symbol: 'ATONE',
|
|
6231
|
+
logo_URIs: {
|
|
6232
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
6233
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
6234
|
+
},
|
|
6235
|
+
images: [{
|
|
6236
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
6237
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
6238
|
+
}],
|
|
6239
|
+
type_asset: 'sdk.coin',
|
|
6240
|
+
socials: {
|
|
6241
|
+
website: 'https://atom.one',
|
|
6242
|
+
twitter: 'https://x.com/_atomone'
|
|
6243
|
+
},
|
|
6244
|
+
traces: [{
|
|
6245
|
+
type: 'ibc',
|
|
6246
|
+
counterparty: {
|
|
6247
|
+
channel_id: 'channel-0',
|
|
6248
|
+
base_denom: 'uatone',
|
|
6249
|
+
chain_name: 'atomone'
|
|
6250
|
+
},
|
|
6251
|
+
chain: {
|
|
6252
|
+
channel_id: 'channel-85309'
|
|
6253
|
+
}
|
|
6254
|
+
}]
|
|
6255
|
+
},
|
|
5997
6256
|
{
|
|
5998
6257
|
description: 'The native token of Aura Network',
|
|
5999
6258
|
denom_units: [{
|
|
@@ -6120,7 +6379,7 @@ const asset_list = {
|
|
|
6120
6379
|
}]
|
|
6121
6380
|
},
|
|
6122
6381
|
{
|
|
6123
|
-
description: 'BeeZee native
|
|
6382
|
+
description: 'BeeZee network native coin',
|
|
6124
6383
|
denom_units: [{
|
|
6125
6384
|
denom: 'ibc/C822645522FC3EECF817609AA38C24B64D04F5C267A23BCCF8F2E3BC5755FA88',
|
|
6126
6385
|
exponent: 0,
|
|
@@ -6146,6 +6405,10 @@ const asset_list = {
|
|
|
6146
6405
|
}
|
|
6147
6406
|
}],
|
|
6148
6407
|
type_asset: 'sdk.coin',
|
|
6408
|
+
socials: {
|
|
6409
|
+
website: 'https://getbze.com/',
|
|
6410
|
+
twitter: 'https://x.com/BZEdgeCoin'
|
|
6411
|
+
},
|
|
6149
6412
|
traces: [{
|
|
6150
6413
|
type: 'ibc',
|
|
6151
6414
|
counterparty: {
|
|
@@ -8607,7 +8870,7 @@ const asset_list = {
|
|
|
8607
8870
|
},
|
|
8608
8871
|
socials: {
|
|
8609
8872
|
website: 'https://islamiccoin.net',
|
|
8610
|
-
twitter: 'https://x.com/
|
|
8873
|
+
twitter: 'https://x.com/islamic_coin'
|
|
8611
8874
|
},
|
|
8612
8875
|
images: [{
|
|
8613
8876
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
@@ -9076,6 +9339,46 @@ const asset_list = {
|
|
|
9076
9339
|
}
|
|
9077
9340
|
}]
|
|
9078
9341
|
},
|
|
9342
|
+
{
|
|
9343
|
+
description: 'Int3face blockchain native token',
|
|
9344
|
+
denom_units: [{
|
|
9345
|
+
denom: 'ibc/7D29C888219883C47C623578ACACFC89CC29AA70FBF09C895A1EED911BF90F32',
|
|
9346
|
+
exponent: 0,
|
|
9347
|
+
aliases: ['uint3']
|
|
9348
|
+
}, {
|
|
9349
|
+
denom: 'int3',
|
|
9350
|
+
exponent: 6
|
|
9351
|
+
}],
|
|
9352
|
+
base: 'ibc/7D29C888219883C47C623578ACACFC89CC29AA70FBF09C895A1EED911BF90F32',
|
|
9353
|
+
name: 'Int3face Token',
|
|
9354
|
+
display: 'int3',
|
|
9355
|
+
symbol: 'INT3',
|
|
9356
|
+
logo_URIs: {
|
|
9357
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png'
|
|
9358
|
+
},
|
|
9359
|
+
images: [{
|
|
9360
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png',
|
|
9361
|
+
theme: {
|
|
9362
|
+
primary_color_hex: '#3d3d3d'
|
|
9363
|
+
}
|
|
9364
|
+
}],
|
|
9365
|
+
socials: {
|
|
9366
|
+
website: 'https://int3face.io/',
|
|
9367
|
+
twitter: 'https://x.com/int3face'
|
|
9368
|
+
},
|
|
9369
|
+
type_asset: 'sdk.coin',
|
|
9370
|
+
traces: [{
|
|
9371
|
+
type: 'ibc',
|
|
9372
|
+
counterparty: {
|
|
9373
|
+
channel_id: 'channel-0',
|
|
9374
|
+
base_denom: 'uint3',
|
|
9375
|
+
chain_name: 'int3face'
|
|
9376
|
+
},
|
|
9377
|
+
chain: {
|
|
9378
|
+
channel_id: 'channel-82819'
|
|
9379
|
+
}
|
|
9380
|
+
}]
|
|
9381
|
+
},
|
|
9079
9382
|
{
|
|
9080
9383
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
9081
9384
|
denom_units: [{
|
|
@@ -9855,6 +10158,71 @@ const asset_list = {
|
|
|
9855
10158
|
}
|
|
9856
10159
|
}]
|
|
9857
10160
|
},
|
|
10161
|
+
{
|
|
10162
|
+
description: 'The native token of MANTRA',
|
|
10163
|
+
denom_units: [{
|
|
10164
|
+
denom: 'ibc/164807F6226F91990F358C6467EEE8B162E437BDCD3DADEC3F0CE20693720795',
|
|
10165
|
+
exponent: 0,
|
|
10166
|
+
aliases: ['uom']
|
|
10167
|
+
}, {
|
|
10168
|
+
denom: 'om',
|
|
10169
|
+
exponent: 6
|
|
10170
|
+
}],
|
|
10171
|
+
type_asset: 'sdk.coin',
|
|
10172
|
+
base: 'ibc/164807F6226F91990F358C6467EEE8B162E437BDCD3DADEC3F0CE20693720795',
|
|
10173
|
+
name: 'MANTRA Chain',
|
|
10174
|
+
display: 'om',
|
|
10175
|
+
symbol: 'OM',
|
|
10176
|
+
coingecko_id: 'mantra-dao',
|
|
10177
|
+
keywords: [
|
|
10178
|
+
'rwa',
|
|
10179
|
+
'wasm',
|
|
10180
|
+
'staking'
|
|
10181
|
+
],
|
|
10182
|
+
images: [
|
|
10183
|
+
{
|
|
10184
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
10185
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
10186
|
+
theme: {
|
|
10187
|
+
circle: true,
|
|
10188
|
+
primary_color_hex: '#fba0c1'
|
|
10189
|
+
}
|
|
10190
|
+
},
|
|
10191
|
+
{
|
|
10192
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
|
|
10193
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
|
|
10194
|
+
theme: {
|
|
10195
|
+
dark_mode: true,
|
|
10196
|
+
circle: true,
|
|
10197
|
+
primary_color_hex: '#342c2c'
|
|
10198
|
+
}
|
|
10199
|
+
},
|
|
10200
|
+
{
|
|
10201
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
|
|
10202
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
|
|
10203
|
+
theme: {
|
|
10204
|
+
dark_mode: false,
|
|
10205
|
+
circle: true,
|
|
10206
|
+
primary_color_hex: '#342c2c'
|
|
10207
|
+
}
|
|
10208
|
+
}
|
|
10209
|
+
],
|
|
10210
|
+
socials: {
|
|
10211
|
+
website: 'https://www.mantrachain.io/',
|
|
10212
|
+
twitter: 'https://x.com/MANTRA_Chain'
|
|
10213
|
+
},
|
|
10214
|
+
traces: [{
|
|
10215
|
+
type: 'ibc',
|
|
10216
|
+
counterparty: {
|
|
10217
|
+
channel_id: 'channel-0',
|
|
10218
|
+
base_denom: 'uom',
|
|
10219
|
+
chain_name: 'mantrachain'
|
|
10220
|
+
},
|
|
10221
|
+
chain: {
|
|
10222
|
+
channel_id: 'channel-85077'
|
|
10223
|
+
}
|
|
10224
|
+
}]
|
|
10225
|
+
},
|
|
9858
10226
|
{
|
|
9859
10227
|
description: 'The native token of Medas Digital Network',
|
|
9860
10228
|
denom_units: [{
|
|
@@ -10037,6 +10405,10 @@ const asset_list = {
|
|
|
10037
10405
|
primary_color_hex: '#cbfb06'
|
|
10038
10406
|
}
|
|
10039
10407
|
}],
|
|
10408
|
+
socials: {
|
|
10409
|
+
website: 'https://neutaro.com/',
|
|
10410
|
+
twitter: 'https://twitter.com/Timpi_TheNewWay'
|
|
10411
|
+
},
|
|
10040
10412
|
type_asset: 'sdk.coin',
|
|
10041
10413
|
traces: [{
|
|
10042
10414
|
type: 'ibc',
|
|
@@ -11083,7 +11455,7 @@ const asset_list = {
|
|
|
11083
11455
|
}]
|
|
11084
11456
|
},
|
|
11085
11457
|
{
|
|
11086
|
-
description: 'Persistence is a
|
|
11458
|
+
description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
|
|
11087
11459
|
denom_units: [{
|
|
11088
11460
|
denom: 'ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293',
|
|
11089
11461
|
exponent: 0,
|
|
@@ -14058,7 +14430,7 @@ const asset_list = {
|
|
|
14058
14430
|
}]
|
|
14059
14431
|
},
|
|
14060
14432
|
{
|
|
14061
|
-
description: 'The
|
|
14433
|
+
description: 'The QSR token has transitioned to a legacy token, with migration to the EVM ecosystem currently underway.',
|
|
14062
14434
|
denom_units: [{
|
|
14063
14435
|
denom: 'ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477',
|
|
14064
14436
|
exponent: 0,
|
|
@@ -14070,9 +14442,9 @@ const asset_list = {
|
|
|
14070
14442
|
}],
|
|
14071
14443
|
type_asset: 'sdk.coin',
|
|
14072
14444
|
base: 'ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477',
|
|
14073
|
-
name: 'Quasar',
|
|
14445
|
+
name: 'Quasar (legacy)',
|
|
14074
14446
|
display: 'qsr',
|
|
14075
|
-
symbol: 'QSR',
|
|
14447
|
+
symbol: 'QSR.legacy',
|
|
14076
14448
|
coingecko_id: 'quasar-2',
|
|
14077
14449
|
logo_URIs: {
|
|
14078
14450
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
|
|
@@ -15271,7 +15643,7 @@ const asset_list = {
|
|
|
15271
15643
|
}]
|
|
15272
15644
|
},
|
|
15273
15645
|
{
|
|
15274
|
-
description: 'STOS coin is the token for the Stratos
|
|
15646
|
+
description: 'STOS coin is the native token for the Stratos Blockchain. Stratos is a pioneering decentralized infrastructure service provider, revolutionizing AI and DePIN with advanced decentralized solutions in storage, computing, databases, and blockchain services. We empower Web 3.0 developpers and dApps through our scalable, reliable, and high-performance networks.',
|
|
15275
15647
|
denom_units: [
|
|
15276
15648
|
{
|
|
15277
15649
|
denom: 'ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C',
|
|
@@ -15303,6 +15675,15 @@ const asset_list = {
|
|
|
15303
15675
|
primary_color_hex: '#04847c'
|
|
15304
15676
|
}
|
|
15305
15677
|
}],
|
|
15678
|
+
socials: {
|
|
15679
|
+
website: 'https://www.thestratos.org/',
|
|
15680
|
+
twitter: 'https://x.com/Stratos_Network',
|
|
15681
|
+
discord: 'https://discord.gg/tpQGpC2nMh',
|
|
15682
|
+
telegram: 'https://t.me/StratosOfficial',
|
|
15683
|
+
reddit: 'https://www.reddit.com/r/stratoscommunity/',
|
|
15684
|
+
github: 'https://github.com/stratosnet',
|
|
15685
|
+
medium: 'https://stratos-network.medium.com/'
|
|
15686
|
+
},
|
|
15306
15687
|
type_asset: 'sdk.coin',
|
|
15307
15688
|
traces: [{
|
|
15308
15689
|
type: 'ibc',
|
|
@@ -15359,6 +15740,48 @@ const asset_list = {
|
|
|
15359
15740
|
}
|
|
15360
15741
|
}]
|
|
15361
15742
|
},
|
|
15743
|
+
{
|
|
15744
|
+
description: 'Synternet is a blockchain that powers modular, interoperable data infrastructure across all major chains.',
|
|
15745
|
+
denom_units: [{
|
|
15746
|
+
denom: 'ibc/1B454982D3746951510D3845145B83628D4ED380D95722C8077776C4689F973A',
|
|
15747
|
+
exponent: 0,
|
|
15748
|
+
aliases: ['usynt']
|
|
15749
|
+
}, {
|
|
15750
|
+
denom: 'SYNT',
|
|
15751
|
+
exponent: 6
|
|
15752
|
+
}],
|
|
15753
|
+
base: 'ibc/1B454982D3746951510D3845145B83628D4ED380D95722C8077776C4689F973A',
|
|
15754
|
+
name: 'Synternet',
|
|
15755
|
+
display: 'SYNT',
|
|
15756
|
+
symbol: 'SYNT',
|
|
15757
|
+
logo_URIs: {
|
|
15758
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
|
|
15759
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg'
|
|
15760
|
+
},
|
|
15761
|
+
images: [{
|
|
15762
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
|
|
15763
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg',
|
|
15764
|
+
theme: {
|
|
15765
|
+
primary_color_hex: '#272d45'
|
|
15766
|
+
}
|
|
15767
|
+
}],
|
|
15768
|
+
socials: {
|
|
15769
|
+
website: 'https://www.synternet.com/',
|
|
15770
|
+
twitter: 'https://twitter.com/synternet_com'
|
|
15771
|
+
},
|
|
15772
|
+
type_asset: 'sdk.coin',
|
|
15773
|
+
traces: [{
|
|
15774
|
+
type: 'ibc',
|
|
15775
|
+
counterparty: {
|
|
15776
|
+
channel_id: 'channel-1',
|
|
15777
|
+
base_denom: 'usynt',
|
|
15778
|
+
chain_name: 'synternet'
|
|
15779
|
+
},
|
|
15780
|
+
chain: {
|
|
15781
|
+
channel_id: 'channel-85186'
|
|
15782
|
+
}
|
|
15783
|
+
}]
|
|
15784
|
+
},
|
|
15362
15785
|
{
|
|
15363
15786
|
description: 'The native token of Teritori',
|
|
15364
15787
|
denom_units: [{
|
|
@@ -16761,7 +17184,7 @@ const asset_list = {
|
|
|
16761
17184
|
}]
|
|
16762
17185
|
},
|
|
16763
17186
|
{
|
|
16764
|
-
description: 'Persistence is a
|
|
17187
|
+
description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
|
|
16765
17188
|
denom_units: [{
|
|
16766
17189
|
denom: 'ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293',
|
|
16767
17190
|
exponent: 0,
|
|
@@ -19736,7 +20159,7 @@ const asset_list = {
|
|
|
19736
20159
|
}]
|
|
19737
20160
|
},
|
|
19738
20161
|
{
|
|
19739
|
-
description: 'The
|
|
20162
|
+
description: 'The QSR token has transitioned to a legacy token, with migration to the EVM ecosystem currently underway.',
|
|
19740
20163
|
denom_units: [{
|
|
19741
20164
|
denom: 'ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477',
|
|
19742
20165
|
exponent: 0,
|
|
@@ -19748,9 +20171,9 @@ const asset_list = {
|
|
|
19748
20171
|
}],
|
|
19749
20172
|
type_asset: 'sdk.coin',
|
|
19750
20173
|
base: 'ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477',
|
|
19751
|
-
name: 'Quasar',
|
|
20174
|
+
name: 'Quasar (legacy)',
|
|
19752
20175
|
display: 'qsr',
|
|
19753
|
-
symbol: 'QSR',
|
|
20176
|
+
symbol: 'QSR.legacy',
|
|
19754
20177
|
coingecko_id: 'quasar-2',
|
|
19755
20178
|
logo_URIs: {
|
|
19756
20179
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
|
|
@@ -20949,7 +21372,7 @@ const asset_list = {
|
|
|
20949
21372
|
}]
|
|
20950
21373
|
},
|
|
20951
21374
|
{
|
|
20952
|
-
description: 'STOS coin is the token for the Stratos
|
|
21375
|
+
description: 'STOS coin is the native token for the Stratos Blockchain. Stratos is a pioneering decentralized infrastructure service provider, revolutionizing AI and DePIN with advanced decentralized solutions in storage, computing, databases, and blockchain services. We empower Web 3.0 developpers and dApps through our scalable, reliable, and high-performance networks.',
|
|
20953
21376
|
denom_units: [
|
|
20954
21377
|
{
|
|
20955
21378
|
denom: 'ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C',
|
|
@@ -20981,6 +21404,15 @@ const asset_list = {
|
|
|
20981
21404
|
primary_color_hex: '#04847c'
|
|
20982
21405
|
}
|
|
20983
21406
|
}],
|
|
21407
|
+
socials: {
|
|
21408
|
+
website: 'https://www.thestratos.org/',
|
|
21409
|
+
twitter: 'https://x.com/Stratos_Network',
|
|
21410
|
+
discord: 'https://discord.gg/tpQGpC2nMh',
|
|
21411
|
+
telegram: 'https://t.me/StratosOfficial',
|
|
21412
|
+
reddit: 'https://www.reddit.com/r/stratoscommunity/',
|
|
21413
|
+
github: 'https://github.com/stratosnet',
|
|
21414
|
+
medium: 'https://stratos-network.medium.com/'
|
|
21415
|
+
},
|
|
20984
21416
|
type_asset: 'sdk.coin',
|
|
20985
21417
|
traces: [{
|
|
20986
21418
|
type: 'ibc',
|
|
@@ -21037,6 +21469,48 @@ const asset_list = {
|
|
|
21037
21469
|
}
|
|
21038
21470
|
}]
|
|
21039
21471
|
},
|
|
21472
|
+
{
|
|
21473
|
+
description: 'Synternet is a blockchain that powers modular, interoperable data infrastructure across all major chains.',
|
|
21474
|
+
denom_units: [{
|
|
21475
|
+
denom: 'ibc/1B454982D3746951510D3845145B83628D4ED380D95722C8077776C4689F973A',
|
|
21476
|
+
exponent: 0,
|
|
21477
|
+
aliases: ['usynt']
|
|
21478
|
+
}, {
|
|
21479
|
+
denom: 'SYNT',
|
|
21480
|
+
exponent: 6
|
|
21481
|
+
}],
|
|
21482
|
+
base: 'ibc/1B454982D3746951510D3845145B83628D4ED380D95722C8077776C4689F973A',
|
|
21483
|
+
name: 'Synternet',
|
|
21484
|
+
display: 'SYNT',
|
|
21485
|
+
symbol: 'SYNT',
|
|
21486
|
+
logo_URIs: {
|
|
21487
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
|
|
21488
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg'
|
|
21489
|
+
},
|
|
21490
|
+
images: [{
|
|
21491
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
|
|
21492
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg',
|
|
21493
|
+
theme: {
|
|
21494
|
+
primary_color_hex: '#272d45'
|
|
21495
|
+
}
|
|
21496
|
+
}],
|
|
21497
|
+
socials: {
|
|
21498
|
+
website: 'https://www.synternet.com/',
|
|
21499
|
+
twitter: 'https://twitter.com/synternet_com'
|
|
21500
|
+
},
|
|
21501
|
+
type_asset: 'sdk.coin',
|
|
21502
|
+
traces: [{
|
|
21503
|
+
type: 'ibc',
|
|
21504
|
+
counterparty: {
|
|
21505
|
+
channel_id: 'channel-1',
|
|
21506
|
+
base_denom: 'usynt',
|
|
21507
|
+
chain_name: 'synternet'
|
|
21508
|
+
},
|
|
21509
|
+
chain: {
|
|
21510
|
+
channel_id: 'channel-85186'
|
|
21511
|
+
}
|
|
21512
|
+
}]
|
|
21513
|
+
},
|
|
21040
21514
|
{
|
|
21041
21515
|
description: 'The native token of Teritori',
|
|
21042
21516
|
denom_units: [{
|
|
@@ -22456,16 +22930,6 @@ const asset_list = {
|
|
|
22456
22930
|
name: 'BackBone Labs Liquid Staked HUAHUA',
|
|
22457
22931
|
display: 'bHUAHUA',
|
|
22458
22932
|
symbol: 'bHUAHUA',
|
|
22459
|
-
images: [{
|
|
22460
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png',
|
|
22461
|
-
theme: {
|
|
22462
|
-
primary_color_hex: '#f2bd3a'
|
|
22463
|
-
}
|
|
22464
|
-
}],
|
|
22465
|
-
logo_URIs: {
|
|
22466
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png'
|
|
22467
|
-
},
|
|
22468
|
-
coingecko_id: 'backbone-labs-staked-huahua',
|
|
22469
22933
|
traces: [{
|
|
22470
22934
|
type: 'ibc-cw20',
|
|
22471
22935
|
counterparty: {
|
|
@@ -22478,7 +22942,17 @@ const asset_list = {
|
|
|
22478
22942
|
port: 'transfer',
|
|
22479
22943
|
channel_id: 'channel-11348'
|
|
22480
22944
|
}
|
|
22481
|
-
}]
|
|
22945
|
+
}],
|
|
22946
|
+
images: [{
|
|
22947
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png',
|
|
22948
|
+
theme: {
|
|
22949
|
+
primary_color_hex: '#f2bd3a'
|
|
22950
|
+
}
|
|
22951
|
+
}],
|
|
22952
|
+
logo_URIs: {
|
|
22953
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png'
|
|
22954
|
+
},
|
|
22955
|
+
coingecko_id: 'backbone-labs-staked-huahua'
|
|
22482
22956
|
},
|
|
22483
22957
|
{
|
|
22484
22958
|
description: 'The native token cw20 for Neta on Juno Chain',
|
|
@@ -25203,13 +25677,6 @@ const asset_list = {
|
|
|
25203
25677
|
logo_URIs: {
|
|
25204
25678
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png'
|
|
25205
25679
|
},
|
|
25206
|
-
images: [{
|
|
25207
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png',
|
|
25208
|
-
theme: {
|
|
25209
|
-
primary_color_hex: '#d17e7f'
|
|
25210
|
-
}
|
|
25211
|
-
}],
|
|
25212
|
-
coingecko_id: 'backbone-labs-staked-juno',
|
|
25213
25680
|
traces: [{
|
|
25214
25681
|
type: 'ibc-cw20',
|
|
25215
25682
|
counterparty: {
|
|
@@ -25222,7 +25689,14 @@ const asset_list = {
|
|
|
25222
25689
|
port: 'transfer',
|
|
25223
25690
|
channel_id: 'channel-169'
|
|
25224
25691
|
}
|
|
25225
|
-
}]
|
|
25692
|
+
}],
|
|
25693
|
+
images: [{
|
|
25694
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png',
|
|
25695
|
+
theme: {
|
|
25696
|
+
primary_color_hex: '#d17e7f'
|
|
25697
|
+
}
|
|
25698
|
+
}],
|
|
25699
|
+
coingecko_id: 'backbone-labs-staked-juno'
|
|
25226
25700
|
},
|
|
25227
25701
|
{
|
|
25228
25702
|
description: 'Airdrop For All [AFA - New Name on Cosmos Ecosystem, A4A - Old Name on TurtleNetwork] is a token from turtleNetwork towards cosmos ecosystem.',
|
|
@@ -25355,16 +25829,6 @@ const asset_list = {
|
|
|
25355
25829
|
name: 'BackBone Labs Liquid Staked HUAHUA',
|
|
25356
25830
|
display: 'bHUAHUA',
|
|
25357
25831
|
symbol: 'bHUAHUA',
|
|
25358
|
-
images: [{
|
|
25359
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png',
|
|
25360
|
-
theme: {
|
|
25361
|
-
primary_color_hex: '#f2bd3a'
|
|
25362
|
-
}
|
|
25363
|
-
}],
|
|
25364
|
-
logo_URIs: {
|
|
25365
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png'
|
|
25366
|
-
},
|
|
25367
|
-
coingecko_id: 'backbone-labs-staked-huahua',
|
|
25368
25832
|
traces: [{
|
|
25369
25833
|
type: 'ibc-cw20',
|
|
25370
25834
|
counterparty: {
|
|
@@ -25377,7 +25841,17 @@ const asset_list = {
|
|
|
25377
25841
|
port: 'transfer',
|
|
25378
25842
|
channel_id: 'channel-11348'
|
|
25379
25843
|
}
|
|
25380
|
-
}]
|
|
25844
|
+
}],
|
|
25845
|
+
images: [{
|
|
25846
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png',
|
|
25847
|
+
theme: {
|
|
25848
|
+
primary_color_hex: '#f2bd3a'
|
|
25849
|
+
}
|
|
25850
|
+
}],
|
|
25851
|
+
logo_URIs: {
|
|
25852
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png'
|
|
25853
|
+
},
|
|
25854
|
+
coingecko_id: 'backbone-labs-staked-huahua'
|
|
25381
25855
|
},
|
|
25382
25856
|
{
|
|
25383
25857
|
description: 'The native token cw20 for Neta on Juno Chain',
|
|
@@ -28102,13 +28576,6 @@ const asset_list = {
|
|
|
28102
28576
|
logo_URIs: {
|
|
28103
28577
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png'
|
|
28104
28578
|
},
|
|
28105
|
-
images: [{
|
|
28106
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png',
|
|
28107
|
-
theme: {
|
|
28108
|
-
primary_color_hex: '#d17e7f'
|
|
28109
|
-
}
|
|
28110
|
-
}],
|
|
28111
|
-
coingecko_id: 'backbone-labs-staked-juno',
|
|
28112
28579
|
traces: [{
|
|
28113
28580
|
type: 'ibc-cw20',
|
|
28114
28581
|
counterparty: {
|
|
@@ -28121,7 +28588,14 @@ const asset_list = {
|
|
|
28121
28588
|
port: 'transfer',
|
|
28122
28589
|
channel_id: 'channel-169'
|
|
28123
28590
|
}
|
|
28124
|
-
}]
|
|
28591
|
+
}],
|
|
28592
|
+
images: [{
|
|
28593
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png',
|
|
28594
|
+
theme: {
|
|
28595
|
+
primary_color_hex: '#d17e7f'
|
|
28596
|
+
}
|
|
28597
|
+
}],
|
|
28598
|
+
coingecko_id: 'backbone-labs-staked-juno'
|
|
28125
28599
|
},
|
|
28126
28600
|
{
|
|
28127
28601
|
description: 'Airdrop For All [AFA - New Name on Cosmos Ecosystem, A4A - Old Name on TurtleNetwork] is a token from turtleNetwork towards cosmos ecosystem.',
|
|
@@ -36365,13 +36839,6 @@ const asset_list = {
|
|
|
36365
36839
|
logo_URIs: {
|
|
36366
36840
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png'
|
|
36367
36841
|
},
|
|
36368
|
-
images: [{
|
|
36369
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
|
|
36370
|
-
theme: {
|
|
36371
|
-
primary_color_hex: '#070707'
|
|
36372
|
-
}
|
|
36373
|
-
}],
|
|
36374
|
-
coingecko_id: 'backbone-labs-staked-luna',
|
|
36375
36842
|
traces: [{
|
|
36376
36843
|
type: 'ibc-cw20',
|
|
36377
36844
|
counterparty: {
|
|
@@ -36384,7 +36851,14 @@ const asset_list = {
|
|
|
36384
36851
|
port: 'transfer',
|
|
36385
36852
|
channel_id: 'channel-559'
|
|
36386
36853
|
}
|
|
36387
|
-
}]
|
|
36854
|
+
}],
|
|
36855
|
+
images: [{
|
|
36856
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
|
|
36857
|
+
theme: {
|
|
36858
|
+
primary_color_hex: '#070707'
|
|
36859
|
+
}
|
|
36860
|
+
}],
|
|
36861
|
+
coingecko_id: 'backbone-labs-staked-luna'
|
|
36388
36862
|
},
|
|
36389
36863
|
{
|
|
36390
36864
|
description: 'Sayve is a revolutionary language learning app in the Web3 era that combines gamification, blockchain technology, and a Metaverse experience to motivate users to learn languages while earning rewards.',
|
|
@@ -45099,13 +45573,6 @@ const asset_list = {
|
|
|
45099
45573
|
logo_URIs: {
|
|
45100
45574
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png'
|
|
45101
45575
|
},
|
|
45102
|
-
images: [{
|
|
45103
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
|
|
45104
|
-
theme: {
|
|
45105
|
-
primary_color_hex: '#070707'
|
|
45106
|
-
}
|
|
45107
|
-
}],
|
|
45108
|
-
coingecko_id: 'backbone-labs-staked-luna',
|
|
45109
45576
|
traces: [{
|
|
45110
45577
|
type: 'ibc-cw20',
|
|
45111
45578
|
counterparty: {
|
|
@@ -45118,7 +45585,14 @@ const asset_list = {
|
|
|
45118
45585
|
port: 'transfer',
|
|
45119
45586
|
channel_id: 'channel-559'
|
|
45120
45587
|
}
|
|
45121
|
-
}]
|
|
45588
|
+
}],
|
|
45589
|
+
images: [{
|
|
45590
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
|
|
45591
|
+
theme: {
|
|
45592
|
+
primary_color_hex: '#070707'
|
|
45593
|
+
}
|
|
45594
|
+
}],
|
|
45595
|
+
coingecko_id: 'backbone-labs-staked-luna'
|
|
45122
45596
|
},
|
|
45123
45597
|
{
|
|
45124
45598
|
description: 'Sayve is a revolutionary language learning app in the Web3 era that combines gamification, blockchain technology, and a Metaverse experience to motivate users to learn languages while earning rewards.',
|