@chain-registry/juno 1.70.181 → 1.70.183

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
@@ -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
  {
@@ -289,7 +289,7 @@ const chain = {
289
289
  provider: 'Polkachu'
290
290
  },
291
291
  {
292
- address: 'http://juno.grpc.m.stavr.tech:504',
292
+ address: 'https://juno.grpc.m.stavr.tech:443',
293
293
  provider: '🔥STAVR🔥'
294
294
  },
295
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
  {
@@ -287,7 +287,7 @@ const chain = {
287
287
  provider: 'Polkachu'
288
288
  },
289
289
  {
290
- address: 'http://juno.grpc.m.stavr.tech:504',
290
+ address: 'https://juno.grpc.m.stavr.tech:443',
291
291
  provider: '🔥STAVR🔥'
292
292
  },
293
293
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.70.181",
3
+ "version": "1.70.183",
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.181"
32
+ "chain-registry": "^1.69.183"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^0.50.113"
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": "6f30e62f5298fc2e2024d9a8c3993c654cc219e4"
46
+ "gitHead": "68e4f7a28c8fa566a6f9c125179f309b9b08f31c"
47
47
  }