gas price limit

This commit is contained in:
goldsquid
2025-08-13 15:07:18 +07:00
parent 9d2e5a9444
commit 75d8f2cb94
7 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
services: services:
dshackle-free: dshackle-free:
image: drpcorg/dshackle:0.65.30 image: drpcorg/dshackle:0.66.1
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ./free_configs:/etc/dshackle - ./free_configs:/etc/dshackle
+1 -1
View File
@@ -1,6 +1,6 @@
services: services:
dshackle: dshackle:
image: drpcorg/dshackle:0.65.30 image: drpcorg/dshackle:0.66.1
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ./main_configs:/etc/dshackle - ./main_configs:/etc/dshackle
+1
View File
@@ -0,0 +1 @@
GETH_GPO_IGNOREPRICE=25000000
@@ -54,6 +54,7 @@ services:
- 8551 - 8551
env_file: env_file:
- ./taiko/alethia.env - ./taiko/alethia.env
- ./taiko/geth.env
environment: environment:
- GETH_GPO_DEFAULTPRICE=10000000 - GETH_GPO_DEFAULTPRICE=10000000
- GETH_NETWORKID=167000 - GETH_NETWORKID=167000
@@ -54,6 +54,7 @@ services:
- 8551 - 8551
env_file: env_file:
- ./taiko/alethia.env - ./taiko/alethia.env
- ./taiko/geth.env
environment: environment:
- GETH_GPO_DEFAULTPRICE=10000000 - GETH_GPO_DEFAULTPRICE=10000000
- GETH_NETWORKID=167000 - GETH_NETWORKID=167000
@@ -53,6 +53,7 @@ services:
- 6060 - 6060
- 8551 - 8551
env_file: env_file:
- ./taiko/geth.env
- ./taiko/hekla.env - ./taiko/hekla.env
environment: environment:
- GETH_GPO_DEFAULTPRICE=10000000 - GETH_GPO_DEFAULTPRICE=10000000
@@ -53,6 +53,7 @@ services:
- 6060 - 6060
- 8551 - 8551
env_file: env_file:
- ./taiko/geth.env
- ./taiko/hekla.env - ./taiko/hekla.env
environment: environment:
- GETH_GPO_DEFAULTPRICE=10000000 - GETH_GPO_DEFAULTPRICE=10000000