Skip to content

Commit 80db395

Browse files
committed
fix: typo
1 parent 6df796d commit 80db395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hardhat-ethers/test/hardhat-ethers-provider.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ describe("hardhat ethers provider", function () {
7777

7878
it("should work for impersonated accounts", async function () {
7979
const [s] = await this.env.ethers.getSigners();
80-
const randomAddress = "0x0e7d45f52130a5634f19346a3e5d32994ad821750";
80+
const randomAddress = "0xe7d45f52130a5634f19346a3e5d32994ad821750";
8181

8282
await s.sendTransaction({
8383
to: randomAddress,

0 commit comments

Comments
 (0)