You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`CHAIN_NAME` | No | The chain name ("pecorino", or the corresponding name)
92
92
`HOST_RPC_URL` | Yes | RPC endpoint for the host chain
@@ -97,7 +97,8 @@ Key | Required | Description
97
97
`FLASHBOTS_ENDPOINT` | No | Flashbots API to submit blocks to
98
98
`ROLLUP_BLOCK_GAS_LIMIT` | No | Override for rollup block gas limit
99
99
`MAX_HOST_GAS_COEFFICIENT` | No | Optional maximum host gas coefficient, as a percentage, to use when building blocks
100
-
`BUILDER_KEY` | Yes | AWS KMS key ID _or_ local private key for builder signing
100
+
`BUILDER_KEY` | Yes | AWS KMS key ID _or_ local private key for builder signin
101
+
`BLOCK_QUERY_CUTOFF_BUFFER` | Yes | Number of milliseconds before the end of the slot to stop querying for new transactions and start the block signing and submission process
101
102
`AWS_ACCESS_KEY_ID` | No | AWS secret access key ID (required if not using `BUILDER_KEY`)
102
103
`AWS_SECRET_ACCESS_KEY` | No | AWS secret access key (required if not using `BUILDER_KEY`)
103
104
`AWS_DEFAULT_REGION` | No | AWS region for the KMS key in question (required if not using `BUILDER_KEY`)
0 commit comments