@chain-registry/osmosis 1.67.96 → 1.67.98
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 +8 -13
- package/esm/chain.js +8 -13
- package/package.json +3 -3
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: '
|
|
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.
|
|
537
|
+
version: '0.53.2',
|
|
543
538
|
repo: 'https://github.com/CosmWasm/wasmd',
|
|
544
|
-
tag: 'v0.53.
|
|
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: '
|
|
550
|
+
version: 'v8.7.0',
|
|
556
551
|
repo: 'https://github.com/cosmos/ibc-go',
|
|
557
|
-
tag: '
|
|
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/
|
|
566
|
-
"linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/
|
|
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: [{
|
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: '
|
|
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.
|
|
535
|
+
version: '0.53.2',
|
|
541
536
|
repo: 'https://github.com/CosmWasm/wasmd',
|
|
542
|
-
tag: 'v0.53.
|
|
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: '
|
|
548
|
+
version: 'v8.7.0',
|
|
554
549
|
repo: 'https://github.com/cosmos/ibc-go',
|
|
555
|
-
tag: '
|
|
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/
|
|
564
|
-
"linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/
|
|
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: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.98",
|
|
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.98"
|
|
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": "3192e8f2ba4ed43ed97b679470a12396e7483c3d"
|
|
42
42
|
}
|