@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/esm/asset_list.js
CHANGED
|
@@ -425,6 +425,40 @@ const asset_list = {
|
|
|
425
425
|
}
|
|
426
426
|
}]
|
|
427
427
|
},
|
|
428
|
+
{
|
|
429
|
+
description: 'Architects Token',
|
|
430
|
+
type_asset: 'cw20',
|
|
431
|
+
address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
432
|
+
denom_units: [{
|
|
433
|
+
denom: 'ibc/3838496384B98CEDA02B5030FACFC4DEAFCA368568B9EAC186AA7E8C4359933F',
|
|
434
|
+
exponent: 0,
|
|
435
|
+
aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
|
|
436
|
+
}, {
|
|
437
|
+
denom: 'TOKN',
|
|
438
|
+
exponent: 18
|
|
439
|
+
}],
|
|
440
|
+
base: 'ibc/3838496384B98CEDA02B5030FACFC4DEAFCA368568B9EAC186AA7E8C4359933F',
|
|
441
|
+
name: 'Architects Token',
|
|
442
|
+
display: 'TOKN',
|
|
443
|
+
symbol: 'TOKN',
|
|
444
|
+
logo_URIs: {
|
|
445
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
446
|
+
},
|
|
447
|
+
images: [{
|
|
448
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
449
|
+
}],
|
|
450
|
+
traces: [{
|
|
451
|
+
type: 'ibc',
|
|
452
|
+
counterparty: {
|
|
453
|
+
channel_id: 'channel-1',
|
|
454
|
+
base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
455
|
+
chain_name: 'archway'
|
|
456
|
+
},
|
|
457
|
+
chain: {
|
|
458
|
+
channel_id: 'channel-1429'
|
|
459
|
+
}
|
|
460
|
+
}]
|
|
461
|
+
},
|
|
428
462
|
{
|
|
429
463
|
description: 'The native token of Arkhadian',
|
|
430
464
|
denom_units: [{
|
|
@@ -510,6 +544,45 @@ const asset_list = {
|
|
|
510
544
|
}
|
|
511
545
|
}]
|
|
512
546
|
},
|
|
547
|
+
{
|
|
548
|
+
description: 'The native staking and governance token of AtomOne',
|
|
549
|
+
denom_units: [{
|
|
550
|
+
denom: 'ibc/715283E4A955EB803AB1DD30B488587A4D63BF0B51BADA537053DEE479BA10D6',
|
|
551
|
+
exponent: 0,
|
|
552
|
+
aliases: ['uatone']
|
|
553
|
+
}, {
|
|
554
|
+
denom: 'atone',
|
|
555
|
+
exponent: 6
|
|
556
|
+
}],
|
|
557
|
+
base: 'ibc/715283E4A955EB803AB1DD30B488587A4D63BF0B51BADA537053DEE479BA10D6',
|
|
558
|
+
name: 'Atone',
|
|
559
|
+
display: 'atone',
|
|
560
|
+
symbol: 'ATONE',
|
|
561
|
+
logo_URIs: {
|
|
562
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
563
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
564
|
+
},
|
|
565
|
+
images: [{
|
|
566
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
567
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
568
|
+
}],
|
|
569
|
+
type_asset: 'sdk.coin',
|
|
570
|
+
socials: {
|
|
571
|
+
website: 'https://atom.one',
|
|
572
|
+
twitter: 'https://x.com/_atomone'
|
|
573
|
+
},
|
|
574
|
+
traces: [{
|
|
575
|
+
type: 'ibc',
|
|
576
|
+
counterparty: {
|
|
577
|
+
channel_id: 'channel-0',
|
|
578
|
+
base_denom: 'uatone',
|
|
579
|
+
chain_name: 'atomone'
|
|
580
|
+
},
|
|
581
|
+
chain: {
|
|
582
|
+
channel_id: 'channel-85309'
|
|
583
|
+
}
|
|
584
|
+
}]
|
|
585
|
+
},
|
|
513
586
|
{
|
|
514
587
|
description: 'The native token of Aura Network',
|
|
515
588
|
denom_units: [{
|
|
@@ -636,7 +709,7 @@ const asset_list = {
|
|
|
636
709
|
}]
|
|
637
710
|
},
|
|
638
711
|
{
|
|
639
|
-
description: 'BeeZee native
|
|
712
|
+
description: 'BeeZee network native coin',
|
|
640
713
|
denom_units: [{
|
|
641
714
|
denom: 'ibc/C822645522FC3EECF817609AA38C24B64D04F5C267A23BCCF8F2E3BC5755FA88',
|
|
642
715
|
exponent: 0,
|
|
@@ -662,6 +735,10 @@ const asset_list = {
|
|
|
662
735
|
}
|
|
663
736
|
}],
|
|
664
737
|
type_asset: 'sdk.coin',
|
|
738
|
+
socials: {
|
|
739
|
+
website: 'https://getbze.com/',
|
|
740
|
+
twitter: 'https://x.com/BZEdgeCoin'
|
|
741
|
+
},
|
|
665
742
|
traces: [{
|
|
666
743
|
type: 'ibc',
|
|
667
744
|
counterparty: {
|
|
@@ -3123,7 +3200,7 @@ const asset_list = {
|
|
|
3123
3200
|
},
|
|
3124
3201
|
socials: {
|
|
3125
3202
|
website: 'https://islamiccoin.net',
|
|
3126
|
-
twitter: 'https://x.com/
|
|
3203
|
+
twitter: 'https://x.com/islamic_coin'
|
|
3127
3204
|
},
|
|
3128
3205
|
images: [{
|
|
3129
3206
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
@@ -3592,6 +3669,46 @@ const asset_list = {
|
|
|
3592
3669
|
}
|
|
3593
3670
|
}]
|
|
3594
3671
|
},
|
|
3672
|
+
{
|
|
3673
|
+
description: 'Int3face blockchain native token',
|
|
3674
|
+
denom_units: [{
|
|
3675
|
+
denom: 'ibc/7D29C888219883C47C623578ACACFC89CC29AA70FBF09C895A1EED911BF90F32',
|
|
3676
|
+
exponent: 0,
|
|
3677
|
+
aliases: ['uint3']
|
|
3678
|
+
}, {
|
|
3679
|
+
denom: 'int3',
|
|
3680
|
+
exponent: 6
|
|
3681
|
+
}],
|
|
3682
|
+
base: 'ibc/7D29C888219883C47C623578ACACFC89CC29AA70FBF09C895A1EED911BF90F32',
|
|
3683
|
+
name: 'Int3face Token',
|
|
3684
|
+
display: 'int3',
|
|
3685
|
+
symbol: 'INT3',
|
|
3686
|
+
logo_URIs: {
|
|
3687
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png'
|
|
3688
|
+
},
|
|
3689
|
+
images: [{
|
|
3690
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png',
|
|
3691
|
+
theme: {
|
|
3692
|
+
primary_color_hex: '#3d3d3d'
|
|
3693
|
+
}
|
|
3694
|
+
}],
|
|
3695
|
+
socials: {
|
|
3696
|
+
website: 'https://int3face.io/',
|
|
3697
|
+
twitter: 'https://x.com/int3face'
|
|
3698
|
+
},
|
|
3699
|
+
type_asset: 'sdk.coin',
|
|
3700
|
+
traces: [{
|
|
3701
|
+
type: 'ibc',
|
|
3702
|
+
counterparty: {
|
|
3703
|
+
channel_id: 'channel-0',
|
|
3704
|
+
base_denom: 'uint3',
|
|
3705
|
+
chain_name: 'int3face'
|
|
3706
|
+
},
|
|
3707
|
+
chain: {
|
|
3708
|
+
channel_id: 'channel-82819'
|
|
3709
|
+
}
|
|
3710
|
+
}]
|
|
3711
|
+
},
|
|
3595
3712
|
{
|
|
3596
3713
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
3597
3714
|
denom_units: [{
|
|
@@ -4371,6 +4488,71 @@ const asset_list = {
|
|
|
4371
4488
|
}
|
|
4372
4489
|
}]
|
|
4373
4490
|
},
|
|
4491
|
+
{
|
|
4492
|
+
description: 'The native token of MANTRA',
|
|
4493
|
+
denom_units: [{
|
|
4494
|
+
denom: 'ibc/164807F6226F91990F358C6467EEE8B162E437BDCD3DADEC3F0CE20693720795',
|
|
4495
|
+
exponent: 0,
|
|
4496
|
+
aliases: ['uom']
|
|
4497
|
+
}, {
|
|
4498
|
+
denom: 'om',
|
|
4499
|
+
exponent: 6
|
|
4500
|
+
}],
|
|
4501
|
+
type_asset: 'sdk.coin',
|
|
4502
|
+
base: 'ibc/164807F6226F91990F358C6467EEE8B162E437BDCD3DADEC3F0CE20693720795',
|
|
4503
|
+
name: 'MANTRA Chain',
|
|
4504
|
+
display: 'om',
|
|
4505
|
+
symbol: 'OM',
|
|
4506
|
+
coingecko_id: 'mantra-dao',
|
|
4507
|
+
keywords: [
|
|
4508
|
+
'rwa',
|
|
4509
|
+
'wasm',
|
|
4510
|
+
'staking'
|
|
4511
|
+
],
|
|
4512
|
+
images: [
|
|
4513
|
+
{
|
|
4514
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
4515
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
4516
|
+
theme: {
|
|
4517
|
+
circle: true,
|
|
4518
|
+
primary_color_hex: '#fba0c1'
|
|
4519
|
+
}
|
|
4520
|
+
},
|
|
4521
|
+
{
|
|
4522
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
|
|
4523
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
|
|
4524
|
+
theme: {
|
|
4525
|
+
dark_mode: true,
|
|
4526
|
+
circle: true,
|
|
4527
|
+
primary_color_hex: '#342c2c'
|
|
4528
|
+
}
|
|
4529
|
+
},
|
|
4530
|
+
{
|
|
4531
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
|
|
4532
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
|
|
4533
|
+
theme: {
|
|
4534
|
+
dark_mode: false,
|
|
4535
|
+
circle: true,
|
|
4536
|
+
primary_color_hex: '#342c2c'
|
|
4537
|
+
}
|
|
4538
|
+
}
|
|
4539
|
+
],
|
|
4540
|
+
socials: {
|
|
4541
|
+
website: 'https://www.mantrachain.io/',
|
|
4542
|
+
twitter: 'https://x.com/MANTRA_Chain'
|
|
4543
|
+
},
|
|
4544
|
+
traces: [{
|
|
4545
|
+
type: 'ibc',
|
|
4546
|
+
counterparty: {
|
|
4547
|
+
channel_id: 'channel-0',
|
|
4548
|
+
base_denom: 'uom',
|
|
4549
|
+
chain_name: 'mantrachain'
|
|
4550
|
+
},
|
|
4551
|
+
chain: {
|
|
4552
|
+
channel_id: 'channel-85077'
|
|
4553
|
+
}
|
|
4554
|
+
}]
|
|
4555
|
+
},
|
|
4374
4556
|
{
|
|
4375
4557
|
description: 'The native token of Medas Digital Network',
|
|
4376
4558
|
denom_units: [{
|
|
@@ -4553,6 +4735,10 @@ const asset_list = {
|
|
|
4553
4735
|
primary_color_hex: '#cbfb06'
|
|
4554
4736
|
}
|
|
4555
4737
|
}],
|
|
4738
|
+
socials: {
|
|
4739
|
+
website: 'https://neutaro.com/',
|
|
4740
|
+
twitter: 'https://twitter.com/Timpi_TheNewWay'
|
|
4741
|
+
},
|
|
4556
4742
|
type_asset: 'sdk.coin',
|
|
4557
4743
|
traces: [{
|
|
4558
4744
|
type: 'ibc',
|
|
@@ -5907,6 +6093,40 @@ const asset_list = {
|
|
|
5907
6093
|
}
|
|
5908
6094
|
}]
|
|
5909
6095
|
},
|
|
6096
|
+
{
|
|
6097
|
+
description: 'Architects Token',
|
|
6098
|
+
type_asset: 'cw20',
|
|
6099
|
+
address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
6100
|
+
denom_units: [{
|
|
6101
|
+
denom: 'ibc/3838496384B98CEDA02B5030FACFC4DEAFCA368568B9EAC186AA7E8C4359933F',
|
|
6102
|
+
exponent: 0,
|
|
6103
|
+
aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
|
|
6104
|
+
}, {
|
|
6105
|
+
denom: 'TOKN',
|
|
6106
|
+
exponent: 18
|
|
6107
|
+
}],
|
|
6108
|
+
base: 'ibc/3838496384B98CEDA02B5030FACFC4DEAFCA368568B9EAC186AA7E8C4359933F',
|
|
6109
|
+
name: 'Architects Token',
|
|
6110
|
+
display: 'TOKN',
|
|
6111
|
+
symbol: 'TOKN',
|
|
6112
|
+
logo_URIs: {
|
|
6113
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
6114
|
+
},
|
|
6115
|
+
images: [{
|
|
6116
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
6117
|
+
}],
|
|
6118
|
+
traces: [{
|
|
6119
|
+
type: 'ibc',
|
|
6120
|
+
counterparty: {
|
|
6121
|
+
channel_id: 'channel-1',
|
|
6122
|
+
base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
6123
|
+
chain_name: 'archway'
|
|
6124
|
+
},
|
|
6125
|
+
chain: {
|
|
6126
|
+
channel_id: 'channel-1429'
|
|
6127
|
+
}
|
|
6128
|
+
}]
|
|
6129
|
+
},
|
|
5910
6130
|
{
|
|
5911
6131
|
description: 'The native token of Arkhadian',
|
|
5912
6132
|
denom_units: [{
|
|
@@ -5992,6 +6212,45 @@ const asset_list = {
|
|
|
5992
6212
|
}
|
|
5993
6213
|
}]
|
|
5994
6214
|
},
|
|
6215
|
+
{
|
|
6216
|
+
description: 'The native staking and governance token of AtomOne',
|
|
6217
|
+
denom_units: [{
|
|
6218
|
+
denom: 'ibc/715283E4A955EB803AB1DD30B488587A4D63BF0B51BADA537053DEE479BA10D6',
|
|
6219
|
+
exponent: 0,
|
|
6220
|
+
aliases: ['uatone']
|
|
6221
|
+
}, {
|
|
6222
|
+
denom: 'atone',
|
|
6223
|
+
exponent: 6
|
|
6224
|
+
}],
|
|
6225
|
+
base: 'ibc/715283E4A955EB803AB1DD30B488587A4D63BF0B51BADA537053DEE479BA10D6',
|
|
6226
|
+
name: 'Atone',
|
|
6227
|
+
display: 'atone',
|
|
6228
|
+
symbol: 'ATONE',
|
|
6229
|
+
logo_URIs: {
|
|
6230
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
6231
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
6232
|
+
},
|
|
6233
|
+
images: [{
|
|
6234
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
6235
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
6236
|
+
}],
|
|
6237
|
+
type_asset: 'sdk.coin',
|
|
6238
|
+
socials: {
|
|
6239
|
+
website: 'https://atom.one',
|
|
6240
|
+
twitter: 'https://x.com/_atomone'
|
|
6241
|
+
},
|
|
6242
|
+
traces: [{
|
|
6243
|
+
type: 'ibc',
|
|
6244
|
+
counterparty: {
|
|
6245
|
+
channel_id: 'channel-0',
|
|
6246
|
+
base_denom: 'uatone',
|
|
6247
|
+
chain_name: 'atomone'
|
|
6248
|
+
},
|
|
6249
|
+
chain: {
|
|
6250
|
+
channel_id: 'channel-85309'
|
|
6251
|
+
}
|
|
6252
|
+
}]
|
|
6253
|
+
},
|
|
5995
6254
|
{
|
|
5996
6255
|
description: 'The native token of Aura Network',
|
|
5997
6256
|
denom_units: [{
|
|
@@ -6118,7 +6377,7 @@ const asset_list = {
|
|
|
6118
6377
|
}]
|
|
6119
6378
|
},
|
|
6120
6379
|
{
|
|
6121
|
-
description: 'BeeZee native
|
|
6380
|
+
description: 'BeeZee network native coin',
|
|
6122
6381
|
denom_units: [{
|
|
6123
6382
|
denom: 'ibc/C822645522FC3EECF817609AA38C24B64D04F5C267A23BCCF8F2E3BC5755FA88',
|
|
6124
6383
|
exponent: 0,
|
|
@@ -6144,6 +6403,10 @@ const asset_list = {
|
|
|
6144
6403
|
}
|
|
6145
6404
|
}],
|
|
6146
6405
|
type_asset: 'sdk.coin',
|
|
6406
|
+
socials: {
|
|
6407
|
+
website: 'https://getbze.com/',
|
|
6408
|
+
twitter: 'https://x.com/BZEdgeCoin'
|
|
6409
|
+
},
|
|
6147
6410
|
traces: [{
|
|
6148
6411
|
type: 'ibc',
|
|
6149
6412
|
counterparty: {
|
|
@@ -8605,7 +8868,7 @@ const asset_list = {
|
|
|
8605
8868
|
},
|
|
8606
8869
|
socials: {
|
|
8607
8870
|
website: 'https://islamiccoin.net',
|
|
8608
|
-
twitter: 'https://x.com/
|
|
8871
|
+
twitter: 'https://x.com/islamic_coin'
|
|
8609
8872
|
},
|
|
8610
8873
|
images: [{
|
|
8611
8874
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
@@ -9074,6 +9337,46 @@ const asset_list = {
|
|
|
9074
9337
|
}
|
|
9075
9338
|
}]
|
|
9076
9339
|
},
|
|
9340
|
+
{
|
|
9341
|
+
description: 'Int3face blockchain native token',
|
|
9342
|
+
denom_units: [{
|
|
9343
|
+
denom: 'ibc/7D29C888219883C47C623578ACACFC89CC29AA70FBF09C895A1EED911BF90F32',
|
|
9344
|
+
exponent: 0,
|
|
9345
|
+
aliases: ['uint3']
|
|
9346
|
+
}, {
|
|
9347
|
+
denom: 'int3',
|
|
9348
|
+
exponent: 6
|
|
9349
|
+
}],
|
|
9350
|
+
base: 'ibc/7D29C888219883C47C623578ACACFC89CC29AA70FBF09C895A1EED911BF90F32',
|
|
9351
|
+
name: 'Int3face Token',
|
|
9352
|
+
display: 'int3',
|
|
9353
|
+
symbol: 'INT3',
|
|
9354
|
+
logo_URIs: {
|
|
9355
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png'
|
|
9356
|
+
},
|
|
9357
|
+
images: [{
|
|
9358
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png',
|
|
9359
|
+
theme: {
|
|
9360
|
+
primary_color_hex: '#3d3d3d'
|
|
9361
|
+
}
|
|
9362
|
+
}],
|
|
9363
|
+
socials: {
|
|
9364
|
+
website: 'https://int3face.io/',
|
|
9365
|
+
twitter: 'https://x.com/int3face'
|
|
9366
|
+
},
|
|
9367
|
+
type_asset: 'sdk.coin',
|
|
9368
|
+
traces: [{
|
|
9369
|
+
type: 'ibc',
|
|
9370
|
+
counterparty: {
|
|
9371
|
+
channel_id: 'channel-0',
|
|
9372
|
+
base_denom: 'uint3',
|
|
9373
|
+
chain_name: 'int3face'
|
|
9374
|
+
},
|
|
9375
|
+
chain: {
|
|
9376
|
+
channel_id: 'channel-82819'
|
|
9377
|
+
}
|
|
9378
|
+
}]
|
|
9379
|
+
},
|
|
9077
9380
|
{
|
|
9078
9381
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
9079
9382
|
denom_units: [{
|
|
@@ -9853,6 +10156,71 @@ const asset_list = {
|
|
|
9853
10156
|
}
|
|
9854
10157
|
}]
|
|
9855
10158
|
},
|
|
10159
|
+
{
|
|
10160
|
+
description: 'The native token of MANTRA',
|
|
10161
|
+
denom_units: [{
|
|
10162
|
+
denom: 'ibc/164807F6226F91990F358C6467EEE8B162E437BDCD3DADEC3F0CE20693720795',
|
|
10163
|
+
exponent: 0,
|
|
10164
|
+
aliases: ['uom']
|
|
10165
|
+
}, {
|
|
10166
|
+
denom: 'om',
|
|
10167
|
+
exponent: 6
|
|
10168
|
+
}],
|
|
10169
|
+
type_asset: 'sdk.coin',
|
|
10170
|
+
base: 'ibc/164807F6226F91990F358C6467EEE8B162E437BDCD3DADEC3F0CE20693720795',
|
|
10171
|
+
name: 'MANTRA Chain',
|
|
10172
|
+
display: 'om',
|
|
10173
|
+
symbol: 'OM',
|
|
10174
|
+
coingecko_id: 'mantra-dao',
|
|
10175
|
+
keywords: [
|
|
10176
|
+
'rwa',
|
|
10177
|
+
'wasm',
|
|
10178
|
+
'staking'
|
|
10179
|
+
],
|
|
10180
|
+
images: [
|
|
10181
|
+
{
|
|
10182
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
10183
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
10184
|
+
theme: {
|
|
10185
|
+
circle: true,
|
|
10186
|
+
primary_color_hex: '#fba0c1'
|
|
10187
|
+
}
|
|
10188
|
+
},
|
|
10189
|
+
{
|
|
10190
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
|
|
10191
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
|
|
10192
|
+
theme: {
|
|
10193
|
+
dark_mode: true,
|
|
10194
|
+
circle: true,
|
|
10195
|
+
primary_color_hex: '#342c2c'
|
|
10196
|
+
}
|
|
10197
|
+
},
|
|
10198
|
+
{
|
|
10199
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
|
|
10200
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
|
|
10201
|
+
theme: {
|
|
10202
|
+
dark_mode: false,
|
|
10203
|
+
circle: true,
|
|
10204
|
+
primary_color_hex: '#342c2c'
|
|
10205
|
+
}
|
|
10206
|
+
}
|
|
10207
|
+
],
|
|
10208
|
+
socials: {
|
|
10209
|
+
website: 'https://www.mantrachain.io/',
|
|
10210
|
+
twitter: 'https://x.com/MANTRA_Chain'
|
|
10211
|
+
},
|
|
10212
|
+
traces: [{
|
|
10213
|
+
type: 'ibc',
|
|
10214
|
+
counterparty: {
|
|
10215
|
+
channel_id: 'channel-0',
|
|
10216
|
+
base_denom: 'uom',
|
|
10217
|
+
chain_name: 'mantrachain'
|
|
10218
|
+
},
|
|
10219
|
+
chain: {
|
|
10220
|
+
channel_id: 'channel-85077'
|
|
10221
|
+
}
|
|
10222
|
+
}]
|
|
10223
|
+
},
|
|
9856
10224
|
{
|
|
9857
10225
|
description: 'The native token of Medas Digital Network',
|
|
9858
10226
|
denom_units: [{
|
|
@@ -10035,6 +10403,10 @@ const asset_list = {
|
|
|
10035
10403
|
primary_color_hex: '#cbfb06'
|
|
10036
10404
|
}
|
|
10037
10405
|
}],
|
|
10406
|
+
socials: {
|
|
10407
|
+
website: 'https://neutaro.com/',
|
|
10408
|
+
twitter: 'https://twitter.com/Timpi_TheNewWay'
|
|
10409
|
+
},
|
|
10038
10410
|
type_asset: 'sdk.coin',
|
|
10039
10411
|
traces: [{
|
|
10040
10412
|
type: 'ibc',
|
|
@@ -11081,7 +11453,7 @@ const asset_list = {
|
|
|
11081
11453
|
}]
|
|
11082
11454
|
},
|
|
11083
11455
|
{
|
|
11084
|
-
description: 'Persistence is a
|
|
11456
|
+
description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
|
|
11085
11457
|
denom_units: [{
|
|
11086
11458
|
denom: 'ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293',
|
|
11087
11459
|
exponent: 0,
|
|
@@ -14056,7 +14428,7 @@ const asset_list = {
|
|
|
14056
14428
|
}]
|
|
14057
14429
|
},
|
|
14058
14430
|
{
|
|
14059
|
-
description: 'The
|
|
14431
|
+
description: 'The QSR token has transitioned to a legacy token, with migration to the EVM ecosystem currently underway.',
|
|
14060
14432
|
denom_units: [{
|
|
14061
14433
|
denom: 'ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477',
|
|
14062
14434
|
exponent: 0,
|
|
@@ -14068,9 +14440,9 @@ const asset_list = {
|
|
|
14068
14440
|
}],
|
|
14069
14441
|
type_asset: 'sdk.coin',
|
|
14070
14442
|
base: 'ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477',
|
|
14071
|
-
name: 'Quasar',
|
|
14443
|
+
name: 'Quasar (legacy)',
|
|
14072
14444
|
display: 'qsr',
|
|
14073
|
-
symbol: 'QSR',
|
|
14445
|
+
symbol: 'QSR.legacy',
|
|
14074
14446
|
coingecko_id: 'quasar-2',
|
|
14075
14447
|
logo_URIs: {
|
|
14076
14448
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
|
|
@@ -15269,7 +15641,7 @@ const asset_list = {
|
|
|
15269
15641
|
}]
|
|
15270
15642
|
},
|
|
15271
15643
|
{
|
|
15272
|
-
description: 'STOS coin is the token for the Stratos
|
|
15644
|
+
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.',
|
|
15273
15645
|
denom_units: [
|
|
15274
15646
|
{
|
|
15275
15647
|
denom: 'ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C',
|
|
@@ -15301,6 +15673,15 @@ const asset_list = {
|
|
|
15301
15673
|
primary_color_hex: '#04847c'
|
|
15302
15674
|
}
|
|
15303
15675
|
}],
|
|
15676
|
+
socials: {
|
|
15677
|
+
website: 'https://www.thestratos.org/',
|
|
15678
|
+
twitter: 'https://x.com/Stratos_Network',
|
|
15679
|
+
discord: 'https://discord.gg/tpQGpC2nMh',
|
|
15680
|
+
telegram: 'https://t.me/StratosOfficial',
|
|
15681
|
+
reddit: 'https://www.reddit.com/r/stratoscommunity/',
|
|
15682
|
+
github: 'https://github.com/stratosnet',
|
|
15683
|
+
medium: 'https://stratos-network.medium.com/'
|
|
15684
|
+
},
|
|
15304
15685
|
type_asset: 'sdk.coin',
|
|
15305
15686
|
traces: [{
|
|
15306
15687
|
type: 'ibc',
|
|
@@ -15357,6 +15738,48 @@ const asset_list = {
|
|
|
15357
15738
|
}
|
|
15358
15739
|
}]
|
|
15359
15740
|
},
|
|
15741
|
+
{
|
|
15742
|
+
description: 'Synternet is a blockchain that powers modular, interoperable data infrastructure across all major chains.',
|
|
15743
|
+
denom_units: [{
|
|
15744
|
+
denom: 'ibc/1B454982D3746951510D3845145B83628D4ED380D95722C8077776C4689F973A',
|
|
15745
|
+
exponent: 0,
|
|
15746
|
+
aliases: ['usynt']
|
|
15747
|
+
}, {
|
|
15748
|
+
denom: 'SYNT',
|
|
15749
|
+
exponent: 6
|
|
15750
|
+
}],
|
|
15751
|
+
base: 'ibc/1B454982D3746951510D3845145B83628D4ED380D95722C8077776C4689F973A',
|
|
15752
|
+
name: 'Synternet',
|
|
15753
|
+
display: 'SYNT',
|
|
15754
|
+
symbol: 'SYNT',
|
|
15755
|
+
logo_URIs: {
|
|
15756
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
|
|
15757
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg'
|
|
15758
|
+
},
|
|
15759
|
+
images: [{
|
|
15760
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
|
|
15761
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg',
|
|
15762
|
+
theme: {
|
|
15763
|
+
primary_color_hex: '#272d45'
|
|
15764
|
+
}
|
|
15765
|
+
}],
|
|
15766
|
+
socials: {
|
|
15767
|
+
website: 'https://www.synternet.com/',
|
|
15768
|
+
twitter: 'https://twitter.com/synternet_com'
|
|
15769
|
+
},
|
|
15770
|
+
type_asset: 'sdk.coin',
|
|
15771
|
+
traces: [{
|
|
15772
|
+
type: 'ibc',
|
|
15773
|
+
counterparty: {
|
|
15774
|
+
channel_id: 'channel-1',
|
|
15775
|
+
base_denom: 'usynt',
|
|
15776
|
+
chain_name: 'synternet'
|
|
15777
|
+
},
|
|
15778
|
+
chain: {
|
|
15779
|
+
channel_id: 'channel-85186'
|
|
15780
|
+
}
|
|
15781
|
+
}]
|
|
15782
|
+
},
|
|
15360
15783
|
{
|
|
15361
15784
|
description: 'The native token of Teritori',
|
|
15362
15785
|
denom_units: [{
|
|
@@ -16759,7 +17182,7 @@ const asset_list = {
|
|
|
16759
17182
|
}]
|
|
16760
17183
|
},
|
|
16761
17184
|
{
|
|
16762
|
-
description: 'Persistence is a
|
|
17185
|
+
description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
|
|
16763
17186
|
denom_units: [{
|
|
16764
17187
|
denom: 'ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293',
|
|
16765
17188
|
exponent: 0,
|
|
@@ -19734,7 +20157,7 @@ const asset_list = {
|
|
|
19734
20157
|
}]
|
|
19735
20158
|
},
|
|
19736
20159
|
{
|
|
19737
|
-
description: 'The
|
|
20160
|
+
description: 'The QSR token has transitioned to a legacy token, with migration to the EVM ecosystem currently underway.',
|
|
19738
20161
|
denom_units: [{
|
|
19739
20162
|
denom: 'ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477',
|
|
19740
20163
|
exponent: 0,
|
|
@@ -19746,9 +20169,9 @@ const asset_list = {
|
|
|
19746
20169
|
}],
|
|
19747
20170
|
type_asset: 'sdk.coin',
|
|
19748
20171
|
base: 'ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477',
|
|
19749
|
-
name: 'Quasar',
|
|
20172
|
+
name: 'Quasar (legacy)',
|
|
19750
20173
|
display: 'qsr',
|
|
19751
|
-
symbol: 'QSR',
|
|
20174
|
+
symbol: 'QSR.legacy',
|
|
19752
20175
|
coingecko_id: 'quasar-2',
|
|
19753
20176
|
logo_URIs: {
|
|
19754
20177
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
|
|
@@ -20947,7 +21370,7 @@ const asset_list = {
|
|
|
20947
21370
|
}]
|
|
20948
21371
|
},
|
|
20949
21372
|
{
|
|
20950
|
-
description: 'STOS coin is the token for the Stratos
|
|
21373
|
+
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.',
|
|
20951
21374
|
denom_units: [
|
|
20952
21375
|
{
|
|
20953
21376
|
denom: 'ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C',
|
|
@@ -20979,6 +21402,15 @@ const asset_list = {
|
|
|
20979
21402
|
primary_color_hex: '#04847c'
|
|
20980
21403
|
}
|
|
20981
21404
|
}],
|
|
21405
|
+
socials: {
|
|
21406
|
+
website: 'https://www.thestratos.org/',
|
|
21407
|
+
twitter: 'https://x.com/Stratos_Network',
|
|
21408
|
+
discord: 'https://discord.gg/tpQGpC2nMh',
|
|
21409
|
+
telegram: 'https://t.me/StratosOfficial',
|
|
21410
|
+
reddit: 'https://www.reddit.com/r/stratoscommunity/',
|
|
21411
|
+
github: 'https://github.com/stratosnet',
|
|
21412
|
+
medium: 'https://stratos-network.medium.com/'
|
|
21413
|
+
},
|
|
20982
21414
|
type_asset: 'sdk.coin',
|
|
20983
21415
|
traces: [{
|
|
20984
21416
|
type: 'ibc',
|
|
@@ -21035,6 +21467,48 @@ const asset_list = {
|
|
|
21035
21467
|
}
|
|
21036
21468
|
}]
|
|
21037
21469
|
},
|
|
21470
|
+
{
|
|
21471
|
+
description: 'Synternet is a blockchain that powers modular, interoperable data infrastructure across all major chains.',
|
|
21472
|
+
denom_units: [{
|
|
21473
|
+
denom: 'ibc/1B454982D3746951510D3845145B83628D4ED380D95722C8077776C4689F973A',
|
|
21474
|
+
exponent: 0,
|
|
21475
|
+
aliases: ['usynt']
|
|
21476
|
+
}, {
|
|
21477
|
+
denom: 'SYNT',
|
|
21478
|
+
exponent: 6
|
|
21479
|
+
}],
|
|
21480
|
+
base: 'ibc/1B454982D3746951510D3845145B83628D4ED380D95722C8077776C4689F973A',
|
|
21481
|
+
name: 'Synternet',
|
|
21482
|
+
display: 'SYNT',
|
|
21483
|
+
symbol: 'SYNT',
|
|
21484
|
+
logo_URIs: {
|
|
21485
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
|
|
21486
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg'
|
|
21487
|
+
},
|
|
21488
|
+
images: [{
|
|
21489
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
|
|
21490
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg',
|
|
21491
|
+
theme: {
|
|
21492
|
+
primary_color_hex: '#272d45'
|
|
21493
|
+
}
|
|
21494
|
+
}],
|
|
21495
|
+
socials: {
|
|
21496
|
+
website: 'https://www.synternet.com/',
|
|
21497
|
+
twitter: 'https://twitter.com/synternet_com'
|
|
21498
|
+
},
|
|
21499
|
+
type_asset: 'sdk.coin',
|
|
21500
|
+
traces: [{
|
|
21501
|
+
type: 'ibc',
|
|
21502
|
+
counterparty: {
|
|
21503
|
+
channel_id: 'channel-1',
|
|
21504
|
+
base_denom: 'usynt',
|
|
21505
|
+
chain_name: 'synternet'
|
|
21506
|
+
},
|
|
21507
|
+
chain: {
|
|
21508
|
+
channel_id: 'channel-85186'
|
|
21509
|
+
}
|
|
21510
|
+
}]
|
|
21511
|
+
},
|
|
21038
21512
|
{
|
|
21039
21513
|
description: 'The native token of Teritori',
|
|
21040
21514
|
denom_units: [{
|
|
@@ -22454,16 +22928,6 @@ const asset_list = {
|
|
|
22454
22928
|
name: 'BackBone Labs Liquid Staked HUAHUA',
|
|
22455
22929
|
display: 'bHUAHUA',
|
|
22456
22930
|
symbol: 'bHUAHUA',
|
|
22457
|
-
images: [{
|
|
22458
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png',
|
|
22459
|
-
theme: {
|
|
22460
|
-
primary_color_hex: '#f2bd3a'
|
|
22461
|
-
}
|
|
22462
|
-
}],
|
|
22463
|
-
logo_URIs: {
|
|
22464
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png'
|
|
22465
|
-
},
|
|
22466
|
-
coingecko_id: 'backbone-labs-staked-huahua',
|
|
22467
22931
|
traces: [{
|
|
22468
22932
|
type: 'ibc-cw20',
|
|
22469
22933
|
counterparty: {
|
|
@@ -22476,7 +22940,17 @@ const asset_list = {
|
|
|
22476
22940
|
port: 'transfer',
|
|
22477
22941
|
channel_id: 'channel-11348'
|
|
22478
22942
|
}
|
|
22479
|
-
}]
|
|
22943
|
+
}],
|
|
22944
|
+
images: [{
|
|
22945
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png',
|
|
22946
|
+
theme: {
|
|
22947
|
+
primary_color_hex: '#f2bd3a'
|
|
22948
|
+
}
|
|
22949
|
+
}],
|
|
22950
|
+
logo_URIs: {
|
|
22951
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png'
|
|
22952
|
+
},
|
|
22953
|
+
coingecko_id: 'backbone-labs-staked-huahua'
|
|
22480
22954
|
},
|
|
22481
22955
|
{
|
|
22482
22956
|
description: 'The native token cw20 for Neta on Juno Chain',
|
|
@@ -25201,13 +25675,6 @@ const asset_list = {
|
|
|
25201
25675
|
logo_URIs: {
|
|
25202
25676
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png'
|
|
25203
25677
|
},
|
|
25204
|
-
images: [{
|
|
25205
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png',
|
|
25206
|
-
theme: {
|
|
25207
|
-
primary_color_hex: '#d17e7f'
|
|
25208
|
-
}
|
|
25209
|
-
}],
|
|
25210
|
-
coingecko_id: 'backbone-labs-staked-juno',
|
|
25211
25678
|
traces: [{
|
|
25212
25679
|
type: 'ibc-cw20',
|
|
25213
25680
|
counterparty: {
|
|
@@ -25220,7 +25687,14 @@ const asset_list = {
|
|
|
25220
25687
|
port: 'transfer',
|
|
25221
25688
|
channel_id: 'channel-169'
|
|
25222
25689
|
}
|
|
25223
|
-
}]
|
|
25690
|
+
}],
|
|
25691
|
+
images: [{
|
|
25692
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png',
|
|
25693
|
+
theme: {
|
|
25694
|
+
primary_color_hex: '#d17e7f'
|
|
25695
|
+
}
|
|
25696
|
+
}],
|
|
25697
|
+
coingecko_id: 'backbone-labs-staked-juno'
|
|
25224
25698
|
},
|
|
25225
25699
|
{
|
|
25226
25700
|
description: 'Airdrop For All [AFA - New Name on Cosmos Ecosystem, A4A - Old Name on TurtleNetwork] is a token from turtleNetwork towards cosmos ecosystem.',
|
|
@@ -25353,16 +25827,6 @@ const asset_list = {
|
|
|
25353
25827
|
name: 'BackBone Labs Liquid Staked HUAHUA',
|
|
25354
25828
|
display: 'bHUAHUA',
|
|
25355
25829
|
symbol: 'bHUAHUA',
|
|
25356
|
-
images: [{
|
|
25357
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png',
|
|
25358
|
-
theme: {
|
|
25359
|
-
primary_color_hex: '#f2bd3a'
|
|
25360
|
-
}
|
|
25361
|
-
}],
|
|
25362
|
-
logo_URIs: {
|
|
25363
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png'
|
|
25364
|
-
},
|
|
25365
|
-
coingecko_id: 'backbone-labs-staked-huahua',
|
|
25366
25830
|
traces: [{
|
|
25367
25831
|
type: 'ibc-cw20',
|
|
25368
25832
|
counterparty: {
|
|
@@ -25375,7 +25839,17 @@ const asset_list = {
|
|
|
25375
25839
|
port: 'transfer',
|
|
25376
25840
|
channel_id: 'channel-11348'
|
|
25377
25841
|
}
|
|
25378
|
-
}]
|
|
25842
|
+
}],
|
|
25843
|
+
images: [{
|
|
25844
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png',
|
|
25845
|
+
theme: {
|
|
25846
|
+
primary_color_hex: '#f2bd3a'
|
|
25847
|
+
}
|
|
25848
|
+
}],
|
|
25849
|
+
logo_URIs: {
|
|
25850
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png'
|
|
25851
|
+
},
|
|
25852
|
+
coingecko_id: 'backbone-labs-staked-huahua'
|
|
25379
25853
|
},
|
|
25380
25854
|
{
|
|
25381
25855
|
description: 'The native token cw20 for Neta on Juno Chain',
|
|
@@ -28100,13 +28574,6 @@ const asset_list = {
|
|
|
28100
28574
|
logo_URIs: {
|
|
28101
28575
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png'
|
|
28102
28576
|
},
|
|
28103
|
-
images: [{
|
|
28104
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png',
|
|
28105
|
-
theme: {
|
|
28106
|
-
primary_color_hex: '#d17e7f'
|
|
28107
|
-
}
|
|
28108
|
-
}],
|
|
28109
|
-
coingecko_id: 'backbone-labs-staked-juno',
|
|
28110
28577
|
traces: [{
|
|
28111
28578
|
type: 'ibc-cw20',
|
|
28112
28579
|
counterparty: {
|
|
@@ -28119,7 +28586,14 @@ const asset_list = {
|
|
|
28119
28586
|
port: 'transfer',
|
|
28120
28587
|
channel_id: 'channel-169'
|
|
28121
28588
|
}
|
|
28122
|
-
}]
|
|
28589
|
+
}],
|
|
28590
|
+
images: [{
|
|
28591
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png',
|
|
28592
|
+
theme: {
|
|
28593
|
+
primary_color_hex: '#d17e7f'
|
|
28594
|
+
}
|
|
28595
|
+
}],
|
|
28596
|
+
coingecko_id: 'backbone-labs-staked-juno'
|
|
28123
28597
|
},
|
|
28124
28598
|
{
|
|
28125
28599
|
description: 'Airdrop For All [AFA - New Name on Cosmos Ecosystem, A4A - Old Name on TurtleNetwork] is a token from turtleNetwork towards cosmos ecosystem.',
|
|
@@ -36363,13 +36837,6 @@ const asset_list = {
|
|
|
36363
36837
|
logo_URIs: {
|
|
36364
36838
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png'
|
|
36365
36839
|
},
|
|
36366
|
-
images: [{
|
|
36367
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
|
|
36368
|
-
theme: {
|
|
36369
|
-
primary_color_hex: '#070707'
|
|
36370
|
-
}
|
|
36371
|
-
}],
|
|
36372
|
-
coingecko_id: 'backbone-labs-staked-luna',
|
|
36373
36840
|
traces: [{
|
|
36374
36841
|
type: 'ibc-cw20',
|
|
36375
36842
|
counterparty: {
|
|
@@ -36382,7 +36849,14 @@ const asset_list = {
|
|
|
36382
36849
|
port: 'transfer',
|
|
36383
36850
|
channel_id: 'channel-559'
|
|
36384
36851
|
}
|
|
36385
|
-
}]
|
|
36852
|
+
}],
|
|
36853
|
+
images: [{
|
|
36854
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
|
|
36855
|
+
theme: {
|
|
36856
|
+
primary_color_hex: '#070707'
|
|
36857
|
+
}
|
|
36858
|
+
}],
|
|
36859
|
+
coingecko_id: 'backbone-labs-staked-luna'
|
|
36386
36860
|
},
|
|
36387
36861
|
{
|
|
36388
36862
|
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.',
|
|
@@ -45097,13 +45571,6 @@ const asset_list = {
|
|
|
45097
45571
|
logo_URIs: {
|
|
45098
45572
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png'
|
|
45099
45573
|
},
|
|
45100
|
-
images: [{
|
|
45101
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
|
|
45102
|
-
theme: {
|
|
45103
|
-
primary_color_hex: '#070707'
|
|
45104
|
-
}
|
|
45105
|
-
}],
|
|
45106
|
-
coingecko_id: 'backbone-labs-staked-luna',
|
|
45107
45574
|
traces: [{
|
|
45108
45575
|
type: 'ibc-cw20',
|
|
45109
45576
|
counterparty: {
|
|
@@ -45116,7 +45583,14 @@ const asset_list = {
|
|
|
45116
45583
|
port: 'transfer',
|
|
45117
45584
|
channel_id: 'channel-559'
|
|
45118
45585
|
}
|
|
45119
|
-
}]
|
|
45586
|
+
}],
|
|
45587
|
+
images: [{
|
|
45588
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
|
|
45589
|
+
theme: {
|
|
45590
|
+
primary_color_hex: '#070707'
|
|
45591
|
+
}
|
|
45592
|
+
}],
|
|
45593
|
+
coingecko_id: 'backbone-labs-staked-luna'
|
|
45120
45594
|
},
|
|
45121
45595
|
{
|
|
45122
45596
|
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.',
|