Skip to content

Commit

Permalink
Fix unrelated linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
alcuadrado committed Oct 26, 2021
1 parent 5323eea commit 647c7f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/advanced/hardhat-runtime-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,5 @@ extendEnvironment((hre) => {

// hre.network.provider is an EIP1193-compatible provider.
hre.web3 = new Web3(hre.network.provider);

});
```

0 comments on commit 647c7f5

Please sign in to comment.