Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Wolf <wolfynft@gmail.com>
  • Loading branch information
wolfy-nft committed Dec 2, 2024
1 parent b9aa418 commit 2ae071e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test:gas": "REPORT_GAS=true hardhat test",
"coverage": "REPORT_COVERAGE=true hardhat coverage",
"precommit": "lint-staged",
"lint": "npm run lint:js && npm run fmt",
"lint": "npm run lint:js",
"lint:js": "eslint . --fix",
"fmt": "forge fmt"
},
Expand Down
2 changes: 2 additions & 0 deletions scripts/setup/setStages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ export const setStages = async (
overrides.gasLimit = ethers.BigNumber.from(args.gaslimit);
}

overrides.maxFeePerGas = 80000000;

const merkleRoots = await Promise.all(
stagesConfig.map(async (stage) => {
const isVariableWalletLimit = !!stage.variableWalletLimitPath;
Expand Down

0 comments on commit 2ae071e

Please sign in to comment.