Skip to content

Commit

Permalink
docs: bring back the comment for the Foundry issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kfastov committed Oct 17, 2024
1 parent e2d2825 commit c2c994b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/script/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ async function deployLineaWorldID(config) {
}
}

// Modified verifyLineaWorldID function
// Can't verify and deploy at the same time due to https://github.com/foundry-rs/foundry/issues/7466
async function verifyLineaWorldID(config) {
const spinner = ora("Verifying LineaWorldID on Linea...").start();

Expand Down Expand Up @@ -279,7 +279,6 @@ async function verifyLineaWorldID(config) {
command += ` --watch`;

const output = execSync(command);
console.log(output.toString());
spinner.succeed("Verification command ran successfully!");
} catch (err) {
spinner.fail("Verification failed!");
Expand Down

0 comments on commit c2c994b

Please sign in to comment.