diff --git a/sonic.yml b/sonic.yml index efda7e06..1fd7179d 100644 --- a/sonic.yml +++ b/sonic.yml @@ -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}