From 38ba4970579c7c291df899ac74f682357915b481 Mon Sep 17 00:00:00 2001 From: Para Dox Date: Mon, 14 Apr 2025 11:26:57 +0700 Subject: [PATCH] fix --- fantom/sonic/fantom-mainnet-sonic-archive.yml | 4 ++-- fantom/sonic/fantom-testnet-sonic-archive.yml | 4 ++-- sonic/sonic/sonic-mainnet-sonic-archive.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/fantom/sonic/fantom-mainnet-sonic-archive.yml b/fantom/sonic/fantom-mainnet-sonic-archive.yml index ee5073ed..b597c46f 100644 --- a/fantom/sonic/fantom-mainnet-sonic-archive.yml +++ b/fantom/sonic/fantom-mainnet-sonic-archive.yml @@ -37,7 +37,7 @@ services: - --cache=${FANTOM_MAINNET_SONIC_ARCHIVE_CACHE_MB:-16000} - --http - --http.addr=0.0.0.0 - - --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc + - --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm - --http.port=8545 - --http.vhosts=* - --maxpeers=50 @@ -47,7 +47,7 @@ services: - --rpc.txfeecap=0 - --ws - --ws.addr=0.0.0.0 - - --ws.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc + - --ws.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm - --ws.origins=* - --ws.port=8545 restart: unless-stopped diff --git a/fantom/sonic/fantom-testnet-sonic-archive.yml b/fantom/sonic/fantom-testnet-sonic-archive.yml index 81f0ad10..09ff575a 100644 --- a/fantom/sonic/fantom-testnet-sonic-archive.yml +++ b/fantom/sonic/fantom-testnet-sonic-archive.yml @@ -37,7 +37,7 @@ services: - --cache=${FANTOM_TESTNET_SONIC_ARCHIVE_CACHE_MB:-16000} - --http - --http.addr=0.0.0.0 - - --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc + - --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm - --http.port=8545 - --http.vhosts=* - --maxpeers=50 @@ -47,7 +47,7 @@ services: - --rpc.txfeecap=0 - --ws - --ws.addr=0.0.0.0 - - --ws.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc + - --ws.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm - --ws.origins=* - --ws.port=8545 restart: unless-stopped diff --git a/sonic/sonic/sonic-mainnet-sonic-archive.yml b/sonic/sonic/sonic-mainnet-sonic-archive.yml index c4a773ae..78170d3b 100644 --- a/sonic/sonic/sonic-mainnet-sonic-archive.yml +++ b/sonic/sonic/sonic-mainnet-sonic-archive.yml @@ -36,7 +36,7 @@ services: - --cache=${SONIC_MAINNET_SONIC_ARCHIVE_CACHE_MB:-16000} - --http - --http.addr=0.0.0.0 - - --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc + - --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm - --http.port=8545 - --http.vhosts=* - --maxpeers=50 @@ -46,7 +46,7 @@ services: - --rpc.txfeecap=0 - --ws - --ws.addr=0.0.0.0 - - --ws.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc + - --ws.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm - --ws.origins=* - --ws.port=8545 restart: unless-stopped