@chain-registry/osmosis 1.67.246 → 1.67.247

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
@@ -525,8 +525,8 @@ const chain = {
525
525
  name: 'v3',
526
526
  genesis_url: 'https://github.com/osmosis-labs/networks/raw/main/osmosis-1/genesis.json'
527
527
  },
528
- recommended_version: '30.0.0',
529
- compatible_versions: ['30.0.0'],
528
+ recommended_version: '31.0.0',
529
+ compatible_versions: ['31.0.0'],
530
530
  consensus: {
531
531
  type: 'cometbft',
532
532
  version: '0.38.17',
@@ -557,10 +557,10 @@ const chain = {
557
557
  version: '1.23.4'
558
558
  },
559
559
  binaries: {
560
- "linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/v30.0.0/osmosisd-30.0.0-linux-amd64?checksum=b469237ba50239988601ec5f0b88197a507b68ca1e1cf97a7e993bd731d7a5fc',
561
- "linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/v30.0.0/osmosisd-30.0.0-linux-arm64?checksum=ef79c48f86301fd9e7ac78ad6d5c5291c98d24f77f46460960a487cf60ee526f'
560
+ "linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/v31.0.0/osmosisd-31.0.0-linux-amd64?checksum=d435408b845e79a2594594a315d9d22797fdbb7871a5936df68f51f0df557957',
561
+ "linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/v31.0.0/osmosisd-31.0.0-linux-arm64?checksum=b5c44e74c4dc484f8492d10a24fcd3f75a43dccaa40ab083662741beeeaa20cc'
562
562
  },
563
- tag: 'v30.0.0'
563
+ tag: 'v31.0.0'
564
564
  },
565
565
  images: [{
566
566
  image_sync: {
package/esm/chain.js CHANGED
@@ -523,8 +523,8 @@ const chain = {
523
523
  name: 'v3',
524
524
  genesis_url: 'https://github.com/osmosis-labs/networks/raw/main/osmosis-1/genesis.json'
525
525
  },
526
- recommended_version: '30.0.0',
527
- compatible_versions: ['30.0.0'],
526
+ recommended_version: '31.0.0',
527
+ compatible_versions: ['31.0.0'],
528
528
  consensus: {
529
529
  type: 'cometbft',
530
530
  version: '0.38.17',
@@ -555,10 +555,10 @@ const chain = {
555
555
  version: '1.23.4'
556
556
  },
557
557
  binaries: {
558
- "linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/v30.0.0/osmosisd-30.0.0-linux-amd64?checksum=b469237ba50239988601ec5f0b88197a507b68ca1e1cf97a7e993bd731d7a5fc',
559
- "linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/v30.0.0/osmosisd-30.0.0-linux-arm64?checksum=ef79c48f86301fd9e7ac78ad6d5c5291c98d24f77f46460960a487cf60ee526f'
558
+ "linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/v31.0.0/osmosisd-31.0.0-linux-amd64?checksum=d435408b845e79a2594594a315d9d22797fdbb7871a5936df68f51f0df557957',
559
+ "linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/v31.0.0/osmosisd-31.0.0-linux-arm64?checksum=b5c44e74c4dc484f8492d10a24fcd3f75a43dccaa40ab083662741beeeaa20cc'
560
560
  },
561
- tag: 'v30.0.0'
561
+ tag: 'v31.0.0'
562
562
  },
563
563
  images: [{
564
564
  image_sync: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.246",
3
+ "version": "1.67.247",
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.246"
32
+ "@chain-registry/types": "^0.50.247"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "e2b215dd9b11e3b00ff304a02d30e4fb1221a961"
41
+ "gitHead": "e64cd184c3076c064139390549e47709f4ce6409"
42
42
  }