@chain-registry/juno 1.70.153 → 1.70.154

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 (3) hide show
  1. package/chain.js +0 -11
  2. package/esm/chain.js +0 -11
  3. package/package.json +4 -4
package/chain.js CHANGED
@@ -386,17 +386,6 @@ const chain = {
386
386
  url: 'https://ping.pub/juno',
387
387
  tx_page: 'https://ping.pub/juno/tx/${txHash}'
388
388
  },
389
- {
390
- kind: 'explorers.guru',
391
- url: 'https://juno.explorers.guru',
392
- tx_page: 'https://juno.explorers.guru/transaction/${txHash}'
393
- },
394
- {
395
- kind: 'mintscan',
396
- url: 'https://www.mintscan.io/juno',
397
- tx_page: 'https://www.mintscan.io/juno/transactions/${txHash}',
398
- account_page: 'https://www.mintscan.io/juno/accounts/${accountAddress}'
399
- },
400
389
  {
401
390
  kind: 'staking-explorer.com',
402
391
  url: 'https://staking-explorer.com/explorer/juno',
package/esm/chain.js CHANGED
@@ -384,17 +384,6 @@ const chain = {
384
384
  url: 'https://ping.pub/juno',
385
385
  tx_page: 'https://ping.pub/juno/tx/${txHash}'
386
386
  },
387
- {
388
- kind: 'explorers.guru',
389
- url: 'https://juno.explorers.guru',
390
- tx_page: 'https://juno.explorers.guru/transaction/${txHash}'
391
- },
392
- {
393
- kind: 'mintscan',
394
- url: 'https://www.mintscan.io/juno',
395
- tx_page: 'https://www.mintscan.io/juno/transactions/${txHash}',
396
- account_page: 'https://www.mintscan.io/juno/accounts/${accountAddress}'
397
- },
398
387
  {
399
388
  kind: 'staking-explorer.com',
400
389
  url: 'https://staking-explorer.com/explorer/juno',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.70.153",
3
+ "version": "1.70.154",
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.153"
32
+ "chain-registry": "^1.69.154"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^0.50.93"
35
+ "@chain-registry/types": "^0.50.94"
36
36
  },
37
37
  "keywords": [
38
38
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "tokens",
44
44
  "juno"
45
45
  ],
46
- "gitHead": "cb8a37f1b381dd3732723c44bde4d2d56f039e74"
46
+ "gitHead": "1b1df2bd73c487b01e43fb9da6f0f148e39d2351"
47
47
  }