Skip to content

Commit

Permalink
feat: add support for overriding the initCode for an account (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
moldy530 authored and avasisht23 committed Nov 3, 2023
1 parent f14016f commit a886853
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/core/src/account/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,3 @@ export const SimpleSmartAccountParamsSchema = <
owner: SignerSchema,
index: z.bigint().optional(),
});

export const SimpleSmartAccountParamsSchema = <
TTransport extends SupportedTransports = Transport
>() =>
createBaseSmartAccountParamsSchema<TTransport>().extend({
owner: SignerSchema,
index: z.bigint().optional(),
});

0 comments on commit a886853

Please sign in to comment.