Skip to content

Commit 435b0d2

Browse files
committed
test: fix l2 wallet client account
1 parent 38a1052 commit 435b0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integrationTestHelpers/anvilHarness.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ export async function setupAnvilTestStack(): Promise<AnvilTestStack> {
260260
const l2WalletClient = createWalletClient({
261261
chain: l2BootstrapChain,
262262
transport: http(l2RpcUrl),
263-
account: sourceDeployer,
263+
account: harnessDeployer,
264264
});
265265

266266
const blockAdvancerWalletClient = createWalletClient({

0 commit comments

Comments
 (0)