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

View File

@@ -1,6 +1,6 @@
services:
dshackle-free:
image: drpcorg/dshackle:0.65.30
image: drpcorg/dshackle:0.66.1
restart: unless-stopped
volumes:
- ./free_configs:/etc/dshackle

View File

@@ -1,6 +1,6 @@
services:
dshackle:
image: drpcorg/dshackle:0.65.30
image: drpcorg/dshackle:0.66.1
restart: unless-stopped
volumes:
- ./main_configs:/etc/dshackle

1
taiko/geth.env Normal file
View File

@@ -0,0 +1 @@
GETH_GPO_IGNOREPRICE=25000000

View File

@@ -54,6 +54,7 @@ services:
- 8551
env_file:
- ./taiko/alethia.env
- ./taiko/geth.env
environment:
- GETH_GPO_DEFAULTPRICE=10000000
- GETH_NETWORKID=167000

View File

@@ -54,6 +54,7 @@ services:
- 8551
env_file:
- ./taiko/alethia.env
- ./taiko/geth.env
environment:
- GETH_GPO_DEFAULTPRICE=10000000
- GETH_NETWORKID=167000

View File

@@ -53,6 +53,7 @@ services:
- 6060
- 8551
env_file:
- ./taiko/geth.env
- ./taiko/hekla.env
environment:
- GETH_GPO_DEFAULTPRICE=10000000

View File

@@ -53,6 +53,7 @@ services:
- 6060
- 8551
env_file:
- ./taiko/geth.env
- ./taiko/hekla.env
environment:
- GETH_GPO_DEFAULTPRICE=10000000