Skip to content

Commit

Permalink
Hotfix (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriianChestnykh authored Oct 10, 2024
1 parent 316af8f commit 9e5844f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/maintenance/setProofRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ async function main() {
data = packValidatorParams(query);
break;
case V3_CIRCUIT_NAME:
if (!!(await isContract(config.validatorV3ContractAddress))) {
if (!(await isContract(config.validatorV3ContractAddress))) {
throw new Error("VALIDATOR_V3_CONTRACT_ADDRESS is not set or invalid");
}
validatorAddress = config.validatorV3ContractAddress;
Expand Down

0 comments on commit 9e5844f

Please sign in to comment.