@chain-registry/osmosis 1.67.114 → 1.67.115

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
@@ -978,6 +978,12 @@ const chain = {
978
978
  url: 'https://explorer.chainroot.io/osmosis',
979
979
  tx_page: 'https://explorer.chainroot.io/osmosis/transactions/${txHash}',
980
980
  account_page: 'https://explorer.chainroot.io/osmosis/accounts/${accountAddress}'
981
+ },
982
+ {
983
+ kind: 'Valopers',
984
+ url: 'https://osmosis.valopers.com/',
985
+ tx_page: 'https://osmosis.valopers.com/transactions/${txHash}',
986
+ account_page: 'https://osmosis.valopers.com/account/${accountAddress}'
981
987
  }
982
988
  ],
983
989
  keywords: ['dex']
package/esm/chain.js CHANGED
@@ -976,6 +976,12 @@ const chain = {
976
976
  url: 'https://explorer.chainroot.io/osmosis',
977
977
  tx_page: 'https://explorer.chainroot.io/osmosis/transactions/${txHash}',
978
978
  account_page: 'https://explorer.chainroot.io/osmosis/accounts/${accountAddress}'
979
+ },
980
+ {
981
+ kind: 'Valopers',
982
+ url: 'https://osmosis.valopers.com/',
983
+ tx_page: 'https://osmosis.valopers.com/transactions/${txHash}',
984
+ account_page: 'https://osmosis.valopers.com/account/${accountAddress}'
979
985
  }
980
986
  ],
981
987
  keywords: ['dex']
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.114",
3
+ "version": "1.67.115",
4
4
  "description": "Chain Registry info for Osmosis",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry",
@@ -29,7 +29,7 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@chain-registry/types": "^0.50.114"
32
+ "@chain-registry/types": "^0.50.115"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "b464037969f2a8c775c63a130553af9974f26c30"
41
+ "gitHead": "6f5db6789da3b6ed19187febf1b4a252963aaee9"
42
42
  }