adding trustrpc flag to op-node
Some checks failed
Lint Checks / Run linter (push) Failing after 45s
Lint Checks / Run linter (pull_request) Failing after 44s
Webapp Test / Run webapp test suite (pull_request) Successful in 5m15s
Deploy Test / Run deploy test suite (pull_request) Successful in 6m30s
Smoke Test / Run basic test suite (pull_request) Successful in 5m55s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 9m50s

This commit is contained in:
jonathan@vulcanize.io 2024-03-13 18:18:57 +00:00
parent 06de4fe485
commit 0149346927

View File

@ -65,6 +65,7 @@ services:
op-node op-node
--l1="https://eth-mainnet-1.vdb.to/" --l1="https://eth-mainnet-1.vdb.to/"
--l1.rpckind="any" --l1.rpckind="any"
--l1.trustrpc=true
--l2="http://blast-geth:8551" --l2="http://blast-geth:8551"
--l2.jwt-secret=/blast/jwt.txt --l2.jwt-secret=/blast/jwt.txt
--rollup.config="/blast/rollup.json" --rollup.config="/blast/rollup.json"