Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions playground/artifacts.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,13 @@ func (b *ArtifactsBuilder) Build() (*Artifacts, error) {
}
}

// fund the batcher account on L1
// https://github.com/flashbots/builder-playground/blob/863477dad501350a246b8824de85a1a4b65314d6/playground/components.go#L163
gen.Alloc[gethcommon.HexToAddress("0xa0Ee7A142d267C1f36714E4a8F75612F20a79720")] = types.Account{
Balance: prefundedBalance,
Nonce: 1,
}

// Apply Optimism pre-state
{
var state struct {
Expand Down
2 changes: 1 addition & 1 deletion playground/utils/intent.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ l1ProxyAdminOwner = "0xafF0CA253b97e54440965855cec0A8a2E2399896"
l2ProxyAdminOwner = "0xafF0CA253b97e54440965855cec0A8a2E2399896"
systemConfigOwner = "0xafF0CA253b97e54440965855cec0A8a2E2399896"
unsafeBlockSigner = "0xafF0CA253b97e54440965855cec0A8a2E2399896"
batcher = "0xafF0CA253b97e54440965855cec0A8a2E2399896"
batcher = "0xa0Ee7A142d267C1f36714E4a8F75612F20a79720"
proposer = "0xafF0CA253b97e54440965855cec0A8a2E2399896"
challenger = "0xafF0CA253b97e54440965855cec0A8a2E2399896"
4 changes: 2 additions & 2 deletions playground/utils/rollup.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"l2_time": 1741345873,
"system_config": {
"batcherAddr": "0xaff0ca253b97e54440965855cec0a8a2e2399896",
"batcherAddr": "0xa0Ee7A142d267C1f36714E4a8F75612F20a79720",
"overhead": "0x0000000000000000000000000000000000000000000000000000000000000000",
"scalar": "0x010000000000000000000000000000000000000000000000000c5fc500000558",
"gasLimit": 60000000,
Expand All @@ -34,4 +34,4 @@
"deposit_contract_address": "0xc4d2986564c1907750c968ec5c973c497db78f42",
"l1_system_config_address": "0x12d727cc0eebcc43410d4b39ed67749254c57301",
"protocol_versions_address": "0x9f80021446ff81cdd41208eef8cbbb312148a4d6"
}
}
3 changes: 1 addition & 2 deletions playground/utils/state.json

Large diffs are not rendered by default.