Skip to content

Commit

Permalink
Fix config wiring at one of the layers for faucet (#1565)
Browse files Browse the repository at this point in the history
  • Loading branch information
BedrockSquirrel authored Sep 29, 2023
1 parent a818470 commit 42b98cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions testnet/launcher/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ func (t *Testnet) Start() error {
l2cd.WithHocPKString("6e384a07a01263518a09a5424c7b6bbfc3604ba7d93f47e3a455cbdd7f9f0682"),
l2cd.WithPocPKString("4bfe14725e685901c062ccd4e220c61cf9c189897b6c78bd18d7f51291b2b8f8"),
l2cd.WithDockerImage("testnetobscuronet.azurecr.io/obscuronet/hardhatdeployer:latest"),
l2cd.WithFaucetFunds("10000"),
),
)
if err != nil {
Expand Down
1 change: 1 addition & 0 deletions testnet/launcher/l2contractdeployer/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ func main() {
l2cd.WithHocPKString(cliConfig.l2HOCPrivateKey), // "6e384a07a01263518a09a5424c7b6bbfc3604ba7d93f47e3a455cbdd7f9f0682"),
l2cd.WithPocPKString(cliConfig.l2POCPrivateKey), // "4bfe14725e685901c062ccd4e220c61cf9c189897b6c78bd18d7f51291b2b8f8"),
l2cd.WithDockerImage(cliConfig.dockerImage),
l2cd.WithFaucetFunds(cliConfig.faucetFunding),
),
)
if err != nil {
Expand Down

0 comments on commit 42b98cf

Please sign in to comment.