@chain-registry/juno 1.70.639 → 1.70.641

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.
Files changed (3) hide show
  1. package/chain.js +11 -4
  2. package/esm/chain.js +11 -4
  3. package/package.json +4 -4
package/chain.js CHANGED
@@ -72,10 +72,6 @@ const chain = {
72
72
  address: 'https://juno.rpc.m.stavr.tech',
73
73
  provider: '🔥STAVR🔥'
74
74
  },
75
- {
76
- address: 'https://juno-rpc.polkachu.com',
77
- provider: 'Polkachu'
78
- },
79
75
  {
80
76
  address: 'https://rpc.lavenderfive.com:443/juno',
81
77
  provider: 'Lavender.Five Nodes 🐝'
@@ -107,6 +103,10 @@ const chain = {
107
103
  {
108
104
  address: 'https://juno.api.pocket.network',
109
105
  provider: 'Pocket Network'
106
+ },
107
+ {
108
+ address: 'https://juno-rpc.polkachu.com:443',
109
+ provider: 'Polkachu'
110
110
  }
111
111
  ],
112
112
  rest: [
@@ -245,6 +245,13 @@ const chain = {
245
245
  images: [{
246
246
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
247
247
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
248
+ }],
249
+ snapshots: [{
250
+ url: 'https://polkachu.com/tendermint_snapshots/juno',
251
+ type: 'pruned',
252
+ compression: 'lz4',
253
+ checksum_available: false,
254
+ provider: 'Polkachu'
248
255
  }]
249
256
  };
250
257
  exports.default = chain;
package/esm/chain.js CHANGED
@@ -70,10 +70,6 @@ const chain = {
70
70
  address: 'https://juno.rpc.m.stavr.tech',
71
71
  provider: '🔥STAVR🔥'
72
72
  },
73
- {
74
- address: 'https://juno-rpc.polkachu.com',
75
- provider: 'Polkachu'
76
- },
77
73
  {
78
74
  address: 'https://rpc.lavenderfive.com:443/juno',
79
75
  provider: 'Lavender.Five Nodes 🐝'
@@ -105,6 +101,10 @@ const chain = {
105
101
  {
106
102
  address: 'https://juno.api.pocket.network',
107
103
  provider: 'Pocket Network'
104
+ },
105
+ {
106
+ address: 'https://juno-rpc.polkachu.com:443',
107
+ provider: 'Polkachu'
108
108
  }
109
109
  ],
110
110
  rest: [
@@ -243,6 +243,13 @@ const chain = {
243
243
  images: [{
244
244
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
245
245
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
246
+ }],
247
+ snapshots: [{
248
+ url: 'https://polkachu.com/tendermint_snapshots/juno',
249
+ type: 'pruned',
250
+ compression: 'lz4',
251
+ checksum_available: false,
252
+ provider: 'Polkachu'
246
253
  }]
247
254
  };
248
255
  export default chain;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.70.639",
3
+ "version": "1.70.641",
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.639"
32
+ "chain-registry": "^1.69.641"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^0.50.390"
35
+ "@chain-registry/types": "^0.50.392"
36
36
  },
37
37
  "keywords": [
38
38
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "tokens",
44
44
  "juno"
45
45
  ],
46
- "gitHead": "b89bf00c675a4f4d3612922f580663e8466d466a"
46
+ "gitHead": "e8ea8fcd2c8d9fdb5a66043000c5a3209404e382"
47
47
  }