@chain-registry/juno 1.70.179 → 1.70.182

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 +2 -10
  2. package/esm/chain.js +2 -10
  3. package/package.json +4 -4
package/chain.js CHANGED
@@ -73,7 +73,7 @@ const chain = {
73
73
  provider: 'itastakers'
74
74
  },
75
75
  {
76
- address: 'http://juno.rpc.m.stavr.tech:1067',
76
+ address: 'https://juno.rpc.m.stavr.tech',
77
77
  provider: '🔥STAVR🔥'
78
78
  },
79
79
  {
@@ -96,10 +96,6 @@ const chain = {
96
96
  address: 'https://rpc-juno-ia.cosmosia.notional.ventures/',
97
97
  provider: 'Notional'
98
98
  },
99
- {
100
- address: 'https://rpc.juno.chaintools.tech/',
101
- provider: 'ChainTools'
102
- },
103
99
  {
104
100
  address: 'https://juno-rpc.kleomedes.network',
105
101
  provider: 'Kleomedes'
@@ -202,10 +198,6 @@ const chain = {
202
198
  address: 'https://api-juno-ia.cosmosia.notional.ventures/',
203
199
  provider: 'Notional'
204
200
  },
205
- {
206
- address: 'https://api.juno.chaintools.tech/',
207
- provider: 'ChainTools'
208
- },
209
201
  {
210
202
  address: 'https://juno-api.polkachu.com',
211
203
  provider: 'Polkachu'
@@ -297,7 +289,7 @@ const chain = {
297
289
  provider: 'Polkachu'
298
290
  },
299
291
  {
300
- address: 'http://juno.grpc.m.stavr.tech:504',
292
+ address: 'https://juno.grpc.m.stavr.tech:443',
301
293
  provider: '🔥STAVR🔥'
302
294
  },
303
295
  {
package/esm/chain.js CHANGED
@@ -71,7 +71,7 @@ const chain = {
71
71
  provider: 'itastakers'
72
72
  },
73
73
  {
74
- address: 'http://juno.rpc.m.stavr.tech:1067',
74
+ address: 'https://juno.rpc.m.stavr.tech',
75
75
  provider: '🔥STAVR🔥'
76
76
  },
77
77
  {
@@ -94,10 +94,6 @@ const chain = {
94
94
  address: 'https://rpc-juno-ia.cosmosia.notional.ventures/',
95
95
  provider: 'Notional'
96
96
  },
97
- {
98
- address: 'https://rpc.juno.chaintools.tech/',
99
- provider: 'ChainTools'
100
- },
101
97
  {
102
98
  address: 'https://juno-rpc.kleomedes.network',
103
99
  provider: 'Kleomedes'
@@ -200,10 +196,6 @@ const chain = {
200
196
  address: 'https://api-juno-ia.cosmosia.notional.ventures/',
201
197
  provider: 'Notional'
202
198
  },
203
- {
204
- address: 'https://api.juno.chaintools.tech/',
205
- provider: 'ChainTools'
206
- },
207
199
  {
208
200
  address: 'https://juno-api.polkachu.com',
209
201
  provider: 'Polkachu'
@@ -295,7 +287,7 @@ const chain = {
295
287
  provider: 'Polkachu'
296
288
  },
297
289
  {
298
- address: 'http://juno.grpc.m.stavr.tech:504',
290
+ address: 'https://juno.grpc.m.stavr.tech:443',
299
291
  provider: '🔥STAVR🔥'
300
292
  },
301
293
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.70.179",
3
+ "version": "1.70.182",
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.179"
32
+ "chain-registry": "^1.69.182"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^0.50.111"
35
+ "@chain-registry/types": "^0.50.114"
36
36
  },
37
37
  "keywords": [
38
38
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "tokens",
44
44
  "juno"
45
45
  ],
46
- "gitHead": "5a9c4b31de55f8221b8407b5782313d583dc0b30"
46
+ "gitHead": "b464037969f2a8c775c63a130553af9974f26c30"
47
47
  }