This commit is contained in:
Para Dox
2025-04-14 11:26:57 +07:00
parent 7e2ea8baaf
commit 38ba497057
3 changed files with 6 additions and 6 deletions

View File

@@ -37,7 +37,7 @@ services:
- --cache=${FANTOM_MAINNET_SONIC_ARCHIVE_CACHE_MB:-16000} - --cache=${FANTOM_MAINNET_SONIC_ARCHIVE_CACHE_MB:-16000}
- --http - --http
- --http.addr=0.0.0.0 - --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.port=8545
- --http.vhosts=* - --http.vhosts=*
- --maxpeers=50 - --maxpeers=50
@@ -47,7 +47,7 @@ services:
- --rpc.txfeecap=0 - --rpc.txfeecap=0
- --ws - --ws
- --ws.addr=0.0.0.0 - --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.origins=*
- --ws.port=8545 - --ws.port=8545
restart: unless-stopped restart: unless-stopped

View File

@@ -37,7 +37,7 @@ services:
- --cache=${FANTOM_TESTNET_SONIC_ARCHIVE_CACHE_MB:-16000} - --cache=${FANTOM_TESTNET_SONIC_ARCHIVE_CACHE_MB:-16000}
- --http - --http
- --http.addr=0.0.0.0 - --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.port=8545
- --http.vhosts=* - --http.vhosts=*
- --maxpeers=50 - --maxpeers=50
@@ -47,7 +47,7 @@ services:
- --rpc.txfeecap=0 - --rpc.txfeecap=0
- --ws - --ws
- --ws.addr=0.0.0.0 - --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.origins=*
- --ws.port=8545 - --ws.port=8545
restart: unless-stopped restart: unless-stopped

View File

@@ -36,7 +36,7 @@ services:
- --cache=${SONIC_MAINNET_SONIC_ARCHIVE_CACHE_MB:-16000} - --cache=${SONIC_MAINNET_SONIC_ARCHIVE_CACHE_MB:-16000}
- --http - --http
- --http.addr=0.0.0.0 - --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.port=8545
- --http.vhosts=* - --http.vhosts=*
- --maxpeers=50 - --maxpeers=50
@@ -46,7 +46,7 @@ services:
- --rpc.txfeecap=0 - --rpc.txfeecap=0
- --ws - --ws
- --ws.addr=0.0.0.0 - --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.origins=*
- --ws.port=8545 - --ws.port=8545
restart: unless-stopped restart: unless-stopped