This commit is contained in:
Sebastian
2024-12-18 09:01:22 +01:00
parent 72cf47d0f1
commit e77335f84f

View File

@@ -22,13 +22,13 @@ services:
--http
--http.addr=0.0.0.0
--http.port=18544
--http.api=ftm,eth,debug,admin,web3,personal,net,txpool,sfc,trace
--http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm
--http.corsdomain="*"
--http.vhosts="*"
--ws
--ws.addr=0.0.0.0
--ws.port=18544
--ws.api=ftm,eth,debug,admin,web3,personal,net,txpool,sfc
--ws.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm
--ws.origins="*"
--rpc.gascap=600000000
--cache=${CACHE_SIZE:-16000}