@chain-registry/juno 1.34.22 → 1.34.24

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 (2) hide show
  1. package/main/chain.js +14 -0
  2. package/package.json +5 -5
package/main/chain.js CHANGED
@@ -132,6 +132,9 @@ var chain = {
132
132
  }, {
133
133
  address: 'https://juno.declab.pro:26610',
134
134
  provider: 'Decloud Nodes Lab'
135
+ }, {
136
+ address: 'https://juno.rpc.nodeshub.online:443',
137
+ provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅'
135
138
  }],
136
139
  rest: [{
137
140
  address: 'https://lcd-juno.itastakers.com',
@@ -211,6 +214,9 @@ var chain = {
211
214
  }, {
212
215
  address: 'http://juno.api.staking-explorer.com',
213
216
  provider: 'Daily DROP'
217
+ }, {
218
+ address: 'https://juno.api.nodeshub.online:443',
219
+ provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅'
214
220
  }],
215
221
  grpc: [{
216
222
  address: 'grpc-juno-ia.cosmosia.notional.ventures:443',
@@ -272,6 +278,9 @@ var chain = {
272
278
  }, {
273
279
  address: 'https://juno.declab.pro:9007',
274
280
  provider: 'Decloud Nodes Lab'
281
+ }, {
282
+ address: 'https://juno.grpc.nodeshub.online',
283
+ provider: 'Nodes Hub'
275
284
  }]
276
285
  },
277
286
  explorers: [{
@@ -314,6 +323,11 @@ var chain = {
314
323
  kind: 'Decloud Nodes Lab',
315
324
  url: 'https://explorer.declab.pro/Juno',
316
325
  tx_page: 'https://explorer.declab.pro/Juno/tx/${txHash}'
326
+ }, {
327
+ kind: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅',
328
+ url: 'https://explorer.nodeshub.online/juno/',
329
+ tx_page: 'https://explorer.nodeshub.online/juno/tx/${txHash}',
330
+ account_page: 'https://explorer.nodeshub.online/juno/accounts/${accountAddress}'
317
331
  }],
318
332
  images: [{
319
333
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.34.22",
3
+ "version": "1.34.24",
4
4
  "description": "Chain Registry info for Juno",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry",
@@ -50,14 +50,14 @@
50
50
  "@babel/plugin-transform-runtime": "7.21.4",
51
51
  "@babel/preset-env": "7.21.4",
52
52
  "@babel/preset-typescript": "^7.21.4",
53
- "@chain-registry/utils": "^1.19.15",
53
+ "@chain-registry/utils": "^1.19.16",
54
54
  "@types/jest": "^29.5.1",
55
55
  "@typescript-eslint/eslint-plugin": "5.59.0",
56
56
  "@typescript-eslint/parser": "5.59.0",
57
57
  "babel-core": "7.0.0-bridge.0",
58
58
  "babel-jest": "29.5.0",
59
59
  "babel-watch": "^7.7.2",
60
- "chain-registry": "^1.33.22",
60
+ "chain-registry": "^1.33.24",
61
61
  "cross-env": "^7.0.2",
62
62
  "eslint": "8.38.0",
63
63
  "eslint-config-prettier": "^8.8.0",
@@ -72,7 +72,7 @@
72
72
  },
73
73
  "dependencies": {
74
74
  "@babel/runtime": "^7.21.0",
75
- "@chain-registry/types": "^0.18.16"
75
+ "@chain-registry/types": "^0.18.17"
76
76
  },
77
- "gitHead": "8adba25a646091d125a4a83578a679d15a5551a6"
77
+ "gitHead": "66efc7bd3cbe74dc063b1cf8cbeecfb48d0521d7"
78
78
  }