Skip to content

Commit

Permalink
Update testnode branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gvladika committed Sep 23, 2023
1 parent e9751ab commit 4524994
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@
[submodule "nitro-testnode"]
path = nitro-testnode
url = https://github.com/OffchainLabs/nitro-testnode.git
branch = fee-token-support
4 changes: 2 additions & 2 deletions arbnode/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ func deployChallengeFactory(ctx context.Context, l1Reader *headerreader.HeaderRe
}

func deployRollupCreator(ctx context.Context, l1Reader *headerreader.HeaderReader, auth *bind.TransactOpts) (*rollupgen.RollupCreator, common.Address, common.Address, common.Address, error) {
fmt.Println("Deploying bridge creator...")
auth.GasLimit = uint64(14183487)
// deploying bridge creator takes ~14.2 million gas
auth.GasLimit = uint64(15000000)
bridgeCreator, tx, _, err := rollupgen.DeployBridgeCreator(auth, l1Reader.Client())
err = andTxSucceeded(ctx, l1Reader, tx, err)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion nitro-testnode

0 comments on commit 4524994

Please sign in to comment.