diff --git a/.prettierignore b/.prettierignore index 219fcce..dbe2638 100644 --- a/.prettierignore +++ b/.prettierignore @@ -2,5 +2,4 @@ artifacts cache circuits -scripts contracts/verifiers diff --git a/hardhat.config.js b/hardhat.config.js index 211079f..74327d4 100644 --- a/hardhat.config.js +++ b/hardhat.config.js @@ -1,3 +1,4 @@ +/* global task, ethers */ require('@nomiclabs/hardhat-waffle') // This is a sample Hardhat task. To learn how to create your own go to diff --git a/scripts/sample-script.js b/scripts/sample-script.js index 1aa1a24..a58a1f9 100644 --- a/scripts/sample-script.js +++ b/scripts/sample-script.js @@ -1,32 +1,32 @@ -// We require the Hardhat Runtime Environment explicitly here. This is optional +// We require the Hardhat Runtime Environment explicitly here. This is optional // but useful for running the script in a standalone fashion through `node