We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2e147 commit 55e9465Copy full SHA for 55e9465
.eslintrc
@@ -43,7 +43,7 @@
43
"no-undef": "error",
44
"no-use-before-define": "off",
45
"no-var": "error",
46
- "object-curly-spacing": ["error", "always"],
+ "object-curly-spacing": "off",
47
"prefer-const": "error",
48
"quotes": "off",
49
"semi": ["error", "always"],
scripts/deploy.ts
@@ -5,8 +5,8 @@ async function main() {
5
6
const instance = await ethers.deployContract("Greeter", [], {
7
value: ethValue,
8
+ gasLimit: BigInt("2500000"),
9
});
-
10
await instance.waitForDeployment();
11
12
const timeWait = 15;
0 commit comments