Skip to content

Commit 31a54b3

Browse files
authored
Merge pull request #9 from BATMAH69/fix/holesky-chain-id
fix: holesky chain id
2 parents 88d5ac4 + ea11281 commit 31a54b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardhat.config.holesky-fork.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const config: HardhatUserConfig = {
1313
accounts: {
1414
count: 10,
1515
},
16-
chainId: 1700,
16+
chainId: 17000,
1717
forking: {
1818
url: networks.rpcUrl("eth", "holesky"),
1919
},

0 commit comments

Comments
 (0)