We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6df796d commit 80db395Copy full SHA for 80db395
packages/hardhat-ethers/test/hardhat-ethers-provider.ts
@@ -77,7 +77,7 @@ describe("hardhat ethers provider", function () {
77
78
it("should work for impersonated accounts", async function () {
79
const [s] = await this.env.ethers.getSigners();
80
- const randomAddress = "0x0e7d45f52130a5634f19346a3e5d32994ad821750";
+ const randomAddress = "0xe7d45f52130a5634f19346a3e5d32994ad821750";
81
82
await s.sendTransaction({
83
to: randomAddress,
0 commit comments