Skip to content

Commit 8f07c1e

Browse files
committed
use mirror for ethereum-genesis-generator
1 parent dd18bce commit 8f07c1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/docker/test_env/genesis_generator.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import (
1919
"github.com/smartcontractkit/chainlink-testing-framework/lib/docker"
2020
"github.com/smartcontractkit/chainlink-testing-framework/lib/docker/ethereum"
2121
"github.com/smartcontractkit/chainlink-testing-framework/lib/logging"
22+
"github.com/smartcontractkit/chainlink-testing-framework/lib/mirror"
2223
)
2324

2425
var generatorForkToImageMap = map[ethereum.Fork]string{
@@ -72,8 +73,7 @@ func NewEthGenesisGenerator(chainConfig config.EthereumChainConfig, generatedDat
7273
opt(&g.EnvComponent)
7374
}
7475
// if the internal docker repo is set then add it to the version
75-
// genesis generator uses public ECRs only
76-
// g.EnvComponent.ContainerImage = mirror.AddMirrorToImageIfSet(g.EnvComponent.ContainerImage)
76+
g.EnvComponent.ContainerImage = mirror.AddMirrorToImageIfSet(g.EnvComponent.ContainerImage)
7777
return g, nil
7878
}
7979

0 commit comments

Comments
 (0)