We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9805b41 commit e1db48bCopy full SHA for e1db48b
packages/artillery/src/processors/multi-endpoints.ts
@@ -401,6 +401,7 @@ function getLitActionCodeAndJsParams(
401
return {
402
litActionCode: `
403
(async () => {
404
+ const { accessControlConditions } = jsParams;
405
const resp = await Lit.Actions.checkConditions({
406
conditions: accessControlConditions,
407
chain: 'ethereum',
0 commit comments