Skip to content

Commit 3b7f054

Browse files
author
Ilan
committed
Remove fork url
1 parent b0e0647 commit 3b7f054

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

framework/components/blockchain/anvilZksync.go renamed to framework/components/blockchain/anvil_zksync.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ func newAnvilZksync(in *Input) (*Output, error) {
6666
"-c",
6767
"/root/.foundry/bin/anvil-zksync" +
6868
" --chain-id " + in.ChainID +
69-
" --port " + in.Port +
70-
" fork --fork-url https://sepolia.era.zksync.dev",
71-
}
69+
" --port " + in.Port}
7270

7371
framework.L.Info().Any("Cmd", strings.Join(req.Entrypoint, " ")).Msg("Creating anvil with command")
7472

0 commit comments

Comments
 (0)