@chain-registry/osmosis 1.67.189 → 1.67.191

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: '29.0.0',
529
- compatible_versions: ['29.0.0'],
528
+ recommended_version: '30.0.0',
529
+ compatible_versions: ['30.0.0'],
530
530
  consensus: {
531
531
  type: 'cometbft',
532
532
  version: '0.38.17',
@@ -534,16 +534,16 @@ const chain = {
534
534
  tag: 'v0.38.17-v28-osmo-1'
535
535
  },
536
536
  cosmwasm: {
537
- version: '0.53.2',
537
+ version: '0.53.3',
538
538
  repo: 'https://github.com/CosmWasm/wasmd',
539
- tag: 'v0.53.2',
539
+ tag: 'v0.53.3',
540
540
  enabled: true
541
541
  },
542
542
  sdk: {
543
543
  type: 'cosmos',
544
- version: '0.50.11',
544
+ version: '0.50.14',
545
545
  repo: 'https://github.com/osmosis-labs/cosmos-sdk',
546
- tag: 'v0.50.11-v28-osmo-1'
546
+ tag: 'v0.50.14-v30-osmo'
547
547
  },
548
548
  ibc: {
549
549
  type: 'go',
@@ -554,11 +554,11 @@ const chain = {
554
554
  },
555
555
  language: {
556
556
  type: 'go',
557
- version: '1.22.11'
557
+ version: '1.23.4'
558
558
  },
559
559
  binaries: {
560
- "linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/v29.0.0/osmosisd-29.0.0-linux-amd64?checksum=6999331507e5119228456a64f733eb1d945f5392ffcfd4673bdad25886b19a7e',
561
- "linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/v29.0.0/osmosisd-29.0.0-linux-arm64?checksum=079d836d1bf009aab09149eb79d3c187980c5116b8319e09c66a8cae7fa0704c'
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'
562
562
  }
563
563
  },
564
564
  images: [{
@@ -567,10 +567,7 @@ const chain = {
567
567
  base_denom: 'uosmo'
568
568
  },
569
569
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
570
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
571
- theme: {
572
- primary_color_hex: '#760dbb'
573
- }
570
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png'
574
571
  }],
575
572
  logo_URIs: {
576
573
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',