@chain-registry/juno 1.70.183 → 1.70.184

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
@@ -428,6 +428,12 @@ const chain = {
428
428
  url: 'https://explorer.chainroot.io/juno',
429
429
  tx_page: 'https://explorer.chainroot.io/juno/transactions/${txHash}',
430
430
  account_page: 'https://explorer.chainroot.io/juno/accounts/${accountAddress}'
431
+ },
432
+ {
433
+ kind: 'Valopers',
434
+ url: 'https://juno.valopers.com/',
435
+ tx_page: 'https://juno.valopers.com/transactions/${txHash}',
436
+ account_page: 'https://juno.valopers.com/account/${accountAddress}'
431
437
  }
432
438
  ],
433
439
  images: [{
package/esm/chain.js CHANGED
@@ -426,6 +426,12 @@ const chain = {
426
426
  url: 'https://explorer.chainroot.io/juno',
427
427
  tx_page: 'https://explorer.chainroot.io/juno/transactions/${txHash}',
428
428
  account_page: 'https://explorer.chainroot.io/juno/accounts/${accountAddress}'
429
+ },
430
+ {
431
+ kind: 'Valopers',
432
+ url: 'https://juno.valopers.com/',
433
+ tx_page: 'https://juno.valopers.com/transactions/${txHash}',
434
+ account_page: 'https://juno.valopers.com/account/${accountAddress}'
429
435
  }
430
436
  ],
431
437
  images: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.70.183",
3
+ "version": "1.70.184",
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.183"
32
+ "chain-registry": "^1.69.184"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^0.50.114"
35
+ "@chain-registry/types": "^0.50.115"
36
36
  },
37
37
  "keywords": [
38
38
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "tokens",
44
44
  "juno"
45
45
  ],
46
- "gitHead": "68e4f7a28c8fa566a6f9c125179f309b9b08f31c"
46
+ "gitHead": "6f5db6789da3b6ed19187febf1b4a252963aaee9"
47
47
  }