-
-
Save vpontis/bc4ae5c8f8ef6ba87026952dd21e5c6c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/shared/dist/index.d.ts b/shared/dist/index.d.ts | |
index 65de8ff46..28e38fd7e 100644 | |
--- a/shared/dist/index.d.ts | |
+++ b/shared/dist/index.d.ts | |
@@ -2798,9 +2798,9 @@ declare const EventRegistrationCryptoInfoZ: z$1.ZodIntersection<z$1.ZodObject<{ | |
external_url: z$1.ZodNullable<z$1.ZodString>; | |
opensea_url: z$1.ZodString; | |
}>, "strip", z$1.ZodTypeAny, { | |
- contract_address: string; | |
type: "erc-721"; | |
contract_name: string; | |
+ contract_address: string; | |
owner_address: string; | |
token_id: string; | |
token_name: string | null; | |
@@ -2808,9 +2808,9 @@ declare const EventRegistrationCryptoInfoZ: z$1.ZodIntersection<z$1.ZodObject<{ | |
external_url: string | null; | |
opensea_url: string; | |
}, { | |
- contract_address: string; | |
type: "erc-721"; | |
contract_name: string; | |
+ contract_address: string; | |
owner_address: string; | |
token_id: string; | |
token_name: string | null; | |
@@ -2828,64 +2828,64 @@ declare const EventRegistrationCryptoInfoZ: z$1.ZodIntersection<z$1.ZodObject<{ | |
owner_balance: z$1.ZodString; | |
}>, "strip", z$1.ZodTypeAny, { | |
symbol: string | null; | |
- contract_address: string; | |
type: "erc-20"; | |
contract_name: string | null; | |
- decimals: number; | |
+ contract_address: string; | |
owner_address: string; | |
+ decimals: number; | |
owner_balance: string; | |
}, { | |
symbol: string | null; | |
- contract_address: string; | |
type: "erc-20"; | |
contract_name: string | null; | |
- decimals: number; | |
+ contract_address: string; | |
owner_address: string; | |
+ decimals: number; | |
owner_balance: string; | |
}>]>; | |
owner_address: z$1.ZodString; | |
}, "strip", z$1.ZodTypeAny, { | |
- owner_address: string; | |
token: { | |
- symbol: string | null; | |
- contract_address: string; | |
- type: "erc-20"; | |
- contract_name: string | null; | |
- decimals: number; | |
- owner_address: string; | |
- owner_balance: string; | |
- } | { | |
- contract_address: string; | |
type: "erc-721"; | |
contract_name: string; | |
+ contract_address: string; | |
owner_address: string; | |
token_id: string; | |
token_name: string | null; | |
image_url: string | null; | |
external_url: string | null; | |
opensea_url: string; | |
- }; | |
-}, { | |
- owner_address: string; | |
- token: { | |
+ } | { | |
symbol: string | null; | |
- contract_address: string; | |
type: "erc-20"; | |
contract_name: string | null; | |
- decimals: number; | |
+ contract_address: string; | |
owner_address: string; | |
+ decimals: number; | |
owner_balance: string; | |
- } | { | |
- contract_address: string; | |
+ }; | |
+ owner_address: string; | |
+}, { | |
+ token: { | |
type: "erc-721"; | |
contract_name: string; | |
+ contract_address: string; | |
owner_address: string; | |
token_id: string; | |
token_name: string | null; | |
image_url: string | null; | |
external_url: string | null; | |
opensea_url: string; | |
+ } | { | |
+ symbol: string | null; | |
+ type: "erc-20"; | |
+ contract_name: string | null; | |
+ contract_address: string; | |
+ owner_address: string; | |
+ decimals: number; | |
+ owner_balance: string; | |
}; | |
+ owner_address: string; | |
}>, z$1.ZodUnion<[z$1.ZodObject<{ | |
auth_method: z$1.ZodLiteral<"signature">; | |
signature: z$1.ZodString; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment