Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidsowardx committed Jan 17, 2024
1 parent 39ab3e4 commit 3d9779a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/radix-connect-schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export const MetadataWithOrigin = Metadata.and(object({ origin: string() }))
export type WalletInteraction = z.infer<typeof WalletInteraction>
export const WalletInteraction = object({
interactionId: string(),
discrminator: literal('walletInteraction'),
discriminator: literal('walletInteraction'),
metadata: Metadata,
items: WalletInteractionItems,
arbitraryData: WalletInteractionArbitraryData.optional(),
Expand Down

0 comments on commit 3d9779a

Please sign in to comment.