Skip to content

Commit

Permalink
chore: value change in static audit script
Browse files Browse the repository at this point in the history
  • Loading branch information
kupermind committed Oct 16, 2024
1 parent b3c7937 commit ff740a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/audit_chains/audit_contracts_setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { ethers } = require("ethers");
const { expect } = require("chai");
const fs = require("fs");

const verifyRepo = false;
const verifyRepo = true;
const verifySetup = true;

// Custom expect that is wrapped into try / catch block
Expand Down

0 comments on commit ff740a2

Please sign in to comment.