@chain-registry/osmosis 1.67.2 → 1.67.4

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/esm/chain.js CHANGED
@@ -30,9 +30,7 @@ const chain = {
30
30
  }
31
31
  },
32
32
  codebase: {
33
- cosmos_sdk_version: 'osmosis-labs/cosmos-sdk v0.47.5-v25-osmo-1',
34
- cosmwasm_enabled: true,
35
- cosmwasm_version: 'osmosis-labs/wasmd v0.45.0-osmo'
33
+ cosmos_sdk_version: 'osmosis-labs/cosmos-sdk v0.47.5-v25-osmo-1'
36
34
  },
37
35
  images: [{
38
36
  image_sync: {
@@ -382,6 +380,12 @@ const chain = {
382
380
  tx_page: 'https://explorer.tcnetwork.io/osmosis/transaction/${txHash}',
383
381
  account_page: 'https://explorer.tcnetwork.io/osmosis/account/${accountAddress}'
384
382
  },
383
+ {
384
+ kind: 'staking-explorer.com',
385
+ url: 'https://staking-explorer.com/explorer/osmosis',
386
+ tx_page: 'https://staking-explorer.com/transaction.php?chain=osmosis&tx=${txHash}',
387
+ account_page: 'https://staking-explorer.com/account.php?chain=osmosis&addr=${accountAddress}'
388
+ },
385
389
  {
386
390
  kind: 'Stakeflow',
387
391
  url: 'https://stakeflow.io/osmosis',
package/esm/testnet.js CHANGED
@@ -26,9 +26,7 @@ const testnet = {
26
26
  }]
27
27
  },
28
28
  codebase: {
29
- cosmos_sdk_version: '0.45',
30
- cosmwasm_enabled: true,
31
- cosmwasm_version: '0.30'
29
+ cosmos_sdk_version: '0.45'
32
30
  },
33
31
  apis: {
34
32
  rpc: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.2",
3
+ "version": "1.67.4",
4
4
  "description": "Chain Registry info for Osmosis",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry",
@@ -30,7 +30,7 @@
30
30
  "test:watch": "jest --watch"
31
31
  },
32
32
  "dependencies": {
33
- "@chain-registry/types": "^0.50.2"
33
+ "@chain-registry/types": "^0.50.4"
34
34
  },
35
35
  "keywords": [
36
36
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "osmosis"
41
41
  ],
42
- "gitHead": "743ce5f16b08805a5dda00d30ef0c7d90ec58c6d"
42
+ "gitHead": "ace370f80e7766a812209b8ff02cd19bda119f28"
43
43
  }
package/testnet.js CHANGED
@@ -28,9 +28,7 @@ const testnet = {
28
28
  }]
29
29
  },
30
30
  codebase: {
31
- cosmos_sdk_version: '0.45',
32
- cosmwasm_enabled: true,
33
- cosmwasm_version: '0.30'
31
+ cosmos_sdk_version: '0.45'
34
32
  },
35
33
  apis: {
36
34
  rpc: [{