chain-registry 2.0.137 → 2.0.139
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/cosmoshub/chain.js +10 -10
- package/esm/mainnet/genesisl1/chain.js +7 -5
- package/esm/mainnet/lava/chain.js +3 -3
- package/esm/mainnet/symphony/chain.js +6 -6
- package/mainnet/cosmoshub/chain.js +10 -10
- package/mainnet/genesisl1/chain.js +7 -5
- package/mainnet/lava/chain.js +3 -3
- package/mainnet/symphony/chain.js +6 -6
- package/package.json +3 -3
|
@@ -28,35 +28,35 @@ const info = {
|
|
|
28
28
|
},
|
|
29
29
|
codebase: {
|
|
30
30
|
gitRepo: 'https://github.com/cosmos/gaia',
|
|
31
|
-
recommendedVersion: 'v25.
|
|
32
|
-
compatibleVersions: ['v25.
|
|
31
|
+
recommendedVersion: 'v25.3.0',
|
|
32
|
+
compatibleVersions: ['v25.3.0'],
|
|
33
33
|
consensus: {
|
|
34
34
|
type: 'cometbft',
|
|
35
|
-
version: 'v0.38.
|
|
35
|
+
version: 'v0.38.20'
|
|
36
36
|
},
|
|
37
37
|
binaries: {
|
|
38
|
-
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.
|
|
39
|
-
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v25.
|
|
40
|
-
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.
|
|
38
|
+
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.3.0/gaiad-v25.3.0-darwin-amd64',
|
|
39
|
+
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v25.3.0/gaiad-v25.3.0-darwin-arm64',
|
|
40
|
+
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.3.0/gaiad-v25.3.0-linux-amd64'
|
|
41
41
|
},
|
|
42
42
|
genesis: {
|
|
43
43
|
genesisUrl: 'https://github.com/cosmos/mainnet/raw/master/genesis/genesis.cosmoshub-4.json.gz'
|
|
44
44
|
},
|
|
45
45
|
sdk: {
|
|
46
46
|
type: 'cosmos',
|
|
47
|
-
version: 'v0.53.
|
|
48
|
-
tag: 'v0.53.
|
|
47
|
+
version: 'v0.53.4',
|
|
48
|
+
tag: 'v0.53.4'
|
|
49
49
|
},
|
|
50
50
|
ibc: {
|
|
51
51
|
type: 'go',
|
|
52
|
-
version: 'v10.
|
|
52
|
+
version: 'v10.5.0'
|
|
53
53
|
},
|
|
54
54
|
cosmwasm: {
|
|
55
55
|
version: 'v0.60.2',
|
|
56
56
|
repo: 'https://github.com/CosmWasm/wasmd',
|
|
57
57
|
tag: 'v0.60.2'
|
|
58
58
|
},
|
|
59
|
-
tag: 'v25.
|
|
59
|
+
tag: 'v25.3.0'
|
|
60
60
|
},
|
|
61
61
|
logoURIs: {
|
|
62
62
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
@@ -6,6 +6,7 @@ const info = {
|
|
|
6
6
|
prettyName: 'GenesisL1',
|
|
7
7
|
chainType: 'cosmos',
|
|
8
8
|
chainId: 'genesis_29-2',
|
|
9
|
+
website: 'https://GenesisL1.com',
|
|
9
10
|
bech32Prefix: 'genesis',
|
|
10
11
|
daemonName: 'genesisd',
|
|
11
12
|
nodeHome: '$HOME/.genesis',
|
|
@@ -13,9 +14,9 @@ const info = {
|
|
|
13
14
|
fees: {
|
|
14
15
|
feeTokens: [{
|
|
15
16
|
denom: 'el1',
|
|
16
|
-
lowGasPrice:
|
|
17
|
-
averageGasPrice:
|
|
18
|
-
highGasPrice:
|
|
17
|
+
lowGasPrice: 57000000000,
|
|
18
|
+
averageGasPrice: 58000000000,
|
|
19
|
+
highGasPrice: 59000000000
|
|
19
20
|
}]
|
|
20
21
|
},
|
|
21
22
|
staking: {
|
|
@@ -24,12 +25,12 @@ const info = {
|
|
|
24
25
|
}]
|
|
25
26
|
},
|
|
26
27
|
codebase: {
|
|
27
|
-
gitRepo: 'https://github.com/
|
|
28
|
+
gitRepo: 'https://github.com/GenesisL1/genesis-crypto',
|
|
28
29
|
recommendedVersion: 'v1.0.0',
|
|
29
30
|
compatibleVersions: ['v1.0.0'],
|
|
30
31
|
genesis: {
|
|
31
32
|
name: 'plan_ethermint',
|
|
32
|
-
genesisUrl: 'https://raw.githubusercontent.com/
|
|
33
|
+
genesisUrl: 'https://raw.githubusercontent.com/GenesisL1/genesis-parameters/main/genesis_29-2/genesis.json'
|
|
33
34
|
},
|
|
34
35
|
sdk: {
|
|
35
36
|
type: 'cosmos',
|
|
@@ -41,6 +42,7 @@ const info = {
|
|
|
41
42
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.png',
|
|
42
43
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.svg'
|
|
43
44
|
},
|
|
45
|
+
description: 'GenesisL1 is a public distributed ledger for decentralized scientific data, assets, applications, and protocols, with a focus on bioinformatics, biotechnology, medicine, and machine learning.',
|
|
44
46
|
apis: {
|
|
45
47
|
rpc: [{
|
|
46
48
|
address: 'https://26657.genesisl1.org',
|
|
@@ -145,7 +145,7 @@ const info = {
|
|
|
145
145
|
provider: 'Winnode'
|
|
146
146
|
},
|
|
147
147
|
{
|
|
148
|
-
address: 'https://rpc-lava.vinjan.
|
|
148
|
+
address: 'https://rpc-lava.vinjan-inc.com',
|
|
149
149
|
provider: 'Vinjan.Inc'
|
|
150
150
|
},
|
|
151
151
|
{
|
|
@@ -223,7 +223,7 @@ const info = {
|
|
|
223
223
|
provider: 'Winnode'
|
|
224
224
|
},
|
|
225
225
|
{
|
|
226
|
-
address: 'https://api-lava.vinjan.
|
|
226
|
+
address: 'https://api-lava.vinjan-inc.com',
|
|
227
227
|
provider: 'Vinjan.Inc'
|
|
228
228
|
},
|
|
229
229
|
{
|
|
@@ -281,7 +281,7 @@ const info = {
|
|
|
281
281
|
provider: 'Winnode'
|
|
282
282
|
},
|
|
283
283
|
{
|
|
284
|
-
address: 'grpc-lava.vinjan.
|
|
284
|
+
address: 'grpc-lava.vinjan-inc.com:29990',
|
|
285
285
|
provider: 'Vinjan.Inc'
|
|
286
286
|
},
|
|
287
287
|
{
|
|
@@ -61,7 +61,7 @@ const info = {
|
|
|
61
61
|
provider: 'Cogwheel ⚙️'
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
|
-
address: 'https://rpc-
|
|
64
|
+
address: 'https://rpc-m.symphony.vinjan-inc.com',
|
|
65
65
|
provider: 'Vinjan.Inc'
|
|
66
66
|
},
|
|
67
67
|
{
|
|
@@ -83,7 +83,7 @@ const info = {
|
|
|
83
83
|
provider: 'Cogwheel ⚙️'
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
|
-
address: 'https://api-
|
|
86
|
+
address: 'https://api-m.symphony.vinjan-inc.com',
|
|
87
87
|
provider: 'Vinjan.Inc'
|
|
88
88
|
},
|
|
89
89
|
{
|
|
@@ -105,7 +105,7 @@ const info = {
|
|
|
105
105
|
provider: 'Cogwheel ⚙️'
|
|
106
106
|
},
|
|
107
107
|
{
|
|
108
|
-
address: 'grpc-
|
|
108
|
+
address: 'grpc-m.symphony.vinjan-inc.com:21090',
|
|
109
109
|
provider: 'Vinjan.Inc'
|
|
110
110
|
},
|
|
111
111
|
{
|
|
@@ -121,9 +121,9 @@ const info = {
|
|
|
121
121
|
explorers: [
|
|
122
122
|
{
|
|
123
123
|
kind: 'VinjanXplorer',
|
|
124
|
-
url: 'https://
|
|
125
|
-
txPage: 'https://
|
|
126
|
-
accountPage: 'https://
|
|
124
|
+
url: 'https://explorer.vinjan-inc.com/symphony',
|
|
125
|
+
txPage: 'https://explorer.vinjan-inc.com/symphony/tx/${txHash}',
|
|
126
|
+
accountPage: 'https://explorer.vinjan-inc.com/symphony/account/${accountAddress}'
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
129
|
kind: 'Sr20de Explorer',
|
|
@@ -30,35 +30,35 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
codebase: {
|
|
32
32
|
gitRepo: 'https://github.com/cosmos/gaia',
|
|
33
|
-
recommendedVersion: 'v25.
|
|
34
|
-
compatibleVersions: ['v25.
|
|
33
|
+
recommendedVersion: 'v25.3.0',
|
|
34
|
+
compatibleVersions: ['v25.3.0'],
|
|
35
35
|
consensus: {
|
|
36
36
|
type: 'cometbft',
|
|
37
|
-
version: 'v0.38.
|
|
37
|
+
version: 'v0.38.20'
|
|
38
38
|
},
|
|
39
39
|
binaries: {
|
|
40
|
-
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.
|
|
41
|
-
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v25.
|
|
42
|
-
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.
|
|
40
|
+
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.3.0/gaiad-v25.3.0-darwin-amd64',
|
|
41
|
+
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v25.3.0/gaiad-v25.3.0-darwin-arm64',
|
|
42
|
+
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.3.0/gaiad-v25.3.0-linux-amd64'
|
|
43
43
|
},
|
|
44
44
|
genesis: {
|
|
45
45
|
genesisUrl: 'https://github.com/cosmos/mainnet/raw/master/genesis/genesis.cosmoshub-4.json.gz'
|
|
46
46
|
},
|
|
47
47
|
sdk: {
|
|
48
48
|
type: 'cosmos',
|
|
49
|
-
version: 'v0.53.
|
|
50
|
-
tag: 'v0.53.
|
|
49
|
+
version: 'v0.53.4',
|
|
50
|
+
tag: 'v0.53.4'
|
|
51
51
|
},
|
|
52
52
|
ibc: {
|
|
53
53
|
type: 'go',
|
|
54
|
-
version: 'v10.
|
|
54
|
+
version: 'v10.5.0'
|
|
55
55
|
},
|
|
56
56
|
cosmwasm: {
|
|
57
57
|
version: 'v0.60.2',
|
|
58
58
|
repo: 'https://github.com/CosmWasm/wasmd',
|
|
59
59
|
tag: 'v0.60.2'
|
|
60
60
|
},
|
|
61
|
-
tag: 'v25.
|
|
61
|
+
tag: 'v25.3.0'
|
|
62
62
|
},
|
|
63
63
|
logoURIs: {
|
|
64
64
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
@@ -8,6 +8,7 @@ const info = {
|
|
|
8
8
|
prettyName: 'GenesisL1',
|
|
9
9
|
chainType: 'cosmos',
|
|
10
10
|
chainId: 'genesis_29-2',
|
|
11
|
+
website: 'https://GenesisL1.com',
|
|
11
12
|
bech32Prefix: 'genesis',
|
|
12
13
|
daemonName: 'genesisd',
|
|
13
14
|
nodeHome: '$HOME/.genesis',
|
|
@@ -15,9 +16,9 @@ const info = {
|
|
|
15
16
|
fees: {
|
|
16
17
|
feeTokens: [{
|
|
17
18
|
denom: 'el1',
|
|
18
|
-
lowGasPrice:
|
|
19
|
-
averageGasPrice:
|
|
20
|
-
highGasPrice:
|
|
19
|
+
lowGasPrice: 57000000000,
|
|
20
|
+
averageGasPrice: 58000000000,
|
|
21
|
+
highGasPrice: 59000000000
|
|
21
22
|
}]
|
|
22
23
|
},
|
|
23
24
|
staking: {
|
|
@@ -26,12 +27,12 @@ const info = {
|
|
|
26
27
|
}]
|
|
27
28
|
},
|
|
28
29
|
codebase: {
|
|
29
|
-
gitRepo: 'https://github.com/
|
|
30
|
+
gitRepo: 'https://github.com/GenesisL1/genesis-crypto',
|
|
30
31
|
recommendedVersion: 'v1.0.0',
|
|
31
32
|
compatibleVersions: ['v1.0.0'],
|
|
32
33
|
genesis: {
|
|
33
34
|
name: 'plan_ethermint',
|
|
34
|
-
genesisUrl: 'https://raw.githubusercontent.com/
|
|
35
|
+
genesisUrl: 'https://raw.githubusercontent.com/GenesisL1/genesis-parameters/main/genesis_29-2/genesis.json'
|
|
35
36
|
},
|
|
36
37
|
sdk: {
|
|
37
38
|
type: 'cosmos',
|
|
@@ -43,6 +44,7 @@ const info = {
|
|
|
43
44
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.png',
|
|
44
45
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.svg'
|
|
45
46
|
},
|
|
47
|
+
description: 'GenesisL1 is a public distributed ledger for decentralized scientific data, assets, applications, and protocols, with a focus on bioinformatics, biotechnology, medicine, and machine learning.',
|
|
46
48
|
apis: {
|
|
47
49
|
rpc: [{
|
|
48
50
|
address: 'https://26657.genesisl1.org',
|
package/mainnet/lava/chain.js
CHANGED
|
@@ -147,7 +147,7 @@ const info = {
|
|
|
147
147
|
provider: 'Winnode'
|
|
148
148
|
},
|
|
149
149
|
{
|
|
150
|
-
address: 'https://rpc-lava.vinjan.
|
|
150
|
+
address: 'https://rpc-lava.vinjan-inc.com',
|
|
151
151
|
provider: 'Vinjan.Inc'
|
|
152
152
|
},
|
|
153
153
|
{
|
|
@@ -225,7 +225,7 @@ const info = {
|
|
|
225
225
|
provider: 'Winnode'
|
|
226
226
|
},
|
|
227
227
|
{
|
|
228
|
-
address: 'https://api-lava.vinjan.
|
|
228
|
+
address: 'https://api-lava.vinjan-inc.com',
|
|
229
229
|
provider: 'Vinjan.Inc'
|
|
230
230
|
},
|
|
231
231
|
{
|
|
@@ -283,7 +283,7 @@ const info = {
|
|
|
283
283
|
provider: 'Winnode'
|
|
284
284
|
},
|
|
285
285
|
{
|
|
286
|
-
address: 'grpc-lava.vinjan.
|
|
286
|
+
address: 'grpc-lava.vinjan-inc.com:29990',
|
|
287
287
|
provider: 'Vinjan.Inc'
|
|
288
288
|
},
|
|
289
289
|
{
|
|
@@ -63,7 +63,7 @@ const info = {
|
|
|
63
63
|
provider: 'Cogwheel ⚙️'
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
|
-
address: 'https://rpc-
|
|
66
|
+
address: 'https://rpc-m.symphony.vinjan-inc.com',
|
|
67
67
|
provider: 'Vinjan.Inc'
|
|
68
68
|
},
|
|
69
69
|
{
|
|
@@ -85,7 +85,7 @@ const info = {
|
|
|
85
85
|
provider: 'Cogwheel ⚙️'
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
|
-
address: 'https://api-
|
|
88
|
+
address: 'https://api-m.symphony.vinjan-inc.com',
|
|
89
89
|
provider: 'Vinjan.Inc'
|
|
90
90
|
},
|
|
91
91
|
{
|
|
@@ -107,7 +107,7 @@ const info = {
|
|
|
107
107
|
provider: 'Cogwheel ⚙️'
|
|
108
108
|
},
|
|
109
109
|
{
|
|
110
|
-
address: 'grpc-
|
|
110
|
+
address: 'grpc-m.symphony.vinjan-inc.com:21090',
|
|
111
111
|
provider: 'Vinjan.Inc'
|
|
112
112
|
},
|
|
113
113
|
{
|
|
@@ -123,9 +123,9 @@ const info = {
|
|
|
123
123
|
explorers: [
|
|
124
124
|
{
|
|
125
125
|
kind: 'VinjanXplorer',
|
|
126
|
-
url: 'https://
|
|
127
|
-
txPage: 'https://
|
|
128
|
-
accountPage: 'https://
|
|
126
|
+
url: 'https://explorer.vinjan-inc.com/symphony',
|
|
127
|
+
txPage: 'https://explorer.vinjan-inc.com/symphony/tx/${txHash}',
|
|
128
|
+
accountPage: 'https://explorer.vinjan-inc.com/symphony/account/${accountAddress}'
|
|
129
129
|
},
|
|
130
130
|
{
|
|
131
131
|
kind: 'Sr20de Explorer',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.139",
|
|
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.139"
|
|
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": "eb6487f959f08a44ec4b1396112286a8f63906cf"
|
|
43
43
|
}
|