chain-registry 1.62.7 β 1.62.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/mainnet/bitcanna/chain.js +0 -8
- package/esm/mainnet/bitsong/chain.js +0 -12
- package/esm/mainnet/cosmoshub/chain.js +33 -10
- package/esm/mainnet/desmos/chain.js +0 -12
- package/esm/mainnet/migaloo/assets.js +29 -0
- package/esm/mainnet/teritori/chain.js +0 -12
- package/mainnet/bitcanna/chain.js +0 -8
- package/mainnet/bitsong/chain.js +0 -12
- package/mainnet/cosmoshub/chain.js +33 -10
- package/mainnet/desmos/chain.js +0 -12
- package/mainnet/migaloo/assets.js +29 -0
- package/mainnet/teritori/chain.js +0 -12
- package/package.json +4 -4
|
@@ -160,10 +160,6 @@ const info = {
|
|
|
160
160
|
address: 'grpc.bitcanna.io:443',
|
|
161
161
|
provider: 'bitcanna'
|
|
162
162
|
},
|
|
163
|
-
{
|
|
164
|
-
address: 'bitcanna-grpc.lavenderfive.com:443',
|
|
165
|
-
provider: 'Lavender.Five Nodes π'
|
|
166
|
-
},
|
|
167
163
|
{
|
|
168
164
|
address: 'bitcanna.grpc.m.stavr.tech:9081',
|
|
169
165
|
provider: 'π₯STAVRπ₯'
|
|
@@ -262,10 +258,6 @@ const info = {
|
|
|
262
258
|
address: 'https://bitcanna.api.kjnodes.com',
|
|
263
259
|
provider: 'kjnodes'
|
|
264
260
|
},
|
|
265
|
-
{
|
|
266
|
-
address: 'https://bitcanna-api.lavenderfive.com/',
|
|
267
|
-
provider: 'Lavender.Five Nodes π'
|
|
268
|
-
},
|
|
269
261
|
{
|
|
270
262
|
address: 'https://bitcanna-api.genznodes.dev',
|
|
271
263
|
provider: 'genznodes'
|
|
@@ -56,10 +56,6 @@ const info = {
|
|
|
56
56
|
address: 'https://rpc.bitsong.quokkastake.io',
|
|
57
57
|
provider: 'πΉ Quokka Stake'
|
|
58
58
|
},
|
|
59
|
-
{
|
|
60
|
-
address: 'https://bitsong-rpc.lavenderfive.com/',
|
|
61
|
-
provider: 'Lavender.Five Nodes π'
|
|
62
|
-
},
|
|
63
59
|
{
|
|
64
60
|
address: 'https://rpc-bitsong.starsquid.io',
|
|
65
61
|
provider: 'Starsquid'
|
|
@@ -114,10 +110,6 @@ const info = {
|
|
|
114
110
|
address: 'http://bitsong.api.nodersteam.com:11017',
|
|
115
111
|
provider: '[NODERS]TEAM'
|
|
116
112
|
},
|
|
117
|
-
{
|
|
118
|
-
address: 'https://bitsong-api.lavenderfive.com/',
|
|
119
|
-
provider: 'Lavender.Five Nodes π'
|
|
120
|
-
},
|
|
121
113
|
{
|
|
122
114
|
address: 'https://api-bitsong.starsquid.io',
|
|
123
115
|
provider: 'Starsquid'
|
|
@@ -156,10 +148,6 @@ const info = {
|
|
|
156
148
|
address: 'grpc-bitsong-ia.cosmosia.notional.ventures:443',
|
|
157
149
|
provider: 'Notional'
|
|
158
150
|
},
|
|
159
|
-
{
|
|
160
|
-
address: 'bitsong-grpc.lavenderfive.com:443',
|
|
161
|
-
provider: 'Lavender.Five Nodes π'
|
|
162
|
-
},
|
|
163
151
|
{
|
|
164
152
|
address: 'bitsong.grpc.nodersteam.com:9111/',
|
|
165
153
|
provider: '[NODERS]TEAM'
|
|
@@ -370,24 +370,37 @@ const info = {
|
|
|
370
370
|
kind: 'mintscan',
|
|
371
371
|
url: 'https://www.mintscan.io/cosmos',
|
|
372
372
|
tx_page: 'https://www.mintscan.io/cosmos/transactions/${txHash}',
|
|
373
|
-
account_page: 'https://www.mintscan.io/cosmos/accounts/${accountAddress}'
|
|
373
|
+
account_page: 'https://www.mintscan.io/cosmos/accounts/${accountAddress}',
|
|
374
|
+
validator_page: 'https://www.mintscan.io/cosmos/validators/${validatorAddress}',
|
|
375
|
+
proposal_page: 'https://www.mintscan.io/cosmos/proposals/${proposalId}',
|
|
376
|
+
block_page: 'https://www.mintscan.io/cosmos/blocks/${blockHeight}'
|
|
374
377
|
},
|
|
375
378
|
{
|
|
376
379
|
kind: 'ezstaking',
|
|
377
380
|
url: 'https://ezstaking.app/cosmoshub',
|
|
378
381
|
tx_page: 'https://ezstaking.app/cosmoshub/txs/${txHash}',
|
|
379
|
-
account_page: 'https://ezstaking.app/cosmoshub/account/${accountAddress}'
|
|
382
|
+
account_page: 'https://ezstaking.app/cosmoshub/account/${accountAddress}',
|
|
383
|
+
validator_page: 'https://ezstaking.app/cosmoshub/validators/${validatorAddress}',
|
|
384
|
+
proposal_page: 'https://ezstaking.app/cosmoshub/proposals/${proposalId}',
|
|
385
|
+
block_page: 'https://ezstaking.app/cosmoshub/blocks/${blockHeight}'
|
|
380
386
|
},
|
|
381
387
|
{
|
|
382
388
|
kind: 'ping.pub',
|
|
383
389
|
url: 'https://ping.pub/cosmos',
|
|
384
|
-
tx_page: 'https://ping.pub/cosmos/tx/${txHash}'
|
|
390
|
+
tx_page: 'https://ping.pub/cosmos/tx/${txHash}',
|
|
391
|
+
account_page: 'https://ping.pub/cosmos/account/${accountAddress}',
|
|
392
|
+
validator_page: 'https://ping.pub/cosmos/staking/${validatorAddress}',
|
|
393
|
+
proposal_page: 'https://ping.pub/cosmos/gov/${proposalId}',
|
|
394
|
+
block_page: 'https://ping.pub/cosmos/block/${blockHeight}'
|
|
385
395
|
},
|
|
386
396
|
{
|
|
387
397
|
kind: 'atomscan',
|
|
388
398
|
url: 'https://atomscan.com',
|
|
389
399
|
tx_page: 'https://atomscan.com/transactions/${txHash}',
|
|
390
|
-
account_page: 'https://atomscan.com/accounts/${accountAddress}'
|
|
400
|
+
account_page: 'https://atomscan.com/accounts/${accountAddress}',
|
|
401
|
+
validator_page: 'https://atomscan.com/validators/${validatorAddress}',
|
|
402
|
+
proposal_page: 'https://atomscan.com/votes/${proposalId}',
|
|
403
|
+
block_page: 'https://atomscan.com/blocks/${blockHeight}'
|
|
391
404
|
},
|
|
392
405
|
{
|
|
393
406
|
kind: 'unichain',
|
|
@@ -397,29 +410,39 @@ const info = {
|
|
|
397
410
|
{
|
|
398
411
|
kind: 'TC Network',
|
|
399
412
|
url: 'https://explorer.tcnetwork.io/cosmoshub',
|
|
400
|
-
tx_page: 'https://explorer.tcnetwork.io/cosmoshub/transaction/${txHash}'
|
|
413
|
+
tx_page: 'https://explorer.tcnetwork.io/cosmoshub/transaction/${txHash}',
|
|
414
|
+
account_page: 'https://explorer.tcnetwork.io/cosmoshub/account/${accountAddress}',
|
|
415
|
+
validator_page: 'https://explorer.tcnetwork.io/cosmoshub/validator/${validatorAddress}',
|
|
416
|
+
proposal_page: 'https://explorer.tcnetwork.io/cosmoshub/proposal/${proposalId}',
|
|
417
|
+
block_page: 'https://explorer.tcnetwork.io/cosmoshub/block/${blockHeight}'
|
|
401
418
|
},
|
|
402
419
|
{
|
|
403
420
|
kind: 'Stakeflow',
|
|
404
421
|
url: 'https://stakeflow.io/cosmos',
|
|
405
|
-
account_page: 'https://stakeflow.io/cosmos/accounts/${accountAddress}'
|
|
422
|
+
account_page: 'https://stakeflow.io/cosmos/accounts/${accountAddress}',
|
|
423
|
+
validator_page: 'https://stakeflow.io/cosmos/validators/${validatorAddress}'
|
|
406
424
|
},
|
|
407
425
|
{
|
|
408
426
|
kind: 'Nodeist Explorer',
|
|
409
|
-
url: 'https://exp.nodeist.net/cosmos'
|
|
410
|
-
tx_page: 'https://exp.nodeist.net/cosmos/tx/${txHash}'
|
|
427
|
+
url: 'https://exp.nodeist.net/cosmos'
|
|
411
428
|
},
|
|
412
429
|
{
|
|
413
430
|
kind: 'Inbloc',
|
|
414
431
|
url: 'https://inbloc.org',
|
|
415
432
|
tx_page: 'https://inbloc.org/transactions/${txHash}',
|
|
416
|
-
account_page: 'https://inbloc.org/account/${accountAddress}'
|
|
433
|
+
account_page: 'https://inbloc.org/account/${accountAddress}',
|
|
434
|
+
validator_page: 'https://inbloc.org/cosmos/validator/${validatorAddress}',
|
|
435
|
+
proposal_page: 'https://inbloc.org/cosmos/proposal/${proposalId}',
|
|
436
|
+
block_page: 'https://inbloc.org/cosmos/blocks/${blockHeight}'
|
|
417
437
|
},
|
|
418
438
|
{
|
|
419
439
|
kind: 'WhisperNode π€',
|
|
420
440
|
url: 'https://mainnet.whispernode.com/cosmos',
|
|
421
441
|
tx_page: 'https://mainnet.whispernode.com/cosmos/tx/${txHash}',
|
|
422
|
-
account_page: 'https://mainnet.whispernode.com/cosmos/account/${accountAddress}'
|
|
442
|
+
account_page: 'https://mainnet.whispernode.com/cosmos/account/${accountAddress}',
|
|
443
|
+
validator_page: 'https://mainnet.whispernode.com/cosmos/staking/${validatorAddress}',
|
|
444
|
+
proposal_page: 'https://mainnet.whispernode.com/cosmos/gov/${proposalId}',
|
|
445
|
+
block_page: 'https://mainnet.whispernode.com/cosmos/block/${blockHeight}'
|
|
423
446
|
}
|
|
424
447
|
],
|
|
425
448
|
images: [{
|
|
@@ -40,10 +40,6 @@ const info = {
|
|
|
40
40
|
address: 'https://rpc.mainnet.desmos.network',
|
|
41
41
|
provider: 'desmos'
|
|
42
42
|
},
|
|
43
|
-
{
|
|
44
|
-
address: 'https://desmos-rpc.lavenderfive.com/',
|
|
45
|
-
provider: 'Lavender.Five Nodes π'
|
|
46
|
-
},
|
|
47
43
|
{
|
|
48
44
|
address: 'https://desmos-rpc.ibs.team/',
|
|
49
45
|
provider: 'Inter Blockchain Services'
|
|
@@ -74,10 +70,6 @@ const info = {
|
|
|
74
70
|
address: 'https://api.mainnet.desmos.network',
|
|
75
71
|
provider: 'desmos'
|
|
76
72
|
},
|
|
77
|
-
{
|
|
78
|
-
address: 'https://desmos-api.lavenderfive.com/',
|
|
79
|
-
provider: 'Lavender.Five Nodes π'
|
|
80
|
-
},
|
|
81
73
|
{
|
|
82
74
|
address: 'https://desmos-api.ibs.team/',
|
|
83
75
|
provider: 'Inter Blockchain Services'
|
|
@@ -104,10 +96,6 @@ const info = {
|
|
|
104
96
|
}
|
|
105
97
|
],
|
|
106
98
|
grpc: [
|
|
107
|
-
{
|
|
108
|
-
address: 'desmos-grpc.lavenderfive.com:443',
|
|
109
|
-
provider: 'Lavender.Five Nodes π'
|
|
110
|
-
},
|
|
111
99
|
{
|
|
112
100
|
address: 'https://grpc-desmos.explorer.co.id',
|
|
113
101
|
provider: 'Nodine.ID'
|
|
@@ -570,6 +570,35 @@ const info = {
|
|
|
570
570
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.png',
|
|
571
571
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.svg'
|
|
572
572
|
}
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
description: 'ERIS Liquid Alliance Staked GASH',
|
|
576
|
+
denom_units: [{
|
|
577
|
+
denom: 'factory/migaloo1nsskhvvh0msm7d5ke2kfg24a8d4jecsnxd28s27h0uz5kf9ap60shlqmcl/ampGASH',
|
|
578
|
+
exponent: 0
|
|
579
|
+
}, {
|
|
580
|
+
denom: 'ampGASH',
|
|
581
|
+
exponent: 6
|
|
582
|
+
}],
|
|
583
|
+
base: 'factory/migaloo1nsskhvvh0msm7d5ke2kfg24a8d4jecsnxd28s27h0uz5kf9ap60shlqmcl/ampGASH',
|
|
584
|
+
name: 'ampGASH',
|
|
585
|
+
display: 'ampGASH',
|
|
586
|
+
symbol: 'ampGASH',
|
|
587
|
+
images: [{
|
|
588
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampgash.png'
|
|
589
|
+
}],
|
|
590
|
+
traces: [{
|
|
591
|
+
type: 'liquid-stake',
|
|
592
|
+
chain: {
|
|
593
|
+
contract: 'migaloo1nsskhvvh0msm7d5ke2kfg24a8d4jecsnxd28s27h0uz5kf9ap60shlqmcl'
|
|
594
|
+
},
|
|
595
|
+
provider: 'ERIS Protocol',
|
|
596
|
+
counterparty: {
|
|
597
|
+
chain_name: 'migaloo',
|
|
598
|
+
base_denom: 'factory/migaloo1r9x8fz4alekzr78k42rpmr9unpa7egsldpqeynmwl2nfvzexue9sn8l5rg/gash',
|
|
599
|
+
contract: 'migaloo1r9x8fz4alekzr78k42rpmr9unpa7egsldpqeynmwl2nfvzexue9sn8l5rg'
|
|
600
|
+
}
|
|
601
|
+
}]
|
|
573
602
|
}
|
|
574
603
|
]
|
|
575
604
|
};
|
|
@@ -34,10 +34,6 @@ const info = {
|
|
|
34
34
|
},
|
|
35
35
|
apis: {
|
|
36
36
|
rpc: [
|
|
37
|
-
{
|
|
38
|
-
address: 'https://teritori-rpc.lavenderfive.com:443',
|
|
39
|
-
provider: 'Lavender.Five Nodes π'
|
|
40
|
-
},
|
|
41
37
|
{
|
|
42
38
|
address: 'https://teritori-rpc.polkachu.com',
|
|
43
39
|
provider: 'Polkachu'
|
|
@@ -92,10 +88,6 @@ const info = {
|
|
|
92
88
|
}
|
|
93
89
|
],
|
|
94
90
|
rest: [
|
|
95
|
-
{
|
|
96
|
-
address: 'https://teritori-api.lavenderfive.com:443',
|
|
97
|
-
provider: 'Lavender.Five Nodes π'
|
|
98
|
-
},
|
|
99
91
|
{
|
|
100
92
|
address: 'https://teritori-api.polkachu.com',
|
|
101
93
|
provider: 'Polkachu'
|
|
@@ -146,10 +138,6 @@ const info = {
|
|
|
146
138
|
}
|
|
147
139
|
],
|
|
148
140
|
grpc: [
|
|
149
|
-
{
|
|
150
|
-
address: 'teritori-grpc.lavenderfive.com:443',
|
|
151
|
-
provider: 'Lavender.Five Nodes π'
|
|
152
|
-
},
|
|
153
141
|
{
|
|
154
142
|
address: 'grpc.teritori.nodestake.top:443',
|
|
155
143
|
provider: 'NodeStake'
|
|
@@ -162,10 +162,6 @@ const info = {
|
|
|
162
162
|
address: 'grpc.bitcanna.io:443',
|
|
163
163
|
provider: 'bitcanna'
|
|
164
164
|
},
|
|
165
|
-
{
|
|
166
|
-
address: 'bitcanna-grpc.lavenderfive.com:443',
|
|
167
|
-
provider: 'Lavender.Five Nodes π'
|
|
168
|
-
},
|
|
169
165
|
{
|
|
170
166
|
address: 'bitcanna.grpc.m.stavr.tech:9081',
|
|
171
167
|
provider: 'π₯STAVRπ₯'
|
|
@@ -264,10 +260,6 @@ const info = {
|
|
|
264
260
|
address: 'https://bitcanna.api.kjnodes.com',
|
|
265
261
|
provider: 'kjnodes'
|
|
266
262
|
},
|
|
267
|
-
{
|
|
268
|
-
address: 'https://bitcanna-api.lavenderfive.com/',
|
|
269
|
-
provider: 'Lavender.Five Nodes π'
|
|
270
|
-
},
|
|
271
263
|
{
|
|
272
264
|
address: 'https://bitcanna-api.genznodes.dev',
|
|
273
265
|
provider: 'genznodes'
|
package/mainnet/bitsong/chain.js
CHANGED
|
@@ -58,10 +58,6 @@ const info = {
|
|
|
58
58
|
address: 'https://rpc.bitsong.quokkastake.io',
|
|
59
59
|
provider: 'πΉ Quokka Stake'
|
|
60
60
|
},
|
|
61
|
-
{
|
|
62
|
-
address: 'https://bitsong-rpc.lavenderfive.com/',
|
|
63
|
-
provider: 'Lavender.Five Nodes π'
|
|
64
|
-
},
|
|
65
61
|
{
|
|
66
62
|
address: 'https://rpc-bitsong.starsquid.io',
|
|
67
63
|
provider: 'Starsquid'
|
|
@@ -116,10 +112,6 @@ const info = {
|
|
|
116
112
|
address: 'http://bitsong.api.nodersteam.com:11017',
|
|
117
113
|
provider: '[NODERS]TEAM'
|
|
118
114
|
},
|
|
119
|
-
{
|
|
120
|
-
address: 'https://bitsong-api.lavenderfive.com/',
|
|
121
|
-
provider: 'Lavender.Five Nodes π'
|
|
122
|
-
},
|
|
123
115
|
{
|
|
124
116
|
address: 'https://api-bitsong.starsquid.io',
|
|
125
117
|
provider: 'Starsquid'
|
|
@@ -158,10 +150,6 @@ const info = {
|
|
|
158
150
|
address: 'grpc-bitsong-ia.cosmosia.notional.ventures:443',
|
|
159
151
|
provider: 'Notional'
|
|
160
152
|
},
|
|
161
|
-
{
|
|
162
|
-
address: 'bitsong-grpc.lavenderfive.com:443',
|
|
163
|
-
provider: 'Lavender.Five Nodes π'
|
|
164
|
-
},
|
|
165
153
|
{
|
|
166
154
|
address: 'bitsong.grpc.nodersteam.com:9111/',
|
|
167
155
|
provider: '[NODERS]TEAM'
|
|
@@ -372,24 +372,37 @@ const info = {
|
|
|
372
372
|
kind: 'mintscan',
|
|
373
373
|
url: 'https://www.mintscan.io/cosmos',
|
|
374
374
|
tx_page: 'https://www.mintscan.io/cosmos/transactions/${txHash}',
|
|
375
|
-
account_page: 'https://www.mintscan.io/cosmos/accounts/${accountAddress}'
|
|
375
|
+
account_page: 'https://www.mintscan.io/cosmos/accounts/${accountAddress}',
|
|
376
|
+
validator_page: 'https://www.mintscan.io/cosmos/validators/${validatorAddress}',
|
|
377
|
+
proposal_page: 'https://www.mintscan.io/cosmos/proposals/${proposalId}',
|
|
378
|
+
block_page: 'https://www.mintscan.io/cosmos/blocks/${blockHeight}'
|
|
376
379
|
},
|
|
377
380
|
{
|
|
378
381
|
kind: 'ezstaking',
|
|
379
382
|
url: 'https://ezstaking.app/cosmoshub',
|
|
380
383
|
tx_page: 'https://ezstaking.app/cosmoshub/txs/${txHash}',
|
|
381
|
-
account_page: 'https://ezstaking.app/cosmoshub/account/${accountAddress}'
|
|
384
|
+
account_page: 'https://ezstaking.app/cosmoshub/account/${accountAddress}',
|
|
385
|
+
validator_page: 'https://ezstaking.app/cosmoshub/validators/${validatorAddress}',
|
|
386
|
+
proposal_page: 'https://ezstaking.app/cosmoshub/proposals/${proposalId}',
|
|
387
|
+
block_page: 'https://ezstaking.app/cosmoshub/blocks/${blockHeight}'
|
|
382
388
|
},
|
|
383
389
|
{
|
|
384
390
|
kind: 'ping.pub',
|
|
385
391
|
url: 'https://ping.pub/cosmos',
|
|
386
|
-
tx_page: 'https://ping.pub/cosmos/tx/${txHash}'
|
|
392
|
+
tx_page: 'https://ping.pub/cosmos/tx/${txHash}',
|
|
393
|
+
account_page: 'https://ping.pub/cosmos/account/${accountAddress}',
|
|
394
|
+
validator_page: 'https://ping.pub/cosmos/staking/${validatorAddress}',
|
|
395
|
+
proposal_page: 'https://ping.pub/cosmos/gov/${proposalId}',
|
|
396
|
+
block_page: 'https://ping.pub/cosmos/block/${blockHeight}'
|
|
387
397
|
},
|
|
388
398
|
{
|
|
389
399
|
kind: 'atomscan',
|
|
390
400
|
url: 'https://atomscan.com',
|
|
391
401
|
tx_page: 'https://atomscan.com/transactions/${txHash}',
|
|
392
|
-
account_page: 'https://atomscan.com/accounts/${accountAddress}'
|
|
402
|
+
account_page: 'https://atomscan.com/accounts/${accountAddress}',
|
|
403
|
+
validator_page: 'https://atomscan.com/validators/${validatorAddress}',
|
|
404
|
+
proposal_page: 'https://atomscan.com/votes/${proposalId}',
|
|
405
|
+
block_page: 'https://atomscan.com/blocks/${blockHeight}'
|
|
393
406
|
},
|
|
394
407
|
{
|
|
395
408
|
kind: 'unichain',
|
|
@@ -399,29 +412,39 @@ const info = {
|
|
|
399
412
|
{
|
|
400
413
|
kind: 'TC Network',
|
|
401
414
|
url: 'https://explorer.tcnetwork.io/cosmoshub',
|
|
402
|
-
tx_page: 'https://explorer.tcnetwork.io/cosmoshub/transaction/${txHash}'
|
|
415
|
+
tx_page: 'https://explorer.tcnetwork.io/cosmoshub/transaction/${txHash}',
|
|
416
|
+
account_page: 'https://explorer.tcnetwork.io/cosmoshub/account/${accountAddress}',
|
|
417
|
+
validator_page: 'https://explorer.tcnetwork.io/cosmoshub/validator/${validatorAddress}',
|
|
418
|
+
proposal_page: 'https://explorer.tcnetwork.io/cosmoshub/proposal/${proposalId}',
|
|
419
|
+
block_page: 'https://explorer.tcnetwork.io/cosmoshub/block/${blockHeight}'
|
|
403
420
|
},
|
|
404
421
|
{
|
|
405
422
|
kind: 'Stakeflow',
|
|
406
423
|
url: 'https://stakeflow.io/cosmos',
|
|
407
|
-
account_page: 'https://stakeflow.io/cosmos/accounts/${accountAddress}'
|
|
424
|
+
account_page: 'https://stakeflow.io/cosmos/accounts/${accountAddress}',
|
|
425
|
+
validator_page: 'https://stakeflow.io/cosmos/validators/${validatorAddress}'
|
|
408
426
|
},
|
|
409
427
|
{
|
|
410
428
|
kind: 'Nodeist Explorer',
|
|
411
|
-
url: 'https://exp.nodeist.net/cosmos'
|
|
412
|
-
tx_page: 'https://exp.nodeist.net/cosmos/tx/${txHash}'
|
|
429
|
+
url: 'https://exp.nodeist.net/cosmos'
|
|
413
430
|
},
|
|
414
431
|
{
|
|
415
432
|
kind: 'Inbloc',
|
|
416
433
|
url: 'https://inbloc.org',
|
|
417
434
|
tx_page: 'https://inbloc.org/transactions/${txHash}',
|
|
418
|
-
account_page: 'https://inbloc.org/account/${accountAddress}'
|
|
435
|
+
account_page: 'https://inbloc.org/account/${accountAddress}',
|
|
436
|
+
validator_page: 'https://inbloc.org/cosmos/validator/${validatorAddress}',
|
|
437
|
+
proposal_page: 'https://inbloc.org/cosmos/proposal/${proposalId}',
|
|
438
|
+
block_page: 'https://inbloc.org/cosmos/blocks/${blockHeight}'
|
|
419
439
|
},
|
|
420
440
|
{
|
|
421
441
|
kind: 'WhisperNode π€',
|
|
422
442
|
url: 'https://mainnet.whispernode.com/cosmos',
|
|
423
443
|
tx_page: 'https://mainnet.whispernode.com/cosmos/tx/${txHash}',
|
|
424
|
-
account_page: 'https://mainnet.whispernode.com/cosmos/account/${accountAddress}'
|
|
444
|
+
account_page: 'https://mainnet.whispernode.com/cosmos/account/${accountAddress}',
|
|
445
|
+
validator_page: 'https://mainnet.whispernode.com/cosmos/staking/${validatorAddress}',
|
|
446
|
+
proposal_page: 'https://mainnet.whispernode.com/cosmos/gov/${proposalId}',
|
|
447
|
+
block_page: 'https://mainnet.whispernode.com/cosmos/block/${blockHeight}'
|
|
425
448
|
}
|
|
426
449
|
],
|
|
427
450
|
images: [{
|
package/mainnet/desmos/chain.js
CHANGED
|
@@ -42,10 +42,6 @@ const info = {
|
|
|
42
42
|
address: 'https://rpc.mainnet.desmos.network',
|
|
43
43
|
provider: 'desmos'
|
|
44
44
|
},
|
|
45
|
-
{
|
|
46
|
-
address: 'https://desmos-rpc.lavenderfive.com/',
|
|
47
|
-
provider: 'Lavender.Five Nodes π'
|
|
48
|
-
},
|
|
49
45
|
{
|
|
50
46
|
address: 'https://desmos-rpc.ibs.team/',
|
|
51
47
|
provider: 'Inter Blockchain Services'
|
|
@@ -76,10 +72,6 @@ const info = {
|
|
|
76
72
|
address: 'https://api.mainnet.desmos.network',
|
|
77
73
|
provider: 'desmos'
|
|
78
74
|
},
|
|
79
|
-
{
|
|
80
|
-
address: 'https://desmos-api.lavenderfive.com/',
|
|
81
|
-
provider: 'Lavender.Five Nodes π'
|
|
82
|
-
},
|
|
83
75
|
{
|
|
84
76
|
address: 'https://desmos-api.ibs.team/',
|
|
85
77
|
provider: 'Inter Blockchain Services'
|
|
@@ -106,10 +98,6 @@ const info = {
|
|
|
106
98
|
}
|
|
107
99
|
],
|
|
108
100
|
grpc: [
|
|
109
|
-
{
|
|
110
|
-
address: 'desmos-grpc.lavenderfive.com:443',
|
|
111
|
-
provider: 'Lavender.Five Nodes π'
|
|
112
|
-
},
|
|
113
101
|
{
|
|
114
102
|
address: 'https://grpc-desmos.explorer.co.id',
|
|
115
103
|
provider: 'Nodine.ID'
|
|
@@ -572,6 +572,35 @@ const info = {
|
|
|
572
572
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.png',
|
|
573
573
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.svg'
|
|
574
574
|
}
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
description: 'ERIS Liquid Alliance Staked GASH',
|
|
578
|
+
denom_units: [{
|
|
579
|
+
denom: 'factory/migaloo1nsskhvvh0msm7d5ke2kfg24a8d4jecsnxd28s27h0uz5kf9ap60shlqmcl/ampGASH',
|
|
580
|
+
exponent: 0
|
|
581
|
+
}, {
|
|
582
|
+
denom: 'ampGASH',
|
|
583
|
+
exponent: 6
|
|
584
|
+
}],
|
|
585
|
+
base: 'factory/migaloo1nsskhvvh0msm7d5ke2kfg24a8d4jecsnxd28s27h0uz5kf9ap60shlqmcl/ampGASH',
|
|
586
|
+
name: 'ampGASH',
|
|
587
|
+
display: 'ampGASH',
|
|
588
|
+
symbol: 'ampGASH',
|
|
589
|
+
images: [{
|
|
590
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampgash.png'
|
|
591
|
+
}],
|
|
592
|
+
traces: [{
|
|
593
|
+
type: 'liquid-stake',
|
|
594
|
+
chain: {
|
|
595
|
+
contract: 'migaloo1nsskhvvh0msm7d5ke2kfg24a8d4jecsnxd28s27h0uz5kf9ap60shlqmcl'
|
|
596
|
+
},
|
|
597
|
+
provider: 'ERIS Protocol',
|
|
598
|
+
counterparty: {
|
|
599
|
+
chain_name: 'migaloo',
|
|
600
|
+
base_denom: 'factory/migaloo1r9x8fz4alekzr78k42rpmr9unpa7egsldpqeynmwl2nfvzexue9sn8l5rg/gash',
|
|
601
|
+
contract: 'migaloo1r9x8fz4alekzr78k42rpmr9unpa7egsldpqeynmwl2nfvzexue9sn8l5rg'
|
|
602
|
+
}
|
|
603
|
+
}]
|
|
575
604
|
}
|
|
576
605
|
]
|
|
577
606
|
};
|
|
@@ -36,10 +36,6 @@ const info = {
|
|
|
36
36
|
},
|
|
37
37
|
apis: {
|
|
38
38
|
rpc: [
|
|
39
|
-
{
|
|
40
|
-
address: 'https://teritori-rpc.lavenderfive.com:443',
|
|
41
|
-
provider: 'Lavender.Five Nodes π'
|
|
42
|
-
},
|
|
43
39
|
{
|
|
44
40
|
address: 'https://teritori-rpc.polkachu.com',
|
|
45
41
|
provider: 'Polkachu'
|
|
@@ -94,10 +90,6 @@ const info = {
|
|
|
94
90
|
}
|
|
95
91
|
],
|
|
96
92
|
rest: [
|
|
97
|
-
{
|
|
98
|
-
address: 'https://teritori-api.lavenderfive.com:443',
|
|
99
|
-
provider: 'Lavender.Five Nodes π'
|
|
100
|
-
},
|
|
101
93
|
{
|
|
102
94
|
address: 'https://teritori-api.polkachu.com',
|
|
103
95
|
provider: 'Polkachu'
|
|
@@ -148,10 +140,6 @@ const info = {
|
|
|
148
140
|
}
|
|
149
141
|
],
|
|
150
142
|
grpc: [
|
|
151
|
-
{
|
|
152
|
-
address: 'teritori-grpc.lavenderfive.com:443',
|
|
153
|
-
provider: 'Lavender.Five Nodes π'
|
|
154
|
-
},
|
|
155
143
|
{
|
|
156
144
|
address: 'grpc.teritori.nodestake.top:443',
|
|
157
145
|
provider: 'NodeStake'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.62.
|
|
3
|
+
"version": "1.62.8",
|
|
4
4
|
"description": "Cosmos chain registry βοΈ",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.45.
|
|
32
|
+
"@chain-registry/utils": "^1.45.6",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.44.
|
|
36
|
+
"@chain-registry/types": "^0.44.6"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "954c9f2d396972d5cd17020ccc6e042ae262611e"
|
|
47
47
|
}
|