We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fdcde8 commit 3012471Copy full SHA for 3012471
engine/cld/environment/anvil.go
@@ -204,7 +204,6 @@ func newAnvilChains(
204
}
205
network.Metadata = cfgnet.EVMMetadata{
206
AnvilConfig: &cfgnet.AnvilConfig{
207
- Image: "f4hrenh9it/foundry:latest",
208
Port: uint64(ports[0]), //nolint:gosec // G115: int to uint64 conversion is safe here (port numbers are always in valid range)
209
ArchiveHTTPURL: network.RPCs[0].HTTPURL,
210
},
0 commit comments