chain-registry 1.69.118 → 1.69.119
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.
|
@@ -38,10 +38,10 @@ const info = {
|
|
|
38
38
|
}],
|
|
39
39
|
codebase: {
|
|
40
40
|
git_repo: 'https://github.com/AltheaFoundation/althea-L1',
|
|
41
|
-
recommended_version: 'v1.
|
|
42
|
-
compatible_versions: ['v1.
|
|
41
|
+
recommended_version: 'v1.5.1',
|
|
42
|
+
compatible_versions: ['v1.5.1'],
|
|
43
43
|
binaries: {
|
|
44
|
-
"linux/amd64": 'https://github.com/AltheaFoundation/althea-L1/releases/download/v1.
|
|
44
|
+
"linux/amd64": 'https://github.com/AltheaFoundation/althea-L1/releases/download/v1.5.1/althea-linux-amd64'
|
|
45
45
|
},
|
|
46
46
|
genesis: {
|
|
47
47
|
genesis_url: 'https://github.com/AltheaFoundation/althea-L1-docs/blob/main/althea-l1-mainnet-genesis.json'
|
|
@@ -86,6 +86,11 @@ const info = {
|
|
|
86
86
|
url: 'https://staking-explorer.com/explorer/althea',
|
|
87
87
|
tx_page: 'https://staking-explorer.com/transaction.php?chain=althea&tx=${txHash}',
|
|
88
88
|
account_page: 'https://staking-explorer.com/account.php?chain=althea&addr=${accountAddress}'
|
|
89
|
+
}, {
|
|
90
|
+
kind: 'mintscan',
|
|
91
|
+
url: 'https://www.mintscan.io/althea',
|
|
92
|
+
tx_page: 'https://www.mintscan.io/althea/transactions/${txHash}',
|
|
93
|
+
account_page: 'https://www.mintscan.io/althea/accounts/${accountAddress}'
|
|
89
94
|
}]
|
|
90
95
|
};
|
|
91
96
|
export default info;
|
|
@@ -87,7 +87,7 @@ const info = {
|
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
89
|
address: 'https://elys.rpc.vnodesv.net:443',
|
|
90
|
-
provider: 'vNodes[V]
|
|
90
|
+
provider: 'vNodes[V] [S]er|V|ice[S]'
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
93
|
address: 'https://elys-mainnet-rpc.itrocket.net:443',
|
|
@@ -157,7 +157,7 @@ const info = {
|
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
159
|
address: 'https://elys.rest.vnodesv.net:443',
|
|
160
|
-
provider: 'vNodes[V]
|
|
160
|
+
provider: 'vNodes[V] [S]er|V|ice[S]'
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
address: 'https://elys-mainnet-api.itrocket.net',
|
package/mainnet/althea/chain.js
CHANGED
|
@@ -40,10 +40,10 @@ const info = {
|
|
|
40
40
|
}],
|
|
41
41
|
codebase: {
|
|
42
42
|
git_repo: 'https://github.com/AltheaFoundation/althea-L1',
|
|
43
|
-
recommended_version: 'v1.
|
|
44
|
-
compatible_versions: ['v1.
|
|
43
|
+
recommended_version: 'v1.5.1',
|
|
44
|
+
compatible_versions: ['v1.5.1'],
|
|
45
45
|
binaries: {
|
|
46
|
-
"linux/amd64": 'https://github.com/AltheaFoundation/althea-L1/releases/download/v1.
|
|
46
|
+
"linux/amd64": 'https://github.com/AltheaFoundation/althea-L1/releases/download/v1.5.1/althea-linux-amd64'
|
|
47
47
|
},
|
|
48
48
|
genesis: {
|
|
49
49
|
genesis_url: 'https://github.com/AltheaFoundation/althea-L1-docs/blob/main/althea-l1-mainnet-genesis.json'
|
|
@@ -88,6 +88,11 @@ const info = {
|
|
|
88
88
|
url: 'https://staking-explorer.com/explorer/althea',
|
|
89
89
|
tx_page: 'https://staking-explorer.com/transaction.php?chain=althea&tx=${txHash}',
|
|
90
90
|
account_page: 'https://staking-explorer.com/account.php?chain=althea&addr=${accountAddress}'
|
|
91
|
+
}, {
|
|
92
|
+
kind: 'mintscan',
|
|
93
|
+
url: 'https://www.mintscan.io/althea',
|
|
94
|
+
tx_page: 'https://www.mintscan.io/althea/transactions/${txHash}',
|
|
95
|
+
account_page: 'https://www.mintscan.io/althea/accounts/${accountAddress}'
|
|
91
96
|
}]
|
|
92
97
|
};
|
|
93
98
|
exports.default = info;
|
package/mainnet/elys/chain.js
CHANGED
|
@@ -89,7 +89,7 @@ const info = {
|
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
91
|
address: 'https://elys.rpc.vnodesv.net:443',
|
|
92
|
-
provider: 'vNodes[V]
|
|
92
|
+
provider: 'vNodes[V] [S]er|V|ice[S]'
|
|
93
93
|
},
|
|
94
94
|
{
|
|
95
95
|
address: 'https://elys-mainnet-rpc.itrocket.net:443',
|
|
@@ -159,7 +159,7 @@ const info = {
|
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
address: 'https://elys.rest.vnodesv.net:443',
|
|
162
|
-
provider: 'vNodes[V]
|
|
162
|
+
provider: 'vNodes[V] [S]er|V|ice[S]'
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
165
|
address: 'https://elys-mainnet-api.itrocket.net',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.119",
|
|
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,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
32
|
+
"@chain-registry/utils": "^1.51.68",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.68"
|
|
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": "567708fa7d2f2c61cffa41fef60b8ab776830e2c"
|
|
47
47
|
}
|