Skip to content

Commit b57c055

Browse files
committed
fix: raw deploy
1 parent 221b817 commit b57c055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/scratch/steps/0090-deploy-non-aragon-contracts.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ export async function main() {
201201
]);
202202

203203
// Deploy ValidatorExitVerifier
204-
const validatorExitVerifier = await deployWithoutProxy(Sk.validatorExitVerifier, "validatorExitVerifier", deployer, [
204+
const validatorExitVerifier = await deployWithoutProxy(Sk.validatorExitVerifier, "ValidatorExitVerifier", deployer, [
205205
locator.address,
206206
"0x0000000000000000000000000000000000000000000000000096000000000028", // GIndex gIFirstValidatorPrev,
207207
"0x0000000000000000000000000000000000000000000000000096000000000028", // GIndex gIFirstValidatorCurr,

0 commit comments

Comments
 (0)