From 794c63e4d2094a6ead1c2400ee91352021ee8126 Mon Sep 17 00:00:00 2001 From: BrodyHughes <41711440+BrodyHughes@users.noreply.github.com> Date: Fri, 20 Dec 2024 18:12:06 -0600 Subject: [PATCH] pin hardhat --- scripts/hardhat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hardhat.sh b/scripts/hardhat.sh index 1ef0a0e1ce3..4c7ed697054 100644 --- a/scripts/hardhat.sh +++ b/scripts/hardhat.sh @@ -1,3 +1,3 @@ #!/bin/bash source .env -npx hardhat node --fork $ETHEREUM_MAINNET_RPC_DEV \ No newline at end of file +npx hardhat node --fork "$ETHEREUM_MAINNET_RPC_DEV" --fork-block-number 18700000 \ No newline at end of file