File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/artillery/src/processors Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments