Skip to content

Commit

Permalink
chore: update abi types
Browse files Browse the repository at this point in the history
  • Loading branch information
howydev committed Dec 16, 2024
1 parent f7ce236 commit d010f10
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -635,4 +635,4 @@ export const accountFactoryAbi = [
name: "TransferFailed",
inputs: [],
},
];
] as const;
Original file line number Diff line number Diff line change
Expand Up @@ -1238,4 +1238,4 @@ export const modularAccountAbi = [
name: "ValidationSignatureSegmentMissing",
inputs: [],
},
];
] as const;
Original file line number Diff line number Diff line change
Expand Up @@ -1285,4 +1285,4 @@ export const semiModularAccountBytecodeAbi = [
name: "ValidationSignatureSegmentMissing",
inputs: [],
},
];
] as const;
Original file line number Diff line number Diff line change
Expand Up @@ -1298,4 +1298,4 @@ export const semiModularAccountStorageAbi = [
name: "ValidationSignatureSegmentMissing",
inputs: [],
},
];
] as const;
Original file line number Diff line number Diff line change
Expand Up @@ -712,4 +712,4 @@ export const allowlistModuleAbi = [
name: "UnexpectedDataPassed",
inputs: [],
},
];
] as const;
Original file line number Diff line number Diff line change
Expand Up @@ -400,4 +400,4 @@ export const nativeTokenLimitModuleAbi = [
name: "UnexpectedDataPassed",
inputs: [],
},
];
] as const;
Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,4 @@ export const paymasterGuardModuleAbi = [
name: "UnexpectedDataPassed",
inputs: [],
},
];
] as const;
Original file line number Diff line number Diff line change
Expand Up @@ -292,4 +292,4 @@ export const timeRangeModuleAbi = [
name: "UnexpectedDataPassed",
inputs: [],
},
];
] as const;
Original file line number Diff line number Diff line change
Expand Up @@ -370,4 +370,4 @@ export const webauthnValidationModuleAbi = [
name: "TransferFailed",
inputs: [],
},
];
] as const;

0 comments on commit d010f10

Please sign in to comment.