Skip to content

Commit 4dd2b13

Browse files
committed
fix: rebase into config-override-rework
1 parent 76a4b17 commit 4dd2b13

File tree

2 files changed

+50
-52
lines changed

2 files changed

+50
-52
lines changed

pnpm-lock.yaml

+47-51
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

v-next/hardhat/src/internal/builtin-plugins/network-manager/edr/edr-provider.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,8 @@ async function getProviderConfig(
395395
},
396396
},
397397
networkId: BigInt(networkConfig.networkId),
398-
ownedAccounts: hardhatAccountsToEdrOwnedAccounts(networkConfig.accounts),
398+
ownedAccounts: await hardhatAccountsToEdrOwnedAccounts(
399+
networkConfig.accounts,
400+
),
399401
};
400402
}

0 commit comments

Comments
 (0)