bump version and raise limit for response sizes
This commit is contained in:
@@ -2,7 +2,7 @@ version: '3.1'
|
||||
|
||||
services:
|
||||
erigon-mainnet:
|
||||
image: thorax/erigon:v2.40.1
|
||||
image: thorax/erigon:v2.42.0
|
||||
expose:
|
||||
- "16630"
|
||||
- "9090"
|
||||
@@ -33,7 +33,8 @@ services:
|
||||
--http.addr=0.0.0.0
|
||||
--http.vhosts=*
|
||||
--http.corsdomain=*
|
||||
--http.api=eth,erigon,web3,net,debug,trace,txpool
|
||||
--http.api=eth,erigon,web3,net,debug,trace,txpool
|
||||
--rpc.returndata.limit=1000000
|
||||
--ws
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 1m
|
||||
|
||||
Reference in New Issue
Block a user