@chain-registry/osmosis 1.67.78 → 1.67.80

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 +14 -9
  2. package/esm/chain.js +14 -9
  3. package/package.json +3 -3
package/chain.js CHANGED
@@ -525,13 +525,18 @@ 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: '28.0.0',
529
- compatible_versions: ['28.0.0'],
528
+ recommended_version: '28.0.4',
529
+ compatible_versions: [
530
+ '28.0.1',
531
+ '28.0.2',
532
+ '28.0.3',
533
+ '28.0.4'
534
+ ],
530
535
  consensus: {
531
536
  type: 'cometbft',
532
- version: '0.38.15',
537
+ version: '0.38.17',
533
538
  repo: 'https://github.com/osmosis-labs/cometbft',
534
- tag: 'v0.38.15-v27-osmo-2'
539
+ tag: 'v0.38.17-v28-osmo-1'
535
540
  },
536
541
  cosmwasm: {
537
542
  version: '0.53.0',
@@ -541,9 +546,9 @@ const chain = {
541
546
  },
542
547
  sdk: {
543
548
  type: 'cosmos',
544
- version: '0.50.10',
549
+ version: '0.50.11',
545
550
  repo: 'https://github.com/osmosis-labs/cosmos-sdk',
546
- tag: 'v0.50.10-v27-osmo-1'
551
+ tag: 'v0.50.11-v28-osmo-1'
547
552
  },
548
553
  ibc: {
549
554
  type: 'go',
@@ -554,11 +559,11 @@ const chain = {
554
559
  },
555
560
  language: {
556
561
  type: 'go',
557
- version: '1.22.7'
562
+ version: '1.22.11'
558
563
  },
559
564
  binaries: {
560
- "linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/v28.0.0/osmosisd-28.0.0-linux-amd64?checksum=8efbeca8f3e6a27c7b8ab02141bbfc457a6efbb089e338147942aa6fcb586545',
561
- "linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/v28.0.0/osmosisd-28.0.0-linux-arm64?checksum=7ac375a5c58a4407e15651fb15e83b5267cfdfd81c9656b348e0f9d38205c126'
565
+ "linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/v28.0.4/osmosisd-28.0.4-linux-amd64',
566
+ "linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/v28.0.4/osmosisd-28.0.4-linux-arm64'
562
567
  }
563
568
  },
564
569
  images: [{
package/esm/chain.js CHANGED
@@ -523,13 +523,18 @@ 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: '28.0.0',
527
- compatible_versions: ['28.0.0'],
526
+ recommended_version: '28.0.4',
527
+ compatible_versions: [
528
+ '28.0.1',
529
+ '28.0.2',
530
+ '28.0.3',
531
+ '28.0.4'
532
+ ],
528
533
  consensus: {
529
534
  type: 'cometbft',
530
- version: '0.38.15',
535
+ version: '0.38.17',
531
536
  repo: 'https://github.com/osmosis-labs/cometbft',
532
- tag: 'v0.38.15-v27-osmo-2'
537
+ tag: 'v0.38.17-v28-osmo-1'
533
538
  },
534
539
  cosmwasm: {
535
540
  version: '0.53.0',
@@ -539,9 +544,9 @@ const chain = {
539
544
  },
540
545
  sdk: {
541
546
  type: 'cosmos',
542
- version: '0.50.10',
547
+ version: '0.50.11',
543
548
  repo: 'https://github.com/osmosis-labs/cosmos-sdk',
544
- tag: 'v0.50.10-v27-osmo-1'
549
+ tag: 'v0.50.11-v28-osmo-1'
545
550
  },
546
551
  ibc: {
547
552
  type: 'go',
@@ -552,11 +557,11 @@ const chain = {
552
557
  },
553
558
  language: {
554
559
  type: 'go',
555
- version: '1.22.7'
560
+ version: '1.22.11'
556
561
  },
557
562
  binaries: {
558
- "linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/v28.0.0/osmosisd-28.0.0-linux-amd64?checksum=8efbeca8f3e6a27c7b8ab02141bbfc457a6efbb089e338147942aa6fcb586545',
559
- "linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/v28.0.0/osmosisd-28.0.0-linux-arm64?checksum=7ac375a5c58a4407e15651fb15e83b5267cfdfd81c9656b348e0f9d38205c126'
563
+ "linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/v28.0.4/osmosisd-28.0.4-linux-amd64',
564
+ "linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/v28.0.4/osmosisd-28.0.4-linux-arm64'
560
565
  }
561
566
  },
562
567
  images: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.78",
3
+ "version": "1.67.80",
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.78"
32
+ "@chain-registry/types": "^0.50.80"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "5254efb2205328bb8ea935b546c9bb20f49fd852"
41
+ "gitHead": "9c2010e3fbd56f02c9bc255172e62a26dac283d9"
42
42
  }