@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.
- package/chain.js +14 -9
- package/esm/chain.js +14 -9
- 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.
|
|
529
|
-
compatible_versions: [
|
|
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.
|
|
537
|
+
version: '0.38.17',
|
|
533
538
|
repo: 'https://github.com/osmosis-labs/cometbft',
|
|
534
|
-
tag: 'v0.38.
|
|
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.
|
|
549
|
+
version: '0.50.11',
|
|
545
550
|
repo: 'https://github.com/osmosis-labs/cosmos-sdk',
|
|
546
|
-
tag: 'v0.50.
|
|
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.
|
|
562
|
+
version: '1.22.11'
|
|
558
563
|
},
|
|
559
564
|
binaries: {
|
|
560
|
-
"linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/v28.0.
|
|
561
|
-
"linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/v28.0.
|
|
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.
|
|
527
|
-
compatible_versions: [
|
|
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.
|
|
535
|
+
version: '0.38.17',
|
|
531
536
|
repo: 'https://github.com/osmosis-labs/cometbft',
|
|
532
|
-
tag: 'v0.38.
|
|
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.
|
|
547
|
+
version: '0.50.11',
|
|
543
548
|
repo: 'https://github.com/osmosis-labs/cosmos-sdk',
|
|
544
|
-
tag: 'v0.50.
|
|
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.
|
|
560
|
+
version: '1.22.11'
|
|
556
561
|
},
|
|
557
562
|
binaries: {
|
|
558
|
-
"linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/v28.0.
|
|
559
|
-
"linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/v28.0.
|
|
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.
|
|
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.
|
|
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": "
|
|
41
|
+
"gitHead": "9c2010e3fbd56f02c9bc255172e62a26dac283d9"
|
|
42
42
|
}
|