Skip to content

Commit ffb4adb

Browse files
committed
Fix field
1 parent bc098d0 commit ffb4adb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/artillery/src/processors/multi-endpoints.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export async function runPkpSignTest() {
140140
// Perform pkpSign operation
141141
const result = await litClient.chain.ethereum.pkpSign({
142142
authContext: authContext,
143-
pubKey: state.masterAccount.pkp.publicKey,
143+
pubKey: state.masterAccount.pkp.pubkey,
144144
toSign: `Hello from Artillery! ${Date.now()}`, // Unique message per request
145145
// userMaxPrice: 1000000000000000000n,
146146
});
@@ -280,7 +280,7 @@ export async function runExecuteJSTest() {
280280
message: 'Test message from e2e executeJs',
281281
sigName: 'e2e-test-sig',
282282
toSign: 'Test message from e2e executeJs',
283-
publicKey: state.masterAccount.pkp.publicKey,
283+
publicKey: state.masterAccount.pkp.pubkey,
284284
},
285285
});
286286

0 commit comments

Comments
 (0)