@chain-registry/juno 1.70.485 → 1.70.487

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
@@ -215,6 +215,10 @@ const chain = {
215
215
  {
216
216
  address: 'juno-grpc.chainroot.io:443',
217
217
  provider: 'Chainroot'
218
+ },
219
+ {
220
+ address: 'grpc.juno.validatus.com:443',
221
+ provider: 'Validatus'
218
222
  }
219
223
  ]
220
224
  },
package/esm/chain.js CHANGED
@@ -213,6 +213,10 @@ const chain = {
213
213
  {
214
214
  address: 'juno-grpc.chainroot.io:443',
215
215
  provider: 'Chainroot'
216
+ },
217
+ {
218
+ address: 'grpc.juno.validatus.com:443',
219
+ provider: 'Validatus'
216
220
  }
217
221
  ]
218
222
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.70.485",
3
+ "version": "1.70.487",
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.485"
32
+ "chain-registry": "^1.69.487"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^0.50.299"
35
+ "@chain-registry/types": "^0.50.301"
36
36
  },
37
37
  "keywords": [
38
38
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "tokens",
44
44
  "juno"
45
45
  ],
46
- "gitHead": "ff05ffe4dcd839769b435dd8758fd8c2368dff2d"
46
+ "gitHead": "024c86a6f76090f57dd5688d246c79be9d79421a"
47
47
  }