Skip to content

Commit 4578737

Browse files
committed
Merge branch 'jade/ton-support' of github.com:smartcontractkit/chainlink-testing-framework into jade/ton-support
2 parents 6727c8d + 48fb64b commit 4578737

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

framework/.changeset/v0.7.8.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Use offline mode for Anvil ZK

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)