@chain-registry/juno 1.70.648 → 1.70.649

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 CHANGED
@@ -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
@@ -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
@@ -80,9 +80,6 @@ const testnet = {
80
80
  grpc: [{
81
81
  address: 'juno-testnet-grpc.polkachu.com:12690',
82
82
  provider: 'Polkachu'
83
- }, {
84
- address: 'junotestnet.gprc.kleomedes.network',
85
- provider: 'Kleomedes'
86
83
  }]
87
84
  },
88
85
  explorers: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.70.648",
3
+ "version": "1.70.649",
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.648"
32
+ "chain-registry": "^1.69.649"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^0.50.397"
35
+ "@chain-registry/types": "^0.50.398"
36
36
  },
37
37
  "keywords": [
38
38
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "tokens",
44
44
  "juno"
45
45
  ],
46
- "gitHead": "99a5983a19b0c2061fe7afb6ec9fe18f43b11a7f"
46
+ "gitHead": "a4ba18f0811b1f43fea50858f68a807fd61d4059"
47
47
  }
package/testnet.js CHANGED
@@ -82,9 +82,6 @@ const testnet = {
82
82
  grpc: [{
83
83
  address: 'juno-testnet-grpc.polkachu.com:12690',
84
84
  provider: 'Polkachu'
85
- }, {
86
- address: 'junotestnet.gprc.kleomedes.network',
87
- provider: 'Kleomedes'
88
85
  }]
89
86
  },
90
87
  explorers: [