chain-registry 1.69.106 → 1.69.108
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/README.md +15 -12
- package/esm/mainnet/agoric/ibc.js +29 -0
- package/esm/mainnet/archway/ibc.js +2 -1
- package/esm/mainnet/axelar/ibc.js +6 -6
- package/esm/mainnet/celestia/ibc.js +29 -0
- package/esm/mainnet/cosmoshub/ibc.js +5 -1
- package/esm/mainnet/dydx/ibc.js +29 -0
- package/esm/mainnet/fetchhub/chain.js +12 -0
- package/esm/mainnet/injective/assets.js +113 -0
- package/esm/mainnet/injective/ibc.js +29 -0
- package/esm/mainnet/int3face/ibc.js +28 -0
- package/esm/mainnet/jackal/ibc.js +6 -6
- package/esm/mainnet/juno/ibc.js +5 -1
- package/esm/mainnet/kopi/assets.js +12 -12
- package/esm/mainnet/milkyway/assets.js +74 -0
- package/esm/mainnet/milkyway/chain.js +24 -17
- package/esm/mainnet/neutron/ibc.js +29 -0
- package/esm/mainnet/omniflixhub/ibc.js +29 -0
- package/esm/mainnet/osmosis/assets.js +599 -8
- package/esm/mainnet/quicksilver/assets.js +224 -8
- package/esm/mainnet/quicksilver/chain.js +31 -163
- package/esm/mainnet/quicksilver/ibc.js +293 -7
- package/esm/mainnet/regen/ibc.js +5 -1
- package/esm/mainnet/saga/ibc.js +29 -0
- package/esm/mainnet/secretnetwork/ibc.js +5 -1
- package/esm/mainnet/sommelier/ibc.js +29 -0
- package/esm/mainnet/stargaze/ibc.js +5 -1
- package/esm/mainnet/terra2/assets.js +19 -0
- package/esm/mainnet/terra2/ibc.js +29 -0
- package/esm/mainnet/umee/ibc.js +5 -1
- package/esm/mainnet/xion/ibc.js +29 -0
- package/esm/testnet/axelartestnet/assets.js +39 -0
- package/esm/testnet/axelartestnet/ibc.js +28 -0
- package/esm/testnet/manifesttestnet/ibc.js +27 -0
- package/mainnet/agoric/ibc.js +29 -0
- package/mainnet/archway/ibc.js +2 -1
- package/mainnet/axelar/ibc.js +6 -6
- package/mainnet/celestia/ibc.js +29 -0
- package/mainnet/cosmoshub/ibc.js +5 -1
- package/mainnet/dydx/ibc.js +29 -0
- package/mainnet/fetchhub/chain.js +12 -0
- package/mainnet/injective/assets.js +113 -0
- package/mainnet/injective/ibc.js +29 -0
- package/mainnet/int3face/ibc.js +28 -0
- package/mainnet/jackal/ibc.js +6 -6
- package/mainnet/juno/ibc.js +5 -1
- package/mainnet/kopi/assets.js +12 -12
- package/mainnet/milkyway/assets.js +74 -0
- package/mainnet/milkyway/chain.js +24 -17
- package/mainnet/neutron/ibc.js +29 -0
- package/mainnet/omniflixhub/ibc.js +29 -0
- package/mainnet/osmosis/assets.js +599 -8
- package/mainnet/quicksilver/assets.js +224 -8
- package/mainnet/quicksilver/chain.js +31 -163
- package/mainnet/quicksilver/ibc.js +293 -7
- package/mainnet/regen/ibc.js +5 -1
- package/mainnet/saga/ibc.js +29 -0
- package/mainnet/secretnetwork/ibc.js +5 -1
- package/mainnet/sommelier/ibc.js +29 -0
- package/mainnet/stargaze/ibc.js +5 -1
- package/mainnet/terra2/assets.js +19 -0
- package/mainnet/terra2/ibc.js +29 -0
- package/mainnet/umee/ibc.js +5 -1
- package/mainnet/xion/ibc.js +29 -0
- package/package.json +4 -4
- package/testnet/axelartestnet/assets.js +39 -0
- package/testnet/axelartestnet/ibc.js +28 -0
- package/testnet/manifesttestnet/ibc.js +27 -0
|
@@ -66,7 +66,7 @@ const info = {
|
|
|
66
66
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.png',
|
|
67
67
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.svg',
|
|
68
68
|
theme: {
|
|
69
|
-
primary_color_hex: '#
|
|
69
|
+
primary_color_hex: '#ff914d'
|
|
70
70
|
}
|
|
71
71
|
}],
|
|
72
72
|
type_asset: 'sdk.coin'
|
|
@@ -102,7 +102,7 @@ const info = {
|
|
|
102
102
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.png',
|
|
103
103
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg',
|
|
104
104
|
theme: {
|
|
105
|
-
primary_color_hex: '#
|
|
105
|
+
primary_color_hex: '#ff914d'
|
|
106
106
|
}
|
|
107
107
|
}],
|
|
108
108
|
type_asset: 'sdk.coin'
|
|
@@ -138,7 +138,7 @@ const info = {
|
|
|
138
138
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.png',
|
|
139
139
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.svg',
|
|
140
140
|
theme: {
|
|
141
|
-
primary_color_hex: '#
|
|
141
|
+
primary_color_hex: '#ff914d'
|
|
142
142
|
}
|
|
143
143
|
}],
|
|
144
144
|
type_asset: 'sdk.coin'
|
|
@@ -174,7 +174,7 @@ const info = {
|
|
|
174
174
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.png',
|
|
175
175
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.svg',
|
|
176
176
|
theme: {
|
|
177
|
-
primary_color_hex: '#
|
|
177
|
+
primary_color_hex: '#ff914d'
|
|
178
178
|
}
|
|
179
179
|
}],
|
|
180
180
|
type_asset: 'sdk.coin'
|
|
@@ -210,7 +210,7 @@ const info = {
|
|
|
210
210
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.png',
|
|
211
211
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.svg',
|
|
212
212
|
theme: {
|
|
213
|
-
primary_color_hex: '#
|
|
213
|
+
primary_color_hex: '#ff914d'
|
|
214
214
|
}
|
|
215
215
|
}],
|
|
216
216
|
type_asset: 'sdk.coin'
|
|
@@ -246,7 +246,7 @@ const info = {
|
|
|
246
246
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.png',
|
|
247
247
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.svg',
|
|
248
248
|
theme: {
|
|
249
|
-
primary_color_hex: '#
|
|
249
|
+
primary_color_hex: '#ff914d'
|
|
250
250
|
}
|
|
251
251
|
}],
|
|
252
252
|
type_asset: 'sdk.coin'
|
|
@@ -282,7 +282,7 @@ const info = {
|
|
|
282
282
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.png',
|
|
283
283
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.svg',
|
|
284
284
|
theme: {
|
|
285
|
-
primary_color_hex: '#
|
|
285
|
+
primary_color_hex: '#ff914d'
|
|
286
286
|
}
|
|
287
287
|
}],
|
|
288
288
|
type_asset: 'sdk.coin'
|
|
@@ -354,7 +354,7 @@ const info = {
|
|
|
354
354
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.png',
|
|
355
355
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.svg',
|
|
356
356
|
theme: {
|
|
357
|
-
primary_color_hex: '#
|
|
357
|
+
primary_color_hex: '#ff914d'
|
|
358
358
|
}
|
|
359
359
|
}],
|
|
360
360
|
type_asset: 'sdk.coin'
|
|
@@ -398,6 +398,222 @@ const info = {
|
|
|
398
398
|
primary_color_hex: '#2775CA'
|
|
399
399
|
}
|
|
400
400
|
}]
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
description: 'Quicksilver Liquid Staked ARCH',
|
|
404
|
+
denom_units: [{
|
|
405
|
+
denom: 'aqarch',
|
|
406
|
+
exponent: 0,
|
|
407
|
+
aliases: []
|
|
408
|
+
}, {
|
|
409
|
+
denom: 'qarch',
|
|
410
|
+
exponent: 18,
|
|
411
|
+
aliases: []
|
|
412
|
+
}],
|
|
413
|
+
base: 'aqarch',
|
|
414
|
+
name: 'Quicksilver Liquid Staked ARCH',
|
|
415
|
+
display: 'qarch',
|
|
416
|
+
symbol: 'qARCH',
|
|
417
|
+
traces: [{
|
|
418
|
+
type: 'liquid-stake',
|
|
419
|
+
counterparty: {
|
|
420
|
+
chain_name: 'archway',
|
|
421
|
+
base_denom: 'aarch'
|
|
422
|
+
},
|
|
423
|
+
provider: 'Quicksilver'
|
|
424
|
+
}],
|
|
425
|
+
logo_URIs: {
|
|
426
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qarch.png',
|
|
427
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qarch.svg'
|
|
428
|
+
},
|
|
429
|
+
images: [{
|
|
430
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qarch.png',
|
|
431
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qarch.svg',
|
|
432
|
+
theme: {
|
|
433
|
+
primary_color_hex: '#ff914d'
|
|
434
|
+
}
|
|
435
|
+
}],
|
|
436
|
+
type_asset: 'sdk.coin'
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
description: 'Quicksilver Liquid Staked TIA',
|
|
440
|
+
denom_units: [{
|
|
441
|
+
denom: 'uqtia',
|
|
442
|
+
exponent: 0,
|
|
443
|
+
aliases: []
|
|
444
|
+
}, {
|
|
445
|
+
denom: 'qtia',
|
|
446
|
+
exponent: 6,
|
|
447
|
+
aliases: []
|
|
448
|
+
}],
|
|
449
|
+
base: 'uqtia',
|
|
450
|
+
name: 'Quicksilver Liquid Staked TIA',
|
|
451
|
+
display: 'qtia',
|
|
452
|
+
symbol: 'qTIA',
|
|
453
|
+
traces: [{
|
|
454
|
+
type: 'liquid-stake',
|
|
455
|
+
counterparty: {
|
|
456
|
+
chain_name: 'celestia',
|
|
457
|
+
base_denom: 'utia'
|
|
458
|
+
},
|
|
459
|
+
provider: 'Quicksilver'
|
|
460
|
+
}],
|
|
461
|
+
logo_URIs: {
|
|
462
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qtia.png',
|
|
463
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qtia.svg'
|
|
464
|
+
},
|
|
465
|
+
images: [{
|
|
466
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qtia.png',
|
|
467
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qtia.svg',
|
|
468
|
+
theme: {
|
|
469
|
+
primary_color_hex: '#ff914d'
|
|
470
|
+
}
|
|
471
|
+
}],
|
|
472
|
+
type_asset: 'sdk.coin'
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
description: 'Quicksilver Liquid Staked PICA',
|
|
476
|
+
denom_units: [{
|
|
477
|
+
denom: 'pqpica',
|
|
478
|
+
exponent: 0,
|
|
479
|
+
aliases: []
|
|
480
|
+
}, {
|
|
481
|
+
denom: 'qpica',
|
|
482
|
+
exponent: 12,
|
|
483
|
+
aliases: []
|
|
484
|
+
}],
|
|
485
|
+
base: 'pqpica',
|
|
486
|
+
name: 'Quicksilver Liquid Staked PICA',
|
|
487
|
+
display: 'qpica',
|
|
488
|
+
symbol: 'qPICA',
|
|
489
|
+
traces: [{
|
|
490
|
+
type: 'liquid-stake',
|
|
491
|
+
counterparty: {
|
|
492
|
+
chain_name: 'composable',
|
|
493
|
+
base_denom: 'ppica'
|
|
494
|
+
},
|
|
495
|
+
provider: 'Quicksilver'
|
|
496
|
+
}],
|
|
497
|
+
logo_URIs: {
|
|
498
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qpica.png',
|
|
499
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qpica.svg'
|
|
500
|
+
},
|
|
501
|
+
images: [{
|
|
502
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qpica.png',
|
|
503
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qpica.svg',
|
|
504
|
+
theme: {
|
|
505
|
+
primary_color_hex: '#ff914d'
|
|
506
|
+
}
|
|
507
|
+
}],
|
|
508
|
+
type_asset: 'sdk.coin'
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
description: 'Quicksilver Liquid Staked INJ',
|
|
512
|
+
denom_units: [{
|
|
513
|
+
denom: 'qinj',
|
|
514
|
+
exponent: 0,
|
|
515
|
+
aliases: []
|
|
516
|
+
}, {
|
|
517
|
+
denom: 'qINJ',
|
|
518
|
+
exponent: 18,
|
|
519
|
+
aliases: []
|
|
520
|
+
}],
|
|
521
|
+
base: 'qinj',
|
|
522
|
+
name: 'Quicksilver Liquid Staked INJ',
|
|
523
|
+
display: 'qINJ',
|
|
524
|
+
symbol: 'qINJ',
|
|
525
|
+
traces: [{
|
|
526
|
+
type: 'liquid-stake',
|
|
527
|
+
counterparty: {
|
|
528
|
+
chain_name: 'injective',
|
|
529
|
+
base_denom: 'inj'
|
|
530
|
+
},
|
|
531
|
+
provider: 'Quicksilver'
|
|
532
|
+
}],
|
|
533
|
+
logo_URIs: {
|
|
534
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qinj.png',
|
|
535
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qinj.svg'
|
|
536
|
+
},
|
|
537
|
+
images: [{
|
|
538
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qinj.png',
|
|
539
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qinj.svg',
|
|
540
|
+
theme: {
|
|
541
|
+
primary_color_hex: '#ff914d'
|
|
542
|
+
}
|
|
543
|
+
}],
|
|
544
|
+
type_asset: 'sdk.coin'
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
description: 'Quicksilver Liquid Staked LUNA',
|
|
548
|
+
denom_units: [{
|
|
549
|
+
denom: 'uqluna',
|
|
550
|
+
exponent: 0,
|
|
551
|
+
aliases: []
|
|
552
|
+
}, {
|
|
553
|
+
denom: 'qluna',
|
|
554
|
+
exponent: 6,
|
|
555
|
+
aliases: []
|
|
556
|
+
}],
|
|
557
|
+
base: 'uqluna',
|
|
558
|
+
name: 'Quicksilver Liquid Staked LUNA',
|
|
559
|
+
display: 'qluna',
|
|
560
|
+
symbol: 'qLUNA',
|
|
561
|
+
traces: [{
|
|
562
|
+
type: 'liquid-stake',
|
|
563
|
+
counterparty: {
|
|
564
|
+
chain_name: 'terra2',
|
|
565
|
+
base_denom: 'uluna'
|
|
566
|
+
},
|
|
567
|
+
provider: 'Quicksilver'
|
|
568
|
+
}],
|
|
569
|
+
logo_URIs: {
|
|
570
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qluna.png',
|
|
571
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qluna.svg'
|
|
572
|
+
},
|
|
573
|
+
images: [{
|
|
574
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qluna.png',
|
|
575
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qluna.svg',
|
|
576
|
+
theme: {
|
|
577
|
+
primary_color_hex: '#ff914d'
|
|
578
|
+
}
|
|
579
|
+
}],
|
|
580
|
+
type_asset: 'sdk.coin'
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
description: 'Quicksilver Liquid Staked FLIX',
|
|
584
|
+
denom_units: [{
|
|
585
|
+
denom: 'uqflix',
|
|
586
|
+
exponent: 0,
|
|
587
|
+
aliases: []
|
|
588
|
+
}, {
|
|
589
|
+
denom: 'qflix',
|
|
590
|
+
exponent: 6,
|
|
591
|
+
aliases: []
|
|
592
|
+
}],
|
|
593
|
+
base: 'uqflix',
|
|
594
|
+
name: 'Quicksilver Liquid Staked FLIX',
|
|
595
|
+
display: 'qflix',
|
|
596
|
+
symbol: 'qFLIX',
|
|
597
|
+
traces: [{
|
|
598
|
+
type: 'liquid-stake',
|
|
599
|
+
counterparty: {
|
|
600
|
+
chain_name: 'omniflixhub',
|
|
601
|
+
base_denom: 'uflix'
|
|
602
|
+
},
|
|
603
|
+
provider: 'Quicksilver'
|
|
604
|
+
}],
|
|
605
|
+
logo_URIs: {
|
|
606
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qflix.png',
|
|
607
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qflix.svg'
|
|
608
|
+
},
|
|
609
|
+
images: [{
|
|
610
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qflix.png',
|
|
611
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qflix.svg',
|
|
612
|
+
theme: {
|
|
613
|
+
primary_color_hex: '#ff914d'
|
|
614
|
+
}
|
|
615
|
+
}],
|
|
616
|
+
type_asset: 'sdk.coin'
|
|
401
617
|
}
|
|
402
618
|
]
|
|
403
619
|
};
|
|
@@ -3,11 +3,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const info = {
|
|
4
4
|
$schema: '../chain.schema.json',
|
|
5
5
|
chain_name: 'quicksilver',
|
|
6
|
+
chain_type: 'cosmos',
|
|
6
7
|
status: 'live',
|
|
7
8
|
network_type: 'mainnet',
|
|
8
9
|
website: 'https://quicksilver.zone/',
|
|
9
10
|
pretty_name: 'Quicksilver',
|
|
10
|
-
chain_type: 'cosmos',
|
|
11
11
|
chain_id: 'quicksilver-2',
|
|
12
12
|
daemon_name: 'quicksilverd',
|
|
13
13
|
node_home: '$HOME/.quicksilverd',
|
|
@@ -25,29 +25,36 @@ const info = {
|
|
|
25
25
|
staking: {
|
|
26
26
|
staking_tokens: [{
|
|
27
27
|
denom: 'uqck'
|
|
28
|
-
}]
|
|
28
|
+
}],
|
|
29
|
+
lock_duration: {
|
|
30
|
+
time: '1814400s'
|
|
31
|
+
}
|
|
29
32
|
},
|
|
30
33
|
codebase: {
|
|
31
|
-
git_repo: 'https://github.com/
|
|
32
|
-
recommended_version: 'v1.
|
|
33
|
-
compatible_versions: ['v1.
|
|
34
|
+
git_repo: 'https://github.com/quicksilver-zone/quicksilver',
|
|
35
|
+
recommended_version: 'v1.7.5',
|
|
36
|
+
compatible_versions: ['v1.7.5'],
|
|
34
37
|
binaries: {
|
|
35
|
-
"linux/amd64": 'https://github.com/
|
|
36
|
-
},
|
|
37
|
-
consensus: {
|
|
38
|
-
type: 'cometbft',
|
|
39
|
-
version: 'v0.34.33'
|
|
40
|
-
},
|
|
41
|
-
genesis: {
|
|
42
|
-
genesis_url: 'https://github.com/ingenuity-build/mainnet/raw/main/genesis.json'
|
|
38
|
+
"linux/amd64": 'https://github.com/quicksilver-zone/quicksilver/releases/download/v1.7.5/quicksilverd-v1.7.5-amd64'
|
|
43
39
|
},
|
|
44
40
|
sdk: {
|
|
45
41
|
type: 'cosmos',
|
|
46
42
|
version: 'v0.46.16'
|
|
47
43
|
},
|
|
44
|
+
consensus: {
|
|
45
|
+
type: 'cometbft',
|
|
46
|
+
version: 'v0.34.33'
|
|
47
|
+
},
|
|
48
48
|
ibc: {
|
|
49
49
|
type: 'go',
|
|
50
50
|
version: 'v6.3.1'
|
|
51
|
+
},
|
|
52
|
+
language: {
|
|
53
|
+
type: 'go',
|
|
54
|
+
version: '1.23.3'
|
|
55
|
+
},
|
|
56
|
+
genesis: {
|
|
57
|
+
genesis_url: 'https://raw.githubusercontent.com/quicksilver-zone/networks/refs/heads/main/mainnet/quicksilver-2/genesis.json'
|
|
51
58
|
}
|
|
52
59
|
},
|
|
53
60
|
logo_URIs: {
|
|
@@ -57,26 +64,14 @@ const info = {
|
|
|
57
64
|
description: 'Liquid Stake your Cosmos assets with your preferred validator and receive liquid staked assets (qASSETs) that you can use for swapping, pooling, lending, and more, all while your original stake earns staking APY from securing the network.',
|
|
58
65
|
apis: {
|
|
59
66
|
rpc: [
|
|
60
|
-
{
|
|
61
|
-
address: 'https://rpc-quicksilver.takeshi.team:443',
|
|
62
|
-
provider: 'TAKESHI'
|
|
63
|
-
},
|
|
64
67
|
{
|
|
65
68
|
address: 'https://rpc.quicksilver.zone:443',
|
|
66
69
|
provider: 'Quicksilver'
|
|
67
70
|
},
|
|
68
71
|
{
|
|
69
|
-
address: 'https://
|
|
70
|
-
provider: 'Notional'
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
address: 'https://rpc.lavenderfive.com:443/quicksilver',
|
|
72
|
+
address: 'https://quicksilver-rpc.lavenderfive.com:443',
|
|
74
73
|
provider: 'Lavender.Five Nodes 🐝'
|
|
75
74
|
},
|
|
76
|
-
{
|
|
77
|
-
address: 'https://rpc-quicksilver.cosmos-spaces.cloud',
|
|
78
|
-
provider: 'Cosmos Spaces'
|
|
79
|
-
},
|
|
80
75
|
{
|
|
81
76
|
address: 'https://m-quicksilver.rpc.utsa.tech',
|
|
82
77
|
provider: '𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀'
|
|
@@ -85,10 +80,6 @@ const info = {
|
|
|
85
80
|
address: 'http://quick.rpc.m.stavr.tech:21027',
|
|
86
81
|
provider: '🔥STAVR🔥'
|
|
87
82
|
},
|
|
88
|
-
{
|
|
89
|
-
address: 'https://quicksilver-mainnet-rpc.autostake.com:443',
|
|
90
|
-
provider: 'AutoStake 🛡️ Slash Protected'
|
|
91
|
-
},
|
|
92
83
|
{
|
|
93
84
|
address: 'https://quicksilver-rpc.ibs.team:443',
|
|
94
85
|
provider: 'Inter Blockchain Services'
|
|
@@ -101,26 +92,10 @@ const info = {
|
|
|
101
92
|
address: 'https://rpc-quicksilver.architectnodes.com',
|
|
102
93
|
provider: 'Architect Nodes'
|
|
103
94
|
},
|
|
104
|
-
{
|
|
105
|
-
address: 'https://rpc.quicksilver.indonode.net',
|
|
106
|
-
provider: 'Indonode'
|
|
107
|
-
},
|
|
108
95
|
{
|
|
109
96
|
address: 'https://quicksilver-rpc.staketab.org:443',
|
|
110
97
|
provider: 'Staketab'
|
|
111
98
|
},
|
|
112
|
-
{
|
|
113
|
-
address: 'https://quicksilver-rpc.theamsolutions.info',
|
|
114
|
-
provider: 'AM Solutions'
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
address: 'https://quicksilver-rpc.w3coins.io',
|
|
118
|
-
provider: 'w3coins'
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
address: 'https://rpc-quicksilver.mms.team/',
|
|
122
|
-
provider: 'MMS'
|
|
123
|
-
},
|
|
124
99
|
{
|
|
125
100
|
address: 'https://quicksilver-rpc.publicnode.com:443',
|
|
126
101
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -148,25 +123,13 @@ const info = {
|
|
|
148
123
|
],
|
|
149
124
|
rest: [
|
|
150
125
|
{
|
|
151
|
-
address: 'https://
|
|
152
|
-
provider: '
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
address: 'https://api-quicksilver-ia.cosmosia.notional.ventures:443',
|
|
156
|
-
provider: 'Notional'
|
|
126
|
+
address: 'https://lcd.quicksilver.zone:443',
|
|
127
|
+
provider: 'Quicksilver'
|
|
157
128
|
},
|
|
158
129
|
{
|
|
159
|
-
address: 'https://
|
|
130
|
+
address: 'https://quicksilver-api.lavenderfive.com:443',
|
|
160
131
|
provider: 'Lavender.Five Nodes 🐝'
|
|
161
132
|
},
|
|
162
|
-
{
|
|
163
|
-
address: 'https://api-quicksilver.cosmos-spaces.cloud',
|
|
164
|
-
provider: 'Cosmos Spaces'
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
address: 'https://quicksilver-mainnet-lcd.autostake.com:443',
|
|
168
|
-
provider: 'AutoStake 🛡️ Slash Protected'
|
|
169
|
-
},
|
|
170
133
|
{
|
|
171
134
|
address: 'https://m-quicksilver.api.utsa.tech',
|
|
172
135
|
provider: '𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀'
|
|
@@ -175,34 +138,14 @@ const info = {
|
|
|
175
138
|
address: 'https://quick.api.m.stavr.tech',
|
|
176
139
|
provider: '🔥STAVR🔥'
|
|
177
140
|
},
|
|
178
|
-
{
|
|
179
|
-
address: 'https://quicksilver.api.kjnodes.com',
|
|
180
|
-
provider: 'kjnodes'
|
|
181
|
-
},
|
|
182
141
|
{
|
|
183
142
|
address: 'https://rest-quicksilver.architectnodes.com',
|
|
184
143
|
provider: 'Architect Nodes'
|
|
185
144
|
},
|
|
186
|
-
{
|
|
187
|
-
address: 'https://api.quicksilver.indonode.net',
|
|
188
|
-
provider: 'Indonode'
|
|
189
|
-
},
|
|
190
145
|
{
|
|
191
146
|
address: 'https://quicksilver-rest.staketab.org',
|
|
192
147
|
provider: 'Staketab'
|
|
193
148
|
},
|
|
194
|
-
{
|
|
195
|
-
address: 'https://quicksilver-api.theamsolutions.info',
|
|
196
|
-
provider: 'AM Solutions'
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
address: 'https://quicksilver-api.w3coins.io',
|
|
200
|
-
provider: 'w3coins'
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
address: 'https://api-quicksilver.mms.team',
|
|
204
|
-
provider: 'MMS'
|
|
205
|
-
},
|
|
206
149
|
{
|
|
207
150
|
address: 'https://quicksilver-rest.publicnode.com',
|
|
208
151
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -230,33 +173,9 @@ const info = {
|
|
|
230
173
|
],
|
|
231
174
|
grpc: [
|
|
232
175
|
{
|
|
233
|
-
address: 'grpc
|
|
234
|
-
provider: 'TAKESHI'
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
address: 'grpc-quicksilver-ia.cosmosia.notional.ventures:443',
|
|
238
|
-
provider: 'Notional'
|
|
239
|
-
},
|
|
240
|
-
{
|
|
241
|
-
address: 'quicksilver.lavenderfive.com:443',
|
|
176
|
+
address: 'quicksilver-grpc.lavenderfive.com:443',
|
|
242
177
|
provider: 'Lavender.Five Nodes 🐝'
|
|
243
178
|
},
|
|
244
|
-
{
|
|
245
|
-
address: 'quicksilver.grpc.nodersteam.com:9161',
|
|
246
|
-
provider: '[NODERS]TEAM'
|
|
247
|
-
},
|
|
248
|
-
{
|
|
249
|
-
address: 'grpc-quicksilver.cosmos-spaces.cloud:3300',
|
|
250
|
-
provider: 'Cosmos Spaces'
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
address: 'quicksilver-mainnet-grpc.autostake.com:443',
|
|
254
|
-
provider: 'AutoStake 🛡️ Slash Protected'
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
address: 'quicksilver.grpc.kjnodes.com:11190',
|
|
258
|
-
provider: 'kjnodes'
|
|
259
|
-
},
|
|
260
179
|
{
|
|
261
180
|
address: 'quick.grpc.m.stavr.tech:9113',
|
|
262
181
|
provider: '🔥STAVR🔥'
|
|
@@ -265,30 +184,6 @@ const info = {
|
|
|
265
184
|
address: 'grpc-quicksilver.architectnodes.com:1443',
|
|
266
185
|
provider: 'Architect Nodes'
|
|
267
186
|
},
|
|
268
|
-
{
|
|
269
|
-
address: 'archive-grpc-quicksilver.huginn.tech:9090',
|
|
270
|
-
provider: 'Huginn'
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
address: 'https://grpc.quicksilver.indonode.net:28090',
|
|
274
|
-
provider: 'Indonode'
|
|
275
|
-
},
|
|
276
|
-
{
|
|
277
|
-
address: 'services.staketab.com:9034',
|
|
278
|
-
provider: 'Staketab'
|
|
279
|
-
},
|
|
280
|
-
{
|
|
281
|
-
address: 'https://quicksilver-grpc.theamsolutions.info:9797',
|
|
282
|
-
provider: 'AM Solutions'
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
address: 'quicksilver-grpc.w3coins.io:11190',
|
|
286
|
-
provider: 'w3coins'
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
address: 'grpc-quicksilver.mms.team:443',
|
|
290
|
-
provider: 'MMS'
|
|
291
|
-
},
|
|
292
187
|
{
|
|
293
188
|
address: 'quicksilver-grpc.publicnode.com:443',
|
|
294
189
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -302,25 +197,17 @@ const info = {
|
|
|
302
197
|
provider: 'KonsorTech'
|
|
303
198
|
},
|
|
304
199
|
{
|
|
305
|
-
address: '
|
|
200
|
+
address: 'quicksilver.tdrsys.com:2083',
|
|
306
201
|
provider: 'TdrSys'
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
address: 'grpc.quicksilver.validatus.com',
|
|
310
|
-
provider: 'Validatus'
|
|
311
|
-
},
|
|
312
|
-
{
|
|
313
|
-
address: 'quicksilver-grpc.noders.services:16090',
|
|
314
|
-
provider: '[NODERS]TEAM'
|
|
315
202
|
}
|
|
316
203
|
]
|
|
317
204
|
},
|
|
318
205
|
explorers: [
|
|
319
206
|
{
|
|
320
|
-
kind: '
|
|
321
|
-
url: 'https://
|
|
322
|
-
tx_page: 'https://
|
|
323
|
-
account_page: 'https://
|
|
207
|
+
kind: 'stakeme',
|
|
208
|
+
url: 'https://explorer.quicksilver.zone',
|
|
209
|
+
tx_page: 'https://explorer.quicksilver.zone/transactions/${txHash}',
|
|
210
|
+
account_page: 'https://explorer.quicksilver.zone/account/${accountAddress}'
|
|
324
211
|
},
|
|
325
212
|
{
|
|
326
213
|
kind: 'ezstaking',
|
|
@@ -328,12 +215,6 @@ const info = {
|
|
|
328
215
|
tx_page: 'https://ezstaking.app/quicksilver/txs/${txHash}',
|
|
329
216
|
account_page: 'https://ezstaking.app/quicksilver/account/${accountAddress}'
|
|
330
217
|
},
|
|
331
|
-
{
|
|
332
|
-
kind: 'staking-explorer.com',
|
|
333
|
-
url: 'https://staking-explorer.com/explorer/quicksilver',
|
|
334
|
-
tx_page: 'https://staking-explorer.com/transaction.php?chain=quicksilver&tx=${txHash}',
|
|
335
|
-
account_page: 'https://staking-explorer.com/account.php?chain=quicksilver&addr=${accountAddress}'
|
|
336
|
-
},
|
|
337
218
|
{
|
|
338
219
|
kind: '𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀 explorer',
|
|
339
220
|
url: 'https://exp.utsa.tech/quicksilver',
|
|
@@ -344,16 +225,6 @@ const info = {
|
|
|
344
225
|
url: 'https://explorer.stavr.tech/quicksilver-mainnet',
|
|
345
226
|
tx_page: 'https://explorer.stavr.tech/quicksilver-mainnet/tx/${txHash}'
|
|
346
227
|
},
|
|
347
|
-
{
|
|
348
|
-
kind: 'Stake-Take',
|
|
349
|
-
url: 'https://explorer.stake-take.com/quicksilver',
|
|
350
|
-
tx_page: 'https://explorer.stake-take.com/quicksilver/tx/${txHash}'
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
kind: 'AM Solutions Explorers',
|
|
354
|
-
url: 'https://explorer.theamsolutions.info/quicksilver-main/staking',
|
|
355
|
-
tx_page: 'https://explorer.theamsolutions.info/quicksilver-main/tx/${txHash}'
|
|
356
|
-
},
|
|
357
228
|
{
|
|
358
229
|
kind: 'KonsorTech',
|
|
359
230
|
url: 'https://explorer.konsortech.xyz/quicksilver/staking',
|
|
@@ -362,10 +233,7 @@ const info = {
|
|
|
362
233
|
],
|
|
363
234
|
images: [{
|
|
364
235
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png',
|
|
365
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.svg'
|
|
366
|
-
theme: {
|
|
367
|
-
primary_color_hex: '#b2b2b2'
|
|
368
|
-
}
|
|
236
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.svg'
|
|
369
237
|
}]
|
|
370
238
|
};
|
|
371
239
|
exports.default = info;
|