@argent/x-shared 1.27.0 → 1.29.0
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.
- package/dist/features/simulation/activity/schema.d.ts +338 -338
- package/dist/features/simulation/activity/utils/createNativeActivity.d.ts +10 -10
- package/dist/features/simulation/activity/utils/index.d.ts +1 -0
- package/dist/features/simulation/activity/utils/isUpgradeActivity.d.ts +3 -0
- package/dist/features/simulation/transactionReview/schema.d.ts +1562 -1562
- package/dist/index.d.ts +10 -9
- package/dist/index.js +3 -3
- package/dist/index.mjs +3937 -2230
- package/dist/knownDapps/schema.d.ts +22 -22
- package/dist/knownDapps/utils/getDapplandUrl.d.ts +1 -1
- package/dist/nameResolution/ResolveNameService.d.ts +1 -1
- package/dist/nameResolution/schema.d.ts +4 -4
- package/dist/onchainRecovery/IOnchainRecoveryService.d.ts +13 -0
- package/dist/onchainRecovery/OnchainRecoveryService.d.ts +18 -0
- package/dist/onchainRecovery/index.d.ts +3 -0
- package/dist/onchainRecovery/schema.d.ts +73 -0
- package/dist/{schema-THcYC9Pj.mjs → schema-3qaq9ugL.mjs} +141 -141
- package/dist/{schema-CtZY8-Gm.js → schema-C-_pmcO7.js} +1 -1
- package/dist/simulation.js +1 -1
- package/dist/simulation.mjs +113 -93
- package/dist/tokens/service/implementation.d.ts +1 -1
- package/dist/tokens/service/types/backend.model.d.ts +20 -20
- package/dist/tokens/service/types/defiPosition.model.d.ts +236 -236
- package/dist/tokens/service/types/token.model.d.ts +24 -24
- package/dist/tokens/service/types/unclaimedRewards.model.d.ts +8 -8
- package/dist/transactions/errors.d.ts +4 -4
- package/dist/transactions/useTransactionReviewV2web.d.ts +56 -56
- package/dist/utils/starknet/starknetSchemas.d.ts +212 -212
- package/package.json +2 -1
|
@@ -1295,12 +1295,12 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
1295
1295
|
network: z.ZodEnum<["ethereum", "starknet", "zksync", "zksync2"]>;
|
|
1296
1296
|
type: z.ZodEnum<["wallet", "token"]>;
|
|
1297
1297
|
}, "strip", z.ZodTypeAny, {
|
|
1298
|
-
type: "wallet" | "token";
|
|
1299
1298
|
address: `0x${string}`;
|
|
1299
|
+
type: "wallet" | "token";
|
|
1300
1300
|
network: "ethereum" | "zksync" | "zksync2" | "starknet";
|
|
1301
1301
|
}, {
|
|
1302
|
-
type: "wallet" | "token";
|
|
1303
1302
|
address: string;
|
|
1303
|
+
type: "wallet" | "token";
|
|
1304
1304
|
network: "ethereum" | "zksync" | "zksync2" | "starknet";
|
|
1305
1305
|
}>, "many">>;
|
|
1306
1306
|
network: z.ZodString;
|
|
@@ -2337,17 +2337,17 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2337
2337
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
2338
2338
|
type: z.ZodString;
|
|
2339
2339
|
}, "strip", z.ZodTypeAny, {
|
|
2340
|
-
type: string;
|
|
2341
2340
|
name: string;
|
|
2342
2341
|
address: string;
|
|
2342
|
+
type: string;
|
|
2343
2343
|
unknown: boolean;
|
|
2344
2344
|
symbol?: string | undefined;
|
|
2345
2345
|
decimals?: number | undefined;
|
|
2346
2346
|
iconUrl?: string | undefined;
|
|
2347
2347
|
}, {
|
|
2348
|
-
type: string;
|
|
2349
2348
|
name: string;
|
|
2350
2349
|
address: string;
|
|
2350
|
+
type: string;
|
|
2351
2351
|
unknown: boolean;
|
|
2352
2352
|
symbol?: string | undefined;
|
|
2353
2353
|
decimals?: number | undefined;
|
|
@@ -2361,9 +2361,9 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2361
2361
|
amount: string;
|
|
2362
2362
|
label: string;
|
|
2363
2363
|
token: {
|
|
2364
|
-
type: string;
|
|
2365
2364
|
name: string;
|
|
2366
2365
|
address: string;
|
|
2366
|
+
type: string;
|
|
2367
2367
|
unknown: boolean;
|
|
2368
2368
|
symbol?: string | undefined;
|
|
2369
2369
|
decimals?: number | undefined;
|
|
@@ -2376,9 +2376,9 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2376
2376
|
amount: string;
|
|
2377
2377
|
label: string;
|
|
2378
2378
|
token: {
|
|
2379
|
-
type: string;
|
|
2380
2379
|
name: string;
|
|
2381
2380
|
address: string;
|
|
2381
|
+
type: string;
|
|
2382
2382
|
unknown: boolean;
|
|
2383
2383
|
symbol?: string | undefined;
|
|
2384
2384
|
decimals?: number | undefined;
|
|
@@ -2393,14 +2393,14 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2393
2393
|
addressName: z.ZodOptional<z.ZodString>;
|
|
2394
2394
|
verified: z.ZodOptional<z.ZodBoolean>;
|
|
2395
2395
|
}, "strip", z.ZodTypeAny, {
|
|
2396
|
-
type: "address";
|
|
2397
2396
|
address: string;
|
|
2397
|
+
type: "address";
|
|
2398
2398
|
label: string;
|
|
2399
2399
|
verified?: boolean | undefined;
|
|
2400
2400
|
addressName?: string | undefined;
|
|
2401
2401
|
}, {
|
|
2402
|
-
type: "address";
|
|
2403
2402
|
address: string;
|
|
2403
|
+
type: "address";
|
|
2404
2404
|
label: string;
|
|
2405
2405
|
verified?: boolean | undefined;
|
|
2406
2406
|
addressName?: string | undefined;
|
|
@@ -2409,12 +2409,12 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2409
2409
|
label: z.ZodString;
|
|
2410
2410
|
value: z.ZodString;
|
|
2411
2411
|
}, "strip", z.ZodTypeAny, {
|
|
2412
|
-
type: "timestamp";
|
|
2413
2412
|
value: string;
|
|
2413
|
+
type: "timestamp";
|
|
2414
2414
|
label: string;
|
|
2415
2415
|
}, {
|
|
2416
|
-
type: "timestamp";
|
|
2417
2416
|
value: string;
|
|
2417
|
+
type: "timestamp";
|
|
2418
2418
|
label: string;
|
|
2419
2419
|
}>, z.ZodObject<{
|
|
2420
2420
|
type: z.ZodLiteral<"token_address">;
|
|
@@ -2428,17 +2428,17 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2428
2428
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
2429
2429
|
type: z.ZodString;
|
|
2430
2430
|
}, "strip", z.ZodTypeAny, {
|
|
2431
|
-
type: string;
|
|
2432
2431
|
name: string;
|
|
2433
2432
|
address: string;
|
|
2433
|
+
type: string;
|
|
2434
2434
|
unknown: boolean;
|
|
2435
2435
|
symbol?: string | undefined;
|
|
2436
2436
|
decimals?: number | undefined;
|
|
2437
2437
|
iconUrl?: string | undefined;
|
|
2438
2438
|
}, {
|
|
2439
|
-
type: string;
|
|
2440
2439
|
name: string;
|
|
2441
2440
|
address: string;
|
|
2441
|
+
type: string;
|
|
2442
2442
|
unknown: boolean;
|
|
2443
2443
|
symbol?: string | undefined;
|
|
2444
2444
|
decimals?: number | undefined;
|
|
@@ -2448,9 +2448,9 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2448
2448
|
type: "token_address";
|
|
2449
2449
|
label: string;
|
|
2450
2450
|
token: {
|
|
2451
|
-
type: string;
|
|
2452
2451
|
name: string;
|
|
2453
2452
|
address: string;
|
|
2453
|
+
type: string;
|
|
2454
2454
|
unknown: boolean;
|
|
2455
2455
|
symbol?: string | undefined;
|
|
2456
2456
|
decimals?: number | undefined;
|
|
@@ -2460,9 +2460,9 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2460
2460
|
type: "token_address";
|
|
2461
2461
|
label: string;
|
|
2462
2462
|
token: {
|
|
2463
|
-
type: string;
|
|
2464
2463
|
name: string;
|
|
2465
2464
|
address: string;
|
|
2465
|
+
type: string;
|
|
2466
2466
|
unknown: boolean;
|
|
2467
2467
|
symbol?: string | undefined;
|
|
2468
2468
|
decimals?: number | undefined;
|
|
@@ -2507,17 +2507,17 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2507
2507
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
2508
2508
|
type: z.ZodString;
|
|
2509
2509
|
}, "strip", z.ZodTypeAny, {
|
|
2510
|
-
type: string;
|
|
2511
2510
|
name: string;
|
|
2512
2511
|
address: string;
|
|
2512
|
+
type: string;
|
|
2513
2513
|
unknown: boolean;
|
|
2514
2514
|
symbol?: string | undefined;
|
|
2515
2515
|
decimals?: number | undefined;
|
|
2516
2516
|
iconUrl?: string | undefined;
|
|
2517
2517
|
}, {
|
|
2518
|
-
type: string;
|
|
2519
2518
|
name: string;
|
|
2520
2519
|
address: string;
|
|
2520
|
+
type: string;
|
|
2521
2521
|
unknown: boolean;
|
|
2522
2522
|
symbol?: string | undefined;
|
|
2523
2523
|
decimals?: number | undefined;
|
|
@@ -2527,9 +2527,9 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2527
2527
|
type: "nft";
|
|
2528
2528
|
label: string;
|
|
2529
2529
|
token: {
|
|
2530
|
-
type: string;
|
|
2531
2530
|
name: string;
|
|
2532
2531
|
address: string;
|
|
2532
|
+
type: string;
|
|
2533
2533
|
unknown: boolean;
|
|
2534
2534
|
symbol?: string | undefined;
|
|
2535
2535
|
decimals?: number | undefined;
|
|
@@ -2539,9 +2539,9 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2539
2539
|
type: "nft";
|
|
2540
2540
|
label: string;
|
|
2541
2541
|
token: {
|
|
2542
|
-
type: string;
|
|
2543
2542
|
name: string;
|
|
2544
2543
|
address: string;
|
|
2544
|
+
type: string;
|
|
2545
2545
|
unknown: boolean;
|
|
2546
2546
|
symbol?: string | undefined;
|
|
2547
2547
|
decimals?: number | undefined;
|
|
@@ -2560,17 +2560,17 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2560
2560
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
2561
2561
|
type: z.ZodString;
|
|
2562
2562
|
}, "strip", z.ZodTypeAny, {
|
|
2563
|
-
type: string;
|
|
2564
2563
|
name: string;
|
|
2565
2564
|
address: string;
|
|
2565
|
+
type: string;
|
|
2566
2566
|
unknown: boolean;
|
|
2567
2567
|
symbol?: string | undefined;
|
|
2568
2568
|
decimals?: number | undefined;
|
|
2569
2569
|
iconUrl?: string | undefined;
|
|
2570
2570
|
}, {
|
|
2571
|
-
type: string;
|
|
2572
2571
|
name: string;
|
|
2573
2572
|
address: string;
|
|
2573
|
+
type: string;
|
|
2574
2574
|
unknown: boolean;
|
|
2575
2575
|
symbol?: string | undefined;
|
|
2576
2576
|
decimals?: number | undefined;
|
|
@@ -2584,9 +2584,9 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2584
2584
|
amount: string;
|
|
2585
2585
|
label: string;
|
|
2586
2586
|
token: {
|
|
2587
|
-
type: string;
|
|
2588
2587
|
name: string;
|
|
2589
2588
|
address: string;
|
|
2589
|
+
type: string;
|
|
2590
2590
|
unknown: boolean;
|
|
2591
2591
|
symbol?: string | undefined;
|
|
2592
2592
|
decimals?: number | undefined;
|
|
@@ -2599,9 +2599,9 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2599
2599
|
amount: string;
|
|
2600
2600
|
label: string;
|
|
2601
2601
|
token: {
|
|
2602
|
-
type: string;
|
|
2603
2602
|
name: string;
|
|
2604
2603
|
address: string;
|
|
2604
|
+
type: string;
|
|
2605
2605
|
unknown: boolean;
|
|
2606
2606
|
symbol?: string | undefined;
|
|
2607
2607
|
decimals?: number | undefined;
|
|
@@ -2616,14 +2616,14 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2616
2616
|
addressName: z.ZodOptional<z.ZodString>;
|
|
2617
2617
|
verified: z.ZodOptional<z.ZodBoolean>;
|
|
2618
2618
|
}, "strip", z.ZodTypeAny, {
|
|
2619
|
-
type: "address";
|
|
2620
2619
|
address: string;
|
|
2620
|
+
type: "address";
|
|
2621
2621
|
label: string;
|
|
2622
2622
|
verified?: boolean | undefined;
|
|
2623
2623
|
addressName?: string | undefined;
|
|
2624
2624
|
}, {
|
|
2625
|
-
type: "address";
|
|
2626
2625
|
address: string;
|
|
2626
|
+
type: "address";
|
|
2627
2627
|
label: string;
|
|
2628
2628
|
verified?: boolean | undefined;
|
|
2629
2629
|
addressName?: string | undefined;
|
|
@@ -2632,12 +2632,12 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2632
2632
|
label: z.ZodString;
|
|
2633
2633
|
value: z.ZodString;
|
|
2634
2634
|
}, "strip", z.ZodTypeAny, {
|
|
2635
|
-
type: "timestamp";
|
|
2636
2635
|
value: string;
|
|
2636
|
+
type: "timestamp";
|
|
2637
2637
|
label: string;
|
|
2638
2638
|
}, {
|
|
2639
|
-
type: "timestamp";
|
|
2640
2639
|
value: string;
|
|
2640
|
+
type: "timestamp";
|
|
2641
2641
|
label: string;
|
|
2642
2642
|
}>, z.ZodObject<{
|
|
2643
2643
|
type: z.ZodLiteral<"token_address">;
|
|
@@ -2651,17 +2651,17 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2651
2651
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
2652
2652
|
type: z.ZodString;
|
|
2653
2653
|
}, "strip", z.ZodTypeAny, {
|
|
2654
|
-
type: string;
|
|
2655
2654
|
name: string;
|
|
2656
2655
|
address: string;
|
|
2656
|
+
type: string;
|
|
2657
2657
|
unknown: boolean;
|
|
2658
2658
|
symbol?: string | undefined;
|
|
2659
2659
|
decimals?: number | undefined;
|
|
2660
2660
|
iconUrl?: string | undefined;
|
|
2661
2661
|
}, {
|
|
2662
|
-
type: string;
|
|
2663
2662
|
name: string;
|
|
2664
2663
|
address: string;
|
|
2664
|
+
type: string;
|
|
2665
2665
|
unknown: boolean;
|
|
2666
2666
|
symbol?: string | undefined;
|
|
2667
2667
|
decimals?: number | undefined;
|
|
@@ -2671,9 +2671,9 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2671
2671
|
type: "token_address";
|
|
2672
2672
|
label: string;
|
|
2673
2673
|
token: {
|
|
2674
|
-
type: string;
|
|
2675
2674
|
name: string;
|
|
2676
2675
|
address: string;
|
|
2676
|
+
type: string;
|
|
2677
2677
|
unknown: boolean;
|
|
2678
2678
|
symbol?: string | undefined;
|
|
2679
2679
|
decimals?: number | undefined;
|
|
@@ -2683,9 +2683,9 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2683
2683
|
type: "token_address";
|
|
2684
2684
|
label: string;
|
|
2685
2685
|
token: {
|
|
2686
|
-
type: string;
|
|
2687
2686
|
name: string;
|
|
2688
2687
|
address: string;
|
|
2688
|
+
type: string;
|
|
2689
2689
|
unknown: boolean;
|
|
2690
2690
|
symbol?: string | undefined;
|
|
2691
2691
|
decimals?: number | undefined;
|
|
@@ -2730,17 +2730,17 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2730
2730
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
2731
2731
|
type: z.ZodString;
|
|
2732
2732
|
}, "strip", z.ZodTypeAny, {
|
|
2733
|
-
type: string;
|
|
2734
2733
|
name: string;
|
|
2735
2734
|
address: string;
|
|
2735
|
+
type: string;
|
|
2736
2736
|
unknown: boolean;
|
|
2737
2737
|
symbol?: string | undefined;
|
|
2738
2738
|
decimals?: number | undefined;
|
|
2739
2739
|
iconUrl?: string | undefined;
|
|
2740
2740
|
}, {
|
|
2741
|
-
type: string;
|
|
2742
2741
|
name: string;
|
|
2743
2742
|
address: string;
|
|
2743
|
+
type: string;
|
|
2744
2744
|
unknown: boolean;
|
|
2745
2745
|
symbol?: string | undefined;
|
|
2746
2746
|
decimals?: number | undefined;
|
|
@@ -2750,9 +2750,9 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2750
2750
|
type: "nft";
|
|
2751
2751
|
label: string;
|
|
2752
2752
|
token: {
|
|
2753
|
-
type: string;
|
|
2754
2753
|
name: string;
|
|
2755
2754
|
address: string;
|
|
2755
|
+
type: string;
|
|
2756
2756
|
unknown: boolean;
|
|
2757
2757
|
symbol?: string | undefined;
|
|
2758
2758
|
decimals?: number | undefined;
|
|
@@ -2762,9 +2762,9 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2762
2762
|
type: "nft";
|
|
2763
2763
|
label: string;
|
|
2764
2764
|
token: {
|
|
2765
|
-
type: string;
|
|
2766
2765
|
name: string;
|
|
2767
2766
|
address: string;
|
|
2767
|
+
type: string;
|
|
2768
2768
|
unknown: boolean;
|
|
2769
2769
|
symbol?: string | undefined;
|
|
2770
2770
|
decimals?: number | undefined;
|
|
@@ -2778,9 +2778,9 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2778
2778
|
amount: string;
|
|
2779
2779
|
label: string;
|
|
2780
2780
|
token: {
|
|
2781
|
-
type: string;
|
|
2782
2781
|
name: string;
|
|
2783
2782
|
address: string;
|
|
2783
|
+
type: string;
|
|
2784
2784
|
unknown: boolean;
|
|
2785
2785
|
symbol?: string | undefined;
|
|
2786
2786
|
decimals?: number | undefined;
|
|
@@ -2789,22 +2789,22 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2789
2789
|
usd: string;
|
|
2790
2790
|
editable: boolean;
|
|
2791
2791
|
} | {
|
|
2792
|
-
type: "address";
|
|
2793
2792
|
address: string;
|
|
2793
|
+
type: "address";
|
|
2794
2794
|
label: string;
|
|
2795
2795
|
verified?: boolean | undefined;
|
|
2796
2796
|
addressName?: string | undefined;
|
|
2797
2797
|
} | {
|
|
2798
|
-
type: "timestamp";
|
|
2799
2798
|
value: string;
|
|
2799
|
+
type: "timestamp";
|
|
2800
2800
|
label: string;
|
|
2801
2801
|
} | {
|
|
2802
2802
|
type: "token_address";
|
|
2803
2803
|
label: string;
|
|
2804
2804
|
token: {
|
|
2805
|
-
type: string;
|
|
2806
2805
|
name: string;
|
|
2807
2806
|
address: string;
|
|
2807
|
+
type: string;
|
|
2808
2808
|
unknown: boolean;
|
|
2809
2809
|
symbol?: string | undefined;
|
|
2810
2810
|
decimals?: number | undefined;
|
|
@@ -2823,9 +2823,9 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2823
2823
|
type: "nft";
|
|
2824
2824
|
label: string;
|
|
2825
2825
|
token: {
|
|
2826
|
-
type: string;
|
|
2827
2826
|
name: string;
|
|
2828
2827
|
address: string;
|
|
2828
|
+
type: string;
|
|
2829
2829
|
unknown: boolean;
|
|
2830
2830
|
symbol?: string | undefined;
|
|
2831
2831
|
decimals?: number | undefined;
|
|
@@ -2837,9 +2837,9 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2837
2837
|
amount: string;
|
|
2838
2838
|
label: string;
|
|
2839
2839
|
token: {
|
|
2840
|
-
type: string;
|
|
2841
2840
|
name: string;
|
|
2842
2841
|
address: string;
|
|
2842
|
+
type: string;
|
|
2843
2843
|
unknown: boolean;
|
|
2844
2844
|
symbol?: string | undefined;
|
|
2845
2845
|
decimals?: number | undefined;
|
|
@@ -2848,22 +2848,22 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2848
2848
|
usd: string;
|
|
2849
2849
|
editable: boolean;
|
|
2850
2850
|
} | {
|
|
2851
|
-
type: "address";
|
|
2852
2851
|
address: string;
|
|
2852
|
+
type: "address";
|
|
2853
2853
|
label: string;
|
|
2854
2854
|
verified?: boolean | undefined;
|
|
2855
2855
|
addressName?: string | undefined;
|
|
2856
2856
|
} | {
|
|
2857
|
-
type: "timestamp";
|
|
2858
2857
|
value: string;
|
|
2858
|
+
type: "timestamp";
|
|
2859
2859
|
label: string;
|
|
2860
2860
|
} | {
|
|
2861
2861
|
type: "token_address";
|
|
2862
2862
|
label: string;
|
|
2863
2863
|
token: {
|
|
2864
|
-
type: string;
|
|
2865
2864
|
name: string;
|
|
2866
2865
|
address: string;
|
|
2866
|
+
type: string;
|
|
2867
2867
|
unknown: boolean;
|
|
2868
2868
|
symbol?: string | undefined;
|
|
2869
2869
|
decimals?: number | undefined;
|
|
@@ -2882,9 +2882,9 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2882
2882
|
type: "nft";
|
|
2883
2883
|
label: string;
|
|
2884
2884
|
token: {
|
|
2885
|
-
type: string;
|
|
2886
2885
|
name: string;
|
|
2887
2886
|
address: string;
|
|
2887
|
+
type: string;
|
|
2888
2888
|
unknown: boolean;
|
|
2889
2889
|
symbol?: string | undefined;
|
|
2890
2890
|
decimals?: number | undefined;
|
|
@@ -2898,9 +2898,9 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2898
2898
|
amount: string;
|
|
2899
2899
|
label: string;
|
|
2900
2900
|
token: {
|
|
2901
|
-
type: string;
|
|
2902
2901
|
name: string;
|
|
2903
2902
|
address: string;
|
|
2903
|
+
type: string;
|
|
2904
2904
|
unknown: boolean;
|
|
2905
2905
|
symbol?: string | undefined;
|
|
2906
2906
|
decimals?: number | undefined;
|
|
@@ -2909,22 +2909,22 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2909
2909
|
usd: string;
|
|
2910
2910
|
editable: boolean;
|
|
2911
2911
|
} | {
|
|
2912
|
-
type: "address";
|
|
2913
2912
|
address: string;
|
|
2913
|
+
type: "address";
|
|
2914
2914
|
label: string;
|
|
2915
2915
|
verified?: boolean | undefined;
|
|
2916
2916
|
addressName?: string | undefined;
|
|
2917
2917
|
} | {
|
|
2918
|
-
type: "timestamp";
|
|
2919
2918
|
value: string;
|
|
2919
|
+
type: "timestamp";
|
|
2920
2920
|
label: string;
|
|
2921
2921
|
} | {
|
|
2922
2922
|
type: "token_address";
|
|
2923
2923
|
label: string;
|
|
2924
2924
|
token: {
|
|
2925
|
-
type: string;
|
|
2926
2925
|
name: string;
|
|
2927
2926
|
address: string;
|
|
2927
|
+
type: string;
|
|
2928
2928
|
unknown: boolean;
|
|
2929
2929
|
symbol?: string | undefined;
|
|
2930
2930
|
decimals?: number | undefined;
|
|
@@ -2943,9 +2943,9 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2943
2943
|
type: "nft";
|
|
2944
2944
|
label: string;
|
|
2945
2945
|
token: {
|
|
2946
|
-
type: string;
|
|
2947
2946
|
name: string;
|
|
2948
2947
|
address: string;
|
|
2948
|
+
type: string;
|
|
2949
2949
|
unknown: boolean;
|
|
2950
2950
|
symbol?: string | undefined;
|
|
2951
2951
|
decimals?: number | undefined;
|
|
@@ -2957,9 +2957,9 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2957
2957
|
amount: string;
|
|
2958
2958
|
label: string;
|
|
2959
2959
|
token: {
|
|
2960
|
-
type: string;
|
|
2961
2960
|
name: string;
|
|
2962
2961
|
address: string;
|
|
2962
|
+
type: string;
|
|
2963
2963
|
unknown: boolean;
|
|
2964
2964
|
symbol?: string | undefined;
|
|
2965
2965
|
decimals?: number | undefined;
|
|
@@ -2968,22 +2968,22 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2968
2968
|
usd: string;
|
|
2969
2969
|
editable: boolean;
|
|
2970
2970
|
} | {
|
|
2971
|
-
type: "address";
|
|
2972
2971
|
address: string;
|
|
2972
|
+
type: "address";
|
|
2973
2973
|
label: string;
|
|
2974
2974
|
verified?: boolean | undefined;
|
|
2975
2975
|
addressName?: string | undefined;
|
|
2976
2976
|
} | {
|
|
2977
|
-
type: "timestamp";
|
|
2978
2977
|
value: string;
|
|
2978
|
+
type: "timestamp";
|
|
2979
2979
|
label: string;
|
|
2980
2980
|
} | {
|
|
2981
2981
|
type: "token_address";
|
|
2982
2982
|
label: string;
|
|
2983
2983
|
token: {
|
|
2984
|
-
type: string;
|
|
2985
2984
|
name: string;
|
|
2986
2985
|
address: string;
|
|
2986
|
+
type: string;
|
|
2987
2987
|
unknown: boolean;
|
|
2988
2988
|
symbol?: string | undefined;
|
|
2989
2989
|
decimals?: number | undefined;
|
|
@@ -3002,9 +3002,9 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3002
3002
|
type: "nft";
|
|
3003
3003
|
label: string;
|
|
3004
3004
|
token: {
|
|
3005
|
-
type: string;
|
|
3006
3005
|
name: string;
|
|
3007
3006
|
address: string;
|
|
3007
|
+
type: string;
|
|
3008
3008
|
unknown: boolean;
|
|
3009
3009
|
symbol?: string | undefined;
|
|
3010
3010
|
decimals?: number | undefined;
|
|
@@ -3014,8 +3014,8 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3014
3014
|
}>, "many">>;
|
|
3015
3015
|
title: z.ZodOptional<z.ZodString>;
|
|
3016
3016
|
}, "strip", z.ZodTypeAny, {
|
|
3017
|
-
type: "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
|
|
3018
3017
|
status: "pending" | "success" | "failure";
|
|
3018
|
+
type: "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
|
|
3019
3019
|
wallet: `0x${string}`;
|
|
3020
3020
|
details: {
|
|
3021
3021
|
type: "deploy";
|
|
@@ -3188,8 +3188,8 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3188
3188
|
blockNumber?: number | undefined;
|
|
3189
3189
|
};
|
|
3190
3190
|
relatedAddresses: {
|
|
3191
|
-
type: "wallet" | "token";
|
|
3192
3191
|
address: `0x${string}`;
|
|
3192
|
+
type: "wallet" | "token";
|
|
3193
3193
|
network: "ethereum" | "zksync" | "zksync2" | "starknet";
|
|
3194
3194
|
}[] | null;
|
|
3195
3195
|
title?: string | undefined;
|
|
@@ -3242,9 +3242,9 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3242
3242
|
amount: string;
|
|
3243
3243
|
label: string;
|
|
3244
3244
|
token: {
|
|
3245
|
-
type: string;
|
|
3246
3245
|
name: string;
|
|
3247
3246
|
address: string;
|
|
3247
|
+
type: string;
|
|
3248
3248
|
unknown: boolean;
|
|
3249
3249
|
symbol?: string | undefined;
|
|
3250
3250
|
decimals?: number | undefined;
|
|
@@ -3253,22 +3253,22 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3253
3253
|
usd: string;
|
|
3254
3254
|
editable: boolean;
|
|
3255
3255
|
} | {
|
|
3256
|
-
type: "address";
|
|
3257
3256
|
address: string;
|
|
3257
|
+
type: "address";
|
|
3258
3258
|
label: string;
|
|
3259
3259
|
verified?: boolean | undefined;
|
|
3260
3260
|
addressName?: string | undefined;
|
|
3261
3261
|
} | {
|
|
3262
|
-
type: "timestamp";
|
|
3263
3262
|
value: string;
|
|
3263
|
+
type: "timestamp";
|
|
3264
3264
|
label: string;
|
|
3265
3265
|
} | {
|
|
3266
3266
|
type: "token_address";
|
|
3267
3267
|
label: string;
|
|
3268
3268
|
token: {
|
|
3269
|
-
type: string;
|
|
3270
3269
|
name: string;
|
|
3271
3270
|
address: string;
|
|
3271
|
+
type: string;
|
|
3272
3272
|
unknown: boolean;
|
|
3273
3273
|
symbol?: string | undefined;
|
|
3274
3274
|
decimals?: number | undefined;
|
|
@@ -3287,9 +3287,9 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3287
3287
|
type: "nft";
|
|
3288
3288
|
label: string;
|
|
3289
3289
|
token: {
|
|
3290
|
-
type: string;
|
|
3291
3290
|
name: string;
|
|
3292
3291
|
address: string;
|
|
3292
|
+
type: string;
|
|
3293
3293
|
unknown: boolean;
|
|
3294
3294
|
symbol?: string | undefined;
|
|
3295
3295
|
decimals?: number | undefined;
|
|
@@ -3301,9 +3301,9 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3301
3301
|
amount: string;
|
|
3302
3302
|
label: string;
|
|
3303
3303
|
token: {
|
|
3304
|
-
type: string;
|
|
3305
3304
|
name: string;
|
|
3306
3305
|
address: string;
|
|
3306
|
+
type: string;
|
|
3307
3307
|
unknown: boolean;
|
|
3308
3308
|
symbol?: string | undefined;
|
|
3309
3309
|
decimals?: number | undefined;
|
|
@@ -3312,22 +3312,22 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3312
3312
|
usd: string;
|
|
3313
3313
|
editable: boolean;
|
|
3314
3314
|
} | {
|
|
3315
|
-
type: "address";
|
|
3316
3315
|
address: string;
|
|
3316
|
+
type: "address";
|
|
3317
3317
|
label: string;
|
|
3318
3318
|
verified?: boolean | undefined;
|
|
3319
3319
|
addressName?: string | undefined;
|
|
3320
3320
|
} | {
|
|
3321
|
-
type: "timestamp";
|
|
3322
3321
|
value: string;
|
|
3322
|
+
type: "timestamp";
|
|
3323
3323
|
label: string;
|
|
3324
3324
|
} | {
|
|
3325
3325
|
type: "token_address";
|
|
3326
3326
|
label: string;
|
|
3327
3327
|
token: {
|
|
3328
|
-
type: string;
|
|
3329
3328
|
name: string;
|
|
3330
3329
|
address: string;
|
|
3330
|
+
type: string;
|
|
3331
3331
|
unknown: boolean;
|
|
3332
3332
|
symbol?: string | undefined;
|
|
3333
3333
|
decimals?: number | undefined;
|
|
@@ -3346,9 +3346,9 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3346
3346
|
type: "nft";
|
|
3347
3347
|
label: string;
|
|
3348
3348
|
token: {
|
|
3349
|
-
type: string;
|
|
3350
3349
|
name: string;
|
|
3351
3350
|
address: string;
|
|
3351
|
+
type: string;
|
|
3352
3352
|
unknown: boolean;
|
|
3353
3353
|
symbol?: string | undefined;
|
|
3354
3354
|
decimals?: number | undefined;
|
|
@@ -3357,8 +3357,8 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3357
3357
|
})[] | undefined;
|
|
3358
3358
|
}[] | undefined;
|
|
3359
3359
|
}, {
|
|
3360
|
-
type: "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
|
|
3361
3360
|
status: "pending" | "success" | "failure";
|
|
3361
|
+
type: "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
|
|
3362
3362
|
wallet: string;
|
|
3363
3363
|
details: {
|
|
3364
3364
|
type: "deploy";
|
|
@@ -3531,8 +3531,8 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3531
3531
|
blockNumber?: number | undefined;
|
|
3532
3532
|
};
|
|
3533
3533
|
relatedAddresses: {
|
|
3534
|
-
type: "wallet" | "token";
|
|
3535
3534
|
address: string;
|
|
3535
|
+
type: "wallet" | "token";
|
|
3536
3536
|
network: "ethereum" | "zksync" | "zksync2" | "starknet";
|
|
3537
3537
|
}[] | null;
|
|
3538
3538
|
title?: string | undefined;
|
|
@@ -3585,9 +3585,9 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3585
3585
|
amount: string;
|
|
3586
3586
|
label: string;
|
|
3587
3587
|
token: {
|
|
3588
|
-
type: string;
|
|
3589
3588
|
name: string;
|
|
3590
3589
|
address: string;
|
|
3590
|
+
type: string;
|
|
3591
3591
|
unknown: boolean;
|
|
3592
3592
|
symbol?: string | undefined;
|
|
3593
3593
|
decimals?: number | undefined;
|
|
@@ -3596,22 +3596,22 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3596
3596
|
usd: string;
|
|
3597
3597
|
editable: boolean;
|
|
3598
3598
|
} | {
|
|
3599
|
-
type: "address";
|
|
3600
3599
|
address: string;
|
|
3600
|
+
type: "address";
|
|
3601
3601
|
label: string;
|
|
3602
3602
|
verified?: boolean | undefined;
|
|
3603
3603
|
addressName?: string | undefined;
|
|
3604
3604
|
} | {
|
|
3605
|
-
type: "timestamp";
|
|
3606
3605
|
value: string;
|
|
3606
|
+
type: "timestamp";
|
|
3607
3607
|
label: string;
|
|
3608
3608
|
} | {
|
|
3609
3609
|
type: "token_address";
|
|
3610
3610
|
label: string;
|
|
3611
3611
|
token: {
|
|
3612
|
-
type: string;
|
|
3613
3612
|
name: string;
|
|
3614
3613
|
address: string;
|
|
3614
|
+
type: string;
|
|
3615
3615
|
unknown: boolean;
|
|
3616
3616
|
symbol?: string | undefined;
|
|
3617
3617
|
decimals?: number | undefined;
|
|
@@ -3630,9 +3630,9 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3630
3630
|
type: "nft";
|
|
3631
3631
|
label: string;
|
|
3632
3632
|
token: {
|
|
3633
|
-
type: string;
|
|
3634
3633
|
name: string;
|
|
3635
3634
|
address: string;
|
|
3635
|
+
type: string;
|
|
3636
3636
|
unknown: boolean;
|
|
3637
3637
|
symbol?: string | undefined;
|
|
3638
3638
|
decimals?: number | undefined;
|
|
@@ -3644,9 +3644,9 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3644
3644
|
amount: string;
|
|
3645
3645
|
label: string;
|
|
3646
3646
|
token: {
|
|
3647
|
-
type: string;
|
|
3648
3647
|
name: string;
|
|
3649
3648
|
address: string;
|
|
3649
|
+
type: string;
|
|
3650
3650
|
unknown: boolean;
|
|
3651
3651
|
symbol?: string | undefined;
|
|
3652
3652
|
decimals?: number | undefined;
|
|
@@ -3655,22 +3655,22 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3655
3655
|
usd: string;
|
|
3656
3656
|
editable: boolean;
|
|
3657
3657
|
} | {
|
|
3658
|
-
type: "address";
|
|
3659
3658
|
address: string;
|
|
3659
|
+
type: "address";
|
|
3660
3660
|
label: string;
|
|
3661
3661
|
verified?: boolean | undefined;
|
|
3662
3662
|
addressName?: string | undefined;
|
|
3663
3663
|
} | {
|
|
3664
|
-
type: "timestamp";
|
|
3665
3664
|
value: string;
|
|
3665
|
+
type: "timestamp";
|
|
3666
3666
|
label: string;
|
|
3667
3667
|
} | {
|
|
3668
3668
|
type: "token_address";
|
|
3669
3669
|
label: string;
|
|
3670
3670
|
token: {
|
|
3671
|
-
type: string;
|
|
3672
3671
|
name: string;
|
|
3673
3672
|
address: string;
|
|
3673
|
+
type: string;
|
|
3674
3674
|
unknown: boolean;
|
|
3675
3675
|
symbol?: string | undefined;
|
|
3676
3676
|
decimals?: number | undefined;
|
|
@@ -3689,9 +3689,9 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3689
3689
|
type: "nft";
|
|
3690
3690
|
label: string;
|
|
3691
3691
|
token: {
|
|
3692
|
-
type: string;
|
|
3693
3692
|
name: string;
|
|
3694
3693
|
address: string;
|
|
3694
|
+
type: string;
|
|
3695
3695
|
unknown: boolean;
|
|
3696
3696
|
symbol?: string | undefined;
|
|
3697
3697
|
decimals?: number | undefined;
|
|
@@ -3883,12 +3883,12 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
3883
3883
|
network: z.ZodEnum<["ethereum", "starknet", "zksync", "zksync2"]>;
|
|
3884
3884
|
type: z.ZodEnum<["wallet", "token"]>;
|
|
3885
3885
|
}, "strip", z.ZodTypeAny, {
|
|
3886
|
-
type: "wallet" | "token";
|
|
3887
3886
|
address: `0x${string}`;
|
|
3887
|
+
type: "wallet" | "token";
|
|
3888
3888
|
network: "ethereum" | "zksync" | "zksync2" | "starknet";
|
|
3889
3889
|
}, {
|
|
3890
|
-
type: "wallet" | "token";
|
|
3891
3890
|
address: string;
|
|
3891
|
+
type: "wallet" | "token";
|
|
3892
3892
|
network: "ethereum" | "zksync" | "zksync2" | "starknet";
|
|
3893
3893
|
}>, "many">>;
|
|
3894
3894
|
network: z.ZodString;
|
|
@@ -4925,17 +4925,17 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
4925
4925
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
4926
4926
|
type: z.ZodString;
|
|
4927
4927
|
}, "strip", z.ZodTypeAny, {
|
|
4928
|
-
type: string;
|
|
4929
4928
|
name: string;
|
|
4930
4929
|
address: string;
|
|
4930
|
+
type: string;
|
|
4931
4931
|
unknown: boolean;
|
|
4932
4932
|
symbol?: string | undefined;
|
|
4933
4933
|
decimals?: number | undefined;
|
|
4934
4934
|
iconUrl?: string | undefined;
|
|
4935
4935
|
}, {
|
|
4936
|
-
type: string;
|
|
4937
4936
|
name: string;
|
|
4938
4937
|
address: string;
|
|
4938
|
+
type: string;
|
|
4939
4939
|
unknown: boolean;
|
|
4940
4940
|
symbol?: string | undefined;
|
|
4941
4941
|
decimals?: number | undefined;
|
|
@@ -4949,9 +4949,9 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
4949
4949
|
amount: string;
|
|
4950
4950
|
label: string;
|
|
4951
4951
|
token: {
|
|
4952
|
-
type: string;
|
|
4953
4952
|
name: string;
|
|
4954
4953
|
address: string;
|
|
4954
|
+
type: string;
|
|
4955
4955
|
unknown: boolean;
|
|
4956
4956
|
symbol?: string | undefined;
|
|
4957
4957
|
decimals?: number | undefined;
|
|
@@ -4964,9 +4964,9 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
4964
4964
|
amount: string;
|
|
4965
4965
|
label: string;
|
|
4966
4966
|
token: {
|
|
4967
|
-
type: string;
|
|
4968
4967
|
name: string;
|
|
4969
4968
|
address: string;
|
|
4969
|
+
type: string;
|
|
4970
4970
|
unknown: boolean;
|
|
4971
4971
|
symbol?: string | undefined;
|
|
4972
4972
|
decimals?: number | undefined;
|
|
@@ -4981,14 +4981,14 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
4981
4981
|
addressName: z.ZodOptional<z.ZodString>;
|
|
4982
4982
|
verified: z.ZodOptional<z.ZodBoolean>;
|
|
4983
4983
|
}, "strip", z.ZodTypeAny, {
|
|
4984
|
-
type: "address";
|
|
4985
4984
|
address: string;
|
|
4985
|
+
type: "address";
|
|
4986
4986
|
label: string;
|
|
4987
4987
|
verified?: boolean | undefined;
|
|
4988
4988
|
addressName?: string | undefined;
|
|
4989
4989
|
}, {
|
|
4990
|
-
type: "address";
|
|
4991
4990
|
address: string;
|
|
4991
|
+
type: "address";
|
|
4992
4992
|
label: string;
|
|
4993
4993
|
verified?: boolean | undefined;
|
|
4994
4994
|
addressName?: string | undefined;
|
|
@@ -4997,12 +4997,12 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
4997
4997
|
label: z.ZodString;
|
|
4998
4998
|
value: z.ZodString;
|
|
4999
4999
|
}, "strip", z.ZodTypeAny, {
|
|
5000
|
-
type: "timestamp";
|
|
5001
5000
|
value: string;
|
|
5001
|
+
type: "timestamp";
|
|
5002
5002
|
label: string;
|
|
5003
5003
|
}, {
|
|
5004
|
-
type: "timestamp";
|
|
5005
5004
|
value: string;
|
|
5005
|
+
type: "timestamp";
|
|
5006
5006
|
label: string;
|
|
5007
5007
|
}>, z.ZodObject<{
|
|
5008
5008
|
type: z.ZodLiteral<"token_address">;
|
|
@@ -5016,17 +5016,17 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5016
5016
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
5017
5017
|
type: z.ZodString;
|
|
5018
5018
|
}, "strip", z.ZodTypeAny, {
|
|
5019
|
-
type: string;
|
|
5020
5019
|
name: string;
|
|
5021
5020
|
address: string;
|
|
5021
|
+
type: string;
|
|
5022
5022
|
unknown: boolean;
|
|
5023
5023
|
symbol?: string | undefined;
|
|
5024
5024
|
decimals?: number | undefined;
|
|
5025
5025
|
iconUrl?: string | undefined;
|
|
5026
5026
|
}, {
|
|
5027
|
-
type: string;
|
|
5028
5027
|
name: string;
|
|
5029
5028
|
address: string;
|
|
5029
|
+
type: string;
|
|
5030
5030
|
unknown: boolean;
|
|
5031
5031
|
symbol?: string | undefined;
|
|
5032
5032
|
decimals?: number | undefined;
|
|
@@ -5036,9 +5036,9 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5036
5036
|
type: "token_address";
|
|
5037
5037
|
label: string;
|
|
5038
5038
|
token: {
|
|
5039
|
-
type: string;
|
|
5040
5039
|
name: string;
|
|
5041
5040
|
address: string;
|
|
5041
|
+
type: string;
|
|
5042
5042
|
unknown: boolean;
|
|
5043
5043
|
symbol?: string | undefined;
|
|
5044
5044
|
decimals?: number | undefined;
|
|
@@ -5048,9 +5048,9 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5048
5048
|
type: "token_address";
|
|
5049
5049
|
label: string;
|
|
5050
5050
|
token: {
|
|
5051
|
-
type: string;
|
|
5052
5051
|
name: string;
|
|
5053
5052
|
address: string;
|
|
5053
|
+
type: string;
|
|
5054
5054
|
unknown: boolean;
|
|
5055
5055
|
symbol?: string | undefined;
|
|
5056
5056
|
decimals?: number | undefined;
|
|
@@ -5095,17 +5095,17 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5095
5095
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
5096
5096
|
type: z.ZodString;
|
|
5097
5097
|
}, "strip", z.ZodTypeAny, {
|
|
5098
|
-
type: string;
|
|
5099
5098
|
name: string;
|
|
5100
5099
|
address: string;
|
|
5100
|
+
type: string;
|
|
5101
5101
|
unknown: boolean;
|
|
5102
5102
|
symbol?: string | undefined;
|
|
5103
5103
|
decimals?: number | undefined;
|
|
5104
5104
|
iconUrl?: string | undefined;
|
|
5105
5105
|
}, {
|
|
5106
|
-
type: string;
|
|
5107
5106
|
name: string;
|
|
5108
5107
|
address: string;
|
|
5108
|
+
type: string;
|
|
5109
5109
|
unknown: boolean;
|
|
5110
5110
|
symbol?: string | undefined;
|
|
5111
5111
|
decimals?: number | undefined;
|
|
@@ -5115,9 +5115,9 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5115
5115
|
type: "nft";
|
|
5116
5116
|
label: string;
|
|
5117
5117
|
token: {
|
|
5118
|
-
type: string;
|
|
5119
5118
|
name: string;
|
|
5120
5119
|
address: string;
|
|
5120
|
+
type: string;
|
|
5121
5121
|
unknown: boolean;
|
|
5122
5122
|
symbol?: string | undefined;
|
|
5123
5123
|
decimals?: number | undefined;
|
|
@@ -5127,9 +5127,9 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5127
5127
|
type: "nft";
|
|
5128
5128
|
label: string;
|
|
5129
5129
|
token: {
|
|
5130
|
-
type: string;
|
|
5131
5130
|
name: string;
|
|
5132
5131
|
address: string;
|
|
5132
|
+
type: string;
|
|
5133
5133
|
unknown: boolean;
|
|
5134
5134
|
symbol?: string | undefined;
|
|
5135
5135
|
decimals?: number | undefined;
|
|
@@ -5148,17 +5148,17 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5148
5148
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
5149
5149
|
type: z.ZodString;
|
|
5150
5150
|
}, "strip", z.ZodTypeAny, {
|
|
5151
|
-
type: string;
|
|
5152
5151
|
name: string;
|
|
5153
5152
|
address: string;
|
|
5153
|
+
type: string;
|
|
5154
5154
|
unknown: boolean;
|
|
5155
5155
|
symbol?: string | undefined;
|
|
5156
5156
|
decimals?: number | undefined;
|
|
5157
5157
|
iconUrl?: string | undefined;
|
|
5158
5158
|
}, {
|
|
5159
|
-
type: string;
|
|
5160
5159
|
name: string;
|
|
5161
5160
|
address: string;
|
|
5161
|
+
type: string;
|
|
5162
5162
|
unknown: boolean;
|
|
5163
5163
|
symbol?: string | undefined;
|
|
5164
5164
|
decimals?: number | undefined;
|
|
@@ -5172,9 +5172,9 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5172
5172
|
amount: string;
|
|
5173
5173
|
label: string;
|
|
5174
5174
|
token: {
|
|
5175
|
-
type: string;
|
|
5176
5175
|
name: string;
|
|
5177
5176
|
address: string;
|
|
5177
|
+
type: string;
|
|
5178
5178
|
unknown: boolean;
|
|
5179
5179
|
symbol?: string | undefined;
|
|
5180
5180
|
decimals?: number | undefined;
|
|
@@ -5187,9 +5187,9 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5187
5187
|
amount: string;
|
|
5188
5188
|
label: string;
|
|
5189
5189
|
token: {
|
|
5190
|
-
type: string;
|
|
5191
5190
|
name: string;
|
|
5192
5191
|
address: string;
|
|
5192
|
+
type: string;
|
|
5193
5193
|
unknown: boolean;
|
|
5194
5194
|
symbol?: string | undefined;
|
|
5195
5195
|
decimals?: number | undefined;
|
|
@@ -5204,14 +5204,14 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5204
5204
|
addressName: z.ZodOptional<z.ZodString>;
|
|
5205
5205
|
verified: z.ZodOptional<z.ZodBoolean>;
|
|
5206
5206
|
}, "strip", z.ZodTypeAny, {
|
|
5207
|
-
type: "address";
|
|
5208
5207
|
address: string;
|
|
5208
|
+
type: "address";
|
|
5209
5209
|
label: string;
|
|
5210
5210
|
verified?: boolean | undefined;
|
|
5211
5211
|
addressName?: string | undefined;
|
|
5212
5212
|
}, {
|
|
5213
|
-
type: "address";
|
|
5214
5213
|
address: string;
|
|
5214
|
+
type: "address";
|
|
5215
5215
|
label: string;
|
|
5216
5216
|
verified?: boolean | undefined;
|
|
5217
5217
|
addressName?: string | undefined;
|
|
@@ -5220,12 +5220,12 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5220
5220
|
label: z.ZodString;
|
|
5221
5221
|
value: z.ZodString;
|
|
5222
5222
|
}, "strip", z.ZodTypeAny, {
|
|
5223
|
-
type: "timestamp";
|
|
5224
5223
|
value: string;
|
|
5224
|
+
type: "timestamp";
|
|
5225
5225
|
label: string;
|
|
5226
5226
|
}, {
|
|
5227
|
-
type: "timestamp";
|
|
5228
5227
|
value: string;
|
|
5228
|
+
type: "timestamp";
|
|
5229
5229
|
label: string;
|
|
5230
5230
|
}>, z.ZodObject<{
|
|
5231
5231
|
type: z.ZodLiteral<"token_address">;
|
|
@@ -5239,17 +5239,17 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5239
5239
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
5240
5240
|
type: z.ZodString;
|
|
5241
5241
|
}, "strip", z.ZodTypeAny, {
|
|
5242
|
-
type: string;
|
|
5243
5242
|
name: string;
|
|
5244
5243
|
address: string;
|
|
5244
|
+
type: string;
|
|
5245
5245
|
unknown: boolean;
|
|
5246
5246
|
symbol?: string | undefined;
|
|
5247
5247
|
decimals?: number | undefined;
|
|
5248
5248
|
iconUrl?: string | undefined;
|
|
5249
5249
|
}, {
|
|
5250
|
-
type: string;
|
|
5251
5250
|
name: string;
|
|
5252
5251
|
address: string;
|
|
5252
|
+
type: string;
|
|
5253
5253
|
unknown: boolean;
|
|
5254
5254
|
symbol?: string | undefined;
|
|
5255
5255
|
decimals?: number | undefined;
|
|
@@ -5259,9 +5259,9 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5259
5259
|
type: "token_address";
|
|
5260
5260
|
label: string;
|
|
5261
5261
|
token: {
|
|
5262
|
-
type: string;
|
|
5263
5262
|
name: string;
|
|
5264
5263
|
address: string;
|
|
5264
|
+
type: string;
|
|
5265
5265
|
unknown: boolean;
|
|
5266
5266
|
symbol?: string | undefined;
|
|
5267
5267
|
decimals?: number | undefined;
|
|
@@ -5271,9 +5271,9 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5271
5271
|
type: "token_address";
|
|
5272
5272
|
label: string;
|
|
5273
5273
|
token: {
|
|
5274
|
-
type: string;
|
|
5275
5274
|
name: string;
|
|
5276
5275
|
address: string;
|
|
5276
|
+
type: string;
|
|
5277
5277
|
unknown: boolean;
|
|
5278
5278
|
symbol?: string | undefined;
|
|
5279
5279
|
decimals?: number | undefined;
|
|
@@ -5318,17 +5318,17 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5318
5318
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
5319
5319
|
type: z.ZodString;
|
|
5320
5320
|
}, "strip", z.ZodTypeAny, {
|
|
5321
|
-
type: string;
|
|
5322
5321
|
name: string;
|
|
5323
5322
|
address: string;
|
|
5323
|
+
type: string;
|
|
5324
5324
|
unknown: boolean;
|
|
5325
5325
|
symbol?: string | undefined;
|
|
5326
5326
|
decimals?: number | undefined;
|
|
5327
5327
|
iconUrl?: string | undefined;
|
|
5328
5328
|
}, {
|
|
5329
|
-
type: string;
|
|
5330
5329
|
name: string;
|
|
5331
5330
|
address: string;
|
|
5331
|
+
type: string;
|
|
5332
5332
|
unknown: boolean;
|
|
5333
5333
|
symbol?: string | undefined;
|
|
5334
5334
|
decimals?: number | undefined;
|
|
@@ -5338,9 +5338,9 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5338
5338
|
type: "nft";
|
|
5339
5339
|
label: string;
|
|
5340
5340
|
token: {
|
|
5341
|
-
type: string;
|
|
5342
5341
|
name: string;
|
|
5343
5342
|
address: string;
|
|
5343
|
+
type: string;
|
|
5344
5344
|
unknown: boolean;
|
|
5345
5345
|
symbol?: string | undefined;
|
|
5346
5346
|
decimals?: number | undefined;
|
|
@@ -5350,9 +5350,9 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5350
5350
|
type: "nft";
|
|
5351
5351
|
label: string;
|
|
5352
5352
|
token: {
|
|
5353
|
-
type: string;
|
|
5354
5353
|
name: string;
|
|
5355
5354
|
address: string;
|
|
5355
|
+
type: string;
|
|
5356
5356
|
unknown: boolean;
|
|
5357
5357
|
symbol?: string | undefined;
|
|
5358
5358
|
decimals?: number | undefined;
|
|
@@ -5366,9 +5366,9 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5366
5366
|
amount: string;
|
|
5367
5367
|
label: string;
|
|
5368
5368
|
token: {
|
|
5369
|
-
type: string;
|
|
5370
5369
|
name: string;
|
|
5371
5370
|
address: string;
|
|
5371
|
+
type: string;
|
|
5372
5372
|
unknown: boolean;
|
|
5373
5373
|
symbol?: string | undefined;
|
|
5374
5374
|
decimals?: number | undefined;
|
|
@@ -5377,22 +5377,22 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5377
5377
|
usd: string;
|
|
5378
5378
|
editable: boolean;
|
|
5379
5379
|
} | {
|
|
5380
|
-
type: "address";
|
|
5381
5380
|
address: string;
|
|
5381
|
+
type: "address";
|
|
5382
5382
|
label: string;
|
|
5383
5383
|
verified?: boolean | undefined;
|
|
5384
5384
|
addressName?: string | undefined;
|
|
5385
5385
|
} | {
|
|
5386
|
-
type: "timestamp";
|
|
5387
5386
|
value: string;
|
|
5387
|
+
type: "timestamp";
|
|
5388
5388
|
label: string;
|
|
5389
5389
|
} | {
|
|
5390
5390
|
type: "token_address";
|
|
5391
5391
|
label: string;
|
|
5392
5392
|
token: {
|
|
5393
|
-
type: string;
|
|
5394
5393
|
name: string;
|
|
5395
5394
|
address: string;
|
|
5395
|
+
type: string;
|
|
5396
5396
|
unknown: boolean;
|
|
5397
5397
|
symbol?: string | undefined;
|
|
5398
5398
|
decimals?: number | undefined;
|
|
@@ -5411,9 +5411,9 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5411
5411
|
type: "nft";
|
|
5412
5412
|
label: string;
|
|
5413
5413
|
token: {
|
|
5414
|
-
type: string;
|
|
5415
5414
|
name: string;
|
|
5416
5415
|
address: string;
|
|
5416
|
+
type: string;
|
|
5417
5417
|
unknown: boolean;
|
|
5418
5418
|
symbol?: string | undefined;
|
|
5419
5419
|
decimals?: number | undefined;
|
|
@@ -5425,9 +5425,9 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5425
5425
|
amount: string;
|
|
5426
5426
|
label: string;
|
|
5427
5427
|
token: {
|
|
5428
|
-
type: string;
|
|
5429
5428
|
name: string;
|
|
5430
5429
|
address: string;
|
|
5430
|
+
type: string;
|
|
5431
5431
|
unknown: boolean;
|
|
5432
5432
|
symbol?: string | undefined;
|
|
5433
5433
|
decimals?: number | undefined;
|
|
@@ -5436,22 +5436,22 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5436
5436
|
usd: string;
|
|
5437
5437
|
editable: boolean;
|
|
5438
5438
|
} | {
|
|
5439
|
-
type: "address";
|
|
5440
5439
|
address: string;
|
|
5440
|
+
type: "address";
|
|
5441
5441
|
label: string;
|
|
5442
5442
|
verified?: boolean | undefined;
|
|
5443
5443
|
addressName?: string | undefined;
|
|
5444
5444
|
} | {
|
|
5445
|
-
type: "timestamp";
|
|
5446
5445
|
value: string;
|
|
5446
|
+
type: "timestamp";
|
|
5447
5447
|
label: string;
|
|
5448
5448
|
} | {
|
|
5449
5449
|
type: "token_address";
|
|
5450
5450
|
label: string;
|
|
5451
5451
|
token: {
|
|
5452
|
-
type: string;
|
|
5453
5452
|
name: string;
|
|
5454
5453
|
address: string;
|
|
5454
|
+
type: string;
|
|
5455
5455
|
unknown: boolean;
|
|
5456
5456
|
symbol?: string | undefined;
|
|
5457
5457
|
decimals?: number | undefined;
|
|
@@ -5470,9 +5470,9 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5470
5470
|
type: "nft";
|
|
5471
5471
|
label: string;
|
|
5472
5472
|
token: {
|
|
5473
|
-
type: string;
|
|
5474
5473
|
name: string;
|
|
5475
5474
|
address: string;
|
|
5475
|
+
type: string;
|
|
5476
5476
|
unknown: boolean;
|
|
5477
5477
|
symbol?: string | undefined;
|
|
5478
5478
|
decimals?: number | undefined;
|
|
@@ -5486,9 +5486,9 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5486
5486
|
amount: string;
|
|
5487
5487
|
label: string;
|
|
5488
5488
|
token: {
|
|
5489
|
-
type: string;
|
|
5490
5489
|
name: string;
|
|
5491
5490
|
address: string;
|
|
5491
|
+
type: string;
|
|
5492
5492
|
unknown: boolean;
|
|
5493
5493
|
symbol?: string | undefined;
|
|
5494
5494
|
decimals?: number | undefined;
|
|
@@ -5497,22 +5497,22 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5497
5497
|
usd: string;
|
|
5498
5498
|
editable: boolean;
|
|
5499
5499
|
} | {
|
|
5500
|
-
type: "address";
|
|
5501
5500
|
address: string;
|
|
5501
|
+
type: "address";
|
|
5502
5502
|
label: string;
|
|
5503
5503
|
verified?: boolean | undefined;
|
|
5504
5504
|
addressName?: string | undefined;
|
|
5505
5505
|
} | {
|
|
5506
|
-
type: "timestamp";
|
|
5507
5506
|
value: string;
|
|
5507
|
+
type: "timestamp";
|
|
5508
5508
|
label: string;
|
|
5509
5509
|
} | {
|
|
5510
5510
|
type: "token_address";
|
|
5511
5511
|
label: string;
|
|
5512
5512
|
token: {
|
|
5513
|
-
type: string;
|
|
5514
5513
|
name: string;
|
|
5515
5514
|
address: string;
|
|
5515
|
+
type: string;
|
|
5516
5516
|
unknown: boolean;
|
|
5517
5517
|
symbol?: string | undefined;
|
|
5518
5518
|
decimals?: number | undefined;
|
|
@@ -5531,9 +5531,9 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5531
5531
|
type: "nft";
|
|
5532
5532
|
label: string;
|
|
5533
5533
|
token: {
|
|
5534
|
-
type: string;
|
|
5535
5534
|
name: string;
|
|
5536
5535
|
address: string;
|
|
5536
|
+
type: string;
|
|
5537
5537
|
unknown: boolean;
|
|
5538
5538
|
symbol?: string | undefined;
|
|
5539
5539
|
decimals?: number | undefined;
|
|
@@ -5545,9 +5545,9 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5545
5545
|
amount: string;
|
|
5546
5546
|
label: string;
|
|
5547
5547
|
token: {
|
|
5548
|
-
type: string;
|
|
5549
5548
|
name: string;
|
|
5550
5549
|
address: string;
|
|
5550
|
+
type: string;
|
|
5551
5551
|
unknown: boolean;
|
|
5552
5552
|
symbol?: string | undefined;
|
|
5553
5553
|
decimals?: number | undefined;
|
|
@@ -5556,22 +5556,22 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5556
5556
|
usd: string;
|
|
5557
5557
|
editable: boolean;
|
|
5558
5558
|
} | {
|
|
5559
|
-
type: "address";
|
|
5560
5559
|
address: string;
|
|
5560
|
+
type: "address";
|
|
5561
5561
|
label: string;
|
|
5562
5562
|
verified?: boolean | undefined;
|
|
5563
5563
|
addressName?: string | undefined;
|
|
5564
5564
|
} | {
|
|
5565
|
-
type: "timestamp";
|
|
5566
5565
|
value: string;
|
|
5566
|
+
type: "timestamp";
|
|
5567
5567
|
label: string;
|
|
5568
5568
|
} | {
|
|
5569
5569
|
type: "token_address";
|
|
5570
5570
|
label: string;
|
|
5571
5571
|
token: {
|
|
5572
|
-
type: string;
|
|
5573
5572
|
name: string;
|
|
5574
5573
|
address: string;
|
|
5574
|
+
type: string;
|
|
5575
5575
|
unknown: boolean;
|
|
5576
5576
|
symbol?: string | undefined;
|
|
5577
5577
|
decimals?: number | undefined;
|
|
@@ -5590,9 +5590,9 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5590
5590
|
type: "nft";
|
|
5591
5591
|
label: string;
|
|
5592
5592
|
token: {
|
|
5593
|
-
type: string;
|
|
5594
5593
|
name: string;
|
|
5595
5594
|
address: string;
|
|
5595
|
+
type: string;
|
|
5596
5596
|
unknown: boolean;
|
|
5597
5597
|
symbol?: string | undefined;
|
|
5598
5598
|
decimals?: number | undefined;
|
|
@@ -5637,7 +5637,6 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5637
5637
|
}, "strip", z.ZodTypeAny, {
|
|
5638
5638
|
name: string;
|
|
5639
5639
|
description: string;
|
|
5640
|
-
iconUrl: string;
|
|
5641
5640
|
logoUrl: string;
|
|
5642
5641
|
argentVerified: boolean;
|
|
5643
5642
|
links: {
|
|
@@ -5645,10 +5644,10 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5645
5644
|
url: string;
|
|
5646
5645
|
position: number;
|
|
5647
5646
|
}[];
|
|
5647
|
+
iconUrl: string;
|
|
5648
5648
|
}, {
|
|
5649
5649
|
name: string;
|
|
5650
5650
|
description: string;
|
|
5651
|
-
iconUrl: string;
|
|
5652
5651
|
logoUrl: string;
|
|
5653
5652
|
argentVerified: boolean;
|
|
5654
5653
|
links: {
|
|
@@ -5656,6 +5655,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5656
5655
|
url: string;
|
|
5657
5656
|
position: number;
|
|
5658
5657
|
}[];
|
|
5658
|
+
iconUrl: string;
|
|
5659
5659
|
}>>;
|
|
5660
5660
|
meta: z.ZodOptional<z.ZodObject<{
|
|
5661
5661
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -5675,8 +5675,8 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5675
5675
|
subtitle?: string | undefined;
|
|
5676
5676
|
}>>;
|
|
5677
5677
|
}>, "strip", z.ZodTypeAny, {
|
|
5678
|
-
type: "native";
|
|
5679
5678
|
status: "rejected" | "pending" | "success" | "failure" | "cancelled" | "queued";
|
|
5679
|
+
type: "native";
|
|
5680
5680
|
submitted: number;
|
|
5681
5681
|
lastModified: number;
|
|
5682
5682
|
transaction: {
|
|
@@ -5725,7 +5725,6 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5725
5725
|
dapp?: {
|
|
5726
5726
|
name: string;
|
|
5727
5727
|
description: string;
|
|
5728
|
-
iconUrl: string;
|
|
5729
5728
|
logoUrl: string;
|
|
5730
5729
|
argentVerified: boolean;
|
|
5731
5730
|
links: {
|
|
@@ -5733,6 +5732,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5733
5732
|
url: string;
|
|
5734
5733
|
position: number;
|
|
5735
5734
|
}[];
|
|
5735
|
+
iconUrl: string;
|
|
5736
5736
|
} | undefined;
|
|
5737
5737
|
actions?: {
|
|
5738
5738
|
name: string;
|
|
@@ -5741,9 +5741,9 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5741
5741
|
amount: string;
|
|
5742
5742
|
label: string;
|
|
5743
5743
|
token: {
|
|
5744
|
-
type: string;
|
|
5745
5744
|
name: string;
|
|
5746
5745
|
address: string;
|
|
5746
|
+
type: string;
|
|
5747
5747
|
unknown: boolean;
|
|
5748
5748
|
symbol?: string | undefined;
|
|
5749
5749
|
decimals?: number | undefined;
|
|
@@ -5752,22 +5752,22 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5752
5752
|
usd: string;
|
|
5753
5753
|
editable: boolean;
|
|
5754
5754
|
} | {
|
|
5755
|
-
type: "address";
|
|
5756
5755
|
address: string;
|
|
5756
|
+
type: "address";
|
|
5757
5757
|
label: string;
|
|
5758
5758
|
verified?: boolean | undefined;
|
|
5759
5759
|
addressName?: string | undefined;
|
|
5760
5760
|
} | {
|
|
5761
|
-
type: "timestamp";
|
|
5762
5761
|
value: string;
|
|
5762
|
+
type: "timestamp";
|
|
5763
5763
|
label: string;
|
|
5764
5764
|
} | {
|
|
5765
5765
|
type: "token_address";
|
|
5766
5766
|
label: string;
|
|
5767
5767
|
token: {
|
|
5768
|
-
type: string;
|
|
5769
5768
|
name: string;
|
|
5770
5769
|
address: string;
|
|
5770
|
+
type: string;
|
|
5771
5771
|
unknown: boolean;
|
|
5772
5772
|
symbol?: string | undefined;
|
|
5773
5773
|
decimals?: number | undefined;
|
|
@@ -5786,9 +5786,9 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5786
5786
|
type: "nft";
|
|
5787
5787
|
label: string;
|
|
5788
5788
|
token: {
|
|
5789
|
-
type: string;
|
|
5790
5789
|
name: string;
|
|
5791
5790
|
address: string;
|
|
5791
|
+
type: string;
|
|
5792
5792
|
unknown: boolean;
|
|
5793
5793
|
symbol?: string | undefined;
|
|
5794
5794
|
decimals?: number | undefined;
|
|
@@ -5800,9 +5800,9 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5800
5800
|
amount: string;
|
|
5801
5801
|
label: string;
|
|
5802
5802
|
token: {
|
|
5803
|
-
type: string;
|
|
5804
5803
|
name: string;
|
|
5805
5804
|
address: string;
|
|
5805
|
+
type: string;
|
|
5806
5806
|
unknown: boolean;
|
|
5807
5807
|
symbol?: string | undefined;
|
|
5808
5808
|
decimals?: number | undefined;
|
|
@@ -5811,22 +5811,22 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5811
5811
|
usd: string;
|
|
5812
5812
|
editable: boolean;
|
|
5813
5813
|
} | {
|
|
5814
|
-
type: "address";
|
|
5815
5814
|
address: string;
|
|
5815
|
+
type: "address";
|
|
5816
5816
|
label: string;
|
|
5817
5817
|
verified?: boolean | undefined;
|
|
5818
5818
|
addressName?: string | undefined;
|
|
5819
5819
|
} | {
|
|
5820
|
-
type: "timestamp";
|
|
5821
5820
|
value: string;
|
|
5821
|
+
type: "timestamp";
|
|
5822
5822
|
label: string;
|
|
5823
5823
|
} | {
|
|
5824
5824
|
type: "token_address";
|
|
5825
5825
|
label: string;
|
|
5826
5826
|
token: {
|
|
5827
|
-
type: string;
|
|
5828
5827
|
name: string;
|
|
5829
5828
|
address: string;
|
|
5829
|
+
type: string;
|
|
5830
5830
|
unknown: boolean;
|
|
5831
5831
|
symbol?: string | undefined;
|
|
5832
5832
|
decimals?: number | undefined;
|
|
@@ -5845,9 +5845,9 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5845
5845
|
type: "nft";
|
|
5846
5846
|
label: string;
|
|
5847
5847
|
token: {
|
|
5848
|
-
type: string;
|
|
5849
5848
|
name: string;
|
|
5850
5849
|
address: string;
|
|
5850
|
+
type: string;
|
|
5851
5851
|
unknown: boolean;
|
|
5852
5852
|
symbol?: string | undefined;
|
|
5853
5853
|
decimals?: number | undefined;
|
|
@@ -5856,8 +5856,8 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5856
5856
|
})[] | undefined;
|
|
5857
5857
|
}[] | undefined;
|
|
5858
5858
|
}, {
|
|
5859
|
-
type: "native";
|
|
5860
5859
|
status: "rejected" | "pending" | "success" | "failure" | "cancelled" | "queued";
|
|
5860
|
+
type: "native";
|
|
5861
5861
|
submitted: number;
|
|
5862
5862
|
lastModified: number;
|
|
5863
5863
|
transaction: {
|
|
@@ -5906,7 +5906,6 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5906
5906
|
dapp?: {
|
|
5907
5907
|
name: string;
|
|
5908
5908
|
description: string;
|
|
5909
|
-
iconUrl: string;
|
|
5910
5909
|
logoUrl: string;
|
|
5911
5910
|
argentVerified: boolean;
|
|
5912
5911
|
links: {
|
|
@@ -5914,6 +5913,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5914
5913
|
url: string;
|
|
5915
5914
|
position: number;
|
|
5916
5915
|
}[];
|
|
5916
|
+
iconUrl: string;
|
|
5917
5917
|
} | undefined;
|
|
5918
5918
|
actions?: {
|
|
5919
5919
|
name: string;
|
|
@@ -5922,9 +5922,9 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5922
5922
|
amount: string;
|
|
5923
5923
|
label: string;
|
|
5924
5924
|
token: {
|
|
5925
|
-
type: string;
|
|
5926
5925
|
name: string;
|
|
5927
5926
|
address: string;
|
|
5927
|
+
type: string;
|
|
5928
5928
|
unknown: boolean;
|
|
5929
5929
|
symbol?: string | undefined;
|
|
5930
5930
|
decimals?: number | undefined;
|
|
@@ -5933,22 +5933,22 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5933
5933
|
usd: string;
|
|
5934
5934
|
editable: boolean;
|
|
5935
5935
|
} | {
|
|
5936
|
-
type: "address";
|
|
5937
5936
|
address: string;
|
|
5937
|
+
type: "address";
|
|
5938
5938
|
label: string;
|
|
5939
5939
|
verified?: boolean | undefined;
|
|
5940
5940
|
addressName?: string | undefined;
|
|
5941
5941
|
} | {
|
|
5942
|
-
type: "timestamp";
|
|
5943
5942
|
value: string;
|
|
5943
|
+
type: "timestamp";
|
|
5944
5944
|
label: string;
|
|
5945
5945
|
} | {
|
|
5946
5946
|
type: "token_address";
|
|
5947
5947
|
label: string;
|
|
5948
5948
|
token: {
|
|
5949
|
-
type: string;
|
|
5950
5949
|
name: string;
|
|
5951
5950
|
address: string;
|
|
5951
|
+
type: string;
|
|
5952
5952
|
unknown: boolean;
|
|
5953
5953
|
symbol?: string | undefined;
|
|
5954
5954
|
decimals?: number | undefined;
|
|
@@ -5967,9 +5967,9 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5967
5967
|
type: "nft";
|
|
5968
5968
|
label: string;
|
|
5969
5969
|
token: {
|
|
5970
|
-
type: string;
|
|
5971
5970
|
name: string;
|
|
5972
5971
|
address: string;
|
|
5972
|
+
type: string;
|
|
5973
5973
|
unknown: boolean;
|
|
5974
5974
|
symbol?: string | undefined;
|
|
5975
5975
|
decimals?: number | undefined;
|
|
@@ -5981,9 +5981,9 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5981
5981
|
amount: string;
|
|
5982
5982
|
label: string;
|
|
5983
5983
|
token: {
|
|
5984
|
-
type: string;
|
|
5985
5984
|
name: string;
|
|
5986
5985
|
address: string;
|
|
5986
|
+
type: string;
|
|
5987
5987
|
unknown: boolean;
|
|
5988
5988
|
symbol?: string | undefined;
|
|
5989
5989
|
decimals?: number | undefined;
|
|
@@ -5992,22 +5992,22 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5992
5992
|
usd: string;
|
|
5993
5993
|
editable: boolean;
|
|
5994
5994
|
} | {
|
|
5995
|
-
type: "address";
|
|
5996
5995
|
address: string;
|
|
5996
|
+
type: "address";
|
|
5997
5997
|
label: string;
|
|
5998
5998
|
verified?: boolean | undefined;
|
|
5999
5999
|
addressName?: string | undefined;
|
|
6000
6000
|
} | {
|
|
6001
|
-
type: "timestamp";
|
|
6002
6001
|
value: string;
|
|
6002
|
+
type: "timestamp";
|
|
6003
6003
|
label: string;
|
|
6004
6004
|
} | {
|
|
6005
6005
|
type: "token_address";
|
|
6006
6006
|
label: string;
|
|
6007
6007
|
token: {
|
|
6008
|
-
type: string;
|
|
6009
6008
|
name: string;
|
|
6010
6009
|
address: string;
|
|
6010
|
+
type: string;
|
|
6011
6011
|
unknown: boolean;
|
|
6012
6012
|
symbol?: string | undefined;
|
|
6013
6013
|
decimals?: number | undefined;
|
|
@@ -6026,9 +6026,9 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6026
6026
|
type: "nft";
|
|
6027
6027
|
label: string;
|
|
6028
6028
|
token: {
|
|
6029
|
-
type: string;
|
|
6030
6029
|
name: string;
|
|
6031
6030
|
address: string;
|
|
6031
|
+
type: string;
|
|
6032
6032
|
unknown: boolean;
|
|
6033
6033
|
symbol?: string | undefined;
|
|
6034
6034
|
decimals?: number | undefined;
|
|
@@ -6198,12 +6198,12 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
6198
6198
|
network: z.ZodEnum<["ethereum", "starknet", "zksync", "zksync2"]>;
|
|
6199
6199
|
type: z.ZodEnum<["wallet", "token"]>;
|
|
6200
6200
|
}, "strip", z.ZodTypeAny, {
|
|
6201
|
-
type: "wallet" | "token";
|
|
6202
6201
|
address: `0x${string}`;
|
|
6202
|
+
type: "wallet" | "token";
|
|
6203
6203
|
network: "ethereum" | "zksync" | "zksync2" | "starknet";
|
|
6204
6204
|
}, {
|
|
6205
|
-
type: "wallet" | "token";
|
|
6206
6205
|
address: string;
|
|
6206
|
+
type: "wallet" | "token";
|
|
6207
6207
|
network: "ethereum" | "zksync" | "zksync2" | "starknet";
|
|
6208
6208
|
}>, "many">>;
|
|
6209
6209
|
network: z.ZodString;
|
|
@@ -7240,17 +7240,17 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7240
7240
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
7241
7241
|
type: z.ZodString;
|
|
7242
7242
|
}, "strip", z.ZodTypeAny, {
|
|
7243
|
-
type: string;
|
|
7244
7243
|
name: string;
|
|
7245
7244
|
address: string;
|
|
7245
|
+
type: string;
|
|
7246
7246
|
unknown: boolean;
|
|
7247
7247
|
symbol?: string | undefined;
|
|
7248
7248
|
decimals?: number | undefined;
|
|
7249
7249
|
iconUrl?: string | undefined;
|
|
7250
7250
|
}, {
|
|
7251
|
-
type: string;
|
|
7252
7251
|
name: string;
|
|
7253
7252
|
address: string;
|
|
7253
|
+
type: string;
|
|
7254
7254
|
unknown: boolean;
|
|
7255
7255
|
symbol?: string | undefined;
|
|
7256
7256
|
decimals?: number | undefined;
|
|
@@ -7264,9 +7264,9 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7264
7264
|
amount: string;
|
|
7265
7265
|
label: string;
|
|
7266
7266
|
token: {
|
|
7267
|
-
type: string;
|
|
7268
7267
|
name: string;
|
|
7269
7268
|
address: string;
|
|
7269
|
+
type: string;
|
|
7270
7270
|
unknown: boolean;
|
|
7271
7271
|
symbol?: string | undefined;
|
|
7272
7272
|
decimals?: number | undefined;
|
|
@@ -7279,9 +7279,9 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7279
7279
|
amount: string;
|
|
7280
7280
|
label: string;
|
|
7281
7281
|
token: {
|
|
7282
|
-
type: string;
|
|
7283
7282
|
name: string;
|
|
7284
7283
|
address: string;
|
|
7284
|
+
type: string;
|
|
7285
7285
|
unknown: boolean;
|
|
7286
7286
|
symbol?: string | undefined;
|
|
7287
7287
|
decimals?: number | undefined;
|
|
@@ -7296,14 +7296,14 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7296
7296
|
addressName: z.ZodOptional<z.ZodString>;
|
|
7297
7297
|
verified: z.ZodOptional<z.ZodBoolean>;
|
|
7298
7298
|
}, "strip", z.ZodTypeAny, {
|
|
7299
|
-
type: "address";
|
|
7300
7299
|
address: string;
|
|
7300
|
+
type: "address";
|
|
7301
7301
|
label: string;
|
|
7302
7302
|
verified?: boolean | undefined;
|
|
7303
7303
|
addressName?: string | undefined;
|
|
7304
7304
|
}, {
|
|
7305
|
-
type: "address";
|
|
7306
7305
|
address: string;
|
|
7306
|
+
type: "address";
|
|
7307
7307
|
label: string;
|
|
7308
7308
|
verified?: boolean | undefined;
|
|
7309
7309
|
addressName?: string | undefined;
|
|
@@ -7312,12 +7312,12 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7312
7312
|
label: z.ZodString;
|
|
7313
7313
|
value: z.ZodString;
|
|
7314
7314
|
}, "strip", z.ZodTypeAny, {
|
|
7315
|
-
type: "timestamp";
|
|
7316
7315
|
value: string;
|
|
7316
|
+
type: "timestamp";
|
|
7317
7317
|
label: string;
|
|
7318
7318
|
}, {
|
|
7319
|
-
type: "timestamp";
|
|
7320
7319
|
value: string;
|
|
7320
|
+
type: "timestamp";
|
|
7321
7321
|
label: string;
|
|
7322
7322
|
}>, z.ZodObject<{
|
|
7323
7323
|
type: z.ZodLiteral<"token_address">;
|
|
@@ -7331,17 +7331,17 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7331
7331
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
7332
7332
|
type: z.ZodString;
|
|
7333
7333
|
}, "strip", z.ZodTypeAny, {
|
|
7334
|
-
type: string;
|
|
7335
7334
|
name: string;
|
|
7336
7335
|
address: string;
|
|
7336
|
+
type: string;
|
|
7337
7337
|
unknown: boolean;
|
|
7338
7338
|
symbol?: string | undefined;
|
|
7339
7339
|
decimals?: number | undefined;
|
|
7340
7340
|
iconUrl?: string | undefined;
|
|
7341
7341
|
}, {
|
|
7342
|
-
type: string;
|
|
7343
7342
|
name: string;
|
|
7344
7343
|
address: string;
|
|
7344
|
+
type: string;
|
|
7345
7345
|
unknown: boolean;
|
|
7346
7346
|
symbol?: string | undefined;
|
|
7347
7347
|
decimals?: number | undefined;
|
|
@@ -7351,9 +7351,9 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7351
7351
|
type: "token_address";
|
|
7352
7352
|
label: string;
|
|
7353
7353
|
token: {
|
|
7354
|
-
type: string;
|
|
7355
7354
|
name: string;
|
|
7356
7355
|
address: string;
|
|
7356
|
+
type: string;
|
|
7357
7357
|
unknown: boolean;
|
|
7358
7358
|
symbol?: string | undefined;
|
|
7359
7359
|
decimals?: number | undefined;
|
|
@@ -7363,9 +7363,9 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7363
7363
|
type: "token_address";
|
|
7364
7364
|
label: string;
|
|
7365
7365
|
token: {
|
|
7366
|
-
type: string;
|
|
7367
7366
|
name: string;
|
|
7368
7367
|
address: string;
|
|
7368
|
+
type: string;
|
|
7369
7369
|
unknown: boolean;
|
|
7370
7370
|
symbol?: string | undefined;
|
|
7371
7371
|
decimals?: number | undefined;
|
|
@@ -7410,17 +7410,17 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7410
7410
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
7411
7411
|
type: z.ZodString;
|
|
7412
7412
|
}, "strip", z.ZodTypeAny, {
|
|
7413
|
-
type: string;
|
|
7414
7413
|
name: string;
|
|
7415
7414
|
address: string;
|
|
7415
|
+
type: string;
|
|
7416
7416
|
unknown: boolean;
|
|
7417
7417
|
symbol?: string | undefined;
|
|
7418
7418
|
decimals?: number | undefined;
|
|
7419
7419
|
iconUrl?: string | undefined;
|
|
7420
7420
|
}, {
|
|
7421
|
-
type: string;
|
|
7422
7421
|
name: string;
|
|
7423
7422
|
address: string;
|
|
7423
|
+
type: string;
|
|
7424
7424
|
unknown: boolean;
|
|
7425
7425
|
symbol?: string | undefined;
|
|
7426
7426
|
decimals?: number | undefined;
|
|
@@ -7430,9 +7430,9 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7430
7430
|
type: "nft";
|
|
7431
7431
|
label: string;
|
|
7432
7432
|
token: {
|
|
7433
|
-
type: string;
|
|
7434
7433
|
name: string;
|
|
7435
7434
|
address: string;
|
|
7435
|
+
type: string;
|
|
7436
7436
|
unknown: boolean;
|
|
7437
7437
|
symbol?: string | undefined;
|
|
7438
7438
|
decimals?: number | undefined;
|
|
@@ -7442,9 +7442,9 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7442
7442
|
type: "nft";
|
|
7443
7443
|
label: string;
|
|
7444
7444
|
token: {
|
|
7445
|
-
type: string;
|
|
7446
7445
|
name: string;
|
|
7447
7446
|
address: string;
|
|
7447
|
+
type: string;
|
|
7448
7448
|
unknown: boolean;
|
|
7449
7449
|
symbol?: string | undefined;
|
|
7450
7450
|
decimals?: number | undefined;
|
|
@@ -7463,17 +7463,17 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7463
7463
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
7464
7464
|
type: z.ZodString;
|
|
7465
7465
|
}, "strip", z.ZodTypeAny, {
|
|
7466
|
-
type: string;
|
|
7467
7466
|
name: string;
|
|
7468
7467
|
address: string;
|
|
7468
|
+
type: string;
|
|
7469
7469
|
unknown: boolean;
|
|
7470
7470
|
symbol?: string | undefined;
|
|
7471
7471
|
decimals?: number | undefined;
|
|
7472
7472
|
iconUrl?: string | undefined;
|
|
7473
7473
|
}, {
|
|
7474
|
-
type: string;
|
|
7475
7474
|
name: string;
|
|
7476
7475
|
address: string;
|
|
7476
|
+
type: string;
|
|
7477
7477
|
unknown: boolean;
|
|
7478
7478
|
symbol?: string | undefined;
|
|
7479
7479
|
decimals?: number | undefined;
|
|
@@ -7487,9 +7487,9 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7487
7487
|
amount: string;
|
|
7488
7488
|
label: string;
|
|
7489
7489
|
token: {
|
|
7490
|
-
type: string;
|
|
7491
7490
|
name: string;
|
|
7492
7491
|
address: string;
|
|
7492
|
+
type: string;
|
|
7493
7493
|
unknown: boolean;
|
|
7494
7494
|
symbol?: string | undefined;
|
|
7495
7495
|
decimals?: number | undefined;
|
|
@@ -7502,9 +7502,9 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7502
7502
|
amount: string;
|
|
7503
7503
|
label: string;
|
|
7504
7504
|
token: {
|
|
7505
|
-
type: string;
|
|
7506
7505
|
name: string;
|
|
7507
7506
|
address: string;
|
|
7507
|
+
type: string;
|
|
7508
7508
|
unknown: boolean;
|
|
7509
7509
|
symbol?: string | undefined;
|
|
7510
7510
|
decimals?: number | undefined;
|
|
@@ -7519,14 +7519,14 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7519
7519
|
addressName: z.ZodOptional<z.ZodString>;
|
|
7520
7520
|
verified: z.ZodOptional<z.ZodBoolean>;
|
|
7521
7521
|
}, "strip", z.ZodTypeAny, {
|
|
7522
|
-
type: "address";
|
|
7523
7522
|
address: string;
|
|
7523
|
+
type: "address";
|
|
7524
7524
|
label: string;
|
|
7525
7525
|
verified?: boolean | undefined;
|
|
7526
7526
|
addressName?: string | undefined;
|
|
7527
7527
|
}, {
|
|
7528
|
-
type: "address";
|
|
7529
7528
|
address: string;
|
|
7529
|
+
type: "address";
|
|
7530
7530
|
label: string;
|
|
7531
7531
|
verified?: boolean | undefined;
|
|
7532
7532
|
addressName?: string | undefined;
|
|
@@ -7535,12 +7535,12 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7535
7535
|
label: z.ZodString;
|
|
7536
7536
|
value: z.ZodString;
|
|
7537
7537
|
}, "strip", z.ZodTypeAny, {
|
|
7538
|
-
type: "timestamp";
|
|
7539
7538
|
value: string;
|
|
7539
|
+
type: "timestamp";
|
|
7540
7540
|
label: string;
|
|
7541
7541
|
}, {
|
|
7542
|
-
type: "timestamp";
|
|
7543
7542
|
value: string;
|
|
7543
|
+
type: "timestamp";
|
|
7544
7544
|
label: string;
|
|
7545
7545
|
}>, z.ZodObject<{
|
|
7546
7546
|
type: z.ZodLiteral<"token_address">;
|
|
@@ -7554,17 +7554,17 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7554
7554
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
7555
7555
|
type: z.ZodString;
|
|
7556
7556
|
}, "strip", z.ZodTypeAny, {
|
|
7557
|
-
type: string;
|
|
7558
7557
|
name: string;
|
|
7559
7558
|
address: string;
|
|
7559
|
+
type: string;
|
|
7560
7560
|
unknown: boolean;
|
|
7561
7561
|
symbol?: string | undefined;
|
|
7562
7562
|
decimals?: number | undefined;
|
|
7563
7563
|
iconUrl?: string | undefined;
|
|
7564
7564
|
}, {
|
|
7565
|
-
type: string;
|
|
7566
7565
|
name: string;
|
|
7567
7566
|
address: string;
|
|
7567
|
+
type: string;
|
|
7568
7568
|
unknown: boolean;
|
|
7569
7569
|
symbol?: string | undefined;
|
|
7570
7570
|
decimals?: number | undefined;
|
|
@@ -7574,9 +7574,9 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7574
7574
|
type: "token_address";
|
|
7575
7575
|
label: string;
|
|
7576
7576
|
token: {
|
|
7577
|
-
type: string;
|
|
7578
7577
|
name: string;
|
|
7579
7578
|
address: string;
|
|
7579
|
+
type: string;
|
|
7580
7580
|
unknown: boolean;
|
|
7581
7581
|
symbol?: string | undefined;
|
|
7582
7582
|
decimals?: number | undefined;
|
|
@@ -7586,9 +7586,9 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7586
7586
|
type: "token_address";
|
|
7587
7587
|
label: string;
|
|
7588
7588
|
token: {
|
|
7589
|
-
type: string;
|
|
7590
7589
|
name: string;
|
|
7591
7590
|
address: string;
|
|
7591
|
+
type: string;
|
|
7592
7592
|
unknown: boolean;
|
|
7593
7593
|
symbol?: string | undefined;
|
|
7594
7594
|
decimals?: number | undefined;
|
|
@@ -7633,17 +7633,17 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7633
7633
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
7634
7634
|
type: z.ZodString;
|
|
7635
7635
|
}, "strip", z.ZodTypeAny, {
|
|
7636
|
-
type: string;
|
|
7637
7636
|
name: string;
|
|
7638
7637
|
address: string;
|
|
7638
|
+
type: string;
|
|
7639
7639
|
unknown: boolean;
|
|
7640
7640
|
symbol?: string | undefined;
|
|
7641
7641
|
decimals?: number | undefined;
|
|
7642
7642
|
iconUrl?: string | undefined;
|
|
7643
7643
|
}, {
|
|
7644
|
-
type: string;
|
|
7645
7644
|
name: string;
|
|
7646
7645
|
address: string;
|
|
7646
|
+
type: string;
|
|
7647
7647
|
unknown: boolean;
|
|
7648
7648
|
symbol?: string | undefined;
|
|
7649
7649
|
decimals?: number | undefined;
|
|
@@ -7653,9 +7653,9 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7653
7653
|
type: "nft";
|
|
7654
7654
|
label: string;
|
|
7655
7655
|
token: {
|
|
7656
|
-
type: string;
|
|
7657
7656
|
name: string;
|
|
7658
7657
|
address: string;
|
|
7658
|
+
type: string;
|
|
7659
7659
|
unknown: boolean;
|
|
7660
7660
|
symbol?: string | undefined;
|
|
7661
7661
|
decimals?: number | undefined;
|
|
@@ -7665,9 +7665,9 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7665
7665
|
type: "nft";
|
|
7666
7666
|
label: string;
|
|
7667
7667
|
token: {
|
|
7668
|
-
type: string;
|
|
7669
7668
|
name: string;
|
|
7670
7669
|
address: string;
|
|
7670
|
+
type: string;
|
|
7671
7671
|
unknown: boolean;
|
|
7672
7672
|
symbol?: string | undefined;
|
|
7673
7673
|
decimals?: number | undefined;
|
|
@@ -7681,9 +7681,9 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7681
7681
|
amount: string;
|
|
7682
7682
|
label: string;
|
|
7683
7683
|
token: {
|
|
7684
|
-
type: string;
|
|
7685
7684
|
name: string;
|
|
7686
7685
|
address: string;
|
|
7686
|
+
type: string;
|
|
7687
7687
|
unknown: boolean;
|
|
7688
7688
|
symbol?: string | undefined;
|
|
7689
7689
|
decimals?: number | undefined;
|
|
@@ -7692,22 +7692,22 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7692
7692
|
usd: string;
|
|
7693
7693
|
editable: boolean;
|
|
7694
7694
|
} | {
|
|
7695
|
-
type: "address";
|
|
7696
7695
|
address: string;
|
|
7696
|
+
type: "address";
|
|
7697
7697
|
label: string;
|
|
7698
7698
|
verified?: boolean | undefined;
|
|
7699
7699
|
addressName?: string | undefined;
|
|
7700
7700
|
} | {
|
|
7701
|
-
type: "timestamp";
|
|
7702
7701
|
value: string;
|
|
7702
|
+
type: "timestamp";
|
|
7703
7703
|
label: string;
|
|
7704
7704
|
} | {
|
|
7705
7705
|
type: "token_address";
|
|
7706
7706
|
label: string;
|
|
7707
7707
|
token: {
|
|
7708
|
-
type: string;
|
|
7709
7708
|
name: string;
|
|
7710
7709
|
address: string;
|
|
7710
|
+
type: string;
|
|
7711
7711
|
unknown: boolean;
|
|
7712
7712
|
symbol?: string | undefined;
|
|
7713
7713
|
decimals?: number | undefined;
|
|
@@ -7726,9 +7726,9 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7726
7726
|
type: "nft";
|
|
7727
7727
|
label: string;
|
|
7728
7728
|
token: {
|
|
7729
|
-
type: string;
|
|
7730
7729
|
name: string;
|
|
7731
7730
|
address: string;
|
|
7731
|
+
type: string;
|
|
7732
7732
|
unknown: boolean;
|
|
7733
7733
|
symbol?: string | undefined;
|
|
7734
7734
|
decimals?: number | undefined;
|
|
@@ -7740,9 +7740,9 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7740
7740
|
amount: string;
|
|
7741
7741
|
label: string;
|
|
7742
7742
|
token: {
|
|
7743
|
-
type: string;
|
|
7744
7743
|
name: string;
|
|
7745
7744
|
address: string;
|
|
7745
|
+
type: string;
|
|
7746
7746
|
unknown: boolean;
|
|
7747
7747
|
symbol?: string | undefined;
|
|
7748
7748
|
decimals?: number | undefined;
|
|
@@ -7751,22 +7751,22 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7751
7751
|
usd: string;
|
|
7752
7752
|
editable: boolean;
|
|
7753
7753
|
} | {
|
|
7754
|
-
type: "address";
|
|
7755
7754
|
address: string;
|
|
7755
|
+
type: "address";
|
|
7756
7756
|
label: string;
|
|
7757
7757
|
verified?: boolean | undefined;
|
|
7758
7758
|
addressName?: string | undefined;
|
|
7759
7759
|
} | {
|
|
7760
|
-
type: "timestamp";
|
|
7761
7760
|
value: string;
|
|
7761
|
+
type: "timestamp";
|
|
7762
7762
|
label: string;
|
|
7763
7763
|
} | {
|
|
7764
7764
|
type: "token_address";
|
|
7765
7765
|
label: string;
|
|
7766
7766
|
token: {
|
|
7767
|
-
type: string;
|
|
7768
7767
|
name: string;
|
|
7769
7768
|
address: string;
|
|
7769
|
+
type: string;
|
|
7770
7770
|
unknown: boolean;
|
|
7771
7771
|
symbol?: string | undefined;
|
|
7772
7772
|
decimals?: number | undefined;
|
|
@@ -7785,9 +7785,9 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7785
7785
|
type: "nft";
|
|
7786
7786
|
label: string;
|
|
7787
7787
|
token: {
|
|
7788
|
-
type: string;
|
|
7789
7788
|
name: string;
|
|
7790
7789
|
address: string;
|
|
7790
|
+
type: string;
|
|
7791
7791
|
unknown: boolean;
|
|
7792
7792
|
symbol?: string | undefined;
|
|
7793
7793
|
decimals?: number | undefined;
|
|
@@ -7801,9 +7801,9 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7801
7801
|
amount: string;
|
|
7802
7802
|
label: string;
|
|
7803
7803
|
token: {
|
|
7804
|
-
type: string;
|
|
7805
7804
|
name: string;
|
|
7806
7805
|
address: string;
|
|
7806
|
+
type: string;
|
|
7807
7807
|
unknown: boolean;
|
|
7808
7808
|
symbol?: string | undefined;
|
|
7809
7809
|
decimals?: number | undefined;
|
|
@@ -7812,22 +7812,22 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7812
7812
|
usd: string;
|
|
7813
7813
|
editable: boolean;
|
|
7814
7814
|
} | {
|
|
7815
|
-
type: "address";
|
|
7816
7815
|
address: string;
|
|
7816
|
+
type: "address";
|
|
7817
7817
|
label: string;
|
|
7818
7818
|
verified?: boolean | undefined;
|
|
7819
7819
|
addressName?: string | undefined;
|
|
7820
7820
|
} | {
|
|
7821
|
-
type: "timestamp";
|
|
7822
7821
|
value: string;
|
|
7822
|
+
type: "timestamp";
|
|
7823
7823
|
label: string;
|
|
7824
7824
|
} | {
|
|
7825
7825
|
type: "token_address";
|
|
7826
7826
|
label: string;
|
|
7827
7827
|
token: {
|
|
7828
|
-
type: string;
|
|
7829
7828
|
name: string;
|
|
7830
7829
|
address: string;
|
|
7830
|
+
type: string;
|
|
7831
7831
|
unknown: boolean;
|
|
7832
7832
|
symbol?: string | undefined;
|
|
7833
7833
|
decimals?: number | undefined;
|
|
@@ -7846,9 +7846,9 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7846
7846
|
type: "nft";
|
|
7847
7847
|
label: string;
|
|
7848
7848
|
token: {
|
|
7849
|
-
type: string;
|
|
7850
7849
|
name: string;
|
|
7851
7850
|
address: string;
|
|
7851
|
+
type: string;
|
|
7852
7852
|
unknown: boolean;
|
|
7853
7853
|
symbol?: string | undefined;
|
|
7854
7854
|
decimals?: number | undefined;
|
|
@@ -7860,9 +7860,9 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7860
7860
|
amount: string;
|
|
7861
7861
|
label: string;
|
|
7862
7862
|
token: {
|
|
7863
|
-
type: string;
|
|
7864
7863
|
name: string;
|
|
7865
7864
|
address: string;
|
|
7865
|
+
type: string;
|
|
7866
7866
|
unknown: boolean;
|
|
7867
7867
|
symbol?: string | undefined;
|
|
7868
7868
|
decimals?: number | undefined;
|
|
@@ -7871,22 +7871,22 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7871
7871
|
usd: string;
|
|
7872
7872
|
editable: boolean;
|
|
7873
7873
|
} | {
|
|
7874
|
-
type: "address";
|
|
7875
7874
|
address: string;
|
|
7875
|
+
type: "address";
|
|
7876
7876
|
label: string;
|
|
7877
7877
|
verified?: boolean | undefined;
|
|
7878
7878
|
addressName?: string | undefined;
|
|
7879
7879
|
} | {
|
|
7880
|
-
type: "timestamp";
|
|
7881
7880
|
value: string;
|
|
7881
|
+
type: "timestamp";
|
|
7882
7882
|
label: string;
|
|
7883
7883
|
} | {
|
|
7884
7884
|
type: "token_address";
|
|
7885
7885
|
label: string;
|
|
7886
7886
|
token: {
|
|
7887
|
-
type: string;
|
|
7888
7887
|
name: string;
|
|
7889
7888
|
address: string;
|
|
7889
|
+
type: string;
|
|
7890
7890
|
unknown: boolean;
|
|
7891
7891
|
symbol?: string | undefined;
|
|
7892
7892
|
decimals?: number | undefined;
|
|
@@ -7905,9 +7905,9 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7905
7905
|
type: "nft";
|
|
7906
7906
|
label: string;
|
|
7907
7907
|
token: {
|
|
7908
|
-
type: string;
|
|
7909
7908
|
name: string;
|
|
7910
7909
|
address: string;
|
|
7910
|
+
type: string;
|
|
7911
7911
|
unknown: boolean;
|
|
7912
7912
|
symbol?: string | undefined;
|
|
7913
7913
|
decimals?: number | undefined;
|
|
@@ -7917,8 +7917,8 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7917
7917
|
}>, "many">>;
|
|
7918
7918
|
title: z.ZodOptional<z.ZodString>;
|
|
7919
7919
|
}, "strip", z.ZodTypeAny, {
|
|
7920
|
-
type: "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
|
|
7921
7920
|
status: "pending" | "success" | "failure";
|
|
7921
|
+
type: "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
|
|
7922
7922
|
wallet: `0x${string}`;
|
|
7923
7923
|
details: {
|
|
7924
7924
|
type: "deploy";
|
|
@@ -8091,8 +8091,8 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8091
8091
|
blockNumber?: number | undefined;
|
|
8092
8092
|
};
|
|
8093
8093
|
relatedAddresses: {
|
|
8094
|
-
type: "wallet" | "token";
|
|
8095
8094
|
address: `0x${string}`;
|
|
8095
|
+
type: "wallet" | "token";
|
|
8096
8096
|
network: "ethereum" | "zksync" | "zksync2" | "starknet";
|
|
8097
8097
|
}[] | null;
|
|
8098
8098
|
title?: string | undefined;
|
|
@@ -8145,9 +8145,9 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8145
8145
|
amount: string;
|
|
8146
8146
|
label: string;
|
|
8147
8147
|
token: {
|
|
8148
|
-
type: string;
|
|
8149
8148
|
name: string;
|
|
8150
8149
|
address: string;
|
|
8150
|
+
type: string;
|
|
8151
8151
|
unknown: boolean;
|
|
8152
8152
|
symbol?: string | undefined;
|
|
8153
8153
|
decimals?: number | undefined;
|
|
@@ -8156,22 +8156,22 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8156
8156
|
usd: string;
|
|
8157
8157
|
editable: boolean;
|
|
8158
8158
|
} | {
|
|
8159
|
-
type: "address";
|
|
8160
8159
|
address: string;
|
|
8160
|
+
type: "address";
|
|
8161
8161
|
label: string;
|
|
8162
8162
|
verified?: boolean | undefined;
|
|
8163
8163
|
addressName?: string | undefined;
|
|
8164
8164
|
} | {
|
|
8165
|
-
type: "timestamp";
|
|
8166
8165
|
value: string;
|
|
8166
|
+
type: "timestamp";
|
|
8167
8167
|
label: string;
|
|
8168
8168
|
} | {
|
|
8169
8169
|
type: "token_address";
|
|
8170
8170
|
label: string;
|
|
8171
8171
|
token: {
|
|
8172
|
-
type: string;
|
|
8173
8172
|
name: string;
|
|
8174
8173
|
address: string;
|
|
8174
|
+
type: string;
|
|
8175
8175
|
unknown: boolean;
|
|
8176
8176
|
symbol?: string | undefined;
|
|
8177
8177
|
decimals?: number | undefined;
|
|
@@ -8190,9 +8190,9 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8190
8190
|
type: "nft";
|
|
8191
8191
|
label: string;
|
|
8192
8192
|
token: {
|
|
8193
|
-
type: string;
|
|
8194
8193
|
name: string;
|
|
8195
8194
|
address: string;
|
|
8195
|
+
type: string;
|
|
8196
8196
|
unknown: boolean;
|
|
8197
8197
|
symbol?: string | undefined;
|
|
8198
8198
|
decimals?: number | undefined;
|
|
@@ -8204,9 +8204,9 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8204
8204
|
amount: string;
|
|
8205
8205
|
label: string;
|
|
8206
8206
|
token: {
|
|
8207
|
-
type: string;
|
|
8208
8207
|
name: string;
|
|
8209
8208
|
address: string;
|
|
8209
|
+
type: string;
|
|
8210
8210
|
unknown: boolean;
|
|
8211
8211
|
symbol?: string | undefined;
|
|
8212
8212
|
decimals?: number | undefined;
|
|
@@ -8215,22 +8215,22 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8215
8215
|
usd: string;
|
|
8216
8216
|
editable: boolean;
|
|
8217
8217
|
} | {
|
|
8218
|
-
type: "address";
|
|
8219
8218
|
address: string;
|
|
8219
|
+
type: "address";
|
|
8220
8220
|
label: string;
|
|
8221
8221
|
verified?: boolean | undefined;
|
|
8222
8222
|
addressName?: string | undefined;
|
|
8223
8223
|
} | {
|
|
8224
|
-
type: "timestamp";
|
|
8225
8224
|
value: string;
|
|
8225
|
+
type: "timestamp";
|
|
8226
8226
|
label: string;
|
|
8227
8227
|
} | {
|
|
8228
8228
|
type: "token_address";
|
|
8229
8229
|
label: string;
|
|
8230
8230
|
token: {
|
|
8231
|
-
type: string;
|
|
8232
8231
|
name: string;
|
|
8233
8232
|
address: string;
|
|
8233
|
+
type: string;
|
|
8234
8234
|
unknown: boolean;
|
|
8235
8235
|
symbol?: string | undefined;
|
|
8236
8236
|
decimals?: number | undefined;
|
|
@@ -8249,9 +8249,9 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8249
8249
|
type: "nft";
|
|
8250
8250
|
label: string;
|
|
8251
8251
|
token: {
|
|
8252
|
-
type: string;
|
|
8253
8252
|
name: string;
|
|
8254
8253
|
address: string;
|
|
8254
|
+
type: string;
|
|
8255
8255
|
unknown: boolean;
|
|
8256
8256
|
symbol?: string | undefined;
|
|
8257
8257
|
decimals?: number | undefined;
|
|
@@ -8260,8 +8260,8 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8260
8260
|
})[] | undefined;
|
|
8261
8261
|
}[] | undefined;
|
|
8262
8262
|
}, {
|
|
8263
|
-
type: "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
|
|
8264
8263
|
status: "pending" | "success" | "failure";
|
|
8264
|
+
type: "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
|
|
8265
8265
|
wallet: string;
|
|
8266
8266
|
details: {
|
|
8267
8267
|
type: "deploy";
|
|
@@ -8434,8 +8434,8 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8434
8434
|
blockNumber?: number | undefined;
|
|
8435
8435
|
};
|
|
8436
8436
|
relatedAddresses: {
|
|
8437
|
-
type: "wallet" | "token";
|
|
8438
8437
|
address: string;
|
|
8438
|
+
type: "wallet" | "token";
|
|
8439
8439
|
network: "ethereum" | "zksync" | "zksync2" | "starknet";
|
|
8440
8440
|
}[] | null;
|
|
8441
8441
|
title?: string | undefined;
|
|
@@ -8488,9 +8488,9 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8488
8488
|
amount: string;
|
|
8489
8489
|
label: string;
|
|
8490
8490
|
token: {
|
|
8491
|
-
type: string;
|
|
8492
8491
|
name: string;
|
|
8493
8492
|
address: string;
|
|
8493
|
+
type: string;
|
|
8494
8494
|
unknown: boolean;
|
|
8495
8495
|
symbol?: string | undefined;
|
|
8496
8496
|
decimals?: number | undefined;
|
|
@@ -8499,22 +8499,22 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8499
8499
|
usd: string;
|
|
8500
8500
|
editable: boolean;
|
|
8501
8501
|
} | {
|
|
8502
|
-
type: "address";
|
|
8503
8502
|
address: string;
|
|
8503
|
+
type: "address";
|
|
8504
8504
|
label: string;
|
|
8505
8505
|
verified?: boolean | undefined;
|
|
8506
8506
|
addressName?: string | undefined;
|
|
8507
8507
|
} | {
|
|
8508
|
-
type: "timestamp";
|
|
8509
8508
|
value: string;
|
|
8509
|
+
type: "timestamp";
|
|
8510
8510
|
label: string;
|
|
8511
8511
|
} | {
|
|
8512
8512
|
type: "token_address";
|
|
8513
8513
|
label: string;
|
|
8514
8514
|
token: {
|
|
8515
|
-
type: string;
|
|
8516
8515
|
name: string;
|
|
8517
8516
|
address: string;
|
|
8517
|
+
type: string;
|
|
8518
8518
|
unknown: boolean;
|
|
8519
8519
|
symbol?: string | undefined;
|
|
8520
8520
|
decimals?: number | undefined;
|
|
@@ -8533,9 +8533,9 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8533
8533
|
type: "nft";
|
|
8534
8534
|
label: string;
|
|
8535
8535
|
token: {
|
|
8536
|
-
type: string;
|
|
8537
8536
|
name: string;
|
|
8538
8537
|
address: string;
|
|
8538
|
+
type: string;
|
|
8539
8539
|
unknown: boolean;
|
|
8540
8540
|
symbol?: string | undefined;
|
|
8541
8541
|
decimals?: number | undefined;
|
|
@@ -8547,9 +8547,9 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8547
8547
|
amount: string;
|
|
8548
8548
|
label: string;
|
|
8549
8549
|
token: {
|
|
8550
|
-
type: string;
|
|
8551
8550
|
name: string;
|
|
8552
8551
|
address: string;
|
|
8552
|
+
type: string;
|
|
8553
8553
|
unknown: boolean;
|
|
8554
8554
|
symbol?: string | undefined;
|
|
8555
8555
|
decimals?: number | undefined;
|
|
@@ -8558,22 +8558,22 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8558
8558
|
usd: string;
|
|
8559
8559
|
editable: boolean;
|
|
8560
8560
|
} | {
|
|
8561
|
-
type: "address";
|
|
8562
8561
|
address: string;
|
|
8562
|
+
type: "address";
|
|
8563
8563
|
label: string;
|
|
8564
8564
|
verified?: boolean | undefined;
|
|
8565
8565
|
addressName?: string | undefined;
|
|
8566
8566
|
} | {
|
|
8567
|
-
type: "timestamp";
|
|
8568
8567
|
value: string;
|
|
8568
|
+
type: "timestamp";
|
|
8569
8569
|
label: string;
|
|
8570
8570
|
} | {
|
|
8571
8571
|
type: "token_address";
|
|
8572
8572
|
label: string;
|
|
8573
8573
|
token: {
|
|
8574
|
-
type: string;
|
|
8575
8574
|
name: string;
|
|
8576
8575
|
address: string;
|
|
8576
|
+
type: string;
|
|
8577
8577
|
unknown: boolean;
|
|
8578
8578
|
symbol?: string | undefined;
|
|
8579
8579
|
decimals?: number | undefined;
|
|
@@ -8592,9 +8592,9 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8592
8592
|
type: "nft";
|
|
8593
8593
|
label: string;
|
|
8594
8594
|
token: {
|
|
8595
|
-
type: string;
|
|
8596
8595
|
name: string;
|
|
8597
8596
|
address: string;
|
|
8597
|
+
type: string;
|
|
8598
8598
|
unknown: boolean;
|
|
8599
8599
|
symbol?: string | undefined;
|
|
8600
8600
|
decimals?: number | undefined;
|
|
@@ -8763,12 +8763,12 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
8763
8763
|
network: z.ZodEnum<["ethereum", "starknet", "zksync", "zksync2"]>;
|
|
8764
8764
|
type: z.ZodEnum<["wallet", "token"]>;
|
|
8765
8765
|
}, "strip", z.ZodTypeAny, {
|
|
8766
|
-
type: "wallet" | "token";
|
|
8767
8766
|
address: `0x${string}`;
|
|
8767
|
+
type: "wallet" | "token";
|
|
8768
8768
|
network: "ethereum" | "zksync" | "zksync2" | "starknet";
|
|
8769
8769
|
}, {
|
|
8770
|
-
type: "wallet" | "token";
|
|
8771
8770
|
address: string;
|
|
8771
|
+
type: "wallet" | "token";
|
|
8772
8772
|
network: "ethereum" | "zksync" | "zksync2" | "starknet";
|
|
8773
8773
|
}>, "many">>;
|
|
8774
8774
|
network: z.ZodString;
|
|
@@ -9805,17 +9805,17 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
9805
9805
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
9806
9806
|
type: z.ZodString;
|
|
9807
9807
|
}, "strip", z.ZodTypeAny, {
|
|
9808
|
-
type: string;
|
|
9809
9808
|
name: string;
|
|
9810
9809
|
address: string;
|
|
9810
|
+
type: string;
|
|
9811
9811
|
unknown: boolean;
|
|
9812
9812
|
symbol?: string | undefined;
|
|
9813
9813
|
decimals?: number | undefined;
|
|
9814
9814
|
iconUrl?: string | undefined;
|
|
9815
9815
|
}, {
|
|
9816
|
-
type: string;
|
|
9817
9816
|
name: string;
|
|
9818
9817
|
address: string;
|
|
9818
|
+
type: string;
|
|
9819
9819
|
unknown: boolean;
|
|
9820
9820
|
symbol?: string | undefined;
|
|
9821
9821
|
decimals?: number | undefined;
|
|
@@ -9829,9 +9829,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
9829
9829
|
amount: string;
|
|
9830
9830
|
label: string;
|
|
9831
9831
|
token: {
|
|
9832
|
-
type: string;
|
|
9833
9832
|
name: string;
|
|
9834
9833
|
address: string;
|
|
9834
|
+
type: string;
|
|
9835
9835
|
unknown: boolean;
|
|
9836
9836
|
symbol?: string | undefined;
|
|
9837
9837
|
decimals?: number | undefined;
|
|
@@ -9844,9 +9844,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
9844
9844
|
amount: string;
|
|
9845
9845
|
label: string;
|
|
9846
9846
|
token: {
|
|
9847
|
-
type: string;
|
|
9848
9847
|
name: string;
|
|
9849
9848
|
address: string;
|
|
9849
|
+
type: string;
|
|
9850
9850
|
unknown: boolean;
|
|
9851
9851
|
symbol?: string | undefined;
|
|
9852
9852
|
decimals?: number | undefined;
|
|
@@ -9861,14 +9861,14 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
9861
9861
|
addressName: z.ZodOptional<z.ZodString>;
|
|
9862
9862
|
verified: z.ZodOptional<z.ZodBoolean>;
|
|
9863
9863
|
}, "strip", z.ZodTypeAny, {
|
|
9864
|
-
type: "address";
|
|
9865
9864
|
address: string;
|
|
9865
|
+
type: "address";
|
|
9866
9866
|
label: string;
|
|
9867
9867
|
verified?: boolean | undefined;
|
|
9868
9868
|
addressName?: string | undefined;
|
|
9869
9869
|
}, {
|
|
9870
|
-
type: "address";
|
|
9871
9870
|
address: string;
|
|
9871
|
+
type: "address";
|
|
9872
9872
|
label: string;
|
|
9873
9873
|
verified?: boolean | undefined;
|
|
9874
9874
|
addressName?: string | undefined;
|
|
@@ -9877,12 +9877,12 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
9877
9877
|
label: z.ZodString;
|
|
9878
9878
|
value: z.ZodString;
|
|
9879
9879
|
}, "strip", z.ZodTypeAny, {
|
|
9880
|
-
type: "timestamp";
|
|
9881
9880
|
value: string;
|
|
9881
|
+
type: "timestamp";
|
|
9882
9882
|
label: string;
|
|
9883
9883
|
}, {
|
|
9884
|
-
type: "timestamp";
|
|
9885
9884
|
value: string;
|
|
9885
|
+
type: "timestamp";
|
|
9886
9886
|
label: string;
|
|
9887
9887
|
}>, z.ZodObject<{
|
|
9888
9888
|
type: z.ZodLiteral<"token_address">;
|
|
@@ -9896,17 +9896,17 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
9896
9896
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
9897
9897
|
type: z.ZodString;
|
|
9898
9898
|
}, "strip", z.ZodTypeAny, {
|
|
9899
|
-
type: string;
|
|
9900
9899
|
name: string;
|
|
9901
9900
|
address: string;
|
|
9901
|
+
type: string;
|
|
9902
9902
|
unknown: boolean;
|
|
9903
9903
|
symbol?: string | undefined;
|
|
9904
9904
|
decimals?: number | undefined;
|
|
9905
9905
|
iconUrl?: string | undefined;
|
|
9906
9906
|
}, {
|
|
9907
|
-
type: string;
|
|
9908
9907
|
name: string;
|
|
9909
9908
|
address: string;
|
|
9909
|
+
type: string;
|
|
9910
9910
|
unknown: boolean;
|
|
9911
9911
|
symbol?: string | undefined;
|
|
9912
9912
|
decimals?: number | undefined;
|
|
@@ -9916,9 +9916,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
9916
9916
|
type: "token_address";
|
|
9917
9917
|
label: string;
|
|
9918
9918
|
token: {
|
|
9919
|
-
type: string;
|
|
9920
9919
|
name: string;
|
|
9921
9920
|
address: string;
|
|
9921
|
+
type: string;
|
|
9922
9922
|
unknown: boolean;
|
|
9923
9923
|
symbol?: string | undefined;
|
|
9924
9924
|
decimals?: number | undefined;
|
|
@@ -9928,9 +9928,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
9928
9928
|
type: "token_address";
|
|
9929
9929
|
label: string;
|
|
9930
9930
|
token: {
|
|
9931
|
-
type: string;
|
|
9932
9931
|
name: string;
|
|
9933
9932
|
address: string;
|
|
9933
|
+
type: string;
|
|
9934
9934
|
unknown: boolean;
|
|
9935
9935
|
symbol?: string | undefined;
|
|
9936
9936
|
decimals?: number | undefined;
|
|
@@ -9975,17 +9975,17 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
9975
9975
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
9976
9976
|
type: z.ZodString;
|
|
9977
9977
|
}, "strip", z.ZodTypeAny, {
|
|
9978
|
-
type: string;
|
|
9979
9978
|
name: string;
|
|
9980
9979
|
address: string;
|
|
9980
|
+
type: string;
|
|
9981
9981
|
unknown: boolean;
|
|
9982
9982
|
symbol?: string | undefined;
|
|
9983
9983
|
decimals?: number | undefined;
|
|
9984
9984
|
iconUrl?: string | undefined;
|
|
9985
9985
|
}, {
|
|
9986
|
-
type: string;
|
|
9987
9986
|
name: string;
|
|
9988
9987
|
address: string;
|
|
9988
|
+
type: string;
|
|
9989
9989
|
unknown: boolean;
|
|
9990
9990
|
symbol?: string | undefined;
|
|
9991
9991
|
decimals?: number | undefined;
|
|
@@ -9995,9 +9995,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
9995
9995
|
type: "nft";
|
|
9996
9996
|
label: string;
|
|
9997
9997
|
token: {
|
|
9998
|
-
type: string;
|
|
9999
9998
|
name: string;
|
|
10000
9999
|
address: string;
|
|
10000
|
+
type: string;
|
|
10001
10001
|
unknown: boolean;
|
|
10002
10002
|
symbol?: string | undefined;
|
|
10003
10003
|
decimals?: number | undefined;
|
|
@@ -10007,9 +10007,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10007
10007
|
type: "nft";
|
|
10008
10008
|
label: string;
|
|
10009
10009
|
token: {
|
|
10010
|
-
type: string;
|
|
10011
10010
|
name: string;
|
|
10012
10011
|
address: string;
|
|
10012
|
+
type: string;
|
|
10013
10013
|
unknown: boolean;
|
|
10014
10014
|
symbol?: string | undefined;
|
|
10015
10015
|
decimals?: number | undefined;
|
|
@@ -10028,17 +10028,17 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10028
10028
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
10029
10029
|
type: z.ZodString;
|
|
10030
10030
|
}, "strip", z.ZodTypeAny, {
|
|
10031
|
-
type: string;
|
|
10032
10031
|
name: string;
|
|
10033
10032
|
address: string;
|
|
10033
|
+
type: string;
|
|
10034
10034
|
unknown: boolean;
|
|
10035
10035
|
symbol?: string | undefined;
|
|
10036
10036
|
decimals?: number | undefined;
|
|
10037
10037
|
iconUrl?: string | undefined;
|
|
10038
10038
|
}, {
|
|
10039
|
-
type: string;
|
|
10040
10039
|
name: string;
|
|
10041
10040
|
address: string;
|
|
10041
|
+
type: string;
|
|
10042
10042
|
unknown: boolean;
|
|
10043
10043
|
symbol?: string | undefined;
|
|
10044
10044
|
decimals?: number | undefined;
|
|
@@ -10052,9 +10052,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10052
10052
|
amount: string;
|
|
10053
10053
|
label: string;
|
|
10054
10054
|
token: {
|
|
10055
|
-
type: string;
|
|
10056
10055
|
name: string;
|
|
10057
10056
|
address: string;
|
|
10057
|
+
type: string;
|
|
10058
10058
|
unknown: boolean;
|
|
10059
10059
|
symbol?: string | undefined;
|
|
10060
10060
|
decimals?: number | undefined;
|
|
@@ -10067,9 +10067,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10067
10067
|
amount: string;
|
|
10068
10068
|
label: string;
|
|
10069
10069
|
token: {
|
|
10070
|
-
type: string;
|
|
10071
10070
|
name: string;
|
|
10072
10071
|
address: string;
|
|
10072
|
+
type: string;
|
|
10073
10073
|
unknown: boolean;
|
|
10074
10074
|
symbol?: string | undefined;
|
|
10075
10075
|
decimals?: number | undefined;
|
|
@@ -10084,14 +10084,14 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10084
10084
|
addressName: z.ZodOptional<z.ZodString>;
|
|
10085
10085
|
verified: z.ZodOptional<z.ZodBoolean>;
|
|
10086
10086
|
}, "strip", z.ZodTypeAny, {
|
|
10087
|
-
type: "address";
|
|
10088
10087
|
address: string;
|
|
10088
|
+
type: "address";
|
|
10089
10089
|
label: string;
|
|
10090
10090
|
verified?: boolean | undefined;
|
|
10091
10091
|
addressName?: string | undefined;
|
|
10092
10092
|
}, {
|
|
10093
|
-
type: "address";
|
|
10094
10093
|
address: string;
|
|
10094
|
+
type: "address";
|
|
10095
10095
|
label: string;
|
|
10096
10096
|
verified?: boolean | undefined;
|
|
10097
10097
|
addressName?: string | undefined;
|
|
@@ -10100,12 +10100,12 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10100
10100
|
label: z.ZodString;
|
|
10101
10101
|
value: z.ZodString;
|
|
10102
10102
|
}, "strip", z.ZodTypeAny, {
|
|
10103
|
-
type: "timestamp";
|
|
10104
10103
|
value: string;
|
|
10104
|
+
type: "timestamp";
|
|
10105
10105
|
label: string;
|
|
10106
10106
|
}, {
|
|
10107
|
-
type: "timestamp";
|
|
10108
10107
|
value: string;
|
|
10108
|
+
type: "timestamp";
|
|
10109
10109
|
label: string;
|
|
10110
10110
|
}>, z.ZodObject<{
|
|
10111
10111
|
type: z.ZodLiteral<"token_address">;
|
|
@@ -10119,17 +10119,17 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10119
10119
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
10120
10120
|
type: z.ZodString;
|
|
10121
10121
|
}, "strip", z.ZodTypeAny, {
|
|
10122
|
-
type: string;
|
|
10123
10122
|
name: string;
|
|
10124
10123
|
address: string;
|
|
10124
|
+
type: string;
|
|
10125
10125
|
unknown: boolean;
|
|
10126
10126
|
symbol?: string | undefined;
|
|
10127
10127
|
decimals?: number | undefined;
|
|
10128
10128
|
iconUrl?: string | undefined;
|
|
10129
10129
|
}, {
|
|
10130
|
-
type: string;
|
|
10131
10130
|
name: string;
|
|
10132
10131
|
address: string;
|
|
10132
|
+
type: string;
|
|
10133
10133
|
unknown: boolean;
|
|
10134
10134
|
symbol?: string | undefined;
|
|
10135
10135
|
decimals?: number | undefined;
|
|
@@ -10139,9 +10139,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10139
10139
|
type: "token_address";
|
|
10140
10140
|
label: string;
|
|
10141
10141
|
token: {
|
|
10142
|
-
type: string;
|
|
10143
10142
|
name: string;
|
|
10144
10143
|
address: string;
|
|
10144
|
+
type: string;
|
|
10145
10145
|
unknown: boolean;
|
|
10146
10146
|
symbol?: string | undefined;
|
|
10147
10147
|
decimals?: number | undefined;
|
|
@@ -10151,9 +10151,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10151
10151
|
type: "token_address";
|
|
10152
10152
|
label: string;
|
|
10153
10153
|
token: {
|
|
10154
|
-
type: string;
|
|
10155
10154
|
name: string;
|
|
10156
10155
|
address: string;
|
|
10156
|
+
type: string;
|
|
10157
10157
|
unknown: boolean;
|
|
10158
10158
|
symbol?: string | undefined;
|
|
10159
10159
|
decimals?: number | undefined;
|
|
@@ -10198,17 +10198,17 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10198
10198
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
10199
10199
|
type: z.ZodString;
|
|
10200
10200
|
}, "strip", z.ZodTypeAny, {
|
|
10201
|
-
type: string;
|
|
10202
10201
|
name: string;
|
|
10203
10202
|
address: string;
|
|
10203
|
+
type: string;
|
|
10204
10204
|
unknown: boolean;
|
|
10205
10205
|
symbol?: string | undefined;
|
|
10206
10206
|
decimals?: number | undefined;
|
|
10207
10207
|
iconUrl?: string | undefined;
|
|
10208
10208
|
}, {
|
|
10209
|
-
type: string;
|
|
10210
10209
|
name: string;
|
|
10211
10210
|
address: string;
|
|
10211
|
+
type: string;
|
|
10212
10212
|
unknown: boolean;
|
|
10213
10213
|
symbol?: string | undefined;
|
|
10214
10214
|
decimals?: number | undefined;
|
|
@@ -10218,9 +10218,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10218
10218
|
type: "nft";
|
|
10219
10219
|
label: string;
|
|
10220
10220
|
token: {
|
|
10221
|
-
type: string;
|
|
10222
10221
|
name: string;
|
|
10223
10222
|
address: string;
|
|
10223
|
+
type: string;
|
|
10224
10224
|
unknown: boolean;
|
|
10225
10225
|
symbol?: string | undefined;
|
|
10226
10226
|
decimals?: number | undefined;
|
|
@@ -10230,9 +10230,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10230
10230
|
type: "nft";
|
|
10231
10231
|
label: string;
|
|
10232
10232
|
token: {
|
|
10233
|
-
type: string;
|
|
10234
10233
|
name: string;
|
|
10235
10234
|
address: string;
|
|
10235
|
+
type: string;
|
|
10236
10236
|
unknown: boolean;
|
|
10237
10237
|
symbol?: string | undefined;
|
|
10238
10238
|
decimals?: number | undefined;
|
|
@@ -10246,9 +10246,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10246
10246
|
amount: string;
|
|
10247
10247
|
label: string;
|
|
10248
10248
|
token: {
|
|
10249
|
-
type: string;
|
|
10250
10249
|
name: string;
|
|
10251
10250
|
address: string;
|
|
10251
|
+
type: string;
|
|
10252
10252
|
unknown: boolean;
|
|
10253
10253
|
symbol?: string | undefined;
|
|
10254
10254
|
decimals?: number | undefined;
|
|
@@ -10257,22 +10257,22 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10257
10257
|
usd: string;
|
|
10258
10258
|
editable: boolean;
|
|
10259
10259
|
} | {
|
|
10260
|
-
type: "address";
|
|
10261
10260
|
address: string;
|
|
10261
|
+
type: "address";
|
|
10262
10262
|
label: string;
|
|
10263
10263
|
verified?: boolean | undefined;
|
|
10264
10264
|
addressName?: string | undefined;
|
|
10265
10265
|
} | {
|
|
10266
|
-
type: "timestamp";
|
|
10267
10266
|
value: string;
|
|
10267
|
+
type: "timestamp";
|
|
10268
10268
|
label: string;
|
|
10269
10269
|
} | {
|
|
10270
10270
|
type: "token_address";
|
|
10271
10271
|
label: string;
|
|
10272
10272
|
token: {
|
|
10273
|
-
type: string;
|
|
10274
10273
|
name: string;
|
|
10275
10274
|
address: string;
|
|
10275
|
+
type: string;
|
|
10276
10276
|
unknown: boolean;
|
|
10277
10277
|
symbol?: string | undefined;
|
|
10278
10278
|
decimals?: number | undefined;
|
|
@@ -10291,9 +10291,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10291
10291
|
type: "nft";
|
|
10292
10292
|
label: string;
|
|
10293
10293
|
token: {
|
|
10294
|
-
type: string;
|
|
10295
10294
|
name: string;
|
|
10296
10295
|
address: string;
|
|
10296
|
+
type: string;
|
|
10297
10297
|
unknown: boolean;
|
|
10298
10298
|
symbol?: string | undefined;
|
|
10299
10299
|
decimals?: number | undefined;
|
|
@@ -10305,9 +10305,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10305
10305
|
amount: string;
|
|
10306
10306
|
label: string;
|
|
10307
10307
|
token: {
|
|
10308
|
-
type: string;
|
|
10309
10308
|
name: string;
|
|
10310
10309
|
address: string;
|
|
10310
|
+
type: string;
|
|
10311
10311
|
unknown: boolean;
|
|
10312
10312
|
symbol?: string | undefined;
|
|
10313
10313
|
decimals?: number | undefined;
|
|
@@ -10316,22 +10316,22 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10316
10316
|
usd: string;
|
|
10317
10317
|
editable: boolean;
|
|
10318
10318
|
} | {
|
|
10319
|
-
type: "address";
|
|
10320
10319
|
address: string;
|
|
10320
|
+
type: "address";
|
|
10321
10321
|
label: string;
|
|
10322
10322
|
verified?: boolean | undefined;
|
|
10323
10323
|
addressName?: string | undefined;
|
|
10324
10324
|
} | {
|
|
10325
|
-
type: "timestamp";
|
|
10326
10325
|
value: string;
|
|
10326
|
+
type: "timestamp";
|
|
10327
10327
|
label: string;
|
|
10328
10328
|
} | {
|
|
10329
10329
|
type: "token_address";
|
|
10330
10330
|
label: string;
|
|
10331
10331
|
token: {
|
|
10332
|
-
type: string;
|
|
10333
10332
|
name: string;
|
|
10334
10333
|
address: string;
|
|
10334
|
+
type: string;
|
|
10335
10335
|
unknown: boolean;
|
|
10336
10336
|
symbol?: string | undefined;
|
|
10337
10337
|
decimals?: number | undefined;
|
|
@@ -10350,9 +10350,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10350
10350
|
type: "nft";
|
|
10351
10351
|
label: string;
|
|
10352
10352
|
token: {
|
|
10353
|
-
type: string;
|
|
10354
10353
|
name: string;
|
|
10355
10354
|
address: string;
|
|
10355
|
+
type: string;
|
|
10356
10356
|
unknown: boolean;
|
|
10357
10357
|
symbol?: string | undefined;
|
|
10358
10358
|
decimals?: number | undefined;
|
|
@@ -10366,9 +10366,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10366
10366
|
amount: string;
|
|
10367
10367
|
label: string;
|
|
10368
10368
|
token: {
|
|
10369
|
-
type: string;
|
|
10370
10369
|
name: string;
|
|
10371
10370
|
address: string;
|
|
10371
|
+
type: string;
|
|
10372
10372
|
unknown: boolean;
|
|
10373
10373
|
symbol?: string | undefined;
|
|
10374
10374
|
decimals?: number | undefined;
|
|
@@ -10377,22 +10377,22 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10377
10377
|
usd: string;
|
|
10378
10378
|
editable: boolean;
|
|
10379
10379
|
} | {
|
|
10380
|
-
type: "address";
|
|
10381
10380
|
address: string;
|
|
10381
|
+
type: "address";
|
|
10382
10382
|
label: string;
|
|
10383
10383
|
verified?: boolean | undefined;
|
|
10384
10384
|
addressName?: string | undefined;
|
|
10385
10385
|
} | {
|
|
10386
|
-
type: "timestamp";
|
|
10387
10386
|
value: string;
|
|
10387
|
+
type: "timestamp";
|
|
10388
10388
|
label: string;
|
|
10389
10389
|
} | {
|
|
10390
10390
|
type: "token_address";
|
|
10391
10391
|
label: string;
|
|
10392
10392
|
token: {
|
|
10393
|
-
type: string;
|
|
10394
10393
|
name: string;
|
|
10395
10394
|
address: string;
|
|
10395
|
+
type: string;
|
|
10396
10396
|
unknown: boolean;
|
|
10397
10397
|
symbol?: string | undefined;
|
|
10398
10398
|
decimals?: number | undefined;
|
|
@@ -10411,9 +10411,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10411
10411
|
type: "nft";
|
|
10412
10412
|
label: string;
|
|
10413
10413
|
token: {
|
|
10414
|
-
type: string;
|
|
10415
10414
|
name: string;
|
|
10416
10415
|
address: string;
|
|
10416
|
+
type: string;
|
|
10417
10417
|
unknown: boolean;
|
|
10418
10418
|
symbol?: string | undefined;
|
|
10419
10419
|
decimals?: number | undefined;
|
|
@@ -10425,9 +10425,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10425
10425
|
amount: string;
|
|
10426
10426
|
label: string;
|
|
10427
10427
|
token: {
|
|
10428
|
-
type: string;
|
|
10429
10428
|
name: string;
|
|
10430
10429
|
address: string;
|
|
10430
|
+
type: string;
|
|
10431
10431
|
unknown: boolean;
|
|
10432
10432
|
symbol?: string | undefined;
|
|
10433
10433
|
decimals?: number | undefined;
|
|
@@ -10436,22 +10436,22 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10436
10436
|
usd: string;
|
|
10437
10437
|
editable: boolean;
|
|
10438
10438
|
} | {
|
|
10439
|
-
type: "address";
|
|
10440
10439
|
address: string;
|
|
10440
|
+
type: "address";
|
|
10441
10441
|
label: string;
|
|
10442
10442
|
verified?: boolean | undefined;
|
|
10443
10443
|
addressName?: string | undefined;
|
|
10444
10444
|
} | {
|
|
10445
|
-
type: "timestamp";
|
|
10446
10445
|
value: string;
|
|
10446
|
+
type: "timestamp";
|
|
10447
10447
|
label: string;
|
|
10448
10448
|
} | {
|
|
10449
10449
|
type: "token_address";
|
|
10450
10450
|
label: string;
|
|
10451
10451
|
token: {
|
|
10452
|
-
type: string;
|
|
10453
10452
|
name: string;
|
|
10454
10453
|
address: string;
|
|
10454
|
+
type: string;
|
|
10455
10455
|
unknown: boolean;
|
|
10456
10456
|
symbol?: string | undefined;
|
|
10457
10457
|
decimals?: number | undefined;
|
|
@@ -10470,9 +10470,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10470
10470
|
type: "nft";
|
|
10471
10471
|
label: string;
|
|
10472
10472
|
token: {
|
|
10473
|
-
type: string;
|
|
10474
10473
|
name: string;
|
|
10475
10474
|
address: string;
|
|
10475
|
+
type: string;
|
|
10476
10476
|
unknown: boolean;
|
|
10477
10477
|
symbol?: string | undefined;
|
|
10478
10478
|
decimals?: number | undefined;
|
|
@@ -10482,8 +10482,8 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10482
10482
|
}>, "many">>;
|
|
10483
10483
|
title: z.ZodOptional<z.ZodString>;
|
|
10484
10484
|
}, "strip", z.ZodTypeAny, {
|
|
10485
|
-
type: "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
|
|
10486
10485
|
status: "pending" | "success" | "failure";
|
|
10486
|
+
type: "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
|
|
10487
10487
|
wallet: `0x${string}`;
|
|
10488
10488
|
details: {
|
|
10489
10489
|
type: "deploy";
|
|
@@ -10656,8 +10656,8 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10656
10656
|
blockNumber?: number | undefined;
|
|
10657
10657
|
};
|
|
10658
10658
|
relatedAddresses: {
|
|
10659
|
-
type: "wallet" | "token";
|
|
10660
10659
|
address: `0x${string}`;
|
|
10660
|
+
type: "wallet" | "token";
|
|
10661
10661
|
network: "ethereum" | "zksync" | "zksync2" | "starknet";
|
|
10662
10662
|
}[] | null;
|
|
10663
10663
|
title?: string | undefined;
|
|
@@ -10710,9 +10710,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10710
10710
|
amount: string;
|
|
10711
10711
|
label: string;
|
|
10712
10712
|
token: {
|
|
10713
|
-
type: string;
|
|
10714
10713
|
name: string;
|
|
10715
10714
|
address: string;
|
|
10715
|
+
type: string;
|
|
10716
10716
|
unknown: boolean;
|
|
10717
10717
|
symbol?: string | undefined;
|
|
10718
10718
|
decimals?: number | undefined;
|
|
@@ -10721,22 +10721,22 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10721
10721
|
usd: string;
|
|
10722
10722
|
editable: boolean;
|
|
10723
10723
|
} | {
|
|
10724
|
-
type: "address";
|
|
10725
10724
|
address: string;
|
|
10725
|
+
type: "address";
|
|
10726
10726
|
label: string;
|
|
10727
10727
|
verified?: boolean | undefined;
|
|
10728
10728
|
addressName?: string | undefined;
|
|
10729
10729
|
} | {
|
|
10730
|
-
type: "timestamp";
|
|
10731
10730
|
value: string;
|
|
10731
|
+
type: "timestamp";
|
|
10732
10732
|
label: string;
|
|
10733
10733
|
} | {
|
|
10734
10734
|
type: "token_address";
|
|
10735
10735
|
label: string;
|
|
10736
10736
|
token: {
|
|
10737
|
-
type: string;
|
|
10738
10737
|
name: string;
|
|
10739
10738
|
address: string;
|
|
10739
|
+
type: string;
|
|
10740
10740
|
unknown: boolean;
|
|
10741
10741
|
symbol?: string | undefined;
|
|
10742
10742
|
decimals?: number | undefined;
|
|
@@ -10755,9 +10755,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10755
10755
|
type: "nft";
|
|
10756
10756
|
label: string;
|
|
10757
10757
|
token: {
|
|
10758
|
-
type: string;
|
|
10759
10758
|
name: string;
|
|
10760
10759
|
address: string;
|
|
10760
|
+
type: string;
|
|
10761
10761
|
unknown: boolean;
|
|
10762
10762
|
symbol?: string | undefined;
|
|
10763
10763
|
decimals?: number | undefined;
|
|
@@ -10769,9 +10769,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10769
10769
|
amount: string;
|
|
10770
10770
|
label: string;
|
|
10771
10771
|
token: {
|
|
10772
|
-
type: string;
|
|
10773
10772
|
name: string;
|
|
10774
10773
|
address: string;
|
|
10774
|
+
type: string;
|
|
10775
10775
|
unknown: boolean;
|
|
10776
10776
|
symbol?: string | undefined;
|
|
10777
10777
|
decimals?: number | undefined;
|
|
@@ -10780,22 +10780,22 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10780
10780
|
usd: string;
|
|
10781
10781
|
editable: boolean;
|
|
10782
10782
|
} | {
|
|
10783
|
-
type: "address";
|
|
10784
10783
|
address: string;
|
|
10784
|
+
type: "address";
|
|
10785
10785
|
label: string;
|
|
10786
10786
|
verified?: boolean | undefined;
|
|
10787
10787
|
addressName?: string | undefined;
|
|
10788
10788
|
} | {
|
|
10789
|
-
type: "timestamp";
|
|
10790
10789
|
value: string;
|
|
10790
|
+
type: "timestamp";
|
|
10791
10791
|
label: string;
|
|
10792
10792
|
} | {
|
|
10793
10793
|
type: "token_address";
|
|
10794
10794
|
label: string;
|
|
10795
10795
|
token: {
|
|
10796
|
-
type: string;
|
|
10797
10796
|
name: string;
|
|
10798
10797
|
address: string;
|
|
10798
|
+
type: string;
|
|
10799
10799
|
unknown: boolean;
|
|
10800
10800
|
symbol?: string | undefined;
|
|
10801
10801
|
decimals?: number | undefined;
|
|
@@ -10814,9 +10814,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10814
10814
|
type: "nft";
|
|
10815
10815
|
label: string;
|
|
10816
10816
|
token: {
|
|
10817
|
-
type: string;
|
|
10818
10817
|
name: string;
|
|
10819
10818
|
address: string;
|
|
10819
|
+
type: string;
|
|
10820
10820
|
unknown: boolean;
|
|
10821
10821
|
symbol?: string | undefined;
|
|
10822
10822
|
decimals?: number | undefined;
|
|
@@ -10825,8 +10825,8 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10825
10825
|
})[] | undefined;
|
|
10826
10826
|
}[] | undefined;
|
|
10827
10827
|
}, {
|
|
10828
|
-
type: "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
|
|
10829
10828
|
status: "pending" | "success" | "failure";
|
|
10829
|
+
type: "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
|
|
10830
10830
|
wallet: string;
|
|
10831
10831
|
details: {
|
|
10832
10832
|
type: "deploy";
|
|
@@ -10999,8 +10999,8 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10999
10999
|
blockNumber?: number | undefined;
|
|
11000
11000
|
};
|
|
11001
11001
|
relatedAddresses: {
|
|
11002
|
-
type: "wallet" | "token";
|
|
11003
11002
|
address: string;
|
|
11003
|
+
type: "wallet" | "token";
|
|
11004
11004
|
network: "ethereum" | "zksync" | "zksync2" | "starknet";
|
|
11005
11005
|
}[] | null;
|
|
11006
11006
|
title?: string | undefined;
|
|
@@ -11053,9 +11053,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11053
11053
|
amount: string;
|
|
11054
11054
|
label: string;
|
|
11055
11055
|
token: {
|
|
11056
|
-
type: string;
|
|
11057
11056
|
name: string;
|
|
11058
11057
|
address: string;
|
|
11058
|
+
type: string;
|
|
11059
11059
|
unknown: boolean;
|
|
11060
11060
|
symbol?: string | undefined;
|
|
11061
11061
|
decimals?: number | undefined;
|
|
@@ -11064,22 +11064,22 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11064
11064
|
usd: string;
|
|
11065
11065
|
editable: boolean;
|
|
11066
11066
|
} | {
|
|
11067
|
-
type: "address";
|
|
11068
11067
|
address: string;
|
|
11068
|
+
type: "address";
|
|
11069
11069
|
label: string;
|
|
11070
11070
|
verified?: boolean | undefined;
|
|
11071
11071
|
addressName?: string | undefined;
|
|
11072
11072
|
} | {
|
|
11073
|
-
type: "timestamp";
|
|
11074
11073
|
value: string;
|
|
11074
|
+
type: "timestamp";
|
|
11075
11075
|
label: string;
|
|
11076
11076
|
} | {
|
|
11077
11077
|
type: "token_address";
|
|
11078
11078
|
label: string;
|
|
11079
11079
|
token: {
|
|
11080
|
-
type: string;
|
|
11081
11080
|
name: string;
|
|
11082
11081
|
address: string;
|
|
11082
|
+
type: string;
|
|
11083
11083
|
unknown: boolean;
|
|
11084
11084
|
symbol?: string | undefined;
|
|
11085
11085
|
decimals?: number | undefined;
|
|
@@ -11098,9 +11098,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11098
11098
|
type: "nft";
|
|
11099
11099
|
label: string;
|
|
11100
11100
|
token: {
|
|
11101
|
-
type: string;
|
|
11102
11101
|
name: string;
|
|
11103
11102
|
address: string;
|
|
11103
|
+
type: string;
|
|
11104
11104
|
unknown: boolean;
|
|
11105
11105
|
symbol?: string | undefined;
|
|
11106
11106
|
decimals?: number | undefined;
|
|
@@ -11112,9 +11112,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11112
11112
|
amount: string;
|
|
11113
11113
|
label: string;
|
|
11114
11114
|
token: {
|
|
11115
|
-
type: string;
|
|
11116
11115
|
name: string;
|
|
11117
11116
|
address: string;
|
|
11117
|
+
type: string;
|
|
11118
11118
|
unknown: boolean;
|
|
11119
11119
|
symbol?: string | undefined;
|
|
11120
11120
|
decimals?: number | undefined;
|
|
@@ -11123,22 +11123,22 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11123
11123
|
usd: string;
|
|
11124
11124
|
editable: boolean;
|
|
11125
11125
|
} | {
|
|
11126
|
-
type: "address";
|
|
11127
11126
|
address: string;
|
|
11127
|
+
type: "address";
|
|
11128
11128
|
label: string;
|
|
11129
11129
|
verified?: boolean | undefined;
|
|
11130
11130
|
addressName?: string | undefined;
|
|
11131
11131
|
} | {
|
|
11132
|
-
type: "timestamp";
|
|
11133
11132
|
value: string;
|
|
11133
|
+
type: "timestamp";
|
|
11134
11134
|
label: string;
|
|
11135
11135
|
} | {
|
|
11136
11136
|
type: "token_address";
|
|
11137
11137
|
label: string;
|
|
11138
11138
|
token: {
|
|
11139
|
-
type: string;
|
|
11140
11139
|
name: string;
|
|
11141
11140
|
address: string;
|
|
11141
|
+
type: string;
|
|
11142
11142
|
unknown: boolean;
|
|
11143
11143
|
symbol?: string | undefined;
|
|
11144
11144
|
decimals?: number | undefined;
|
|
@@ -11157,9 +11157,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11157
11157
|
type: "nft";
|
|
11158
11158
|
label: string;
|
|
11159
11159
|
token: {
|
|
11160
|
-
type: string;
|
|
11161
11160
|
name: string;
|
|
11162
11161
|
address: string;
|
|
11162
|
+
type: string;
|
|
11163
11163
|
unknown: boolean;
|
|
11164
11164
|
symbol?: string | undefined;
|
|
11165
11165
|
decimals?: number | undefined;
|
|
@@ -11176,8 +11176,8 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11176
11176
|
totalPages: number;
|
|
11177
11177
|
page: number;
|
|
11178
11178
|
activities: {
|
|
11179
|
-
type: "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
|
|
11180
11179
|
status: "pending" | "success" | "failure";
|
|
11180
|
+
type: "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
|
|
11181
11181
|
wallet: `0x${string}`;
|
|
11182
11182
|
details: {
|
|
11183
11183
|
type: "deploy";
|
|
@@ -11350,8 +11350,8 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11350
11350
|
blockNumber?: number | undefined;
|
|
11351
11351
|
};
|
|
11352
11352
|
relatedAddresses: {
|
|
11353
|
-
type: "wallet" | "token";
|
|
11354
11353
|
address: `0x${string}`;
|
|
11354
|
+
type: "wallet" | "token";
|
|
11355
11355
|
network: "ethereum" | "zksync" | "zksync2" | "starknet";
|
|
11356
11356
|
}[] | null;
|
|
11357
11357
|
title?: string | undefined;
|
|
@@ -11404,9 +11404,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11404
11404
|
amount: string;
|
|
11405
11405
|
label: string;
|
|
11406
11406
|
token: {
|
|
11407
|
-
type: string;
|
|
11408
11407
|
name: string;
|
|
11409
11408
|
address: string;
|
|
11409
|
+
type: string;
|
|
11410
11410
|
unknown: boolean;
|
|
11411
11411
|
symbol?: string | undefined;
|
|
11412
11412
|
decimals?: number | undefined;
|
|
@@ -11415,22 +11415,22 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11415
11415
|
usd: string;
|
|
11416
11416
|
editable: boolean;
|
|
11417
11417
|
} | {
|
|
11418
|
-
type: "address";
|
|
11419
11418
|
address: string;
|
|
11419
|
+
type: "address";
|
|
11420
11420
|
label: string;
|
|
11421
11421
|
verified?: boolean | undefined;
|
|
11422
11422
|
addressName?: string | undefined;
|
|
11423
11423
|
} | {
|
|
11424
|
-
type: "timestamp";
|
|
11425
11424
|
value: string;
|
|
11425
|
+
type: "timestamp";
|
|
11426
11426
|
label: string;
|
|
11427
11427
|
} | {
|
|
11428
11428
|
type: "token_address";
|
|
11429
11429
|
label: string;
|
|
11430
11430
|
token: {
|
|
11431
|
-
type: string;
|
|
11432
11431
|
name: string;
|
|
11433
11432
|
address: string;
|
|
11433
|
+
type: string;
|
|
11434
11434
|
unknown: boolean;
|
|
11435
11435
|
symbol?: string | undefined;
|
|
11436
11436
|
decimals?: number | undefined;
|
|
@@ -11449,9 +11449,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11449
11449
|
type: "nft";
|
|
11450
11450
|
label: string;
|
|
11451
11451
|
token: {
|
|
11452
|
-
type: string;
|
|
11453
11452
|
name: string;
|
|
11454
11453
|
address: string;
|
|
11454
|
+
type: string;
|
|
11455
11455
|
unknown: boolean;
|
|
11456
11456
|
symbol?: string | undefined;
|
|
11457
11457
|
decimals?: number | undefined;
|
|
@@ -11463,9 +11463,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11463
11463
|
amount: string;
|
|
11464
11464
|
label: string;
|
|
11465
11465
|
token: {
|
|
11466
|
-
type: string;
|
|
11467
11466
|
name: string;
|
|
11468
11467
|
address: string;
|
|
11468
|
+
type: string;
|
|
11469
11469
|
unknown: boolean;
|
|
11470
11470
|
symbol?: string | undefined;
|
|
11471
11471
|
decimals?: number | undefined;
|
|
@@ -11474,22 +11474,22 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11474
11474
|
usd: string;
|
|
11475
11475
|
editable: boolean;
|
|
11476
11476
|
} | {
|
|
11477
|
-
type: "address";
|
|
11478
11477
|
address: string;
|
|
11478
|
+
type: "address";
|
|
11479
11479
|
label: string;
|
|
11480
11480
|
verified?: boolean | undefined;
|
|
11481
11481
|
addressName?: string | undefined;
|
|
11482
11482
|
} | {
|
|
11483
|
-
type: "timestamp";
|
|
11484
11483
|
value: string;
|
|
11484
|
+
type: "timestamp";
|
|
11485
11485
|
label: string;
|
|
11486
11486
|
} | {
|
|
11487
11487
|
type: "token_address";
|
|
11488
11488
|
label: string;
|
|
11489
11489
|
token: {
|
|
11490
|
-
type: string;
|
|
11491
11490
|
name: string;
|
|
11492
11491
|
address: string;
|
|
11492
|
+
type: string;
|
|
11493
11493
|
unknown: boolean;
|
|
11494
11494
|
symbol?: string | undefined;
|
|
11495
11495
|
decimals?: number | undefined;
|
|
@@ -11508,9 +11508,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11508
11508
|
type: "nft";
|
|
11509
11509
|
label: string;
|
|
11510
11510
|
token: {
|
|
11511
|
-
type: string;
|
|
11512
11511
|
name: string;
|
|
11513
11512
|
address: string;
|
|
11513
|
+
type: string;
|
|
11514
11514
|
unknown: boolean;
|
|
11515
11515
|
symbol?: string | undefined;
|
|
11516
11516
|
decimals?: number | undefined;
|
|
@@ -11525,8 +11525,8 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11525
11525
|
totalPages: number;
|
|
11526
11526
|
page: number;
|
|
11527
11527
|
activities: {
|
|
11528
|
-
type: "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
|
|
11529
11528
|
status: "pending" | "success" | "failure";
|
|
11529
|
+
type: "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
|
|
11530
11530
|
wallet: string;
|
|
11531
11531
|
details: {
|
|
11532
11532
|
type: "deploy";
|
|
@@ -11699,8 +11699,8 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11699
11699
|
blockNumber?: number | undefined;
|
|
11700
11700
|
};
|
|
11701
11701
|
relatedAddresses: {
|
|
11702
|
-
type: "wallet" | "token";
|
|
11703
11702
|
address: string;
|
|
11703
|
+
type: "wallet" | "token";
|
|
11704
11704
|
network: "ethereum" | "zksync" | "zksync2" | "starknet";
|
|
11705
11705
|
}[] | null;
|
|
11706
11706
|
title?: string | undefined;
|
|
@@ -11753,9 +11753,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11753
11753
|
amount: string;
|
|
11754
11754
|
label: string;
|
|
11755
11755
|
token: {
|
|
11756
|
-
type: string;
|
|
11757
11756
|
name: string;
|
|
11758
11757
|
address: string;
|
|
11758
|
+
type: string;
|
|
11759
11759
|
unknown: boolean;
|
|
11760
11760
|
symbol?: string | undefined;
|
|
11761
11761
|
decimals?: number | undefined;
|
|
@@ -11764,22 +11764,22 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11764
11764
|
usd: string;
|
|
11765
11765
|
editable: boolean;
|
|
11766
11766
|
} | {
|
|
11767
|
-
type: "address";
|
|
11768
11767
|
address: string;
|
|
11768
|
+
type: "address";
|
|
11769
11769
|
label: string;
|
|
11770
11770
|
verified?: boolean | undefined;
|
|
11771
11771
|
addressName?: string | undefined;
|
|
11772
11772
|
} | {
|
|
11773
|
-
type: "timestamp";
|
|
11774
11773
|
value: string;
|
|
11774
|
+
type: "timestamp";
|
|
11775
11775
|
label: string;
|
|
11776
11776
|
} | {
|
|
11777
11777
|
type: "token_address";
|
|
11778
11778
|
label: string;
|
|
11779
11779
|
token: {
|
|
11780
|
-
type: string;
|
|
11781
11780
|
name: string;
|
|
11782
11781
|
address: string;
|
|
11782
|
+
type: string;
|
|
11783
11783
|
unknown: boolean;
|
|
11784
11784
|
symbol?: string | undefined;
|
|
11785
11785
|
decimals?: number | undefined;
|
|
@@ -11798,9 +11798,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11798
11798
|
type: "nft";
|
|
11799
11799
|
label: string;
|
|
11800
11800
|
token: {
|
|
11801
|
-
type: string;
|
|
11802
11801
|
name: string;
|
|
11803
11802
|
address: string;
|
|
11803
|
+
type: string;
|
|
11804
11804
|
unknown: boolean;
|
|
11805
11805
|
symbol?: string | undefined;
|
|
11806
11806
|
decimals?: number | undefined;
|
|
@@ -11812,9 +11812,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11812
11812
|
amount: string;
|
|
11813
11813
|
label: string;
|
|
11814
11814
|
token: {
|
|
11815
|
-
type: string;
|
|
11816
11815
|
name: string;
|
|
11817
11816
|
address: string;
|
|
11817
|
+
type: string;
|
|
11818
11818
|
unknown: boolean;
|
|
11819
11819
|
symbol?: string | undefined;
|
|
11820
11820
|
decimals?: number | undefined;
|
|
@@ -11823,22 +11823,22 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11823
11823
|
usd: string;
|
|
11824
11824
|
editable: boolean;
|
|
11825
11825
|
} | {
|
|
11826
|
-
type: "address";
|
|
11827
11826
|
address: string;
|
|
11827
|
+
type: "address";
|
|
11828
11828
|
label: string;
|
|
11829
11829
|
verified?: boolean | undefined;
|
|
11830
11830
|
addressName?: string | undefined;
|
|
11831
11831
|
} | {
|
|
11832
|
-
type: "timestamp";
|
|
11833
11832
|
value: string;
|
|
11833
|
+
type: "timestamp";
|
|
11834
11834
|
label: string;
|
|
11835
11835
|
} | {
|
|
11836
11836
|
type: "token_address";
|
|
11837
11837
|
label: string;
|
|
11838
11838
|
token: {
|
|
11839
|
-
type: string;
|
|
11840
11839
|
name: string;
|
|
11841
11840
|
address: string;
|
|
11841
|
+
type: string;
|
|
11842
11842
|
unknown: boolean;
|
|
11843
11843
|
symbol?: string | undefined;
|
|
11844
11844
|
decimals?: number | undefined;
|
|
@@ -11857,9 +11857,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11857
11857
|
type: "nft";
|
|
11858
11858
|
label: string;
|
|
11859
11859
|
token: {
|
|
11860
|
-
type: string;
|
|
11861
11860
|
name: string;
|
|
11862
11861
|
address: string;
|
|
11862
|
+
type: string;
|
|
11863
11863
|
unknown: boolean;
|
|
11864
11864
|
symbol?: string | undefined;
|
|
11865
11865
|
decimals?: number | undefined;
|