From fa0c77004b06d88ac7695c9559812c6de6780ec1 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sat, 1 Apr 2023 11:24:12 +0200 Subject: [PATCH] fix the fantom script --- fantom/scripts/entrypoint.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/fantom/scripts/entrypoint.sh b/fantom/scripts/entrypoint.sh index ef7fc0c3..de3d2bec 100644 --- a/fantom/scripts/entrypoint.sh +++ b/fantom/scripts/entrypoint.sh @@ -27,16 +27,15 @@ opera \ --http \ --http.addr=0.0.0.0 \ --http.port=18545 \ -# --http.api=ftm,eth,debug,admin,web3,personal,net,txpool,sfc \ + --http.api=ftm,eth,debug,admin,web3,personal,net,txpool,sfc,trace \ --http.corsdomain="*" \ --http.vhosts="*" \ --ws \ --ws.addr=0.0.0.0 \ --ws.port=18546 \ -# --ws.api=ftm,eth,debug,admin,web3,personal,net,txpool,sfc \ + --ws.api=ftm,eth,debug,admin,web3,personal,net,txpool,sfc \ --ws.origins="*" \ --nousb \ -# --db.migration.mode reformat \ + --db.migration.mode reformat \ --db.preset pbl-1 \ - --tracenode \ - --http.api=eth,web3,net,ftm,trace + --tracenode