@chain-registry/juno 1.70.648 → 1.70.650
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/chain.js +7 -1
- package/esm/chain.js +7 -1
- package/esm/testnet.js +0 -3
- package/package.json +4 -4
- package/testnet.js +0 -3
package/chain.js
CHANGED
|
@@ -165,7 +165,7 @@ const chain = {
|
|
|
165
165
|
provider: 'Stake&Relax Validator 🦥'
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
|
-
address: 'juno.grpc.kleomedes.network',
|
|
168
|
+
address: 'https://juno.grpc.kleomedes.network',
|
|
169
169
|
provider: 'Kleomedes'
|
|
170
170
|
},
|
|
171
171
|
{
|
|
@@ -252,6 +252,12 @@ const chain = {
|
|
|
252
252
|
compression: 'lz4',
|
|
253
253
|
checksum_available: false,
|
|
254
254
|
provider: 'Polkachu'
|
|
255
|
+
}, {
|
|
256
|
+
url: 'https://kleomedes.cloud/chains/juno',
|
|
257
|
+
latest_url: 'https://api.kleomedes.network/api/v2/snapshots/juno/latest',
|
|
258
|
+
type: 'pruned',
|
|
259
|
+
compression: 'zstd',
|
|
260
|
+
provider: 'Kleomedes'
|
|
255
261
|
}]
|
|
256
262
|
};
|
|
257
263
|
exports.default = chain;
|
package/esm/chain.js
CHANGED
|
@@ -163,7 +163,7 @@ const chain = {
|
|
|
163
163
|
provider: 'Stake&Relax Validator 🦥'
|
|
164
164
|
},
|
|
165
165
|
{
|
|
166
|
-
address: 'juno.grpc.kleomedes.network',
|
|
166
|
+
address: 'https://juno.grpc.kleomedes.network',
|
|
167
167
|
provider: 'Kleomedes'
|
|
168
168
|
},
|
|
169
169
|
{
|
|
@@ -250,6 +250,12 @@ const chain = {
|
|
|
250
250
|
compression: 'lz4',
|
|
251
251
|
checksum_available: false,
|
|
252
252
|
provider: 'Polkachu'
|
|
253
|
+
}, {
|
|
254
|
+
url: 'https://kleomedes.cloud/chains/juno',
|
|
255
|
+
latest_url: 'https://api.kleomedes.network/api/v2/snapshots/juno/latest',
|
|
256
|
+
type: 'pruned',
|
|
257
|
+
compression: 'zstd',
|
|
258
|
+
provider: 'Kleomedes'
|
|
253
259
|
}]
|
|
254
260
|
};
|
|
255
261
|
export default chain;
|
package/esm/testnet.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.650",
|
|
4
4
|
"description": "Chain Registry info for Juno",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"chain-registry": "^1.69.650"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@chain-registry/types": "^0.50.
|
|
35
|
+
"@chain-registry/types": "^0.50.399"
|
|
36
36
|
},
|
|
37
37
|
"keywords": [
|
|
38
38
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"tokens",
|
|
44
44
|
"juno"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "243607980c5a89c652d3975b387f04d38833e79d"
|
|
47
47
|
}
|