We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f989714 commit 129c8f1Copy full SHA for 129c8f1
beacon-chain/entrypoint.sh
@@ -55,6 +55,7 @@ FLAGS="--network=$NETWORK \
55
--metrics-port=8008 \
56
--jwt-secret=$JWT_FILE_PATH \
57
--web3-url=$ENGINE_URL \
58
+ --rest-allow-origin=$CORS \
59
--suggested-fee-recipient=$VALID_FEE_RECIPIENT $MEVBOOST_FLAG $EXTRA_OPTS"
60
61
echo "[INFO - entrypoint] Starting beacon with flags: $FLAGS"
docker-compose.yml
@@ -17,6 +17,7 @@ services:
17
LOG_TYPE: INFO
18
FEE_RECIPIENT_ADDRESS: ""
19
CHECKPOINT_SYNC_URL: ""
20
+ CORS: "*"
21
EXTRA_OPTS: ""
22
volumes:
23
- nimbus-data:/home/user/nimbus-eth2/build/data
0 commit comments