Deployment for bedrock contracts on goerli#2783
Conversation
🦋 Changeset detectedLatest commit: 71b8725 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
This PR changes implementation code, but doesn't include a changeset. Did you forget to add one? |
tynes
left a comment
There was a problem hiding this comment.
Looks good to me, we should eventually standardize the hh config across packages so the same commands just work between them
|
This PR has been added to the merge queue, and will be merged soon. |
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
|
This PR has been added to the merge queue, and will be merged soon. |
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
## Description We have a race condition in our sequencer block building process: - When it starts building a block, the sequencer (through the CL node) sends a `forkchoice_updated` RPC query to the EL - The L2 EL starts building an empty payload as soon as we query the RPC endpoint `forkchoice_updated` - Right after, the CL node sends `get_payload` which seals a payload for publication We may have a race condition where the txs from the EL mempool never get included inside the EL payloads because the blocks get sealed too fast.
Description
Deployment for bedrock contracts on goerli
Created a deployment config for goerli and a hardhat network config that required ENV vars.