Skip to content

Commit

Permalink
feat(protocol): preprocess variables for test (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshliu committed Dec 16, 2022
1 parent 19dd7ab commit 31584b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/protocol/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ const config: HardhatUserConfig = {
"TAIKO_BLOCK_MAX_TXS",
"TAIKO_TXLIST_MAX_BYTES",
"TAIKO_BLOCK_MAX_GAS_LIMIT",
"K_MAX_NUM_BLOCKS",
"K_INITIAL_UNCLE_DELAY",
]) {
if (
process.env[constantName] &&
Expand Down

0 comments on commit 31584b4

Please sign in to comment.