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 9e9ed1c commit d629ea1Copy full SHA for d629ea1
account-kit/smart-contracts/src/ma-v2/permissionBuilder.ts
@@ -338,7 +338,7 @@ export class PermissionBuilder {
338
typedData: DeferredActionTypedData;
339
fullPreSignatureDeferredActionDigest: Hex;
340
}> {
341
- // Need to remove this because compile_raw may add selectors
+ // Need to remove this because compileRaw may add selectors
342
// this.validateConfiguration();
343
344
// Add time range module hook via expiry
@@ -362,7 +362,7 @@ export class PermissionBuilder {
362
);
363
}
364
365
- const installValidationCall = await this.compile_raw();
+ const installValidationCall = await this.compileRaw();
366
367
const { typedData } = await deferralActions(
368
this.client
0 commit comments