@illalabs/interfaces 0.10.2 → 0.10.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2714,6 +2714,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
2714
2714
|
shares: z.ZodString;
|
|
2715
2715
|
usdcAmount: z.ZodString;
|
|
2716
2716
|
currentPrice: z.ZodString;
|
|
2717
|
+
image: z.ZodOptional<z.ZodString>;
|
|
2718
|
+
url: z.ZodOptional<z.ZodString>;
|
|
2717
2719
|
chainId: z.ZodNumber;
|
|
2718
2720
|
}, "strip", z.ZodTypeAny, {
|
|
2719
2721
|
chainId: number;
|
|
@@ -2728,6 +2730,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
2728
2730
|
shares: string;
|
|
2729
2731
|
usdcAmount: string;
|
|
2730
2732
|
currentPrice: string;
|
|
2733
|
+
url?: string | undefined;
|
|
2734
|
+
image?: string | undefined;
|
|
2731
2735
|
}, {
|
|
2732
2736
|
chainId: number;
|
|
2733
2737
|
action: "predictionMarketBet";
|
|
@@ -2741,6 +2745,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
2741
2745
|
shares: string;
|
|
2742
2746
|
usdcAmount: string;
|
|
2743
2747
|
currentPrice: string;
|
|
2748
|
+
url?: string | undefined;
|
|
2749
|
+
image?: string | undefined;
|
|
2744
2750
|
}>, z.ZodObject<{
|
|
2745
2751
|
action: z.ZodLiteral<"predictionMarketRedeem">;
|
|
2746
2752
|
protocol: z.ZodString;
|
|
@@ -2755,6 +2761,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
2755
2761
|
icon: z.ZodOptional<z.ZodString>;
|
|
2756
2762
|
eventSlug: z.ZodOptional<z.ZodString>;
|
|
2757
2763
|
slug: z.ZodOptional<z.ZodString>;
|
|
2764
|
+
url: z.ZodOptional<z.ZodString>;
|
|
2758
2765
|
}, "strip", z.ZodTypeAny, {
|
|
2759
2766
|
title?: string | undefined;
|
|
2760
2767
|
outcome?: string | undefined;
|
|
@@ -2766,6 +2773,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
2766
2773
|
icon?: string | undefined;
|
|
2767
2774
|
eventSlug?: string | undefined;
|
|
2768
2775
|
slug?: string | undefined;
|
|
2776
|
+
url?: string | undefined;
|
|
2769
2777
|
}, {
|
|
2770
2778
|
title?: string | undefined;
|
|
2771
2779
|
outcome?: string | undefined;
|
|
@@ -2777,6 +2785,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
2777
2785
|
icon?: string | undefined;
|
|
2778
2786
|
eventSlug?: string | undefined;
|
|
2779
2787
|
slug?: string | undefined;
|
|
2788
|
+
url?: string | undefined;
|
|
2780
2789
|
}>, "many">;
|
|
2781
2790
|
chainId: z.ZodNumber;
|
|
2782
2791
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2794,6 +2803,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
2794
2803
|
icon?: string | undefined;
|
|
2795
2804
|
eventSlug?: string | undefined;
|
|
2796
2805
|
slug?: string | undefined;
|
|
2806
|
+
url?: string | undefined;
|
|
2797
2807
|
}[];
|
|
2798
2808
|
}, {
|
|
2799
2809
|
chainId: number;
|
|
@@ -2810,6 +2820,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
2810
2820
|
icon?: string | undefined;
|
|
2811
2821
|
eventSlug?: string | undefined;
|
|
2812
2822
|
slug?: string | undefined;
|
|
2823
|
+
url?: string | undefined;
|
|
2813
2824
|
}[];
|
|
2814
2825
|
}>, z.ZodObject<{
|
|
2815
2826
|
action: z.ZodLiteral<"predictionMarketWithdraw">;
|
|
@@ -2942,6 +2953,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
2942
2953
|
shares: string;
|
|
2943
2954
|
usdcAmount: string;
|
|
2944
2955
|
currentPrice: string;
|
|
2956
|
+
url?: string | undefined;
|
|
2957
|
+
image?: string | undefined;
|
|
2945
2958
|
} | {
|
|
2946
2959
|
chainId: number;
|
|
2947
2960
|
action: "predictionMarketRedeem";
|
|
@@ -2957,6 +2970,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
2957
2970
|
icon?: string | undefined;
|
|
2958
2971
|
eventSlug?: string | undefined;
|
|
2959
2972
|
slug?: string | undefined;
|
|
2973
|
+
url?: string | undefined;
|
|
2960
2974
|
}[];
|
|
2961
2975
|
} | {
|
|
2962
2976
|
chainId: number;
|
|
@@ -3059,6 +3073,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
3059
3073
|
shares: string;
|
|
3060
3074
|
usdcAmount: string;
|
|
3061
3075
|
currentPrice: string;
|
|
3076
|
+
url?: string | undefined;
|
|
3077
|
+
image?: string | undefined;
|
|
3062
3078
|
} | {
|
|
3063
3079
|
chainId: number;
|
|
3064
3080
|
action: "predictionMarketRedeem";
|
|
@@ -3074,6 +3090,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
3074
3090
|
icon?: string | undefined;
|
|
3075
3091
|
eventSlug?: string | undefined;
|
|
3076
3092
|
slug?: string | undefined;
|
|
3093
|
+
url?: string | undefined;
|
|
3077
3094
|
}[];
|
|
3078
3095
|
} | {
|
|
3079
3096
|
chainId: number;
|
|
@@ -3367,6 +3384,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
3367
3384
|
shares: z.ZodString;
|
|
3368
3385
|
usdcAmount: z.ZodString;
|
|
3369
3386
|
currentPrice: z.ZodString;
|
|
3387
|
+
image: z.ZodOptional<z.ZodString>;
|
|
3388
|
+
url: z.ZodOptional<z.ZodString>;
|
|
3370
3389
|
chainId: z.ZodNumber;
|
|
3371
3390
|
}, "strip", z.ZodTypeAny, {
|
|
3372
3391
|
chainId: number;
|
|
@@ -3381,6 +3400,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
3381
3400
|
shares: string;
|
|
3382
3401
|
usdcAmount: string;
|
|
3383
3402
|
currentPrice: string;
|
|
3403
|
+
url?: string | undefined;
|
|
3404
|
+
image?: string | undefined;
|
|
3384
3405
|
}, {
|
|
3385
3406
|
chainId: number;
|
|
3386
3407
|
action: "predictionMarketBet";
|
|
@@ -3394,6 +3415,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
3394
3415
|
shares: string;
|
|
3395
3416
|
usdcAmount: string;
|
|
3396
3417
|
currentPrice: string;
|
|
3418
|
+
url?: string | undefined;
|
|
3419
|
+
image?: string | undefined;
|
|
3397
3420
|
}>, z.ZodObject<{
|
|
3398
3421
|
action: z.ZodLiteral<"predictionMarketRedeem">;
|
|
3399
3422
|
protocol: z.ZodString;
|
|
@@ -3408,6 +3431,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
3408
3431
|
icon: z.ZodOptional<z.ZodString>;
|
|
3409
3432
|
eventSlug: z.ZodOptional<z.ZodString>;
|
|
3410
3433
|
slug: z.ZodOptional<z.ZodString>;
|
|
3434
|
+
url: z.ZodOptional<z.ZodString>;
|
|
3411
3435
|
}, "strip", z.ZodTypeAny, {
|
|
3412
3436
|
title?: string | undefined;
|
|
3413
3437
|
outcome?: string | undefined;
|
|
@@ -3419,6 +3443,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
3419
3443
|
icon?: string | undefined;
|
|
3420
3444
|
eventSlug?: string | undefined;
|
|
3421
3445
|
slug?: string | undefined;
|
|
3446
|
+
url?: string | undefined;
|
|
3422
3447
|
}, {
|
|
3423
3448
|
title?: string | undefined;
|
|
3424
3449
|
outcome?: string | undefined;
|
|
@@ -3430,6 +3455,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
3430
3455
|
icon?: string | undefined;
|
|
3431
3456
|
eventSlug?: string | undefined;
|
|
3432
3457
|
slug?: string | undefined;
|
|
3458
|
+
url?: string | undefined;
|
|
3433
3459
|
}>, "many">;
|
|
3434
3460
|
chainId: z.ZodNumber;
|
|
3435
3461
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3447,6 +3473,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
3447
3473
|
icon?: string | undefined;
|
|
3448
3474
|
eventSlug?: string | undefined;
|
|
3449
3475
|
slug?: string | undefined;
|
|
3476
|
+
url?: string | undefined;
|
|
3450
3477
|
}[];
|
|
3451
3478
|
}, {
|
|
3452
3479
|
chainId: number;
|
|
@@ -3463,6 +3490,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
3463
3490
|
icon?: string | undefined;
|
|
3464
3491
|
eventSlug?: string | undefined;
|
|
3465
3492
|
slug?: string | undefined;
|
|
3493
|
+
url?: string | undefined;
|
|
3466
3494
|
}[];
|
|
3467
3495
|
}>, z.ZodObject<{
|
|
3468
3496
|
action: z.ZodLiteral<"predictionMarketWithdraw">;
|
|
@@ -3595,6 +3623,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
3595
3623
|
shares: string;
|
|
3596
3624
|
usdcAmount: string;
|
|
3597
3625
|
currentPrice: string;
|
|
3626
|
+
url?: string | undefined;
|
|
3627
|
+
image?: string | undefined;
|
|
3598
3628
|
} | {
|
|
3599
3629
|
chainId: number;
|
|
3600
3630
|
action: "predictionMarketRedeem";
|
|
@@ -3610,6 +3640,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
3610
3640
|
icon?: string | undefined;
|
|
3611
3641
|
eventSlug?: string | undefined;
|
|
3612
3642
|
slug?: string | undefined;
|
|
3643
|
+
url?: string | undefined;
|
|
3613
3644
|
}[];
|
|
3614
3645
|
} | {
|
|
3615
3646
|
chainId: number;
|
|
@@ -3712,6 +3743,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
3712
3743
|
shares: string;
|
|
3713
3744
|
usdcAmount: string;
|
|
3714
3745
|
currentPrice: string;
|
|
3746
|
+
url?: string | undefined;
|
|
3747
|
+
image?: string | undefined;
|
|
3715
3748
|
} | {
|
|
3716
3749
|
chainId: number;
|
|
3717
3750
|
action: "predictionMarketRedeem";
|
|
@@ -3727,6 +3760,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
3727
3760
|
icon?: string | undefined;
|
|
3728
3761
|
eventSlug?: string | undefined;
|
|
3729
3762
|
slug?: string | undefined;
|
|
3763
|
+
url?: string | undefined;
|
|
3730
3764
|
}[];
|
|
3731
3765
|
} | {
|
|
3732
3766
|
chainId: number;
|
|
@@ -4136,6 +4170,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
4136
4170
|
shares: z.ZodString;
|
|
4137
4171
|
usdcAmount: z.ZodString;
|
|
4138
4172
|
currentPrice: z.ZodString;
|
|
4173
|
+
image: z.ZodOptional<z.ZodString>;
|
|
4174
|
+
url: z.ZodOptional<z.ZodString>;
|
|
4139
4175
|
chainId: z.ZodNumber;
|
|
4140
4176
|
}, "strip", z.ZodTypeAny, {
|
|
4141
4177
|
chainId: number;
|
|
@@ -4150,6 +4186,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
4150
4186
|
shares: string;
|
|
4151
4187
|
usdcAmount: string;
|
|
4152
4188
|
currentPrice: string;
|
|
4189
|
+
url?: string | undefined;
|
|
4190
|
+
image?: string | undefined;
|
|
4153
4191
|
}, {
|
|
4154
4192
|
chainId: number;
|
|
4155
4193
|
action: "predictionMarketBet";
|
|
@@ -4163,6 +4201,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
4163
4201
|
shares: string;
|
|
4164
4202
|
usdcAmount: string;
|
|
4165
4203
|
currentPrice: string;
|
|
4204
|
+
url?: string | undefined;
|
|
4205
|
+
image?: string | undefined;
|
|
4166
4206
|
}>, z.ZodObject<{
|
|
4167
4207
|
action: z.ZodLiteral<"predictionMarketRedeem">;
|
|
4168
4208
|
protocol: z.ZodString;
|
|
@@ -4177,6 +4217,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
4177
4217
|
icon: z.ZodOptional<z.ZodString>;
|
|
4178
4218
|
eventSlug: z.ZodOptional<z.ZodString>;
|
|
4179
4219
|
slug: z.ZodOptional<z.ZodString>;
|
|
4220
|
+
url: z.ZodOptional<z.ZodString>;
|
|
4180
4221
|
}, "strip", z.ZodTypeAny, {
|
|
4181
4222
|
title?: string | undefined;
|
|
4182
4223
|
outcome?: string | undefined;
|
|
@@ -4188,6 +4229,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
4188
4229
|
icon?: string | undefined;
|
|
4189
4230
|
eventSlug?: string | undefined;
|
|
4190
4231
|
slug?: string | undefined;
|
|
4232
|
+
url?: string | undefined;
|
|
4191
4233
|
}, {
|
|
4192
4234
|
title?: string | undefined;
|
|
4193
4235
|
outcome?: string | undefined;
|
|
@@ -4199,6 +4241,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
4199
4241
|
icon?: string | undefined;
|
|
4200
4242
|
eventSlug?: string | undefined;
|
|
4201
4243
|
slug?: string | undefined;
|
|
4244
|
+
url?: string | undefined;
|
|
4202
4245
|
}>, "many">;
|
|
4203
4246
|
chainId: z.ZodNumber;
|
|
4204
4247
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4216,6 +4259,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
4216
4259
|
icon?: string | undefined;
|
|
4217
4260
|
eventSlug?: string | undefined;
|
|
4218
4261
|
slug?: string | undefined;
|
|
4262
|
+
url?: string | undefined;
|
|
4219
4263
|
}[];
|
|
4220
4264
|
}, {
|
|
4221
4265
|
chainId: number;
|
|
@@ -4232,6 +4276,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
4232
4276
|
icon?: string | undefined;
|
|
4233
4277
|
eventSlug?: string | undefined;
|
|
4234
4278
|
slug?: string | undefined;
|
|
4279
|
+
url?: string | undefined;
|
|
4235
4280
|
}[];
|
|
4236
4281
|
}>, z.ZodObject<{
|
|
4237
4282
|
action: z.ZodLiteral<"predictionMarketWithdraw">;
|
|
@@ -4382,6 +4427,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
4382
4427
|
shares: string;
|
|
4383
4428
|
usdcAmount: string;
|
|
4384
4429
|
currentPrice: string;
|
|
4430
|
+
url?: string | undefined;
|
|
4431
|
+
image?: string | undefined;
|
|
4385
4432
|
} | {
|
|
4386
4433
|
chainId: number;
|
|
4387
4434
|
action: "predictionMarketRedeem";
|
|
@@ -4397,6 +4444,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
4397
4444
|
icon?: string | undefined;
|
|
4398
4445
|
eventSlug?: string | undefined;
|
|
4399
4446
|
slug?: string | undefined;
|
|
4447
|
+
url?: string | undefined;
|
|
4400
4448
|
}[];
|
|
4401
4449
|
} | {
|
|
4402
4450
|
chainId: number;
|
|
@@ -4517,6 +4565,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
4517
4565
|
shares: string;
|
|
4518
4566
|
usdcAmount: string;
|
|
4519
4567
|
currentPrice: string;
|
|
4568
|
+
url?: string | undefined;
|
|
4569
|
+
image?: string | undefined;
|
|
4520
4570
|
} | {
|
|
4521
4571
|
chainId: number;
|
|
4522
4572
|
action: "predictionMarketRedeem";
|
|
@@ -4532,6 +4582,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
4532
4582
|
icon?: string | undefined;
|
|
4533
4583
|
eventSlug?: string | undefined;
|
|
4534
4584
|
slug?: string | undefined;
|
|
4585
|
+
url?: string | undefined;
|
|
4535
4586
|
}[];
|
|
4536
4587
|
} | {
|
|
4537
4588
|
chainId: number;
|
|
@@ -4827,6 +4878,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
4827
4878
|
shares: z.ZodString;
|
|
4828
4879
|
usdcAmount: z.ZodString;
|
|
4829
4880
|
currentPrice: z.ZodString;
|
|
4881
|
+
image: z.ZodOptional<z.ZodString>;
|
|
4882
|
+
url: z.ZodOptional<z.ZodString>;
|
|
4830
4883
|
chainId: z.ZodNumber;
|
|
4831
4884
|
}, "strip", z.ZodTypeAny, {
|
|
4832
4885
|
chainId: number;
|
|
@@ -4841,6 +4894,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
4841
4894
|
shares: string;
|
|
4842
4895
|
usdcAmount: string;
|
|
4843
4896
|
currentPrice: string;
|
|
4897
|
+
url?: string | undefined;
|
|
4898
|
+
image?: string | undefined;
|
|
4844
4899
|
}, {
|
|
4845
4900
|
chainId: number;
|
|
4846
4901
|
action: "predictionMarketBet";
|
|
@@ -4854,6 +4909,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
4854
4909
|
shares: string;
|
|
4855
4910
|
usdcAmount: string;
|
|
4856
4911
|
currentPrice: string;
|
|
4912
|
+
url?: string | undefined;
|
|
4913
|
+
image?: string | undefined;
|
|
4857
4914
|
}>, z.ZodObject<{
|
|
4858
4915
|
action: z.ZodLiteral<"predictionMarketRedeem">;
|
|
4859
4916
|
protocol: z.ZodString;
|
|
@@ -4868,6 +4925,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
4868
4925
|
icon: z.ZodOptional<z.ZodString>;
|
|
4869
4926
|
eventSlug: z.ZodOptional<z.ZodString>;
|
|
4870
4927
|
slug: z.ZodOptional<z.ZodString>;
|
|
4928
|
+
url: z.ZodOptional<z.ZodString>;
|
|
4871
4929
|
}, "strip", z.ZodTypeAny, {
|
|
4872
4930
|
title?: string | undefined;
|
|
4873
4931
|
outcome?: string | undefined;
|
|
@@ -4879,6 +4937,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
4879
4937
|
icon?: string | undefined;
|
|
4880
4938
|
eventSlug?: string | undefined;
|
|
4881
4939
|
slug?: string | undefined;
|
|
4940
|
+
url?: string | undefined;
|
|
4882
4941
|
}, {
|
|
4883
4942
|
title?: string | undefined;
|
|
4884
4943
|
outcome?: string | undefined;
|
|
@@ -4890,6 +4949,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
4890
4949
|
icon?: string | undefined;
|
|
4891
4950
|
eventSlug?: string | undefined;
|
|
4892
4951
|
slug?: string | undefined;
|
|
4952
|
+
url?: string | undefined;
|
|
4893
4953
|
}>, "many">;
|
|
4894
4954
|
chainId: z.ZodNumber;
|
|
4895
4955
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4907,6 +4967,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
4907
4967
|
icon?: string | undefined;
|
|
4908
4968
|
eventSlug?: string | undefined;
|
|
4909
4969
|
slug?: string | undefined;
|
|
4970
|
+
url?: string | undefined;
|
|
4910
4971
|
}[];
|
|
4911
4972
|
}, {
|
|
4912
4973
|
chainId: number;
|
|
@@ -4923,6 +4984,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
4923
4984
|
icon?: string | undefined;
|
|
4924
4985
|
eventSlug?: string | undefined;
|
|
4925
4986
|
slug?: string | undefined;
|
|
4987
|
+
url?: string | undefined;
|
|
4926
4988
|
}[];
|
|
4927
4989
|
}>, z.ZodObject<{
|
|
4928
4990
|
action: z.ZodLiteral<"predictionMarketWithdraw">;
|
|
@@ -5055,6 +5117,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
5055
5117
|
shares: string;
|
|
5056
5118
|
usdcAmount: string;
|
|
5057
5119
|
currentPrice: string;
|
|
5120
|
+
url?: string | undefined;
|
|
5121
|
+
image?: string | undefined;
|
|
5058
5122
|
} | {
|
|
5059
5123
|
chainId: number;
|
|
5060
5124
|
action: "predictionMarketRedeem";
|
|
@@ -5070,6 +5134,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
5070
5134
|
icon?: string | undefined;
|
|
5071
5135
|
eventSlug?: string | undefined;
|
|
5072
5136
|
slug?: string | undefined;
|
|
5137
|
+
url?: string | undefined;
|
|
5073
5138
|
}[];
|
|
5074
5139
|
} | {
|
|
5075
5140
|
chainId: number;
|
|
@@ -5172,6 +5237,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
5172
5237
|
shares: string;
|
|
5173
5238
|
usdcAmount: string;
|
|
5174
5239
|
currentPrice: string;
|
|
5240
|
+
url?: string | undefined;
|
|
5241
|
+
image?: string | undefined;
|
|
5175
5242
|
} | {
|
|
5176
5243
|
chainId: number;
|
|
5177
5244
|
action: "predictionMarketRedeem";
|
|
@@ -5187,6 +5254,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
5187
5254
|
icon?: string | undefined;
|
|
5188
5255
|
eventSlug?: string | undefined;
|
|
5189
5256
|
slug?: string | undefined;
|
|
5257
|
+
url?: string | undefined;
|
|
5190
5258
|
}[];
|
|
5191
5259
|
} | {
|
|
5192
5260
|
chainId: number;
|
|
@@ -5480,6 +5548,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
5480
5548
|
shares: z.ZodString;
|
|
5481
5549
|
usdcAmount: z.ZodString;
|
|
5482
5550
|
currentPrice: z.ZodString;
|
|
5551
|
+
image: z.ZodOptional<z.ZodString>;
|
|
5552
|
+
url: z.ZodOptional<z.ZodString>;
|
|
5483
5553
|
chainId: z.ZodNumber;
|
|
5484
5554
|
}, "strip", z.ZodTypeAny, {
|
|
5485
5555
|
chainId: number;
|
|
@@ -5494,6 +5564,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
5494
5564
|
shares: string;
|
|
5495
5565
|
usdcAmount: string;
|
|
5496
5566
|
currentPrice: string;
|
|
5567
|
+
url?: string | undefined;
|
|
5568
|
+
image?: string | undefined;
|
|
5497
5569
|
}, {
|
|
5498
5570
|
chainId: number;
|
|
5499
5571
|
action: "predictionMarketBet";
|
|
@@ -5507,6 +5579,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
5507
5579
|
shares: string;
|
|
5508
5580
|
usdcAmount: string;
|
|
5509
5581
|
currentPrice: string;
|
|
5582
|
+
url?: string | undefined;
|
|
5583
|
+
image?: string | undefined;
|
|
5510
5584
|
}>, z.ZodObject<{
|
|
5511
5585
|
action: z.ZodLiteral<"predictionMarketRedeem">;
|
|
5512
5586
|
protocol: z.ZodString;
|
|
@@ -5521,6 +5595,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
5521
5595
|
icon: z.ZodOptional<z.ZodString>;
|
|
5522
5596
|
eventSlug: z.ZodOptional<z.ZodString>;
|
|
5523
5597
|
slug: z.ZodOptional<z.ZodString>;
|
|
5598
|
+
url: z.ZodOptional<z.ZodString>;
|
|
5524
5599
|
}, "strip", z.ZodTypeAny, {
|
|
5525
5600
|
title?: string | undefined;
|
|
5526
5601
|
outcome?: string | undefined;
|
|
@@ -5532,6 +5607,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
5532
5607
|
icon?: string | undefined;
|
|
5533
5608
|
eventSlug?: string | undefined;
|
|
5534
5609
|
slug?: string | undefined;
|
|
5610
|
+
url?: string | undefined;
|
|
5535
5611
|
}, {
|
|
5536
5612
|
title?: string | undefined;
|
|
5537
5613
|
outcome?: string | undefined;
|
|
@@ -5543,6 +5619,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
5543
5619
|
icon?: string | undefined;
|
|
5544
5620
|
eventSlug?: string | undefined;
|
|
5545
5621
|
slug?: string | undefined;
|
|
5622
|
+
url?: string | undefined;
|
|
5546
5623
|
}>, "many">;
|
|
5547
5624
|
chainId: z.ZodNumber;
|
|
5548
5625
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5560,6 +5637,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
5560
5637
|
icon?: string | undefined;
|
|
5561
5638
|
eventSlug?: string | undefined;
|
|
5562
5639
|
slug?: string | undefined;
|
|
5640
|
+
url?: string | undefined;
|
|
5563
5641
|
}[];
|
|
5564
5642
|
}, {
|
|
5565
5643
|
chainId: number;
|
|
@@ -5576,6 +5654,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
5576
5654
|
icon?: string | undefined;
|
|
5577
5655
|
eventSlug?: string | undefined;
|
|
5578
5656
|
slug?: string | undefined;
|
|
5657
|
+
url?: string | undefined;
|
|
5579
5658
|
}[];
|
|
5580
5659
|
}>, z.ZodObject<{
|
|
5581
5660
|
action: z.ZodLiteral<"predictionMarketWithdraw">;
|
|
@@ -5708,6 +5787,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
5708
5787
|
shares: string;
|
|
5709
5788
|
usdcAmount: string;
|
|
5710
5789
|
currentPrice: string;
|
|
5790
|
+
url?: string | undefined;
|
|
5791
|
+
image?: string | undefined;
|
|
5711
5792
|
} | {
|
|
5712
5793
|
chainId: number;
|
|
5713
5794
|
action: "predictionMarketRedeem";
|
|
@@ -5723,6 +5804,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
5723
5804
|
icon?: string | undefined;
|
|
5724
5805
|
eventSlug?: string | undefined;
|
|
5725
5806
|
slug?: string | undefined;
|
|
5807
|
+
url?: string | undefined;
|
|
5726
5808
|
}[];
|
|
5727
5809
|
} | {
|
|
5728
5810
|
chainId: number;
|
|
@@ -5825,6 +5907,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
5825
5907
|
shares: string;
|
|
5826
5908
|
usdcAmount: string;
|
|
5827
5909
|
currentPrice: string;
|
|
5910
|
+
url?: string | undefined;
|
|
5911
|
+
image?: string | undefined;
|
|
5828
5912
|
} | {
|
|
5829
5913
|
chainId: number;
|
|
5830
5914
|
action: "predictionMarketRedeem";
|
|
@@ -5840,6 +5924,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
5840
5924
|
icon?: string | undefined;
|
|
5841
5925
|
eventSlug?: string | undefined;
|
|
5842
5926
|
slug?: string | undefined;
|
|
5927
|
+
url?: string | undefined;
|
|
5843
5928
|
}[];
|
|
5844
5929
|
} | {
|
|
5845
5930
|
chainId: number;
|
|
@@ -6249,6 +6334,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
6249
6334
|
shares: z.ZodString;
|
|
6250
6335
|
usdcAmount: z.ZodString;
|
|
6251
6336
|
currentPrice: z.ZodString;
|
|
6337
|
+
image: z.ZodOptional<z.ZodString>;
|
|
6338
|
+
url: z.ZodOptional<z.ZodString>;
|
|
6252
6339
|
chainId: z.ZodNumber;
|
|
6253
6340
|
}, "strip", z.ZodTypeAny, {
|
|
6254
6341
|
chainId: number;
|
|
@@ -6263,6 +6350,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
6263
6350
|
shares: string;
|
|
6264
6351
|
usdcAmount: string;
|
|
6265
6352
|
currentPrice: string;
|
|
6353
|
+
url?: string | undefined;
|
|
6354
|
+
image?: string | undefined;
|
|
6266
6355
|
}, {
|
|
6267
6356
|
chainId: number;
|
|
6268
6357
|
action: "predictionMarketBet";
|
|
@@ -6276,6 +6365,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
6276
6365
|
shares: string;
|
|
6277
6366
|
usdcAmount: string;
|
|
6278
6367
|
currentPrice: string;
|
|
6368
|
+
url?: string | undefined;
|
|
6369
|
+
image?: string | undefined;
|
|
6279
6370
|
}>, z.ZodObject<{
|
|
6280
6371
|
action: z.ZodLiteral<"predictionMarketRedeem">;
|
|
6281
6372
|
protocol: z.ZodString;
|
|
@@ -6290,6 +6381,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
6290
6381
|
icon: z.ZodOptional<z.ZodString>;
|
|
6291
6382
|
eventSlug: z.ZodOptional<z.ZodString>;
|
|
6292
6383
|
slug: z.ZodOptional<z.ZodString>;
|
|
6384
|
+
url: z.ZodOptional<z.ZodString>;
|
|
6293
6385
|
}, "strip", z.ZodTypeAny, {
|
|
6294
6386
|
title?: string | undefined;
|
|
6295
6387
|
outcome?: string | undefined;
|
|
@@ -6301,6 +6393,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
6301
6393
|
icon?: string | undefined;
|
|
6302
6394
|
eventSlug?: string | undefined;
|
|
6303
6395
|
slug?: string | undefined;
|
|
6396
|
+
url?: string | undefined;
|
|
6304
6397
|
}, {
|
|
6305
6398
|
title?: string | undefined;
|
|
6306
6399
|
outcome?: string | undefined;
|
|
@@ -6312,6 +6405,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
6312
6405
|
icon?: string | undefined;
|
|
6313
6406
|
eventSlug?: string | undefined;
|
|
6314
6407
|
slug?: string | undefined;
|
|
6408
|
+
url?: string | undefined;
|
|
6315
6409
|
}>, "many">;
|
|
6316
6410
|
chainId: z.ZodNumber;
|
|
6317
6411
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -6329,6 +6423,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
6329
6423
|
icon?: string | undefined;
|
|
6330
6424
|
eventSlug?: string | undefined;
|
|
6331
6425
|
slug?: string | undefined;
|
|
6426
|
+
url?: string | undefined;
|
|
6332
6427
|
}[];
|
|
6333
6428
|
}, {
|
|
6334
6429
|
chainId: number;
|
|
@@ -6345,6 +6440,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
6345
6440
|
icon?: string | undefined;
|
|
6346
6441
|
eventSlug?: string | undefined;
|
|
6347
6442
|
slug?: string | undefined;
|
|
6443
|
+
url?: string | undefined;
|
|
6348
6444
|
}[];
|
|
6349
6445
|
}>, z.ZodObject<{
|
|
6350
6446
|
action: z.ZodLiteral<"predictionMarketWithdraw">;
|
|
@@ -6495,6 +6591,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
6495
6591
|
shares: string;
|
|
6496
6592
|
usdcAmount: string;
|
|
6497
6593
|
currentPrice: string;
|
|
6594
|
+
url?: string | undefined;
|
|
6595
|
+
image?: string | undefined;
|
|
6498
6596
|
} | {
|
|
6499
6597
|
chainId: number;
|
|
6500
6598
|
action: "predictionMarketRedeem";
|
|
@@ -6510,6 +6608,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
6510
6608
|
icon?: string | undefined;
|
|
6511
6609
|
eventSlug?: string | undefined;
|
|
6512
6610
|
slug?: string | undefined;
|
|
6611
|
+
url?: string | undefined;
|
|
6513
6612
|
}[];
|
|
6514
6613
|
} | {
|
|
6515
6614
|
chainId: number;
|
|
@@ -6630,6 +6729,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
6630
6729
|
shares: string;
|
|
6631
6730
|
usdcAmount: string;
|
|
6632
6731
|
currentPrice: string;
|
|
6732
|
+
url?: string | undefined;
|
|
6733
|
+
image?: string | undefined;
|
|
6633
6734
|
} | {
|
|
6634
6735
|
chainId: number;
|
|
6635
6736
|
action: "predictionMarketRedeem";
|
|
@@ -6645,6 +6746,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
6645
6746
|
icon?: string | undefined;
|
|
6646
6747
|
eventSlug?: string | undefined;
|
|
6647
6748
|
slug?: string | undefined;
|
|
6749
|
+
url?: string | undefined;
|
|
6648
6750
|
}[];
|
|
6649
6751
|
} | {
|
|
6650
6752
|
chainId: number;
|
|
@@ -6912,6 +7014,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
6912
7014
|
shares: z.ZodString;
|
|
6913
7015
|
usdcAmount: z.ZodString;
|
|
6914
7016
|
currentPrice: z.ZodString;
|
|
7017
|
+
image: z.ZodOptional<z.ZodString>;
|
|
7018
|
+
url: z.ZodOptional<z.ZodString>;
|
|
6915
7019
|
chainId: z.ZodNumber;
|
|
6916
7020
|
}, "strip", z.ZodTypeAny, {
|
|
6917
7021
|
chainId: number;
|
|
@@ -6926,6 +7030,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
6926
7030
|
shares: string;
|
|
6927
7031
|
usdcAmount: string;
|
|
6928
7032
|
currentPrice: string;
|
|
7033
|
+
url?: string | undefined;
|
|
7034
|
+
image?: string | undefined;
|
|
6929
7035
|
}, {
|
|
6930
7036
|
chainId: number;
|
|
6931
7037
|
action: "predictionMarketBet";
|
|
@@ -6939,6 +7045,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
6939
7045
|
shares: string;
|
|
6940
7046
|
usdcAmount: string;
|
|
6941
7047
|
currentPrice: string;
|
|
7048
|
+
url?: string | undefined;
|
|
7049
|
+
image?: string | undefined;
|
|
6942
7050
|
}>, z.ZodObject<{
|
|
6943
7051
|
action: z.ZodLiteral<"predictionMarketRedeem">;
|
|
6944
7052
|
protocol: z.ZodString;
|
|
@@ -6953,6 +7061,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
6953
7061
|
icon: z.ZodOptional<z.ZodString>;
|
|
6954
7062
|
eventSlug: z.ZodOptional<z.ZodString>;
|
|
6955
7063
|
slug: z.ZodOptional<z.ZodString>;
|
|
7064
|
+
url: z.ZodOptional<z.ZodString>;
|
|
6956
7065
|
}, "strip", z.ZodTypeAny, {
|
|
6957
7066
|
title?: string | undefined;
|
|
6958
7067
|
outcome?: string | undefined;
|
|
@@ -6964,6 +7073,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
6964
7073
|
icon?: string | undefined;
|
|
6965
7074
|
eventSlug?: string | undefined;
|
|
6966
7075
|
slug?: string | undefined;
|
|
7076
|
+
url?: string | undefined;
|
|
6967
7077
|
}, {
|
|
6968
7078
|
title?: string | undefined;
|
|
6969
7079
|
outcome?: string | undefined;
|
|
@@ -6975,6 +7085,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
6975
7085
|
icon?: string | undefined;
|
|
6976
7086
|
eventSlug?: string | undefined;
|
|
6977
7087
|
slug?: string | undefined;
|
|
7088
|
+
url?: string | undefined;
|
|
6978
7089
|
}>, "many">;
|
|
6979
7090
|
chainId: z.ZodNumber;
|
|
6980
7091
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -6992,6 +7103,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
6992
7103
|
icon?: string | undefined;
|
|
6993
7104
|
eventSlug?: string | undefined;
|
|
6994
7105
|
slug?: string | undefined;
|
|
7106
|
+
url?: string | undefined;
|
|
6995
7107
|
}[];
|
|
6996
7108
|
}, {
|
|
6997
7109
|
chainId: number;
|
|
@@ -7008,6 +7120,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
7008
7120
|
icon?: string | undefined;
|
|
7009
7121
|
eventSlug?: string | undefined;
|
|
7010
7122
|
slug?: string | undefined;
|
|
7123
|
+
url?: string | undefined;
|
|
7011
7124
|
}[];
|
|
7012
7125
|
}>, z.ZodObject<{
|
|
7013
7126
|
action: z.ZodLiteral<"predictionMarketWithdraw">;
|
|
@@ -7142,6 +7255,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
7142
7255
|
shares: string;
|
|
7143
7256
|
usdcAmount: string;
|
|
7144
7257
|
currentPrice: string;
|
|
7258
|
+
url?: string | undefined;
|
|
7259
|
+
image?: string | undefined;
|
|
7145
7260
|
} | {
|
|
7146
7261
|
chainId: number;
|
|
7147
7262
|
action: "predictionMarketRedeem";
|
|
@@ -7157,6 +7272,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
7157
7272
|
icon?: string | undefined;
|
|
7158
7273
|
eventSlug?: string | undefined;
|
|
7159
7274
|
slug?: string | undefined;
|
|
7275
|
+
url?: string | undefined;
|
|
7160
7276
|
}[];
|
|
7161
7277
|
} | {
|
|
7162
7278
|
chainId: number;
|
|
@@ -7259,6 +7375,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
7259
7375
|
shares: string;
|
|
7260
7376
|
usdcAmount: string;
|
|
7261
7377
|
currentPrice: string;
|
|
7378
|
+
url?: string | undefined;
|
|
7379
|
+
image?: string | undefined;
|
|
7262
7380
|
} | {
|
|
7263
7381
|
chainId: number;
|
|
7264
7382
|
action: "predictionMarketRedeem";
|
|
@@ -7274,6 +7392,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
7274
7392
|
icon?: string | undefined;
|
|
7275
7393
|
eventSlug?: string | undefined;
|
|
7276
7394
|
slug?: string | undefined;
|
|
7395
|
+
url?: string | undefined;
|
|
7277
7396
|
}[];
|
|
7278
7397
|
} | {
|
|
7279
7398
|
chainId: number;
|
|
@@ -7394,6 +7513,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
7394
7513
|
shares: string;
|
|
7395
7514
|
usdcAmount: string;
|
|
7396
7515
|
currentPrice: string;
|
|
7516
|
+
url?: string | undefined;
|
|
7517
|
+
image?: string | undefined;
|
|
7397
7518
|
} | {
|
|
7398
7519
|
chainId: number;
|
|
7399
7520
|
action: "predictionMarketRedeem";
|
|
@@ -7409,6 +7530,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
7409
7530
|
icon?: string | undefined;
|
|
7410
7531
|
eventSlug?: string | undefined;
|
|
7411
7532
|
slug?: string | undefined;
|
|
7533
|
+
url?: string | undefined;
|
|
7412
7534
|
}[];
|
|
7413
7535
|
} | {
|
|
7414
7536
|
chainId: number;
|
|
@@ -7503,6 +7625,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
7503
7625
|
shares: string;
|
|
7504
7626
|
usdcAmount: string;
|
|
7505
7627
|
currentPrice: string;
|
|
7628
|
+
url?: string | undefined;
|
|
7629
|
+
image?: string | undefined;
|
|
7506
7630
|
} | {
|
|
7507
7631
|
chainId: number;
|
|
7508
7632
|
action: "predictionMarketRedeem";
|
|
@@ -7518,6 +7642,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
7518
7642
|
icon?: string | undefined;
|
|
7519
7643
|
eventSlug?: string | undefined;
|
|
7520
7644
|
slug?: string | undefined;
|
|
7645
|
+
url?: string | undefined;
|
|
7521
7646
|
}[];
|
|
7522
7647
|
} | {
|
|
7523
7648
|
chainId: number;
|
|
@@ -7622,6 +7747,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
7622
7747
|
shares: string;
|
|
7623
7748
|
usdcAmount: string;
|
|
7624
7749
|
currentPrice: string;
|
|
7750
|
+
url?: string | undefined;
|
|
7751
|
+
image?: string | undefined;
|
|
7625
7752
|
} | {
|
|
7626
7753
|
chainId: number;
|
|
7627
7754
|
action: "predictionMarketRedeem";
|
|
@@ -7637,6 +7764,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
7637
7764
|
icon?: string | undefined;
|
|
7638
7765
|
eventSlug?: string | undefined;
|
|
7639
7766
|
slug?: string | undefined;
|
|
7767
|
+
url?: string | undefined;
|
|
7640
7768
|
}[];
|
|
7641
7769
|
} | {
|
|
7642
7770
|
chainId: number;
|
|
@@ -7739,6 +7867,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
7739
7867
|
shares: string;
|
|
7740
7868
|
usdcAmount: string;
|
|
7741
7869
|
currentPrice: string;
|
|
7870
|
+
url?: string | undefined;
|
|
7871
|
+
image?: string | undefined;
|
|
7742
7872
|
} | {
|
|
7743
7873
|
chainId: number;
|
|
7744
7874
|
action: "predictionMarketRedeem";
|
|
@@ -7754,6 +7884,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
7754
7884
|
icon?: string | undefined;
|
|
7755
7885
|
eventSlug?: string | undefined;
|
|
7756
7886
|
slug?: string | undefined;
|
|
7887
|
+
url?: string | undefined;
|
|
7757
7888
|
}[];
|
|
7758
7889
|
} | {
|
|
7759
7890
|
chainId: number;
|
|
@@ -7874,6 +8005,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
7874
8005
|
shares: string;
|
|
7875
8006
|
usdcAmount: string;
|
|
7876
8007
|
currentPrice: string;
|
|
8008
|
+
url?: string | undefined;
|
|
8009
|
+
image?: string | undefined;
|
|
7877
8010
|
} | {
|
|
7878
8011
|
chainId: number;
|
|
7879
8012
|
action: "predictionMarketRedeem";
|
|
@@ -7889,6 +8022,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
7889
8022
|
icon?: string | undefined;
|
|
7890
8023
|
eventSlug?: string | undefined;
|
|
7891
8024
|
slug?: string | undefined;
|
|
8025
|
+
url?: string | undefined;
|
|
7892
8026
|
}[];
|
|
7893
8027
|
} | {
|
|
7894
8028
|
chainId: number;
|
|
@@ -7983,6 +8117,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
7983
8117
|
shares: string;
|
|
7984
8118
|
usdcAmount: string;
|
|
7985
8119
|
currentPrice: string;
|
|
8120
|
+
url?: string | undefined;
|
|
8121
|
+
image?: string | undefined;
|
|
7986
8122
|
} | {
|
|
7987
8123
|
chainId: number;
|
|
7988
8124
|
action: "predictionMarketRedeem";
|
|
@@ -7998,6 +8134,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
7998
8134
|
icon?: string | undefined;
|
|
7999
8135
|
eventSlug?: string | undefined;
|
|
8000
8136
|
slug?: string | undefined;
|
|
8137
|
+
url?: string | undefined;
|
|
8001
8138
|
}[];
|
|
8002
8139
|
} | {
|
|
8003
8140
|
chainId: number;
|
|
@@ -8304,6 +8441,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
8304
8441
|
shares: string;
|
|
8305
8442
|
usdcAmount: string;
|
|
8306
8443
|
currentPrice: string;
|
|
8444
|
+
url?: string | undefined;
|
|
8445
|
+
image?: string | undefined;
|
|
8307
8446
|
} | {
|
|
8308
8447
|
chainId: number;
|
|
8309
8448
|
action: "predictionMarketRedeem";
|
|
@@ -8319,6 +8458,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
8319
8458
|
icon?: string | undefined;
|
|
8320
8459
|
eventSlug?: string | undefined;
|
|
8321
8460
|
slug?: string | undefined;
|
|
8461
|
+
url?: string | undefined;
|
|
8322
8462
|
}[];
|
|
8323
8463
|
} | {
|
|
8324
8464
|
chainId: number;
|
|
@@ -8421,6 +8561,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
8421
8561
|
shares: string;
|
|
8422
8562
|
usdcAmount: string;
|
|
8423
8563
|
currentPrice: string;
|
|
8564
|
+
url?: string | undefined;
|
|
8565
|
+
image?: string | undefined;
|
|
8424
8566
|
} | {
|
|
8425
8567
|
chainId: number;
|
|
8426
8568
|
action: "predictionMarketRedeem";
|
|
@@ -8436,6 +8578,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
8436
8578
|
icon?: string | undefined;
|
|
8437
8579
|
eventSlug?: string | undefined;
|
|
8438
8580
|
slug?: string | undefined;
|
|
8581
|
+
url?: string | undefined;
|
|
8439
8582
|
}[];
|
|
8440
8583
|
} | {
|
|
8441
8584
|
chainId: number;
|
|
@@ -8556,6 +8699,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
8556
8699
|
shares: string;
|
|
8557
8700
|
usdcAmount: string;
|
|
8558
8701
|
currentPrice: string;
|
|
8702
|
+
url?: string | undefined;
|
|
8703
|
+
image?: string | undefined;
|
|
8559
8704
|
} | {
|
|
8560
8705
|
chainId: number;
|
|
8561
8706
|
action: "predictionMarketRedeem";
|
|
@@ -8571,6 +8716,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
8571
8716
|
icon?: string | undefined;
|
|
8572
8717
|
eventSlug?: string | undefined;
|
|
8573
8718
|
slug?: string | undefined;
|
|
8719
|
+
url?: string | undefined;
|
|
8574
8720
|
}[];
|
|
8575
8721
|
} | {
|
|
8576
8722
|
chainId: number;
|
|
@@ -8675,6 +8821,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
8675
8821
|
shares: string;
|
|
8676
8822
|
usdcAmount: string;
|
|
8677
8823
|
currentPrice: string;
|
|
8824
|
+
url?: string | undefined;
|
|
8825
|
+
image?: string | undefined;
|
|
8678
8826
|
} | {
|
|
8679
8827
|
chainId: number;
|
|
8680
8828
|
action: "predictionMarketRedeem";
|
|
@@ -8690,6 +8838,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
8690
8838
|
icon?: string | undefined;
|
|
8691
8839
|
eventSlug?: string | undefined;
|
|
8692
8840
|
slug?: string | undefined;
|
|
8841
|
+
url?: string | undefined;
|
|
8693
8842
|
}[];
|
|
8694
8843
|
} | {
|
|
8695
8844
|
chainId: number;
|
|
@@ -8792,6 +8941,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
8792
8941
|
shares: string;
|
|
8793
8942
|
usdcAmount: string;
|
|
8794
8943
|
currentPrice: string;
|
|
8944
|
+
url?: string | undefined;
|
|
8945
|
+
image?: string | undefined;
|
|
8795
8946
|
} | {
|
|
8796
8947
|
chainId: number;
|
|
8797
8948
|
action: "predictionMarketRedeem";
|
|
@@ -8807,6 +8958,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
8807
8958
|
icon?: string | undefined;
|
|
8808
8959
|
eventSlug?: string | undefined;
|
|
8809
8960
|
slug?: string | undefined;
|
|
8961
|
+
url?: string | undefined;
|
|
8810
8962
|
}[];
|
|
8811
8963
|
} | {
|
|
8812
8964
|
chainId: number;
|
|
@@ -8927,6 +9079,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
8927
9079
|
shares: string;
|
|
8928
9080
|
usdcAmount: string;
|
|
8929
9081
|
currentPrice: string;
|
|
9082
|
+
url?: string | undefined;
|
|
9083
|
+
image?: string | undefined;
|
|
8930
9084
|
} | {
|
|
8931
9085
|
chainId: number;
|
|
8932
9086
|
action: "predictionMarketRedeem";
|
|
@@ -8942,6 +9096,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
8942
9096
|
icon?: string | undefined;
|
|
8943
9097
|
eventSlug?: string | undefined;
|
|
8944
9098
|
slug?: string | undefined;
|
|
9099
|
+
url?: string | undefined;
|
|
8945
9100
|
}[];
|
|
8946
9101
|
} | {
|
|
8947
9102
|
chainId: number;
|
|
@@ -9036,6 +9191,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
9036
9191
|
shares: string;
|
|
9037
9192
|
usdcAmount: string;
|
|
9038
9193
|
currentPrice: string;
|
|
9194
|
+
url?: string | undefined;
|
|
9195
|
+
image?: string | undefined;
|
|
9039
9196
|
} | {
|
|
9040
9197
|
chainId: number;
|
|
9041
9198
|
action: "predictionMarketRedeem";
|
|
@@ -9051,6 +9208,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
9051
9208
|
icon?: string | undefined;
|
|
9052
9209
|
eventSlug?: string | undefined;
|
|
9053
9210
|
slug?: string | undefined;
|
|
9211
|
+
url?: string | undefined;
|
|
9054
9212
|
}[];
|
|
9055
9213
|
} | {
|
|
9056
9214
|
chainId: number;
|
|
@@ -9205,6 +9363,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
9205
9363
|
shares: string;
|
|
9206
9364
|
usdcAmount: string;
|
|
9207
9365
|
currentPrice: string;
|
|
9366
|
+
url?: string | undefined;
|
|
9367
|
+
image?: string | undefined;
|
|
9208
9368
|
} | {
|
|
9209
9369
|
chainId: number;
|
|
9210
9370
|
action: "predictionMarketRedeem";
|
|
@@ -9220,6 +9380,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
9220
9380
|
icon?: string | undefined;
|
|
9221
9381
|
eventSlug?: string | undefined;
|
|
9222
9382
|
slug?: string | undefined;
|
|
9383
|
+
url?: string | undefined;
|
|
9223
9384
|
}[];
|
|
9224
9385
|
} | {
|
|
9225
9386
|
chainId: number;
|
|
@@ -9322,6 +9483,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
9322
9483
|
shares: string;
|
|
9323
9484
|
usdcAmount: string;
|
|
9324
9485
|
currentPrice: string;
|
|
9486
|
+
url?: string | undefined;
|
|
9487
|
+
image?: string | undefined;
|
|
9325
9488
|
} | {
|
|
9326
9489
|
chainId: number;
|
|
9327
9490
|
action: "predictionMarketRedeem";
|
|
@@ -9337,6 +9500,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
9337
9500
|
icon?: string | undefined;
|
|
9338
9501
|
eventSlug?: string | undefined;
|
|
9339
9502
|
slug?: string | undefined;
|
|
9503
|
+
url?: string | undefined;
|
|
9340
9504
|
}[];
|
|
9341
9505
|
} | {
|
|
9342
9506
|
chainId: number;
|
|
@@ -9457,6 +9621,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
9457
9621
|
shares: string;
|
|
9458
9622
|
usdcAmount: string;
|
|
9459
9623
|
currentPrice: string;
|
|
9624
|
+
url?: string | undefined;
|
|
9625
|
+
image?: string | undefined;
|
|
9460
9626
|
} | {
|
|
9461
9627
|
chainId: number;
|
|
9462
9628
|
action: "predictionMarketRedeem";
|
|
@@ -9472,6 +9638,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
9472
9638
|
icon?: string | undefined;
|
|
9473
9639
|
eventSlug?: string | undefined;
|
|
9474
9640
|
slug?: string | undefined;
|
|
9641
|
+
url?: string | undefined;
|
|
9475
9642
|
}[];
|
|
9476
9643
|
} | {
|
|
9477
9644
|
chainId: number;
|
|
@@ -9576,6 +9743,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
9576
9743
|
shares: string;
|
|
9577
9744
|
usdcAmount: string;
|
|
9578
9745
|
currentPrice: string;
|
|
9746
|
+
url?: string | undefined;
|
|
9747
|
+
image?: string | undefined;
|
|
9579
9748
|
} | {
|
|
9580
9749
|
chainId: number;
|
|
9581
9750
|
action: "predictionMarketRedeem";
|
|
@@ -9591,6 +9760,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
9591
9760
|
icon?: string | undefined;
|
|
9592
9761
|
eventSlug?: string | undefined;
|
|
9593
9762
|
slug?: string | undefined;
|
|
9763
|
+
url?: string | undefined;
|
|
9594
9764
|
}[];
|
|
9595
9765
|
} | {
|
|
9596
9766
|
chainId: number;
|
|
@@ -9693,6 +9863,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
9693
9863
|
shares: string;
|
|
9694
9864
|
usdcAmount: string;
|
|
9695
9865
|
currentPrice: string;
|
|
9866
|
+
url?: string | undefined;
|
|
9867
|
+
image?: string | undefined;
|
|
9696
9868
|
} | {
|
|
9697
9869
|
chainId: number;
|
|
9698
9870
|
action: "predictionMarketRedeem";
|
|
@@ -9708,6 +9880,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
9708
9880
|
icon?: string | undefined;
|
|
9709
9881
|
eventSlug?: string | undefined;
|
|
9710
9882
|
slug?: string | undefined;
|
|
9883
|
+
url?: string | undefined;
|
|
9711
9884
|
}[];
|
|
9712
9885
|
} | {
|
|
9713
9886
|
chainId: number;
|
|
@@ -9828,6 +10001,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
9828
10001
|
shares: string;
|
|
9829
10002
|
usdcAmount: string;
|
|
9830
10003
|
currentPrice: string;
|
|
10004
|
+
url?: string | undefined;
|
|
10005
|
+
image?: string | undefined;
|
|
9831
10006
|
} | {
|
|
9832
10007
|
chainId: number;
|
|
9833
10008
|
action: "predictionMarketRedeem";
|
|
@@ -9843,6 +10018,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
9843
10018
|
icon?: string | undefined;
|
|
9844
10019
|
eventSlug?: string | undefined;
|
|
9845
10020
|
slug?: string | undefined;
|
|
10021
|
+
url?: string | undefined;
|
|
9846
10022
|
}[];
|
|
9847
10023
|
} | {
|
|
9848
10024
|
chainId: number;
|
|
@@ -9937,6 +10113,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
9937
10113
|
shares: string;
|
|
9938
10114
|
usdcAmount: string;
|
|
9939
10115
|
currentPrice: string;
|
|
10116
|
+
url?: string | undefined;
|
|
10117
|
+
image?: string | undefined;
|
|
9940
10118
|
} | {
|
|
9941
10119
|
chainId: number;
|
|
9942
10120
|
action: "predictionMarketRedeem";
|
|
@@ -9952,6 +10130,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
9952
10130
|
icon?: string | undefined;
|
|
9953
10131
|
eventSlug?: string | undefined;
|
|
9954
10132
|
slug?: string | undefined;
|
|
10133
|
+
url?: string | undefined;
|
|
9955
10134
|
}[];
|
|
9956
10135
|
} | {
|
|
9957
10136
|
chainId: number;
|
|
@@ -10196,6 +10375,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
10196
10375
|
shares: string;
|
|
10197
10376
|
usdcAmount: string;
|
|
10198
10377
|
currentPrice: string;
|
|
10378
|
+
url?: string | undefined;
|
|
10379
|
+
image?: string | undefined;
|
|
10199
10380
|
} | {
|
|
10200
10381
|
chainId: number;
|
|
10201
10382
|
action: "predictionMarketRedeem";
|
|
@@ -10211,6 +10392,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
10211
10392
|
icon?: string | undefined;
|
|
10212
10393
|
eventSlug?: string | undefined;
|
|
10213
10394
|
slug?: string | undefined;
|
|
10395
|
+
url?: string | undefined;
|
|
10214
10396
|
}[];
|
|
10215
10397
|
} | {
|
|
10216
10398
|
chainId: number;
|
|
@@ -10313,6 +10495,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
10313
10495
|
shares: string;
|
|
10314
10496
|
usdcAmount: string;
|
|
10315
10497
|
currentPrice: string;
|
|
10498
|
+
url?: string | undefined;
|
|
10499
|
+
image?: string | undefined;
|
|
10316
10500
|
} | {
|
|
10317
10501
|
chainId: number;
|
|
10318
10502
|
action: "predictionMarketRedeem";
|
|
@@ -10328,6 +10512,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
10328
10512
|
icon?: string | undefined;
|
|
10329
10513
|
eventSlug?: string | undefined;
|
|
10330
10514
|
slug?: string | undefined;
|
|
10515
|
+
url?: string | undefined;
|
|
10331
10516
|
}[];
|
|
10332
10517
|
} | {
|
|
10333
10518
|
chainId: number;
|
|
@@ -10448,6 +10633,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
10448
10633
|
shares: string;
|
|
10449
10634
|
usdcAmount: string;
|
|
10450
10635
|
currentPrice: string;
|
|
10636
|
+
url?: string | undefined;
|
|
10637
|
+
image?: string | undefined;
|
|
10451
10638
|
} | {
|
|
10452
10639
|
chainId: number;
|
|
10453
10640
|
action: "predictionMarketRedeem";
|
|
@@ -10463,6 +10650,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
10463
10650
|
icon?: string | undefined;
|
|
10464
10651
|
eventSlug?: string | undefined;
|
|
10465
10652
|
slug?: string | undefined;
|
|
10653
|
+
url?: string | undefined;
|
|
10466
10654
|
}[];
|
|
10467
10655
|
} | {
|
|
10468
10656
|
chainId: number;
|
|
@@ -10567,6 +10755,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
10567
10755
|
shares: string;
|
|
10568
10756
|
usdcAmount: string;
|
|
10569
10757
|
currentPrice: string;
|
|
10758
|
+
url?: string | undefined;
|
|
10759
|
+
image?: string | undefined;
|
|
10570
10760
|
} | {
|
|
10571
10761
|
chainId: number;
|
|
10572
10762
|
action: "predictionMarketRedeem";
|
|
@@ -10582,6 +10772,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
10582
10772
|
icon?: string | undefined;
|
|
10583
10773
|
eventSlug?: string | undefined;
|
|
10584
10774
|
slug?: string | undefined;
|
|
10775
|
+
url?: string | undefined;
|
|
10585
10776
|
}[];
|
|
10586
10777
|
} | {
|
|
10587
10778
|
chainId: number;
|
|
@@ -10684,6 +10875,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
10684
10875
|
shares: string;
|
|
10685
10876
|
usdcAmount: string;
|
|
10686
10877
|
currentPrice: string;
|
|
10878
|
+
url?: string | undefined;
|
|
10879
|
+
image?: string | undefined;
|
|
10687
10880
|
} | {
|
|
10688
10881
|
chainId: number;
|
|
10689
10882
|
action: "predictionMarketRedeem";
|
|
@@ -10699,6 +10892,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
10699
10892
|
icon?: string | undefined;
|
|
10700
10893
|
eventSlug?: string | undefined;
|
|
10701
10894
|
slug?: string | undefined;
|
|
10895
|
+
url?: string | undefined;
|
|
10702
10896
|
}[];
|
|
10703
10897
|
} | {
|
|
10704
10898
|
chainId: number;
|
|
@@ -10819,6 +11013,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
10819
11013
|
shares: string;
|
|
10820
11014
|
usdcAmount: string;
|
|
10821
11015
|
currentPrice: string;
|
|
11016
|
+
url?: string | undefined;
|
|
11017
|
+
image?: string | undefined;
|
|
10822
11018
|
} | {
|
|
10823
11019
|
chainId: number;
|
|
10824
11020
|
action: "predictionMarketRedeem";
|
|
@@ -10834,6 +11030,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
10834
11030
|
icon?: string | undefined;
|
|
10835
11031
|
eventSlug?: string | undefined;
|
|
10836
11032
|
slug?: string | undefined;
|
|
11033
|
+
url?: string | undefined;
|
|
10837
11034
|
}[];
|
|
10838
11035
|
} | {
|
|
10839
11036
|
chainId: number;
|
|
@@ -10928,6 +11125,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
10928
11125
|
shares: string;
|
|
10929
11126
|
usdcAmount: string;
|
|
10930
11127
|
currentPrice: string;
|
|
11128
|
+
url?: string | undefined;
|
|
11129
|
+
image?: string | undefined;
|
|
10931
11130
|
} | {
|
|
10932
11131
|
chainId: number;
|
|
10933
11132
|
action: "predictionMarketRedeem";
|
|
@@ -10943,6 +11142,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
10943
11142
|
icon?: string | undefined;
|
|
10944
11143
|
eventSlug?: string | undefined;
|
|
10945
11144
|
slug?: string | undefined;
|
|
11145
|
+
url?: string | undefined;
|
|
10946
11146
|
}[];
|
|
10947
11147
|
} | {
|
|
10948
11148
|
chainId: number;
|
|
@@ -11124,6 +11324,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
11124
11324
|
shares: string;
|
|
11125
11325
|
usdcAmount: string;
|
|
11126
11326
|
currentPrice: string;
|
|
11327
|
+
url?: string | undefined;
|
|
11328
|
+
image?: string | undefined;
|
|
11127
11329
|
} | {
|
|
11128
11330
|
chainId: number;
|
|
11129
11331
|
action: "predictionMarketRedeem";
|
|
@@ -11139,6 +11341,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
11139
11341
|
icon?: string | undefined;
|
|
11140
11342
|
eventSlug?: string | undefined;
|
|
11141
11343
|
slug?: string | undefined;
|
|
11344
|
+
url?: string | undefined;
|
|
11142
11345
|
}[];
|
|
11143
11346
|
} | {
|
|
11144
11347
|
chainId: number;
|
|
@@ -11241,6 +11444,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
11241
11444
|
shares: string;
|
|
11242
11445
|
usdcAmount: string;
|
|
11243
11446
|
currentPrice: string;
|
|
11447
|
+
url?: string | undefined;
|
|
11448
|
+
image?: string | undefined;
|
|
11244
11449
|
} | {
|
|
11245
11450
|
chainId: number;
|
|
11246
11451
|
action: "predictionMarketRedeem";
|
|
@@ -11256,6 +11461,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
11256
11461
|
icon?: string | undefined;
|
|
11257
11462
|
eventSlug?: string | undefined;
|
|
11258
11463
|
slug?: string | undefined;
|
|
11464
|
+
url?: string | undefined;
|
|
11259
11465
|
}[];
|
|
11260
11466
|
} | {
|
|
11261
11467
|
chainId: number;
|
|
@@ -11376,6 +11582,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
11376
11582
|
shares: string;
|
|
11377
11583
|
usdcAmount: string;
|
|
11378
11584
|
currentPrice: string;
|
|
11585
|
+
url?: string | undefined;
|
|
11586
|
+
image?: string | undefined;
|
|
11379
11587
|
} | {
|
|
11380
11588
|
chainId: number;
|
|
11381
11589
|
action: "predictionMarketRedeem";
|
|
@@ -11391,6 +11599,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
11391
11599
|
icon?: string | undefined;
|
|
11392
11600
|
eventSlug?: string | undefined;
|
|
11393
11601
|
slug?: string | undefined;
|
|
11602
|
+
url?: string | undefined;
|
|
11394
11603
|
}[];
|
|
11395
11604
|
} | {
|
|
11396
11605
|
chainId: number;
|
|
@@ -11495,6 +11704,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
11495
11704
|
shares: string;
|
|
11496
11705
|
usdcAmount: string;
|
|
11497
11706
|
currentPrice: string;
|
|
11707
|
+
url?: string | undefined;
|
|
11708
|
+
image?: string | undefined;
|
|
11498
11709
|
} | {
|
|
11499
11710
|
chainId: number;
|
|
11500
11711
|
action: "predictionMarketRedeem";
|
|
@@ -11510,6 +11721,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
11510
11721
|
icon?: string | undefined;
|
|
11511
11722
|
eventSlug?: string | undefined;
|
|
11512
11723
|
slug?: string | undefined;
|
|
11724
|
+
url?: string | undefined;
|
|
11513
11725
|
}[];
|
|
11514
11726
|
} | {
|
|
11515
11727
|
chainId: number;
|
|
@@ -11612,6 +11824,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
11612
11824
|
shares: string;
|
|
11613
11825
|
usdcAmount: string;
|
|
11614
11826
|
currentPrice: string;
|
|
11827
|
+
url?: string | undefined;
|
|
11828
|
+
image?: string | undefined;
|
|
11615
11829
|
} | {
|
|
11616
11830
|
chainId: number;
|
|
11617
11831
|
action: "predictionMarketRedeem";
|
|
@@ -11627,6 +11841,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
11627
11841
|
icon?: string | undefined;
|
|
11628
11842
|
eventSlug?: string | undefined;
|
|
11629
11843
|
slug?: string | undefined;
|
|
11844
|
+
url?: string | undefined;
|
|
11630
11845
|
}[];
|
|
11631
11846
|
} | {
|
|
11632
11847
|
chainId: number;
|
|
@@ -11747,6 +11962,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
11747
11962
|
shares: string;
|
|
11748
11963
|
usdcAmount: string;
|
|
11749
11964
|
currentPrice: string;
|
|
11965
|
+
url?: string | undefined;
|
|
11966
|
+
image?: string | undefined;
|
|
11750
11967
|
} | {
|
|
11751
11968
|
chainId: number;
|
|
11752
11969
|
action: "predictionMarketRedeem";
|
|
@@ -11762,6 +11979,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
11762
11979
|
icon?: string | undefined;
|
|
11763
11980
|
eventSlug?: string | undefined;
|
|
11764
11981
|
slug?: string | undefined;
|
|
11982
|
+
url?: string | undefined;
|
|
11765
11983
|
}[];
|
|
11766
11984
|
} | {
|
|
11767
11985
|
chainId: number;
|
|
@@ -11856,6 +12074,8 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
11856
12074
|
shares: string;
|
|
11857
12075
|
usdcAmount: string;
|
|
11858
12076
|
currentPrice: string;
|
|
12077
|
+
url?: string | undefined;
|
|
12078
|
+
image?: string | undefined;
|
|
11859
12079
|
} | {
|
|
11860
12080
|
chainId: number;
|
|
11861
12081
|
action: "predictionMarketRedeem";
|
|
@@ -11871,6 +12091,7 @@ export declare const resultEventDataSchema: z.ZodObject<{
|
|
|
11871
12091
|
icon?: string | undefined;
|
|
11872
12092
|
eventSlug?: string | undefined;
|
|
11873
12093
|
slug?: string | undefined;
|
|
12094
|
+
url?: string | undefined;
|
|
11874
12095
|
}[];
|
|
11875
12096
|
} | {
|
|
11876
12097
|
chainId: number;
|
|
@@ -12298,6 +12519,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
12298
12519
|
shares: z.ZodString;
|
|
12299
12520
|
usdcAmount: z.ZodString;
|
|
12300
12521
|
currentPrice: z.ZodString;
|
|
12522
|
+
image: z.ZodOptional<z.ZodString>;
|
|
12523
|
+
url: z.ZodOptional<z.ZodString>;
|
|
12301
12524
|
chainId: z.ZodNumber;
|
|
12302
12525
|
}, "strip", z.ZodTypeAny, {
|
|
12303
12526
|
chainId: number;
|
|
@@ -12312,6 +12535,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
12312
12535
|
shares: string;
|
|
12313
12536
|
usdcAmount: string;
|
|
12314
12537
|
currentPrice: string;
|
|
12538
|
+
url?: string | undefined;
|
|
12539
|
+
image?: string | undefined;
|
|
12315
12540
|
}, {
|
|
12316
12541
|
chainId: number;
|
|
12317
12542
|
action: "predictionMarketBet";
|
|
@@ -12325,6 +12550,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
12325
12550
|
shares: string;
|
|
12326
12551
|
usdcAmount: string;
|
|
12327
12552
|
currentPrice: string;
|
|
12553
|
+
url?: string | undefined;
|
|
12554
|
+
image?: string | undefined;
|
|
12328
12555
|
}>, z.ZodObject<{
|
|
12329
12556
|
action: z.ZodLiteral<"predictionMarketRedeem">;
|
|
12330
12557
|
protocol: z.ZodString;
|
|
@@ -12339,6 +12566,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
12339
12566
|
icon: z.ZodOptional<z.ZodString>;
|
|
12340
12567
|
eventSlug: z.ZodOptional<z.ZodString>;
|
|
12341
12568
|
slug: z.ZodOptional<z.ZodString>;
|
|
12569
|
+
url: z.ZodOptional<z.ZodString>;
|
|
12342
12570
|
}, "strip", z.ZodTypeAny, {
|
|
12343
12571
|
title?: string | undefined;
|
|
12344
12572
|
outcome?: string | undefined;
|
|
@@ -12350,6 +12578,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
12350
12578
|
icon?: string | undefined;
|
|
12351
12579
|
eventSlug?: string | undefined;
|
|
12352
12580
|
slug?: string | undefined;
|
|
12581
|
+
url?: string | undefined;
|
|
12353
12582
|
}, {
|
|
12354
12583
|
title?: string | undefined;
|
|
12355
12584
|
outcome?: string | undefined;
|
|
@@ -12361,6 +12590,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
12361
12590
|
icon?: string | undefined;
|
|
12362
12591
|
eventSlug?: string | undefined;
|
|
12363
12592
|
slug?: string | undefined;
|
|
12593
|
+
url?: string | undefined;
|
|
12364
12594
|
}>, "many">;
|
|
12365
12595
|
chainId: z.ZodNumber;
|
|
12366
12596
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -12378,6 +12608,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
12378
12608
|
icon?: string | undefined;
|
|
12379
12609
|
eventSlug?: string | undefined;
|
|
12380
12610
|
slug?: string | undefined;
|
|
12611
|
+
url?: string | undefined;
|
|
12381
12612
|
}[];
|
|
12382
12613
|
}, {
|
|
12383
12614
|
chainId: number;
|
|
@@ -12394,6 +12625,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
12394
12625
|
icon?: string | undefined;
|
|
12395
12626
|
eventSlug?: string | undefined;
|
|
12396
12627
|
slug?: string | undefined;
|
|
12628
|
+
url?: string | undefined;
|
|
12397
12629
|
}[];
|
|
12398
12630
|
}>, z.ZodObject<{
|
|
12399
12631
|
action: z.ZodLiteral<"predictionMarketWithdraw">;
|
|
@@ -12526,6 +12758,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
12526
12758
|
shares: string;
|
|
12527
12759
|
usdcAmount: string;
|
|
12528
12760
|
currentPrice: string;
|
|
12761
|
+
url?: string | undefined;
|
|
12762
|
+
image?: string | undefined;
|
|
12529
12763
|
} | {
|
|
12530
12764
|
chainId: number;
|
|
12531
12765
|
action: "predictionMarketRedeem";
|
|
@@ -12541,6 +12775,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
12541
12775
|
icon?: string | undefined;
|
|
12542
12776
|
eventSlug?: string | undefined;
|
|
12543
12777
|
slug?: string | undefined;
|
|
12778
|
+
url?: string | undefined;
|
|
12544
12779
|
}[];
|
|
12545
12780
|
} | {
|
|
12546
12781
|
chainId: number;
|
|
@@ -12643,6 +12878,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
12643
12878
|
shares: string;
|
|
12644
12879
|
usdcAmount: string;
|
|
12645
12880
|
currentPrice: string;
|
|
12881
|
+
url?: string | undefined;
|
|
12882
|
+
image?: string | undefined;
|
|
12646
12883
|
} | {
|
|
12647
12884
|
chainId: number;
|
|
12648
12885
|
action: "predictionMarketRedeem";
|
|
@@ -12658,6 +12895,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
12658
12895
|
icon?: string | undefined;
|
|
12659
12896
|
eventSlug?: string | undefined;
|
|
12660
12897
|
slug?: string | undefined;
|
|
12898
|
+
url?: string | undefined;
|
|
12661
12899
|
}[];
|
|
12662
12900
|
} | {
|
|
12663
12901
|
chainId: number;
|
|
@@ -12951,6 +13189,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
12951
13189
|
shares: z.ZodString;
|
|
12952
13190
|
usdcAmount: z.ZodString;
|
|
12953
13191
|
currentPrice: z.ZodString;
|
|
13192
|
+
image: z.ZodOptional<z.ZodString>;
|
|
13193
|
+
url: z.ZodOptional<z.ZodString>;
|
|
12954
13194
|
chainId: z.ZodNumber;
|
|
12955
13195
|
}, "strip", z.ZodTypeAny, {
|
|
12956
13196
|
chainId: number;
|
|
@@ -12965,6 +13205,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
12965
13205
|
shares: string;
|
|
12966
13206
|
usdcAmount: string;
|
|
12967
13207
|
currentPrice: string;
|
|
13208
|
+
url?: string | undefined;
|
|
13209
|
+
image?: string | undefined;
|
|
12968
13210
|
}, {
|
|
12969
13211
|
chainId: number;
|
|
12970
13212
|
action: "predictionMarketBet";
|
|
@@ -12978,6 +13220,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
12978
13220
|
shares: string;
|
|
12979
13221
|
usdcAmount: string;
|
|
12980
13222
|
currentPrice: string;
|
|
13223
|
+
url?: string | undefined;
|
|
13224
|
+
image?: string | undefined;
|
|
12981
13225
|
}>, z.ZodObject<{
|
|
12982
13226
|
action: z.ZodLiteral<"predictionMarketRedeem">;
|
|
12983
13227
|
protocol: z.ZodString;
|
|
@@ -12992,6 +13236,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
12992
13236
|
icon: z.ZodOptional<z.ZodString>;
|
|
12993
13237
|
eventSlug: z.ZodOptional<z.ZodString>;
|
|
12994
13238
|
slug: z.ZodOptional<z.ZodString>;
|
|
13239
|
+
url: z.ZodOptional<z.ZodString>;
|
|
12995
13240
|
}, "strip", z.ZodTypeAny, {
|
|
12996
13241
|
title?: string | undefined;
|
|
12997
13242
|
outcome?: string | undefined;
|
|
@@ -13003,6 +13248,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
13003
13248
|
icon?: string | undefined;
|
|
13004
13249
|
eventSlug?: string | undefined;
|
|
13005
13250
|
slug?: string | undefined;
|
|
13251
|
+
url?: string | undefined;
|
|
13006
13252
|
}, {
|
|
13007
13253
|
title?: string | undefined;
|
|
13008
13254
|
outcome?: string | undefined;
|
|
@@ -13014,6 +13260,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
13014
13260
|
icon?: string | undefined;
|
|
13015
13261
|
eventSlug?: string | undefined;
|
|
13016
13262
|
slug?: string | undefined;
|
|
13263
|
+
url?: string | undefined;
|
|
13017
13264
|
}>, "many">;
|
|
13018
13265
|
chainId: z.ZodNumber;
|
|
13019
13266
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -13031,6 +13278,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
13031
13278
|
icon?: string | undefined;
|
|
13032
13279
|
eventSlug?: string | undefined;
|
|
13033
13280
|
slug?: string | undefined;
|
|
13281
|
+
url?: string | undefined;
|
|
13034
13282
|
}[];
|
|
13035
13283
|
}, {
|
|
13036
13284
|
chainId: number;
|
|
@@ -13047,6 +13295,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
13047
13295
|
icon?: string | undefined;
|
|
13048
13296
|
eventSlug?: string | undefined;
|
|
13049
13297
|
slug?: string | undefined;
|
|
13298
|
+
url?: string | undefined;
|
|
13050
13299
|
}[];
|
|
13051
13300
|
}>, z.ZodObject<{
|
|
13052
13301
|
action: z.ZodLiteral<"predictionMarketWithdraw">;
|
|
@@ -13179,6 +13428,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
13179
13428
|
shares: string;
|
|
13180
13429
|
usdcAmount: string;
|
|
13181
13430
|
currentPrice: string;
|
|
13431
|
+
url?: string | undefined;
|
|
13432
|
+
image?: string | undefined;
|
|
13182
13433
|
} | {
|
|
13183
13434
|
chainId: number;
|
|
13184
13435
|
action: "predictionMarketRedeem";
|
|
@@ -13194,6 +13445,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
13194
13445
|
icon?: string | undefined;
|
|
13195
13446
|
eventSlug?: string | undefined;
|
|
13196
13447
|
slug?: string | undefined;
|
|
13448
|
+
url?: string | undefined;
|
|
13197
13449
|
}[];
|
|
13198
13450
|
} | {
|
|
13199
13451
|
chainId: number;
|
|
@@ -13296,6 +13548,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
13296
13548
|
shares: string;
|
|
13297
13549
|
usdcAmount: string;
|
|
13298
13550
|
currentPrice: string;
|
|
13551
|
+
url?: string | undefined;
|
|
13552
|
+
image?: string | undefined;
|
|
13299
13553
|
} | {
|
|
13300
13554
|
chainId: number;
|
|
13301
13555
|
action: "predictionMarketRedeem";
|
|
@@ -13311,6 +13565,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
13311
13565
|
icon?: string | undefined;
|
|
13312
13566
|
eventSlug?: string | undefined;
|
|
13313
13567
|
slug?: string | undefined;
|
|
13568
|
+
url?: string | undefined;
|
|
13314
13569
|
}[];
|
|
13315
13570
|
} | {
|
|
13316
13571
|
chainId: number;
|
|
@@ -13720,6 +13975,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
13720
13975
|
shares: z.ZodString;
|
|
13721
13976
|
usdcAmount: z.ZodString;
|
|
13722
13977
|
currentPrice: z.ZodString;
|
|
13978
|
+
image: z.ZodOptional<z.ZodString>;
|
|
13979
|
+
url: z.ZodOptional<z.ZodString>;
|
|
13723
13980
|
chainId: z.ZodNumber;
|
|
13724
13981
|
}, "strip", z.ZodTypeAny, {
|
|
13725
13982
|
chainId: number;
|
|
@@ -13734,6 +13991,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
13734
13991
|
shares: string;
|
|
13735
13992
|
usdcAmount: string;
|
|
13736
13993
|
currentPrice: string;
|
|
13994
|
+
url?: string | undefined;
|
|
13995
|
+
image?: string | undefined;
|
|
13737
13996
|
}, {
|
|
13738
13997
|
chainId: number;
|
|
13739
13998
|
action: "predictionMarketBet";
|
|
@@ -13747,6 +14006,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
13747
14006
|
shares: string;
|
|
13748
14007
|
usdcAmount: string;
|
|
13749
14008
|
currentPrice: string;
|
|
14009
|
+
url?: string | undefined;
|
|
14010
|
+
image?: string | undefined;
|
|
13750
14011
|
}>, z.ZodObject<{
|
|
13751
14012
|
action: z.ZodLiteral<"predictionMarketRedeem">;
|
|
13752
14013
|
protocol: z.ZodString;
|
|
@@ -13761,6 +14022,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
13761
14022
|
icon: z.ZodOptional<z.ZodString>;
|
|
13762
14023
|
eventSlug: z.ZodOptional<z.ZodString>;
|
|
13763
14024
|
slug: z.ZodOptional<z.ZodString>;
|
|
14025
|
+
url: z.ZodOptional<z.ZodString>;
|
|
13764
14026
|
}, "strip", z.ZodTypeAny, {
|
|
13765
14027
|
title?: string | undefined;
|
|
13766
14028
|
outcome?: string | undefined;
|
|
@@ -13772,6 +14034,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
13772
14034
|
icon?: string | undefined;
|
|
13773
14035
|
eventSlug?: string | undefined;
|
|
13774
14036
|
slug?: string | undefined;
|
|
14037
|
+
url?: string | undefined;
|
|
13775
14038
|
}, {
|
|
13776
14039
|
title?: string | undefined;
|
|
13777
14040
|
outcome?: string | undefined;
|
|
@@ -13783,6 +14046,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
13783
14046
|
icon?: string | undefined;
|
|
13784
14047
|
eventSlug?: string | undefined;
|
|
13785
14048
|
slug?: string | undefined;
|
|
14049
|
+
url?: string | undefined;
|
|
13786
14050
|
}>, "many">;
|
|
13787
14051
|
chainId: z.ZodNumber;
|
|
13788
14052
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -13800,6 +14064,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
13800
14064
|
icon?: string | undefined;
|
|
13801
14065
|
eventSlug?: string | undefined;
|
|
13802
14066
|
slug?: string | undefined;
|
|
14067
|
+
url?: string | undefined;
|
|
13803
14068
|
}[];
|
|
13804
14069
|
}, {
|
|
13805
14070
|
chainId: number;
|
|
@@ -13816,6 +14081,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
13816
14081
|
icon?: string | undefined;
|
|
13817
14082
|
eventSlug?: string | undefined;
|
|
13818
14083
|
slug?: string | undefined;
|
|
14084
|
+
url?: string | undefined;
|
|
13819
14085
|
}[];
|
|
13820
14086
|
}>, z.ZodObject<{
|
|
13821
14087
|
action: z.ZodLiteral<"predictionMarketWithdraw">;
|
|
@@ -13966,6 +14232,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
13966
14232
|
shares: string;
|
|
13967
14233
|
usdcAmount: string;
|
|
13968
14234
|
currentPrice: string;
|
|
14235
|
+
url?: string | undefined;
|
|
14236
|
+
image?: string | undefined;
|
|
13969
14237
|
} | {
|
|
13970
14238
|
chainId: number;
|
|
13971
14239
|
action: "predictionMarketRedeem";
|
|
@@ -13981,6 +14249,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
13981
14249
|
icon?: string | undefined;
|
|
13982
14250
|
eventSlug?: string | undefined;
|
|
13983
14251
|
slug?: string | undefined;
|
|
14252
|
+
url?: string | undefined;
|
|
13984
14253
|
}[];
|
|
13985
14254
|
} | {
|
|
13986
14255
|
chainId: number;
|
|
@@ -14101,6 +14370,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
14101
14370
|
shares: string;
|
|
14102
14371
|
usdcAmount: string;
|
|
14103
14372
|
currentPrice: string;
|
|
14373
|
+
url?: string | undefined;
|
|
14374
|
+
image?: string | undefined;
|
|
14104
14375
|
} | {
|
|
14105
14376
|
chainId: number;
|
|
14106
14377
|
action: "predictionMarketRedeem";
|
|
@@ -14116,6 +14387,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
14116
14387
|
icon?: string | undefined;
|
|
14117
14388
|
eventSlug?: string | undefined;
|
|
14118
14389
|
slug?: string | undefined;
|
|
14390
|
+
url?: string | undefined;
|
|
14119
14391
|
}[];
|
|
14120
14392
|
} | {
|
|
14121
14393
|
chainId: number;
|
|
@@ -14411,6 +14683,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
14411
14683
|
shares: z.ZodString;
|
|
14412
14684
|
usdcAmount: z.ZodString;
|
|
14413
14685
|
currentPrice: z.ZodString;
|
|
14686
|
+
image: z.ZodOptional<z.ZodString>;
|
|
14687
|
+
url: z.ZodOptional<z.ZodString>;
|
|
14414
14688
|
chainId: z.ZodNumber;
|
|
14415
14689
|
}, "strip", z.ZodTypeAny, {
|
|
14416
14690
|
chainId: number;
|
|
@@ -14425,6 +14699,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
14425
14699
|
shares: string;
|
|
14426
14700
|
usdcAmount: string;
|
|
14427
14701
|
currentPrice: string;
|
|
14702
|
+
url?: string | undefined;
|
|
14703
|
+
image?: string | undefined;
|
|
14428
14704
|
}, {
|
|
14429
14705
|
chainId: number;
|
|
14430
14706
|
action: "predictionMarketBet";
|
|
@@ -14438,6 +14714,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
14438
14714
|
shares: string;
|
|
14439
14715
|
usdcAmount: string;
|
|
14440
14716
|
currentPrice: string;
|
|
14717
|
+
url?: string | undefined;
|
|
14718
|
+
image?: string | undefined;
|
|
14441
14719
|
}>, z.ZodObject<{
|
|
14442
14720
|
action: z.ZodLiteral<"predictionMarketRedeem">;
|
|
14443
14721
|
protocol: z.ZodString;
|
|
@@ -14452,6 +14730,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
14452
14730
|
icon: z.ZodOptional<z.ZodString>;
|
|
14453
14731
|
eventSlug: z.ZodOptional<z.ZodString>;
|
|
14454
14732
|
slug: z.ZodOptional<z.ZodString>;
|
|
14733
|
+
url: z.ZodOptional<z.ZodString>;
|
|
14455
14734
|
}, "strip", z.ZodTypeAny, {
|
|
14456
14735
|
title?: string | undefined;
|
|
14457
14736
|
outcome?: string | undefined;
|
|
@@ -14463,6 +14742,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
14463
14742
|
icon?: string | undefined;
|
|
14464
14743
|
eventSlug?: string | undefined;
|
|
14465
14744
|
slug?: string | undefined;
|
|
14745
|
+
url?: string | undefined;
|
|
14466
14746
|
}, {
|
|
14467
14747
|
title?: string | undefined;
|
|
14468
14748
|
outcome?: string | undefined;
|
|
@@ -14474,6 +14754,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
14474
14754
|
icon?: string | undefined;
|
|
14475
14755
|
eventSlug?: string | undefined;
|
|
14476
14756
|
slug?: string | undefined;
|
|
14757
|
+
url?: string | undefined;
|
|
14477
14758
|
}>, "many">;
|
|
14478
14759
|
chainId: z.ZodNumber;
|
|
14479
14760
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -14491,6 +14772,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
14491
14772
|
icon?: string | undefined;
|
|
14492
14773
|
eventSlug?: string | undefined;
|
|
14493
14774
|
slug?: string | undefined;
|
|
14775
|
+
url?: string | undefined;
|
|
14494
14776
|
}[];
|
|
14495
14777
|
}, {
|
|
14496
14778
|
chainId: number;
|
|
@@ -14507,6 +14789,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
14507
14789
|
icon?: string | undefined;
|
|
14508
14790
|
eventSlug?: string | undefined;
|
|
14509
14791
|
slug?: string | undefined;
|
|
14792
|
+
url?: string | undefined;
|
|
14510
14793
|
}[];
|
|
14511
14794
|
}>, z.ZodObject<{
|
|
14512
14795
|
action: z.ZodLiteral<"predictionMarketWithdraw">;
|
|
@@ -14639,6 +14922,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
14639
14922
|
shares: string;
|
|
14640
14923
|
usdcAmount: string;
|
|
14641
14924
|
currentPrice: string;
|
|
14925
|
+
url?: string | undefined;
|
|
14926
|
+
image?: string | undefined;
|
|
14642
14927
|
} | {
|
|
14643
14928
|
chainId: number;
|
|
14644
14929
|
action: "predictionMarketRedeem";
|
|
@@ -14654,6 +14939,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
14654
14939
|
icon?: string | undefined;
|
|
14655
14940
|
eventSlug?: string | undefined;
|
|
14656
14941
|
slug?: string | undefined;
|
|
14942
|
+
url?: string | undefined;
|
|
14657
14943
|
}[];
|
|
14658
14944
|
} | {
|
|
14659
14945
|
chainId: number;
|
|
@@ -14756,6 +15042,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
14756
15042
|
shares: string;
|
|
14757
15043
|
usdcAmount: string;
|
|
14758
15044
|
currentPrice: string;
|
|
15045
|
+
url?: string | undefined;
|
|
15046
|
+
image?: string | undefined;
|
|
14759
15047
|
} | {
|
|
14760
15048
|
chainId: number;
|
|
14761
15049
|
action: "predictionMarketRedeem";
|
|
@@ -14771,6 +15059,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
14771
15059
|
icon?: string | undefined;
|
|
14772
15060
|
eventSlug?: string | undefined;
|
|
14773
15061
|
slug?: string | undefined;
|
|
15062
|
+
url?: string | undefined;
|
|
14774
15063
|
}[];
|
|
14775
15064
|
} | {
|
|
14776
15065
|
chainId: number;
|
|
@@ -15064,6 +15353,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
15064
15353
|
shares: z.ZodString;
|
|
15065
15354
|
usdcAmount: z.ZodString;
|
|
15066
15355
|
currentPrice: z.ZodString;
|
|
15356
|
+
image: z.ZodOptional<z.ZodString>;
|
|
15357
|
+
url: z.ZodOptional<z.ZodString>;
|
|
15067
15358
|
chainId: z.ZodNumber;
|
|
15068
15359
|
}, "strip", z.ZodTypeAny, {
|
|
15069
15360
|
chainId: number;
|
|
@@ -15078,6 +15369,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
15078
15369
|
shares: string;
|
|
15079
15370
|
usdcAmount: string;
|
|
15080
15371
|
currentPrice: string;
|
|
15372
|
+
url?: string | undefined;
|
|
15373
|
+
image?: string | undefined;
|
|
15081
15374
|
}, {
|
|
15082
15375
|
chainId: number;
|
|
15083
15376
|
action: "predictionMarketBet";
|
|
@@ -15091,6 +15384,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
15091
15384
|
shares: string;
|
|
15092
15385
|
usdcAmount: string;
|
|
15093
15386
|
currentPrice: string;
|
|
15387
|
+
url?: string | undefined;
|
|
15388
|
+
image?: string | undefined;
|
|
15094
15389
|
}>, z.ZodObject<{
|
|
15095
15390
|
action: z.ZodLiteral<"predictionMarketRedeem">;
|
|
15096
15391
|
protocol: z.ZodString;
|
|
@@ -15105,6 +15400,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
15105
15400
|
icon: z.ZodOptional<z.ZodString>;
|
|
15106
15401
|
eventSlug: z.ZodOptional<z.ZodString>;
|
|
15107
15402
|
slug: z.ZodOptional<z.ZodString>;
|
|
15403
|
+
url: z.ZodOptional<z.ZodString>;
|
|
15108
15404
|
}, "strip", z.ZodTypeAny, {
|
|
15109
15405
|
title?: string | undefined;
|
|
15110
15406
|
outcome?: string | undefined;
|
|
@@ -15116,6 +15412,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
15116
15412
|
icon?: string | undefined;
|
|
15117
15413
|
eventSlug?: string | undefined;
|
|
15118
15414
|
slug?: string | undefined;
|
|
15415
|
+
url?: string | undefined;
|
|
15119
15416
|
}, {
|
|
15120
15417
|
title?: string | undefined;
|
|
15121
15418
|
outcome?: string | undefined;
|
|
@@ -15127,6 +15424,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
15127
15424
|
icon?: string | undefined;
|
|
15128
15425
|
eventSlug?: string | undefined;
|
|
15129
15426
|
slug?: string | undefined;
|
|
15427
|
+
url?: string | undefined;
|
|
15130
15428
|
}>, "many">;
|
|
15131
15429
|
chainId: z.ZodNumber;
|
|
15132
15430
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -15144,6 +15442,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
15144
15442
|
icon?: string | undefined;
|
|
15145
15443
|
eventSlug?: string | undefined;
|
|
15146
15444
|
slug?: string | undefined;
|
|
15445
|
+
url?: string | undefined;
|
|
15147
15446
|
}[];
|
|
15148
15447
|
}, {
|
|
15149
15448
|
chainId: number;
|
|
@@ -15160,6 +15459,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
15160
15459
|
icon?: string | undefined;
|
|
15161
15460
|
eventSlug?: string | undefined;
|
|
15162
15461
|
slug?: string | undefined;
|
|
15462
|
+
url?: string | undefined;
|
|
15163
15463
|
}[];
|
|
15164
15464
|
}>, z.ZodObject<{
|
|
15165
15465
|
action: z.ZodLiteral<"predictionMarketWithdraw">;
|
|
@@ -15292,6 +15592,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
15292
15592
|
shares: string;
|
|
15293
15593
|
usdcAmount: string;
|
|
15294
15594
|
currentPrice: string;
|
|
15595
|
+
url?: string | undefined;
|
|
15596
|
+
image?: string | undefined;
|
|
15295
15597
|
} | {
|
|
15296
15598
|
chainId: number;
|
|
15297
15599
|
action: "predictionMarketRedeem";
|
|
@@ -15307,6 +15609,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
15307
15609
|
icon?: string | undefined;
|
|
15308
15610
|
eventSlug?: string | undefined;
|
|
15309
15611
|
slug?: string | undefined;
|
|
15612
|
+
url?: string | undefined;
|
|
15310
15613
|
}[];
|
|
15311
15614
|
} | {
|
|
15312
15615
|
chainId: number;
|
|
@@ -15409,6 +15712,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
15409
15712
|
shares: string;
|
|
15410
15713
|
usdcAmount: string;
|
|
15411
15714
|
currentPrice: string;
|
|
15715
|
+
url?: string | undefined;
|
|
15716
|
+
image?: string | undefined;
|
|
15412
15717
|
} | {
|
|
15413
15718
|
chainId: number;
|
|
15414
15719
|
action: "predictionMarketRedeem";
|
|
@@ -15424,6 +15729,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
15424
15729
|
icon?: string | undefined;
|
|
15425
15730
|
eventSlug?: string | undefined;
|
|
15426
15731
|
slug?: string | undefined;
|
|
15732
|
+
url?: string | undefined;
|
|
15427
15733
|
}[];
|
|
15428
15734
|
} | {
|
|
15429
15735
|
chainId: number;
|
|
@@ -15833,6 +16139,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
15833
16139
|
shares: z.ZodString;
|
|
15834
16140
|
usdcAmount: z.ZodString;
|
|
15835
16141
|
currentPrice: z.ZodString;
|
|
16142
|
+
image: z.ZodOptional<z.ZodString>;
|
|
16143
|
+
url: z.ZodOptional<z.ZodString>;
|
|
15836
16144
|
chainId: z.ZodNumber;
|
|
15837
16145
|
}, "strip", z.ZodTypeAny, {
|
|
15838
16146
|
chainId: number;
|
|
@@ -15847,6 +16155,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
15847
16155
|
shares: string;
|
|
15848
16156
|
usdcAmount: string;
|
|
15849
16157
|
currentPrice: string;
|
|
16158
|
+
url?: string | undefined;
|
|
16159
|
+
image?: string | undefined;
|
|
15850
16160
|
}, {
|
|
15851
16161
|
chainId: number;
|
|
15852
16162
|
action: "predictionMarketBet";
|
|
@@ -15860,6 +16170,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
15860
16170
|
shares: string;
|
|
15861
16171
|
usdcAmount: string;
|
|
15862
16172
|
currentPrice: string;
|
|
16173
|
+
url?: string | undefined;
|
|
16174
|
+
image?: string | undefined;
|
|
15863
16175
|
}>, z.ZodObject<{
|
|
15864
16176
|
action: z.ZodLiteral<"predictionMarketRedeem">;
|
|
15865
16177
|
protocol: z.ZodString;
|
|
@@ -15874,6 +16186,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
15874
16186
|
icon: z.ZodOptional<z.ZodString>;
|
|
15875
16187
|
eventSlug: z.ZodOptional<z.ZodString>;
|
|
15876
16188
|
slug: z.ZodOptional<z.ZodString>;
|
|
16189
|
+
url: z.ZodOptional<z.ZodString>;
|
|
15877
16190
|
}, "strip", z.ZodTypeAny, {
|
|
15878
16191
|
title?: string | undefined;
|
|
15879
16192
|
outcome?: string | undefined;
|
|
@@ -15885,6 +16198,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
15885
16198
|
icon?: string | undefined;
|
|
15886
16199
|
eventSlug?: string | undefined;
|
|
15887
16200
|
slug?: string | undefined;
|
|
16201
|
+
url?: string | undefined;
|
|
15888
16202
|
}, {
|
|
15889
16203
|
title?: string | undefined;
|
|
15890
16204
|
outcome?: string | undefined;
|
|
@@ -15896,6 +16210,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
15896
16210
|
icon?: string | undefined;
|
|
15897
16211
|
eventSlug?: string | undefined;
|
|
15898
16212
|
slug?: string | undefined;
|
|
16213
|
+
url?: string | undefined;
|
|
15899
16214
|
}>, "many">;
|
|
15900
16215
|
chainId: z.ZodNumber;
|
|
15901
16216
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -15913,6 +16228,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
15913
16228
|
icon?: string | undefined;
|
|
15914
16229
|
eventSlug?: string | undefined;
|
|
15915
16230
|
slug?: string | undefined;
|
|
16231
|
+
url?: string | undefined;
|
|
15916
16232
|
}[];
|
|
15917
16233
|
}, {
|
|
15918
16234
|
chainId: number;
|
|
@@ -15929,6 +16245,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
15929
16245
|
icon?: string | undefined;
|
|
15930
16246
|
eventSlug?: string | undefined;
|
|
15931
16247
|
slug?: string | undefined;
|
|
16248
|
+
url?: string | undefined;
|
|
15932
16249
|
}[];
|
|
15933
16250
|
}>, z.ZodObject<{
|
|
15934
16251
|
action: z.ZodLiteral<"predictionMarketWithdraw">;
|
|
@@ -16079,6 +16396,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
16079
16396
|
shares: string;
|
|
16080
16397
|
usdcAmount: string;
|
|
16081
16398
|
currentPrice: string;
|
|
16399
|
+
url?: string | undefined;
|
|
16400
|
+
image?: string | undefined;
|
|
16082
16401
|
} | {
|
|
16083
16402
|
chainId: number;
|
|
16084
16403
|
action: "predictionMarketRedeem";
|
|
@@ -16094,6 +16413,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
16094
16413
|
icon?: string | undefined;
|
|
16095
16414
|
eventSlug?: string | undefined;
|
|
16096
16415
|
slug?: string | undefined;
|
|
16416
|
+
url?: string | undefined;
|
|
16097
16417
|
}[];
|
|
16098
16418
|
} | {
|
|
16099
16419
|
chainId: number;
|
|
@@ -16214,6 +16534,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
16214
16534
|
shares: string;
|
|
16215
16535
|
usdcAmount: string;
|
|
16216
16536
|
currentPrice: string;
|
|
16537
|
+
url?: string | undefined;
|
|
16538
|
+
image?: string | undefined;
|
|
16217
16539
|
} | {
|
|
16218
16540
|
chainId: number;
|
|
16219
16541
|
action: "predictionMarketRedeem";
|
|
@@ -16229,6 +16551,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
16229
16551
|
icon?: string | undefined;
|
|
16230
16552
|
eventSlug?: string | undefined;
|
|
16231
16553
|
slug?: string | undefined;
|
|
16554
|
+
url?: string | undefined;
|
|
16232
16555
|
}[];
|
|
16233
16556
|
} | {
|
|
16234
16557
|
chainId: number;
|
|
@@ -16496,6 +16819,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
16496
16819
|
shares: z.ZodString;
|
|
16497
16820
|
usdcAmount: z.ZodString;
|
|
16498
16821
|
currentPrice: z.ZodString;
|
|
16822
|
+
image: z.ZodOptional<z.ZodString>;
|
|
16823
|
+
url: z.ZodOptional<z.ZodString>;
|
|
16499
16824
|
chainId: z.ZodNumber;
|
|
16500
16825
|
}, "strip", z.ZodTypeAny, {
|
|
16501
16826
|
chainId: number;
|
|
@@ -16510,6 +16835,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
16510
16835
|
shares: string;
|
|
16511
16836
|
usdcAmount: string;
|
|
16512
16837
|
currentPrice: string;
|
|
16838
|
+
url?: string | undefined;
|
|
16839
|
+
image?: string | undefined;
|
|
16513
16840
|
}, {
|
|
16514
16841
|
chainId: number;
|
|
16515
16842
|
action: "predictionMarketBet";
|
|
@@ -16523,6 +16850,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
16523
16850
|
shares: string;
|
|
16524
16851
|
usdcAmount: string;
|
|
16525
16852
|
currentPrice: string;
|
|
16853
|
+
url?: string | undefined;
|
|
16854
|
+
image?: string | undefined;
|
|
16526
16855
|
}>, z.ZodObject<{
|
|
16527
16856
|
action: z.ZodLiteral<"predictionMarketRedeem">;
|
|
16528
16857
|
protocol: z.ZodString;
|
|
@@ -16537,6 +16866,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
16537
16866
|
icon: z.ZodOptional<z.ZodString>;
|
|
16538
16867
|
eventSlug: z.ZodOptional<z.ZodString>;
|
|
16539
16868
|
slug: z.ZodOptional<z.ZodString>;
|
|
16869
|
+
url: z.ZodOptional<z.ZodString>;
|
|
16540
16870
|
}, "strip", z.ZodTypeAny, {
|
|
16541
16871
|
title?: string | undefined;
|
|
16542
16872
|
outcome?: string | undefined;
|
|
@@ -16548,6 +16878,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
16548
16878
|
icon?: string | undefined;
|
|
16549
16879
|
eventSlug?: string | undefined;
|
|
16550
16880
|
slug?: string | undefined;
|
|
16881
|
+
url?: string | undefined;
|
|
16551
16882
|
}, {
|
|
16552
16883
|
title?: string | undefined;
|
|
16553
16884
|
outcome?: string | undefined;
|
|
@@ -16559,6 +16890,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
16559
16890
|
icon?: string | undefined;
|
|
16560
16891
|
eventSlug?: string | undefined;
|
|
16561
16892
|
slug?: string | undefined;
|
|
16893
|
+
url?: string | undefined;
|
|
16562
16894
|
}>, "many">;
|
|
16563
16895
|
chainId: z.ZodNumber;
|
|
16564
16896
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -16576,6 +16908,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
16576
16908
|
icon?: string | undefined;
|
|
16577
16909
|
eventSlug?: string | undefined;
|
|
16578
16910
|
slug?: string | undefined;
|
|
16911
|
+
url?: string | undefined;
|
|
16579
16912
|
}[];
|
|
16580
16913
|
}, {
|
|
16581
16914
|
chainId: number;
|
|
@@ -16592,6 +16925,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
16592
16925
|
icon?: string | undefined;
|
|
16593
16926
|
eventSlug?: string | undefined;
|
|
16594
16927
|
slug?: string | undefined;
|
|
16928
|
+
url?: string | undefined;
|
|
16595
16929
|
}[];
|
|
16596
16930
|
}>, z.ZodObject<{
|
|
16597
16931
|
action: z.ZodLiteral<"predictionMarketWithdraw">;
|
|
@@ -16726,6 +17060,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
16726
17060
|
shares: string;
|
|
16727
17061
|
usdcAmount: string;
|
|
16728
17062
|
currentPrice: string;
|
|
17063
|
+
url?: string | undefined;
|
|
17064
|
+
image?: string | undefined;
|
|
16729
17065
|
} | {
|
|
16730
17066
|
chainId: number;
|
|
16731
17067
|
action: "predictionMarketRedeem";
|
|
@@ -16741,6 +17077,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
16741
17077
|
icon?: string | undefined;
|
|
16742
17078
|
eventSlug?: string | undefined;
|
|
16743
17079
|
slug?: string | undefined;
|
|
17080
|
+
url?: string | undefined;
|
|
16744
17081
|
}[];
|
|
16745
17082
|
} | {
|
|
16746
17083
|
chainId: number;
|
|
@@ -16843,6 +17180,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
16843
17180
|
shares: string;
|
|
16844
17181
|
usdcAmount: string;
|
|
16845
17182
|
currentPrice: string;
|
|
17183
|
+
url?: string | undefined;
|
|
17184
|
+
image?: string | undefined;
|
|
16846
17185
|
} | {
|
|
16847
17186
|
chainId: number;
|
|
16848
17187
|
action: "predictionMarketRedeem";
|
|
@@ -16858,6 +17197,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
16858
17197
|
icon?: string | undefined;
|
|
16859
17198
|
eventSlug?: string | undefined;
|
|
16860
17199
|
slug?: string | undefined;
|
|
17200
|
+
url?: string | undefined;
|
|
16861
17201
|
}[];
|
|
16862
17202
|
} | {
|
|
16863
17203
|
chainId: number;
|
|
@@ -16978,6 +17318,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
16978
17318
|
shares: string;
|
|
16979
17319
|
usdcAmount: string;
|
|
16980
17320
|
currentPrice: string;
|
|
17321
|
+
url?: string | undefined;
|
|
17322
|
+
image?: string | undefined;
|
|
16981
17323
|
} | {
|
|
16982
17324
|
chainId: number;
|
|
16983
17325
|
action: "predictionMarketRedeem";
|
|
@@ -16993,6 +17335,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
16993
17335
|
icon?: string | undefined;
|
|
16994
17336
|
eventSlug?: string | undefined;
|
|
16995
17337
|
slug?: string | undefined;
|
|
17338
|
+
url?: string | undefined;
|
|
16996
17339
|
}[];
|
|
16997
17340
|
} | {
|
|
16998
17341
|
chainId: number;
|
|
@@ -17087,6 +17430,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
17087
17430
|
shares: string;
|
|
17088
17431
|
usdcAmount: string;
|
|
17089
17432
|
currentPrice: string;
|
|
17433
|
+
url?: string | undefined;
|
|
17434
|
+
image?: string | undefined;
|
|
17090
17435
|
} | {
|
|
17091
17436
|
chainId: number;
|
|
17092
17437
|
action: "predictionMarketRedeem";
|
|
@@ -17102,6 +17447,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
17102
17447
|
icon?: string | undefined;
|
|
17103
17448
|
eventSlug?: string | undefined;
|
|
17104
17449
|
slug?: string | undefined;
|
|
17450
|
+
url?: string | undefined;
|
|
17105
17451
|
}[];
|
|
17106
17452
|
} | {
|
|
17107
17453
|
chainId: number;
|
|
@@ -17206,6 +17552,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
17206
17552
|
shares: string;
|
|
17207
17553
|
usdcAmount: string;
|
|
17208
17554
|
currentPrice: string;
|
|
17555
|
+
url?: string | undefined;
|
|
17556
|
+
image?: string | undefined;
|
|
17209
17557
|
} | {
|
|
17210
17558
|
chainId: number;
|
|
17211
17559
|
action: "predictionMarketRedeem";
|
|
@@ -17221,6 +17569,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
17221
17569
|
icon?: string | undefined;
|
|
17222
17570
|
eventSlug?: string | undefined;
|
|
17223
17571
|
slug?: string | undefined;
|
|
17572
|
+
url?: string | undefined;
|
|
17224
17573
|
}[];
|
|
17225
17574
|
} | {
|
|
17226
17575
|
chainId: number;
|
|
@@ -17323,6 +17672,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
17323
17672
|
shares: string;
|
|
17324
17673
|
usdcAmount: string;
|
|
17325
17674
|
currentPrice: string;
|
|
17675
|
+
url?: string | undefined;
|
|
17676
|
+
image?: string | undefined;
|
|
17326
17677
|
} | {
|
|
17327
17678
|
chainId: number;
|
|
17328
17679
|
action: "predictionMarketRedeem";
|
|
@@ -17338,6 +17689,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
17338
17689
|
icon?: string | undefined;
|
|
17339
17690
|
eventSlug?: string | undefined;
|
|
17340
17691
|
slug?: string | undefined;
|
|
17692
|
+
url?: string | undefined;
|
|
17341
17693
|
}[];
|
|
17342
17694
|
} | {
|
|
17343
17695
|
chainId: number;
|
|
@@ -17458,6 +17810,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
17458
17810
|
shares: string;
|
|
17459
17811
|
usdcAmount: string;
|
|
17460
17812
|
currentPrice: string;
|
|
17813
|
+
url?: string | undefined;
|
|
17814
|
+
image?: string | undefined;
|
|
17461
17815
|
} | {
|
|
17462
17816
|
chainId: number;
|
|
17463
17817
|
action: "predictionMarketRedeem";
|
|
@@ -17473,6 +17827,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
17473
17827
|
icon?: string | undefined;
|
|
17474
17828
|
eventSlug?: string | undefined;
|
|
17475
17829
|
slug?: string | undefined;
|
|
17830
|
+
url?: string | undefined;
|
|
17476
17831
|
}[];
|
|
17477
17832
|
} | {
|
|
17478
17833
|
chainId: number;
|
|
@@ -17567,6 +17922,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
17567
17922
|
shares: string;
|
|
17568
17923
|
usdcAmount: string;
|
|
17569
17924
|
currentPrice: string;
|
|
17925
|
+
url?: string | undefined;
|
|
17926
|
+
image?: string | undefined;
|
|
17570
17927
|
} | {
|
|
17571
17928
|
chainId: number;
|
|
17572
17929
|
action: "predictionMarketRedeem";
|
|
@@ -17582,6 +17939,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
17582
17939
|
icon?: string | undefined;
|
|
17583
17940
|
eventSlug?: string | undefined;
|
|
17584
17941
|
slug?: string | undefined;
|
|
17942
|
+
url?: string | undefined;
|
|
17585
17943
|
}[];
|
|
17586
17944
|
} | {
|
|
17587
17945
|
chainId: number;
|
|
@@ -17888,6 +18246,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
17888
18246
|
shares: string;
|
|
17889
18247
|
usdcAmount: string;
|
|
17890
18248
|
currentPrice: string;
|
|
18249
|
+
url?: string | undefined;
|
|
18250
|
+
image?: string | undefined;
|
|
17891
18251
|
} | {
|
|
17892
18252
|
chainId: number;
|
|
17893
18253
|
action: "predictionMarketRedeem";
|
|
@@ -17903,6 +18263,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
17903
18263
|
icon?: string | undefined;
|
|
17904
18264
|
eventSlug?: string | undefined;
|
|
17905
18265
|
slug?: string | undefined;
|
|
18266
|
+
url?: string | undefined;
|
|
17906
18267
|
}[];
|
|
17907
18268
|
} | {
|
|
17908
18269
|
chainId: number;
|
|
@@ -18005,6 +18366,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
18005
18366
|
shares: string;
|
|
18006
18367
|
usdcAmount: string;
|
|
18007
18368
|
currentPrice: string;
|
|
18369
|
+
url?: string | undefined;
|
|
18370
|
+
image?: string | undefined;
|
|
18008
18371
|
} | {
|
|
18009
18372
|
chainId: number;
|
|
18010
18373
|
action: "predictionMarketRedeem";
|
|
@@ -18020,6 +18383,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
18020
18383
|
icon?: string | undefined;
|
|
18021
18384
|
eventSlug?: string | undefined;
|
|
18022
18385
|
slug?: string | undefined;
|
|
18386
|
+
url?: string | undefined;
|
|
18023
18387
|
}[];
|
|
18024
18388
|
} | {
|
|
18025
18389
|
chainId: number;
|
|
@@ -18140,6 +18504,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
18140
18504
|
shares: string;
|
|
18141
18505
|
usdcAmount: string;
|
|
18142
18506
|
currentPrice: string;
|
|
18507
|
+
url?: string | undefined;
|
|
18508
|
+
image?: string | undefined;
|
|
18143
18509
|
} | {
|
|
18144
18510
|
chainId: number;
|
|
18145
18511
|
action: "predictionMarketRedeem";
|
|
@@ -18155,6 +18521,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
18155
18521
|
icon?: string | undefined;
|
|
18156
18522
|
eventSlug?: string | undefined;
|
|
18157
18523
|
slug?: string | undefined;
|
|
18524
|
+
url?: string | undefined;
|
|
18158
18525
|
}[];
|
|
18159
18526
|
} | {
|
|
18160
18527
|
chainId: number;
|
|
@@ -18259,6 +18626,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
18259
18626
|
shares: string;
|
|
18260
18627
|
usdcAmount: string;
|
|
18261
18628
|
currentPrice: string;
|
|
18629
|
+
url?: string | undefined;
|
|
18630
|
+
image?: string | undefined;
|
|
18262
18631
|
} | {
|
|
18263
18632
|
chainId: number;
|
|
18264
18633
|
action: "predictionMarketRedeem";
|
|
@@ -18274,6 +18643,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
18274
18643
|
icon?: string | undefined;
|
|
18275
18644
|
eventSlug?: string | undefined;
|
|
18276
18645
|
slug?: string | undefined;
|
|
18646
|
+
url?: string | undefined;
|
|
18277
18647
|
}[];
|
|
18278
18648
|
} | {
|
|
18279
18649
|
chainId: number;
|
|
@@ -18376,6 +18746,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
18376
18746
|
shares: string;
|
|
18377
18747
|
usdcAmount: string;
|
|
18378
18748
|
currentPrice: string;
|
|
18749
|
+
url?: string | undefined;
|
|
18750
|
+
image?: string | undefined;
|
|
18379
18751
|
} | {
|
|
18380
18752
|
chainId: number;
|
|
18381
18753
|
action: "predictionMarketRedeem";
|
|
@@ -18391,6 +18763,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
18391
18763
|
icon?: string | undefined;
|
|
18392
18764
|
eventSlug?: string | undefined;
|
|
18393
18765
|
slug?: string | undefined;
|
|
18766
|
+
url?: string | undefined;
|
|
18394
18767
|
}[];
|
|
18395
18768
|
} | {
|
|
18396
18769
|
chainId: number;
|
|
@@ -18511,6 +18884,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
18511
18884
|
shares: string;
|
|
18512
18885
|
usdcAmount: string;
|
|
18513
18886
|
currentPrice: string;
|
|
18887
|
+
url?: string | undefined;
|
|
18888
|
+
image?: string | undefined;
|
|
18514
18889
|
} | {
|
|
18515
18890
|
chainId: number;
|
|
18516
18891
|
action: "predictionMarketRedeem";
|
|
@@ -18526,6 +18901,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
18526
18901
|
icon?: string | undefined;
|
|
18527
18902
|
eventSlug?: string | undefined;
|
|
18528
18903
|
slug?: string | undefined;
|
|
18904
|
+
url?: string | undefined;
|
|
18529
18905
|
}[];
|
|
18530
18906
|
} | {
|
|
18531
18907
|
chainId: number;
|
|
@@ -18620,6 +18996,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
18620
18996
|
shares: string;
|
|
18621
18997
|
usdcAmount: string;
|
|
18622
18998
|
currentPrice: string;
|
|
18999
|
+
url?: string | undefined;
|
|
19000
|
+
image?: string | undefined;
|
|
18623
19001
|
} | {
|
|
18624
19002
|
chainId: number;
|
|
18625
19003
|
action: "predictionMarketRedeem";
|
|
@@ -18635,6 +19013,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
18635
19013
|
icon?: string | undefined;
|
|
18636
19014
|
eventSlug?: string | undefined;
|
|
18637
19015
|
slug?: string | undefined;
|
|
19016
|
+
url?: string | undefined;
|
|
18638
19017
|
}[];
|
|
18639
19018
|
} | {
|
|
18640
19019
|
chainId: number;
|
|
@@ -18789,6 +19168,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
18789
19168
|
shares: string;
|
|
18790
19169
|
usdcAmount: string;
|
|
18791
19170
|
currentPrice: string;
|
|
19171
|
+
url?: string | undefined;
|
|
19172
|
+
image?: string | undefined;
|
|
18792
19173
|
} | {
|
|
18793
19174
|
chainId: number;
|
|
18794
19175
|
action: "predictionMarketRedeem";
|
|
@@ -18804,6 +19185,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
18804
19185
|
icon?: string | undefined;
|
|
18805
19186
|
eventSlug?: string | undefined;
|
|
18806
19187
|
slug?: string | undefined;
|
|
19188
|
+
url?: string | undefined;
|
|
18807
19189
|
}[];
|
|
18808
19190
|
} | {
|
|
18809
19191
|
chainId: number;
|
|
@@ -18906,6 +19288,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
18906
19288
|
shares: string;
|
|
18907
19289
|
usdcAmount: string;
|
|
18908
19290
|
currentPrice: string;
|
|
19291
|
+
url?: string | undefined;
|
|
19292
|
+
image?: string | undefined;
|
|
18909
19293
|
} | {
|
|
18910
19294
|
chainId: number;
|
|
18911
19295
|
action: "predictionMarketRedeem";
|
|
@@ -18921,6 +19305,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
18921
19305
|
icon?: string | undefined;
|
|
18922
19306
|
eventSlug?: string | undefined;
|
|
18923
19307
|
slug?: string | undefined;
|
|
19308
|
+
url?: string | undefined;
|
|
18924
19309
|
}[];
|
|
18925
19310
|
} | {
|
|
18926
19311
|
chainId: number;
|
|
@@ -19041,6 +19426,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
19041
19426
|
shares: string;
|
|
19042
19427
|
usdcAmount: string;
|
|
19043
19428
|
currentPrice: string;
|
|
19429
|
+
url?: string | undefined;
|
|
19430
|
+
image?: string | undefined;
|
|
19044
19431
|
} | {
|
|
19045
19432
|
chainId: number;
|
|
19046
19433
|
action: "predictionMarketRedeem";
|
|
@@ -19056,6 +19443,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
19056
19443
|
icon?: string | undefined;
|
|
19057
19444
|
eventSlug?: string | undefined;
|
|
19058
19445
|
slug?: string | undefined;
|
|
19446
|
+
url?: string | undefined;
|
|
19059
19447
|
}[];
|
|
19060
19448
|
} | {
|
|
19061
19449
|
chainId: number;
|
|
@@ -19160,6 +19548,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
19160
19548
|
shares: string;
|
|
19161
19549
|
usdcAmount: string;
|
|
19162
19550
|
currentPrice: string;
|
|
19551
|
+
url?: string | undefined;
|
|
19552
|
+
image?: string | undefined;
|
|
19163
19553
|
} | {
|
|
19164
19554
|
chainId: number;
|
|
19165
19555
|
action: "predictionMarketRedeem";
|
|
@@ -19175,6 +19565,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
19175
19565
|
icon?: string | undefined;
|
|
19176
19566
|
eventSlug?: string | undefined;
|
|
19177
19567
|
slug?: string | undefined;
|
|
19568
|
+
url?: string | undefined;
|
|
19178
19569
|
}[];
|
|
19179
19570
|
} | {
|
|
19180
19571
|
chainId: number;
|
|
@@ -19277,6 +19668,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
19277
19668
|
shares: string;
|
|
19278
19669
|
usdcAmount: string;
|
|
19279
19670
|
currentPrice: string;
|
|
19671
|
+
url?: string | undefined;
|
|
19672
|
+
image?: string | undefined;
|
|
19280
19673
|
} | {
|
|
19281
19674
|
chainId: number;
|
|
19282
19675
|
action: "predictionMarketRedeem";
|
|
@@ -19292,6 +19685,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
19292
19685
|
icon?: string | undefined;
|
|
19293
19686
|
eventSlug?: string | undefined;
|
|
19294
19687
|
slug?: string | undefined;
|
|
19688
|
+
url?: string | undefined;
|
|
19295
19689
|
}[];
|
|
19296
19690
|
} | {
|
|
19297
19691
|
chainId: number;
|
|
@@ -19412,6 +19806,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
19412
19806
|
shares: string;
|
|
19413
19807
|
usdcAmount: string;
|
|
19414
19808
|
currentPrice: string;
|
|
19809
|
+
url?: string | undefined;
|
|
19810
|
+
image?: string | undefined;
|
|
19415
19811
|
} | {
|
|
19416
19812
|
chainId: number;
|
|
19417
19813
|
action: "predictionMarketRedeem";
|
|
@@ -19427,6 +19823,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
19427
19823
|
icon?: string | undefined;
|
|
19428
19824
|
eventSlug?: string | undefined;
|
|
19429
19825
|
slug?: string | undefined;
|
|
19826
|
+
url?: string | undefined;
|
|
19430
19827
|
}[];
|
|
19431
19828
|
} | {
|
|
19432
19829
|
chainId: number;
|
|
@@ -19521,6 +19918,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
19521
19918
|
shares: string;
|
|
19522
19919
|
usdcAmount: string;
|
|
19523
19920
|
currentPrice: string;
|
|
19921
|
+
url?: string | undefined;
|
|
19922
|
+
image?: string | undefined;
|
|
19524
19923
|
} | {
|
|
19525
19924
|
chainId: number;
|
|
19526
19925
|
action: "predictionMarketRedeem";
|
|
@@ -19536,6 +19935,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
19536
19935
|
icon?: string | undefined;
|
|
19537
19936
|
eventSlug?: string | undefined;
|
|
19538
19937
|
slug?: string | undefined;
|
|
19938
|
+
url?: string | undefined;
|
|
19539
19939
|
}[];
|
|
19540
19940
|
} | {
|
|
19541
19941
|
chainId: number;
|
|
@@ -19780,6 +20180,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
19780
20180
|
shares: string;
|
|
19781
20181
|
usdcAmount: string;
|
|
19782
20182
|
currentPrice: string;
|
|
20183
|
+
url?: string | undefined;
|
|
20184
|
+
image?: string | undefined;
|
|
19783
20185
|
} | {
|
|
19784
20186
|
chainId: number;
|
|
19785
20187
|
action: "predictionMarketRedeem";
|
|
@@ -19795,6 +20197,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
19795
20197
|
icon?: string | undefined;
|
|
19796
20198
|
eventSlug?: string | undefined;
|
|
19797
20199
|
slug?: string | undefined;
|
|
20200
|
+
url?: string | undefined;
|
|
19798
20201
|
}[];
|
|
19799
20202
|
} | {
|
|
19800
20203
|
chainId: number;
|
|
@@ -19897,6 +20300,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
19897
20300
|
shares: string;
|
|
19898
20301
|
usdcAmount: string;
|
|
19899
20302
|
currentPrice: string;
|
|
20303
|
+
url?: string | undefined;
|
|
20304
|
+
image?: string | undefined;
|
|
19900
20305
|
} | {
|
|
19901
20306
|
chainId: number;
|
|
19902
20307
|
action: "predictionMarketRedeem";
|
|
@@ -19912,6 +20317,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
19912
20317
|
icon?: string | undefined;
|
|
19913
20318
|
eventSlug?: string | undefined;
|
|
19914
20319
|
slug?: string | undefined;
|
|
20320
|
+
url?: string | undefined;
|
|
19915
20321
|
}[];
|
|
19916
20322
|
} | {
|
|
19917
20323
|
chainId: number;
|
|
@@ -20032,6 +20438,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
20032
20438
|
shares: string;
|
|
20033
20439
|
usdcAmount: string;
|
|
20034
20440
|
currentPrice: string;
|
|
20441
|
+
url?: string | undefined;
|
|
20442
|
+
image?: string | undefined;
|
|
20035
20443
|
} | {
|
|
20036
20444
|
chainId: number;
|
|
20037
20445
|
action: "predictionMarketRedeem";
|
|
@@ -20047,6 +20455,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
20047
20455
|
icon?: string | undefined;
|
|
20048
20456
|
eventSlug?: string | undefined;
|
|
20049
20457
|
slug?: string | undefined;
|
|
20458
|
+
url?: string | undefined;
|
|
20050
20459
|
}[];
|
|
20051
20460
|
} | {
|
|
20052
20461
|
chainId: number;
|
|
@@ -20151,6 +20560,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
20151
20560
|
shares: string;
|
|
20152
20561
|
usdcAmount: string;
|
|
20153
20562
|
currentPrice: string;
|
|
20563
|
+
url?: string | undefined;
|
|
20564
|
+
image?: string | undefined;
|
|
20154
20565
|
} | {
|
|
20155
20566
|
chainId: number;
|
|
20156
20567
|
action: "predictionMarketRedeem";
|
|
@@ -20166,6 +20577,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
20166
20577
|
icon?: string | undefined;
|
|
20167
20578
|
eventSlug?: string | undefined;
|
|
20168
20579
|
slug?: string | undefined;
|
|
20580
|
+
url?: string | undefined;
|
|
20169
20581
|
}[];
|
|
20170
20582
|
} | {
|
|
20171
20583
|
chainId: number;
|
|
@@ -20268,6 +20680,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
20268
20680
|
shares: string;
|
|
20269
20681
|
usdcAmount: string;
|
|
20270
20682
|
currentPrice: string;
|
|
20683
|
+
url?: string | undefined;
|
|
20684
|
+
image?: string | undefined;
|
|
20271
20685
|
} | {
|
|
20272
20686
|
chainId: number;
|
|
20273
20687
|
action: "predictionMarketRedeem";
|
|
@@ -20283,6 +20697,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
20283
20697
|
icon?: string | undefined;
|
|
20284
20698
|
eventSlug?: string | undefined;
|
|
20285
20699
|
slug?: string | undefined;
|
|
20700
|
+
url?: string | undefined;
|
|
20286
20701
|
}[];
|
|
20287
20702
|
} | {
|
|
20288
20703
|
chainId: number;
|
|
@@ -20403,6 +20818,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
20403
20818
|
shares: string;
|
|
20404
20819
|
usdcAmount: string;
|
|
20405
20820
|
currentPrice: string;
|
|
20821
|
+
url?: string | undefined;
|
|
20822
|
+
image?: string | undefined;
|
|
20406
20823
|
} | {
|
|
20407
20824
|
chainId: number;
|
|
20408
20825
|
action: "predictionMarketRedeem";
|
|
@@ -20418,6 +20835,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
20418
20835
|
icon?: string | undefined;
|
|
20419
20836
|
eventSlug?: string | undefined;
|
|
20420
20837
|
slug?: string | undefined;
|
|
20838
|
+
url?: string | undefined;
|
|
20421
20839
|
}[];
|
|
20422
20840
|
} | {
|
|
20423
20841
|
chainId: number;
|
|
@@ -20512,6 +20930,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
20512
20930
|
shares: string;
|
|
20513
20931
|
usdcAmount: string;
|
|
20514
20932
|
currentPrice: string;
|
|
20933
|
+
url?: string | undefined;
|
|
20934
|
+
image?: string | undefined;
|
|
20515
20935
|
} | {
|
|
20516
20936
|
chainId: number;
|
|
20517
20937
|
action: "predictionMarketRedeem";
|
|
@@ -20527,6 +20947,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
20527
20947
|
icon?: string | undefined;
|
|
20528
20948
|
eventSlug?: string | undefined;
|
|
20529
20949
|
slug?: string | undefined;
|
|
20950
|
+
url?: string | undefined;
|
|
20530
20951
|
}[];
|
|
20531
20952
|
} | {
|
|
20532
20953
|
chainId: number;
|
|
@@ -20708,6 +21129,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
20708
21129
|
shares: string;
|
|
20709
21130
|
usdcAmount: string;
|
|
20710
21131
|
currentPrice: string;
|
|
21132
|
+
url?: string | undefined;
|
|
21133
|
+
image?: string | undefined;
|
|
20711
21134
|
} | {
|
|
20712
21135
|
chainId: number;
|
|
20713
21136
|
action: "predictionMarketRedeem";
|
|
@@ -20723,6 +21146,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
20723
21146
|
icon?: string | undefined;
|
|
20724
21147
|
eventSlug?: string | undefined;
|
|
20725
21148
|
slug?: string | undefined;
|
|
21149
|
+
url?: string | undefined;
|
|
20726
21150
|
}[];
|
|
20727
21151
|
} | {
|
|
20728
21152
|
chainId: number;
|
|
@@ -20825,6 +21249,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
20825
21249
|
shares: string;
|
|
20826
21250
|
usdcAmount: string;
|
|
20827
21251
|
currentPrice: string;
|
|
21252
|
+
url?: string | undefined;
|
|
21253
|
+
image?: string | undefined;
|
|
20828
21254
|
} | {
|
|
20829
21255
|
chainId: number;
|
|
20830
21256
|
action: "predictionMarketRedeem";
|
|
@@ -20840,6 +21266,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
20840
21266
|
icon?: string | undefined;
|
|
20841
21267
|
eventSlug?: string | undefined;
|
|
20842
21268
|
slug?: string | undefined;
|
|
21269
|
+
url?: string | undefined;
|
|
20843
21270
|
}[];
|
|
20844
21271
|
} | {
|
|
20845
21272
|
chainId: number;
|
|
@@ -20960,6 +21387,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
20960
21387
|
shares: string;
|
|
20961
21388
|
usdcAmount: string;
|
|
20962
21389
|
currentPrice: string;
|
|
21390
|
+
url?: string | undefined;
|
|
21391
|
+
image?: string | undefined;
|
|
20963
21392
|
} | {
|
|
20964
21393
|
chainId: number;
|
|
20965
21394
|
action: "predictionMarketRedeem";
|
|
@@ -20975,6 +21404,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
20975
21404
|
icon?: string | undefined;
|
|
20976
21405
|
eventSlug?: string | undefined;
|
|
20977
21406
|
slug?: string | undefined;
|
|
21407
|
+
url?: string | undefined;
|
|
20978
21408
|
}[];
|
|
20979
21409
|
} | {
|
|
20980
21410
|
chainId: number;
|
|
@@ -21079,6 +21509,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
21079
21509
|
shares: string;
|
|
21080
21510
|
usdcAmount: string;
|
|
21081
21511
|
currentPrice: string;
|
|
21512
|
+
url?: string | undefined;
|
|
21513
|
+
image?: string | undefined;
|
|
21082
21514
|
} | {
|
|
21083
21515
|
chainId: number;
|
|
21084
21516
|
action: "predictionMarketRedeem";
|
|
@@ -21094,6 +21526,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
21094
21526
|
icon?: string | undefined;
|
|
21095
21527
|
eventSlug?: string | undefined;
|
|
21096
21528
|
slug?: string | undefined;
|
|
21529
|
+
url?: string | undefined;
|
|
21097
21530
|
}[];
|
|
21098
21531
|
} | {
|
|
21099
21532
|
chainId: number;
|
|
@@ -21196,6 +21629,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
21196
21629
|
shares: string;
|
|
21197
21630
|
usdcAmount: string;
|
|
21198
21631
|
currentPrice: string;
|
|
21632
|
+
url?: string | undefined;
|
|
21633
|
+
image?: string | undefined;
|
|
21199
21634
|
} | {
|
|
21200
21635
|
chainId: number;
|
|
21201
21636
|
action: "predictionMarketRedeem";
|
|
@@ -21211,6 +21646,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
21211
21646
|
icon?: string | undefined;
|
|
21212
21647
|
eventSlug?: string | undefined;
|
|
21213
21648
|
slug?: string | undefined;
|
|
21649
|
+
url?: string | undefined;
|
|
21214
21650
|
}[];
|
|
21215
21651
|
} | {
|
|
21216
21652
|
chainId: number;
|
|
@@ -21331,6 +21767,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
21331
21767
|
shares: string;
|
|
21332
21768
|
usdcAmount: string;
|
|
21333
21769
|
currentPrice: string;
|
|
21770
|
+
url?: string | undefined;
|
|
21771
|
+
image?: string | undefined;
|
|
21334
21772
|
} | {
|
|
21335
21773
|
chainId: number;
|
|
21336
21774
|
action: "predictionMarketRedeem";
|
|
@@ -21346,6 +21784,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
21346
21784
|
icon?: string | undefined;
|
|
21347
21785
|
eventSlug?: string | undefined;
|
|
21348
21786
|
slug?: string | undefined;
|
|
21787
|
+
url?: string | undefined;
|
|
21349
21788
|
}[];
|
|
21350
21789
|
} | {
|
|
21351
21790
|
chainId: number;
|
|
@@ -21440,6 +21879,8 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
21440
21879
|
shares: string;
|
|
21441
21880
|
usdcAmount: string;
|
|
21442
21881
|
currentPrice: string;
|
|
21882
|
+
url?: string | undefined;
|
|
21883
|
+
image?: string | undefined;
|
|
21443
21884
|
} | {
|
|
21444
21885
|
chainId: number;
|
|
21445
21886
|
action: "predictionMarketRedeem";
|
|
@@ -21455,6 +21896,7 @@ export declare const streamEventDataSchema: z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
21455
21896
|
icon?: string | undefined;
|
|
21456
21897
|
eventSlug?: string | undefined;
|
|
21457
21898
|
slug?: string | undefined;
|
|
21899
|
+
url?: string | undefined;
|
|
21458
21900
|
}[];
|
|
21459
21901
|
} | {
|
|
21460
21902
|
chainId: number;
|