Skip to content

Commit 56d67ad

Browse files
authored
Use offline mode for Anvil ZK (#1827)
1 parent a20de4d commit 56d67ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

framework/components/blockchain/anvil_zksync.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ func newAnvilZksync(in *Input) (*Output, error) {
7272
"-c",
7373
"/root/.foundry/bin/anvil-zksync" +
7474
" --chain-id " + in.ChainID +
75-
" --port " + in.Port}
75+
" --port " + in.Port +
76+
" --offline"}
7677

7778
framework.L.Info().Any("Cmd", strings.Join(req.Entrypoint, " ")).Msg("Creating anvil zkSync with command")
7879

0 commit comments

Comments
 (0)