We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a1052 commit 435b0d2Copy full SHA for 435b0d2
src/integrationTestHelpers/anvilHarness.ts
@@ -260,7 +260,7 @@ export async function setupAnvilTestStack(): Promise<AnvilTestStack> {
260
const l2WalletClient = createWalletClient({
261
chain: l2BootstrapChain,
262
transport: http(l2RpcUrl),
263
- account: sourceDeployer,
+ account: harnessDeployer,
264
});
265
266
const blockAdvancerWalletClient = createWalletClient({
0 commit comments