Skip to content

Commit

Permalink
Merge pull request #302 from ethereum-optimism/mds1-patch-2
Browse files Browse the repository at this point in the history
chore: update OP Stack Manager deploy sig
  • Loading branch information
tynes authored Jul 30, 2024
2 parents e55485c + c72b1b9 commit 8bbe380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specs/experimental/op-stack-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ struct Roles {
function deploy(
uint256 l2ChainId,
Roles roles,
uint32 basefeeScalar,
uint32 blobBasefeeScalar
uint32 blobBasefeeScalar,
Roles roles
) external returns (SystemConfig)
```

Expand Down

0 comments on commit 8bbe380

Please sign in to comment.