chain-registry 2.0.249 → 2.0.251
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/akash/chain.js +6 -0
- package/esm/mainnet/archway/chain.js +6 -0
- package/esm/mainnet/atomone/chain.js +6 -0
- package/esm/mainnet/axelar/chain.js +6 -0
- package/esm/testnet/cosmosicsprovidertestnet/chain.js +5 -5
- package/mainnet/akash/chain.js +6 -0
- package/mainnet/archway/chain.js +6 -0
- package/mainnet/atomone/chain.js +6 -0
- package/mainnet/axelar/chain.js +6 -0
- package/package.json +3 -3
- package/testnet/cosmosicsprovidertestnet/chain.js +5 -5
|
@@ -204,6 +204,12 @@ const info = {
|
|
|
204
204
|
url: 'https://akash.valopers.com/',
|
|
205
205
|
txPage: 'https://akash.valopers.com/transactions/${txHash}',
|
|
206
206
|
accountPage: 'https://akash.valopers.com/account/${accountAddress}'
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
kind: 'moon-runners',
|
|
210
|
+
url: 'https://moon-runners.net/akash/mainnet',
|
|
211
|
+
txPage: 'https://moon-runners.net/akash/mainnet/finder?search=${txHash}',
|
|
212
|
+
accountPage: 'https://moon-runners.net/akash/mainnet/finder?search=${accountAddress}'
|
|
207
213
|
}
|
|
208
214
|
],
|
|
209
215
|
images: [{
|
|
@@ -423,6 +423,12 @@ const info = {
|
|
|
423
423
|
url: 'https://mainnet.whispernode.com/archway',
|
|
424
424
|
txPage: 'https://mainnet.whispernode.com/archway/tx/${txHash}',
|
|
425
425
|
accountPage: 'https://mainnet.whispernode.com/archway/account/${accountAddress}'
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
kind: 'moon-runners',
|
|
429
|
+
url: 'https://moon-runners.net/archway/mainnet',
|
|
430
|
+
txPage: 'https://moon-runners.net/archway/mainnet/finder?search=${txHash}',
|
|
431
|
+
accountPage: 'https://moon-runners.net/archway/mainnet/finder?search=${accountAddress}'
|
|
426
432
|
}
|
|
427
433
|
],
|
|
428
434
|
images: [{
|
|
@@ -530,6 +530,12 @@ const info = {
|
|
|
530
530
|
url: 'https://explorer.oshvank.xyz/AtomOne',
|
|
531
531
|
txPage: 'https://explorer.oshvank.xyz/AtomOne/tx/${txHash}',
|
|
532
532
|
accountPage: 'https://explorer.oshvank.xyz/AtomOne/account/${accountAddress}'
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
kind: 'moon-runners',
|
|
536
|
+
url: 'https://moon-runners.net/atomone/mainnet',
|
|
537
|
+
txPage: 'https://moon-runners.net/atomone/mainnet/finder?search=${txHash}',
|
|
538
|
+
accountPage: 'https://moon-runners.net/atomone/mainnet/finder?search=${accountAddress}'
|
|
533
539
|
}
|
|
534
540
|
],
|
|
535
541
|
images: [{
|
|
@@ -252,6 +252,12 @@ const info = {
|
|
|
252
252
|
url: 'https://axelar.valopers.com/',
|
|
253
253
|
txPage: 'https://axelar.valopers.com/transactions/${txHash}',
|
|
254
254
|
accountPage: 'https://axelar.valopers.com/account/${accountAddress}'
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
kind: 'moon-runners',
|
|
258
|
+
url: 'https://moon-runners.net/axelar/mainnet',
|
|
259
|
+
txPage: 'https://moon-runners.net/axelar/mainnet/finder?search=${txHash}',
|
|
260
|
+
accountPage: 'https://moon-runners.net/axelar/mainnet/finder?search=${accountAddress}'
|
|
255
261
|
}
|
|
256
262
|
],
|
|
257
263
|
images: [{
|
|
@@ -27,15 +27,15 @@ const info = {
|
|
|
27
27
|
},
|
|
28
28
|
codebase: {
|
|
29
29
|
gitRepo: 'https://github.com/cosmos/gaia',
|
|
30
|
-
recommendedVersion: '
|
|
31
|
-
compatibleVersions: ['
|
|
30
|
+
recommendedVersion: 'v28.0.0-rc0',
|
|
31
|
+
compatibleVersions: ['v28.0.0-rc0'],
|
|
32
32
|
consensus: {
|
|
33
33
|
type: 'cometbft',
|
|
34
34
|
version: 'v0.38.23'
|
|
35
35
|
},
|
|
36
36
|
binaries: {
|
|
37
|
-
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/
|
|
38
|
-
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/
|
|
37
|
+
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v28.0.0-rc0/gaiad-v28.0.0-rc0-darwin-amd64',
|
|
38
|
+
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v28.0.0-rc0/gaiad-v28.0.0-rc0-linux-amd64'
|
|
39
39
|
},
|
|
40
40
|
genesis: {
|
|
41
41
|
genesisUrl: 'https://raw.githubusercontent.com/cosmos/testnets/master/provider/provider-genesis.json'
|
|
@@ -54,7 +54,7 @@ const info = {
|
|
|
54
54
|
repo: 'https://github.com/CosmWasm/wasmd',
|
|
55
55
|
tag: 'v0.60.8'
|
|
56
56
|
},
|
|
57
|
-
tag: '
|
|
57
|
+
tag: 'v28.0.0-rc0'
|
|
58
58
|
},
|
|
59
59
|
apis: {
|
|
60
60
|
rpc: [
|
package/mainnet/akash/chain.js
CHANGED
|
@@ -206,6 +206,12 @@ const info = {
|
|
|
206
206
|
url: 'https://akash.valopers.com/',
|
|
207
207
|
txPage: 'https://akash.valopers.com/transactions/${txHash}',
|
|
208
208
|
accountPage: 'https://akash.valopers.com/account/${accountAddress}'
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
kind: 'moon-runners',
|
|
212
|
+
url: 'https://moon-runners.net/akash/mainnet',
|
|
213
|
+
txPage: 'https://moon-runners.net/akash/mainnet/finder?search=${txHash}',
|
|
214
|
+
accountPage: 'https://moon-runners.net/akash/mainnet/finder?search=${accountAddress}'
|
|
209
215
|
}
|
|
210
216
|
],
|
|
211
217
|
images: [{
|
package/mainnet/archway/chain.js
CHANGED
|
@@ -425,6 +425,12 @@ const info = {
|
|
|
425
425
|
url: 'https://mainnet.whispernode.com/archway',
|
|
426
426
|
txPage: 'https://mainnet.whispernode.com/archway/tx/${txHash}',
|
|
427
427
|
accountPage: 'https://mainnet.whispernode.com/archway/account/${accountAddress}'
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
kind: 'moon-runners',
|
|
431
|
+
url: 'https://moon-runners.net/archway/mainnet',
|
|
432
|
+
txPage: 'https://moon-runners.net/archway/mainnet/finder?search=${txHash}',
|
|
433
|
+
accountPage: 'https://moon-runners.net/archway/mainnet/finder?search=${accountAddress}'
|
|
428
434
|
}
|
|
429
435
|
],
|
|
430
436
|
images: [{
|
package/mainnet/atomone/chain.js
CHANGED
|
@@ -532,6 +532,12 @@ const info = {
|
|
|
532
532
|
url: 'https://explorer.oshvank.xyz/AtomOne',
|
|
533
533
|
txPage: 'https://explorer.oshvank.xyz/AtomOne/tx/${txHash}',
|
|
534
534
|
accountPage: 'https://explorer.oshvank.xyz/AtomOne/account/${accountAddress}'
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
kind: 'moon-runners',
|
|
538
|
+
url: 'https://moon-runners.net/atomone/mainnet',
|
|
539
|
+
txPage: 'https://moon-runners.net/atomone/mainnet/finder?search=${txHash}',
|
|
540
|
+
accountPage: 'https://moon-runners.net/atomone/mainnet/finder?search=${accountAddress}'
|
|
535
541
|
}
|
|
536
542
|
],
|
|
537
543
|
images: [{
|
package/mainnet/axelar/chain.js
CHANGED
|
@@ -254,6 +254,12 @@ const info = {
|
|
|
254
254
|
url: 'https://axelar.valopers.com/',
|
|
255
255
|
txPage: 'https://axelar.valopers.com/transactions/${txHash}',
|
|
256
256
|
accountPage: 'https://axelar.valopers.com/account/${accountAddress}'
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
kind: 'moon-runners',
|
|
260
|
+
url: 'https://moon-runners.net/axelar/mainnet',
|
|
261
|
+
txPage: 'https://moon-runners.net/axelar/mainnet/finder?search=${txHash}',
|
|
262
|
+
accountPage: 'https://moon-runners.net/axelar/mainnet/finder?search=${accountAddress}'
|
|
257
263
|
}
|
|
258
264
|
],
|
|
259
265
|
images: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.251",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^2.0.
|
|
32
|
+
"@chain-registry/types": "^2.0.251"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "9de1ecbf1e724a8b1525ee73b9e6fef5bc331e77"
|
|
43
43
|
}
|
|
@@ -29,15 +29,15 @@ const info = {
|
|
|
29
29
|
},
|
|
30
30
|
codebase: {
|
|
31
31
|
gitRepo: 'https://github.com/cosmos/gaia',
|
|
32
|
-
recommendedVersion: '
|
|
33
|
-
compatibleVersions: ['
|
|
32
|
+
recommendedVersion: 'v28.0.0-rc0',
|
|
33
|
+
compatibleVersions: ['v28.0.0-rc0'],
|
|
34
34
|
consensus: {
|
|
35
35
|
type: 'cometbft',
|
|
36
36
|
version: 'v0.38.23'
|
|
37
37
|
},
|
|
38
38
|
binaries: {
|
|
39
|
-
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/
|
|
40
|
-
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/
|
|
39
|
+
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v28.0.0-rc0/gaiad-v28.0.0-rc0-darwin-amd64',
|
|
40
|
+
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v28.0.0-rc0/gaiad-v28.0.0-rc0-linux-amd64'
|
|
41
41
|
},
|
|
42
42
|
genesis: {
|
|
43
43
|
genesisUrl: 'https://raw.githubusercontent.com/cosmos/testnets/master/provider/provider-genesis.json'
|
|
@@ -56,7 +56,7 @@ const info = {
|
|
|
56
56
|
repo: 'https://github.com/CosmWasm/wasmd',
|
|
57
57
|
tag: 'v0.60.8'
|
|
58
58
|
},
|
|
59
|
-
tag: '
|
|
59
|
+
tag: 'v28.0.0-rc0'
|
|
60
60
|
},
|
|
61
61
|
apis: {
|
|
62
62
|
rpc: [
|