Skip to content

Commit

Permalink
♻️ Cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
  • Loading branch information
pcaversaccio committed Jun 30, 2024
1 parent 547d42c commit 2113961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ async function deployUsingPresignedTransaction() {
}
}

deployUsingPrivateKey().catch((error) => {
deployUsingPresignedTransaction().catch((error) => {
console.error(error);
process.exitCode = 1;
});

0 comments on commit 2113961

Please sign in to comment.