optimize for calls

This commit is contained in:
Para Dox
2025-04-27 21:12:47 +07:00
parent 1d16a45496
commit 12579f612f
6 changed files with 6 additions and 6 deletions

View File

@@ -74,7 +74,7 @@ services:
command:
- --accept-terms-of-use
- --beacon-db-pruning
- --checkpoint-sync-url=https://lodestar-mainnet.chainsafe.io
- --checkpoint-sync-url=https://mainnet.beaconstate.info
- --datadir=/data
- --enable-historical-state-representation=false
- --execution-endpoint=http://ethereum-mainnet:8551

View File

@@ -77,7 +77,7 @@ services:
ports:
- 19563:19563
- 19563:19563/udp
entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://lodestar-mainnet.chainsafe.io --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' --
entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://mainnet.beaconstate.info --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' --
command:
- --history=prune
- --jwt-secret=/jwtsecret

View File

@@ -79,7 +79,7 @@ services:
command:
- --accept-terms-of-use
- --beacon-db-pruning
- --checkpoint-sync-url=https://lodestar-mainnet.chainsafe.io
- --checkpoint-sync-url=https://mainnet.beaconstate.info
- --datadir=/data
- --enable-historical-state-representation=false
- --execution-endpoint=http://ethereum-mainnet-archive:8551

View File

@@ -81,7 +81,7 @@ services:
ports:
- 19286:19286
- 19286:19286/udp
entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://lodestar-mainnet.chainsafe.io --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' --
entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://mainnet.beaconstate.info --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' --
command:
- --history=prune
- --jwt-secret=/jwtsecret

View File

@@ -78,7 +78,7 @@ services:
ports:
- 15150:15150
- 15150:15150/udp
entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://lodestar-mainnet.chainsafe.io --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' --
entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://mainnet.beaconstate.info --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' --
command:
- --history=prune
- --jwt-secret=/jwtsecret

View File

@@ -80,7 +80,7 @@ services:
command:
- --accept-terms-of-use
- --beacon-db-pruning
- --checkpoint-sync-url=https://lodestar-mainnet.chainsafe.io
- --checkpoint-sync-url=https://mainnet.beaconstate.info
- --datadir=/data
- --enable-historical-state-representation=false
- --execution-endpoint=http://ethereum-mainnet:8551