@chain-registry/osmosis 1.67.95 → 1.67.97

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,13 +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: '28.0.4',
529
- compatible_versions: [
530
- '28.0.1',
531
- '28.0.2',
532
- '28.0.3',
533
- '28.0.4'
534
- ],
528
+ recommended_version: '29.0.0',
529
+ compatible_versions: ['29.0.0-rc1'],
535
530
  consensus: {
536
531
  type: 'cometbft',
537
532
  version: '0.38.17',
@@ -539,9 +534,9 @@ const chain = {
539
534
  tag: 'v0.38.17-v28-osmo-1'
540
535
  },
541
536
  cosmwasm: {
542
- version: '0.53.0',
537
+ version: '0.53.2',
543
538
  repo: 'https://github.com/CosmWasm/wasmd',
544
- tag: 'v0.53.0',
539
+ tag: 'v0.53.2',
545
540
  enabled: true
546
541
  },
547
542
  sdk: {
@@ -552,9 +547,9 @@ const chain = {
552
547
  },
553
548
  ibc: {
554
549
  type: 'go',
555
- version: '8.5.2',
550
+ version: 'v8.7.0',
556
551
  repo: 'https://github.com/cosmos/ibc-go',
557
- tag: 'v8.5.2',
552
+ tag: '8.7.0',
558
553
  ics_enabled: ['ics20-1']
559
554
  },
560
555
  language: {
@@ -562,8 +557,8 @@ const chain = {
562
557
  version: '1.22.11'
563
558
  },
564
559
  binaries: {
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'
560
+ "linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/v29.0.0-rc1/osmosisd-29.0.0-rc1-linux-amd64',
561
+ "linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/v29.0.0-rc1/osmosisd-29.0.0-rc1-linux-arm64'
567
562
  }
568
563
  },
569
564
  images: [{
@@ -907,10 +902,6 @@ const chain = {
907
902
  {
908
903
  address: 'osmosis.grpc.quasarstaking.ai:443',
909
904
  provider: 'Quasar'
910
- },
911
- {
912
- address: 'osmosis-mainnet-grpc.reliableninjas.com:443',
913
- provider: 'Reliable Ninjas'
914
905
  }
915
906
  ]
916
907
  },
package/esm/chain.js CHANGED
@@ -523,13 +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: '28.0.4',
527
- compatible_versions: [
528
- '28.0.1',
529
- '28.0.2',
530
- '28.0.3',
531
- '28.0.4'
532
- ],
526
+ recommended_version: '29.0.0',
527
+ compatible_versions: ['29.0.0-rc1'],
533
528
  consensus: {
534
529
  type: 'cometbft',
535
530
  version: '0.38.17',
@@ -537,9 +532,9 @@ const chain = {
537
532
  tag: 'v0.38.17-v28-osmo-1'
538
533
  },
539
534
  cosmwasm: {
540
- version: '0.53.0',
535
+ version: '0.53.2',
541
536
  repo: 'https://github.com/CosmWasm/wasmd',
542
- tag: 'v0.53.0',
537
+ tag: 'v0.53.2',
543
538
  enabled: true
544
539
  },
545
540
  sdk: {
@@ -550,9 +545,9 @@ const chain = {
550
545
  },
551
546
  ibc: {
552
547
  type: 'go',
553
- version: '8.5.2',
548
+ version: 'v8.7.0',
554
549
  repo: 'https://github.com/cosmos/ibc-go',
555
- tag: 'v8.5.2',
550
+ tag: '8.7.0',
556
551
  ics_enabled: ['ics20-1']
557
552
  },
558
553
  language: {
@@ -560,8 +555,8 @@ const chain = {
560
555
  version: '1.22.11'
561
556
  },
562
557
  binaries: {
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'
558
+ "linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/v29.0.0-rc1/osmosisd-29.0.0-rc1-linux-amd64',
559
+ "linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/v29.0.0-rc1/osmosisd-29.0.0-rc1-linux-arm64'
565
560
  }
566
561
  },
567
562
  images: [{
@@ -905,10 +900,6 @@ const chain = {
905
900
  {
906
901
  address: 'osmosis.grpc.quasarstaking.ai:443',
907
902
  provider: 'Quasar'
908
- },
909
- {
910
- address: 'osmosis-mainnet-grpc.reliableninjas.com:443',
911
- provider: 'Reliable Ninjas'
912
903
  }
913
904
  ]
914
905
  },
package/esm/testnet.js CHANGED
@@ -63,9 +63,6 @@ const testnet = {
63
63
  grpc: [{
64
64
  address: 'https://grpc.osmotest5.osmosis.zone/',
65
65
  provider: 'Osmosis'
66
- }, {
67
- address: 'osmosis-testnet-grpc.reliableninjas.com:443',
68
- provider: 'Reliable Ninjas'
69
66
  }]
70
67
  },
71
68
  logo_URIs: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.95",
3
+ "version": "1.67.97",
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.95"
32
+ "@chain-registry/types": "^0.50.97"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "284b7948b3f48261a9da884c9a6eb04e6c139ddf"
41
+ "gitHead": "f8da4c8a4083fb2ff69215c843047dd6ad8c2733"
42
42
  }
package/testnet.js CHANGED
@@ -65,9 +65,6 @@ const testnet = {
65
65
  grpc: [{
66
66
  address: 'https://grpc.osmotest5.osmosis.zone/',
67
67
  provider: 'Osmosis'
68
- }, {
69
- address: 'osmosis-testnet-grpc.reliableninjas.com:443',
70
- provider: 'Reliable Ninjas'
71
68
  }]
72
69
  },
73
70
  logo_URIs: {