@chain-registry/juno 1.70.649 → 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 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
  {
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
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.70.649",
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.649"
32
+ "chain-registry": "^1.69.650"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^0.50.398"
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": "a4ba18f0811b1f43fea50858f68a807fd61d4059"
46
+ "gitHead": "243607980c5a89c652d3975b387f04d38833e79d"
47
47
  }