@chain-registry/osmosis 1.67.210 → 1.67.212
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 +2 -1
- package/esm/chain.js +2 -1
- package/esm/testnet.js +35 -1
- package/package.json +3 -3
- package/testnet.js +35 -1
package/chain.js
CHANGED
|
@@ -559,7 +559,8 @@ const chain = {
|
|
|
559
559
|
binaries: {
|
|
560
560
|
"linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/v30.0.0/osmosisd-30.0.0-linux-amd64?checksum=b469237ba50239988601ec5f0b88197a507b68ca1e1cf97a7e993bd731d7a5fc',
|
|
561
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
|
+
tag: 'v30.0.0'
|
|
563
564
|
},
|
|
564
565
|
images: [{
|
|
565
566
|
image_sync: {
|
package/esm/chain.js
CHANGED
|
@@ -557,7 +557,8 @@ const chain = {
|
|
|
557
557
|
binaries: {
|
|
558
558
|
"linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/v30.0.0/osmosisd-30.0.0-linux-amd64?checksum=b469237ba50239988601ec5f0b88197a507b68ca1e1cf97a7e993bd731d7a5fc',
|
|
559
559
|
"linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/v30.0.0/osmosisd-30.0.0-linux-arm64?checksum=ef79c48f86301fd9e7ac78ad6d5c5291c98d24f77f46460960a487cf60ee526f'
|
|
560
|
-
}
|
|
560
|
+
},
|
|
561
|
+
tag: 'v30.0.0'
|
|
561
562
|
},
|
|
562
563
|
images: [{
|
|
563
564
|
image_sync: {
|
package/esm/testnet.js
CHANGED
|
@@ -28,7 +28,41 @@ const testnet = {
|
|
|
28
28
|
codebase: {
|
|
29
29
|
git_repo: 'https://github.com/osmosis-labs/osmosis',
|
|
30
30
|
recommended_version: '29.0.0',
|
|
31
|
-
compatible_versions: ['29.0.0-rc1', '29.0.0']
|
|
31
|
+
compatible_versions: ['29.0.0-rc1', '29.0.0'],
|
|
32
|
+
tag: 'v29.0.0',
|
|
33
|
+
language: {
|
|
34
|
+
type: 'go',
|
|
35
|
+
version: '1.22.11'
|
|
36
|
+
},
|
|
37
|
+
binaries: {
|
|
38
|
+
"linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/v29.0.0/osmosisd-29.0.0-linux-amd64?checksum=6999331507e5119228456a64f733eb1d945f5392ffcfd4673bdad25886b19a7e',
|
|
39
|
+
"linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/v29.0.0/osmosisd-29.0.0-linux-arm64?checksum=079d836d1bf009aab09149eb79d3c187980c5116b8319e09c66a8cae7fa0704c'
|
|
40
|
+
},
|
|
41
|
+
sdk: {
|
|
42
|
+
type: 'cosmos',
|
|
43
|
+
version: '0.50.11',
|
|
44
|
+
repo: 'https://github.com/osmosis-labs/cosmos-sdk',
|
|
45
|
+
tag: 'v0.50.11-v28-osmo-1'
|
|
46
|
+
},
|
|
47
|
+
consensus: {
|
|
48
|
+
type: 'cometbft',
|
|
49
|
+
version: '0.38.17',
|
|
50
|
+
repo: 'https://github.com/osmosis-labs/cometbft',
|
|
51
|
+
tag: 'v0.38.17-v28-osmo-1'
|
|
52
|
+
},
|
|
53
|
+
cosmwasm: {
|
|
54
|
+
version: '0.53.2',
|
|
55
|
+
repo: 'https://github.com/CosmWasm/wasmd',
|
|
56
|
+
tag: 'v0.53.2',
|
|
57
|
+
enabled: true
|
|
58
|
+
},
|
|
59
|
+
ibc: {
|
|
60
|
+
type: 'go',
|
|
61
|
+
version: '8.7.0',
|
|
62
|
+
repo: 'https://github.com/cosmos/ibc-go',
|
|
63
|
+
tag: 'v8.7.0',
|
|
64
|
+
ics_enabled: ['ics20-1']
|
|
65
|
+
}
|
|
32
66
|
},
|
|
33
67
|
apis: {
|
|
34
68
|
rpc: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.212",
|
|
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.212"
|
|
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": "3c79fd44710b59cbefe7528c7e825b4eb4815ab8"
|
|
42
42
|
}
|
package/testnet.js
CHANGED
|
@@ -30,7 +30,41 @@ const testnet = {
|
|
|
30
30
|
codebase: {
|
|
31
31
|
git_repo: 'https://github.com/osmosis-labs/osmosis',
|
|
32
32
|
recommended_version: '29.0.0',
|
|
33
|
-
compatible_versions: ['29.0.0-rc1', '29.0.0']
|
|
33
|
+
compatible_versions: ['29.0.0-rc1', '29.0.0'],
|
|
34
|
+
tag: 'v29.0.0',
|
|
35
|
+
language: {
|
|
36
|
+
type: 'go',
|
|
37
|
+
version: '1.22.11'
|
|
38
|
+
},
|
|
39
|
+
binaries: {
|
|
40
|
+
"linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/v29.0.0/osmosisd-29.0.0-linux-amd64?checksum=6999331507e5119228456a64f733eb1d945f5392ffcfd4673bdad25886b19a7e',
|
|
41
|
+
"linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/v29.0.0/osmosisd-29.0.0-linux-arm64?checksum=079d836d1bf009aab09149eb79d3c187980c5116b8319e09c66a8cae7fa0704c'
|
|
42
|
+
},
|
|
43
|
+
sdk: {
|
|
44
|
+
type: 'cosmos',
|
|
45
|
+
version: '0.50.11',
|
|
46
|
+
repo: 'https://github.com/osmosis-labs/cosmos-sdk',
|
|
47
|
+
tag: 'v0.50.11-v28-osmo-1'
|
|
48
|
+
},
|
|
49
|
+
consensus: {
|
|
50
|
+
type: 'cometbft',
|
|
51
|
+
version: '0.38.17',
|
|
52
|
+
repo: 'https://github.com/osmosis-labs/cometbft',
|
|
53
|
+
tag: 'v0.38.17-v28-osmo-1'
|
|
54
|
+
},
|
|
55
|
+
cosmwasm: {
|
|
56
|
+
version: '0.53.2',
|
|
57
|
+
repo: 'https://github.com/CosmWasm/wasmd',
|
|
58
|
+
tag: 'v0.53.2',
|
|
59
|
+
enabled: true
|
|
60
|
+
},
|
|
61
|
+
ibc: {
|
|
62
|
+
type: 'go',
|
|
63
|
+
version: '8.7.0',
|
|
64
|
+
repo: 'https://github.com/cosmos/ibc-go',
|
|
65
|
+
tag: 'v8.7.0',
|
|
66
|
+
ics_enabled: ['ics20-1']
|
|
67
|
+
}
|
|
34
68
|
},
|
|
35
69
|
apis: {
|
|
36
70
|
rpc: [{
|