Skip to content

Commit

Permalink
Add some common CREATE2 factories + multicall
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoog committed Oct 9, 2024
1 parent d9fd617 commit b091482
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions testnet/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ func Main(cliCtx *cli.Context) error {
}

l2Genesis.Alloc = allocs.Accounts
addPredeploys(l2Genesis.Alloc)
genesisBlock := l2Genesis.ToBlock()

genesisJSON, err := json.MarshalIndent(l2Genesis, "", " ")
Expand Down
Loading

0 comments on commit b091482

Please sign in to comment.