Skip to content

Instantly share code, notes, and snippets.

@parv3213
Last active March 18, 2024 13:35
Show Gist options
  • Save parv3213/36c8804ab622e207af8bdca8acccd2e9 to your computer and use it in GitHub Desktop.
Save parv3213/36c8804ab622e207af8bdca8acccd2e9 to your computer and use it in GitHub Desktop.
Hardhat Fork
hardhat: {
accounts: [
{
balance: '100000000000000000000000000000',
privateKey: `0x${PRIVATE_KEY}`,
},
],
forking: {
url: 'https://polygon-mumbai.infura.io/v3/${INFURA_API_KEY}',
blockNumber: xxxx,
},
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment