Skip to content

Commit

Permalink
Skip script for goerli network
Browse files Browse the repository at this point in the history
  • Loading branch information
r-czajkowski committed Aug 3, 2023
1 parent bb6f174 commit 54be0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidity/deploy/90_initialize_wallet_owner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ func.dependencies = ["Bridge"]
func.runAtTheEnd = true

func.skip = async (hre: HardhatRuntimeEnvironment): Promise<boolean> =>
hre.network.name === "mainnet"
hre.network.name === "goerli"

0 comments on commit 54be0a5

Please sign in to comment.