Skip to content

Commit 9aaaef6

Browse files
authored
Update blockchain_test.go
1 parent 797ea0a commit 9aaaef6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

framework/components/blockchain/blockchain_test.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ import (
1313

1414
func TestAnvil(t *testing.T) {
1515
anvilOut, err := NewBlockchainNetwork(&Input{
16-
Type: "anvil",
17-
Port: "8555",
16+
Type: "anvil",
17+
Image: "f4hrenh9it/foundry",
18+
Port: "8545",
19+
ChainID: "31337",
1820
})
1921
require.NoError(t, err)
2022

0 commit comments

Comments
 (0)