We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d91083 commit 3d754a9Copy full SHA for 3d754a9
test-suite/fhevm/docker-compose/coprocessor-docker-compose.yml
@@ -57,6 +57,7 @@ services:
57
- --tfhe-contract-address=${FHEVM_EXECUTOR_CONTRACT_ADDRESS}
58
- --url=${RPC_WS_URL}
59
- --initial-block-time=1
60
+ - --catchup-finalization-in-blocks=5
61
depends_on:
62
coprocessor-db-migration:
63
condition: service_completed_successfully
@@ -80,7 +81,6 @@ services:
80
81
- --acl-contract-address=${ACL_CONTRACT_ADDRESS}
82
83
- --url=${RPC_HTTP_URL}
- - --catchup-finalization-in-blocks=5
84
85
86
0 commit comments