diff --git a/op-celo-alfajores-fullnode.yml b/op-celo-alfajores-fullnode.yml index 6ae3f8a1..6d1c726a 100644 --- a/op-celo-alfajores-fullnode.yml +++ b/op-celo-alfajores-fullnode.yml @@ -79,16 +79,13 @@ services: - "39395:39395" - "39395:39395/udp" environment: - - OP_NODE__RPC_ENDPOINT=${OP_CELO_ALFAJORES_HOLESKY_RPC:-https://ethereum-holesky-rpc.publicnode.com} - - OP_NODE__L1_BEACON=${OP_CELO_ALFAJORES_HOLESKY_BEACON_REST:-https://ethereum-holesky-beacon-api.publicnode.com} - - OP_NODE__RPC_TYPE=basic - HEALTHCHECK__REFERENCE_RPC_PROVIDER=https://alfajores-forno.celo-testnet.org - - PORT__OP_NODE_P2P=39395 + - OP_NODE_P2P=39395 - OP_NODE_P2P_STATIC=/ip4/35.197.25.52/tcp/9222/p2p/16Uiu2HAmQEdyLRSAVZDr5SqbJ1RnKmNDhtQJcEKmemrVxe4FxKwR,/ip4/34.105.22.4/tcp/9222/p2p/16Uiu2HAm1SZBDSugT5MMu7vBY8auDgfZFNhoDeXPLc9Me5FsAxwT,/ip4/34.83.209.168/tcp/9222/p2p/16Uiu2HAmGJAiUX6HLSo4nLh8T984qxzokwL23cVsYuNZy2SrK7C6,/ip4/34.83.214.149/tcp/9222/p2p/16Uiu2HAmAko2Kr3eAjM7tnshtEhYrxQYfKUvN2kwiygeFoBAoi8S,/ip4/34.169.5.52/tcp/9222/p2p/16Uiu2HAmKc6YKHzYgsjBDaj36uAufxpgZFgrzDqVBt6zTPwdhhJD - OP_NODE_ALTDA_ENABLED=true - OP_NODE_ALTDA_DA_SERVICE=true - OP_NODE_ALTDA_VERIFY_ON_READ=false - - EIGENDA_PROXY_ENDPOINT=https://eigenda-proxy.alfajores.celo-testnet.org + - OP_NODE_ALTDA_DA_SERVER=https://eigenda-proxy.alfajores.celo-testnet.org command: > op-node --l1="${OP_CELO_ALFAJORES_HOLESKY_RPC:-https://ethereum-holesky-rpc.publicnode.com}" @@ -97,14 +94,14 @@ services: --rpc.port=9545 --l2.jwt-secret=/jwtsecret --l1.trustrpc - --l1.rpckind=$OP_NODE__RPC_TYPE - --l1.beacon=$OP_NODE__L1_BEACON + --l1.rpckind=basic + --l1.beacon="${OP_CELO_ALFAJORES_HOLESKY_BEACON_REST:-https://ethereum-holesky-beacon-api.publicnode.com}" --metrics.enabled --metrics.addr=0.0.0.0 --metrics.port=7300 --syncmode=execution-layer --p2p.priv.path=/shared/op-node_p2p_priv.txt - --network=$NETWORK_NAME + --network=alfajores --rollup.load-protocol-versions=true --rollup.halt=major restart: always