Skip to content

Commit 302d96e

Browse files
committed
Fix formatting
1 parent 9b42a43 commit 302d96e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/00_resolve_nucypher_staking_escrow.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
2727
// TODO: For testnets currently we deploy a stub contract. We should consider
2828
// switching to an actual contract.
2929
hre.network.name !== "ropsten" &&
30-
hre.network.name !== "goerli" &&
30+
hre.network.name !== "goerli" &&
3131
(!hre.network.tags.allowStubs ||
3232
(hre.network.config as HardhatNetworkConfig)?.forking?.enabled)
3333
) {

hardhat.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ const config: HardhatUserConfig = {
126126
keepRegistryKeeper: {
127127
default: 0, // same as the deployer
128128
ropsten: "0x923C5Dbf353e99394A21Aa7B67F3327Ca111C67D",
129-
goerli: "0x68ad60CC5e8f3B7cC53beaB321cf0e6036962dBc"
129+
goerli: "0x68ad60CC5e8f3B7cC53beaB321cf0e6036962dBc",
130130
},
131131
},
132132
mocha: {

0 commit comments

Comments
 (0)