Skip to content

Commit 5cd22a3

Browse files
committed
fix: update ZERO_PRIVATE_KEY to the correct value
1 parent f07d661 commit 5cd22a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardhat.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import 'solidity-docgen';
1414
import { cleanupDeployments, copyDeployments } from './scripts/tools/copy-deployments';
1515
import chainConfig from './utils/config';
1616

17-
const ZERO_PRIVATE_KEY = '0x0000000000000000000000000000000000000000000000000000000000000000';
17+
const ZERO_PRIVATE_KEY = '0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80';
1818
const isNativeChainType = chainConfig.isNativeChain();
1919
const isLocalFork = process.env.LOCAL_FORK == 'true';
2020
const isFujiFork = process.env.FUJI_FORK == 'true';

0 commit comments

Comments
 (0)