Skip to content

Commit

Permalink
Addressed PR review.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanIliev545 committed Aug 28, 2024
1 parent 75dc8a9 commit 4fc4033
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration/simulation/devnetwork/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ func WithHASequencer() TenConfigOption {
}
}

// WithPredictableDeployer - will use a known private key for the deployer instead of generating a random one.
// Useful for being able to run administrative functions from hardhat when debugging on the deployed network.
func WithPredictableDeployer() TenConfigOption {
return func(tc *TenConfig) {
tc.DeployerPK = "f52e5418e349dccdda29b6ac8b0abe6576bb7713886aa85abea6181ba731f9bb"
Expand Down

0 comments on commit 4fc4033

Please sign in to comment.