@chain-registry/osmosis 1.67.245 → 1.67.247
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 +7 -7
- package/esm/chain.js +7 -7
- package/package.json +3 -3
package/chain.js
CHANGED
|
@@ -18,8 +18,8 @@ const chain = {
|
|
|
18
18
|
fee_tokens: [
|
|
19
19
|
{
|
|
20
20
|
denom: 'uosmo',
|
|
21
|
-
fixed_min_gas_price: 0.
|
|
22
|
-
low_gas_price: 0.
|
|
21
|
+
fixed_min_gas_price: 0.03,
|
|
22
|
+
low_gas_price: 0.03,
|
|
23
23
|
average_gas_price: 0.1,
|
|
24
24
|
high_gas_price: 0.16
|
|
25
25
|
},
|
|
@@ -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: '
|
|
529
|
-
compatible_versions: ['
|
|
528
|
+
recommended_version: '31.0.0',
|
|
529
|
+
compatible_versions: ['31.0.0'],
|
|
530
530
|
consensus: {
|
|
531
531
|
type: 'cometbft',
|
|
532
532
|
version: '0.38.17',
|
|
@@ -557,10 +557,10 @@ const chain = {
|
|
|
557
557
|
version: '1.23.4'
|
|
558
558
|
},
|
|
559
559
|
binaries: {
|
|
560
|
-
"linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/
|
|
561
|
-
"linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/
|
|
560
|
+
"linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/v31.0.0/osmosisd-31.0.0-linux-amd64?checksum=d435408b845e79a2594594a315d9d22797fdbb7871a5936df68f51f0df557957',
|
|
561
|
+
"linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/v31.0.0/osmosisd-31.0.0-linux-arm64?checksum=b5c44e74c4dc484f8492d10a24fcd3f75a43dccaa40ab083662741beeeaa20cc'
|
|
562
562
|
},
|
|
563
|
-
tag: '
|
|
563
|
+
tag: 'v31.0.0'
|
|
564
564
|
},
|
|
565
565
|
images: [{
|
|
566
566
|
image_sync: {
|
package/esm/chain.js
CHANGED
|
@@ -16,8 +16,8 @@ const chain = {
|
|
|
16
16
|
fee_tokens: [
|
|
17
17
|
{
|
|
18
18
|
denom: 'uosmo',
|
|
19
|
-
fixed_min_gas_price: 0.
|
|
20
|
-
low_gas_price: 0.
|
|
19
|
+
fixed_min_gas_price: 0.03,
|
|
20
|
+
low_gas_price: 0.03,
|
|
21
21
|
average_gas_price: 0.1,
|
|
22
22
|
high_gas_price: 0.16
|
|
23
23
|
},
|
|
@@ -523,8 +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: ['
|
|
526
|
+
recommended_version: '31.0.0',
|
|
527
|
+
compatible_versions: ['31.0.0'],
|
|
528
528
|
consensus: {
|
|
529
529
|
type: 'cometbft',
|
|
530
530
|
version: '0.38.17',
|
|
@@ -555,10 +555,10 @@ const chain = {
|
|
|
555
555
|
version: '1.23.4'
|
|
556
556
|
},
|
|
557
557
|
binaries: {
|
|
558
|
-
"linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/
|
|
559
|
-
"linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/
|
|
558
|
+
"linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/v31.0.0/osmosisd-31.0.0-linux-amd64?checksum=d435408b845e79a2594594a315d9d22797fdbb7871a5936df68f51f0df557957',
|
|
559
|
+
"linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/v31.0.0/osmosisd-31.0.0-linux-arm64?checksum=b5c44e74c4dc484f8492d10a24fcd3f75a43dccaa40ab083662741beeeaa20cc'
|
|
560
560
|
},
|
|
561
|
-
tag: '
|
|
561
|
+
tag: 'v31.0.0'
|
|
562
562
|
},
|
|
563
563
|
images: [{
|
|
564
564
|
image_sync: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.247",
|
|
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.247"
|
|
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": "e64cd184c3076c064139390549e47709f4ce6409"
|
|
42
42
|
}
|