@argent/x-shared 1.44.3 → 1.45.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/index.cjs +1 -1
- package/dist/index.js +439 -434
- package/dist/src/backend/index.d.ts +1 -0
- package/dist/src/backend/sessionKeys/index.d.ts +1 -0
- package/dist/src/backend/sessionKeys/schema.cjs +1 -0
- package/dist/src/backend/sessionKeys/schema.d.ts +123 -0
- package/dist/src/backend/sessionKeys/schema.js +31 -0
- package/dist/src/features/simulation/activity/schema.cjs +1 -1
- package/dist/src/features/simulation/activity/schema.d.ts +96 -96
- package/dist/src/features/simulation/activity/schema.js +10 -10
- package/dist/src/staking/schema.cjs +1 -1
- package/dist/src/staking/schema.d.ts +23 -23
- package/dist/src/staking/schema.js +4 -4
- package/dist/src/tokens/service/implementation.d.ts +13 -13
- package/dist/src/tokens/service/types/backend.model.cjs +1 -1
- package/dist/src/tokens/service/types/backend.model.d.ts +520 -520
- package/dist/src/tokens/service/types/backend.model.js +7 -7
- package/dist/src/tokens/service/types/webToken.model.d.ts +2 -2
- package/package.json +1 -1
|
@@ -461,7 +461,7 @@ export declare const activityDetailsSchema: z.ZodUnion<[z.ZodDiscriminatedUnion<
|
|
|
461
461
|
currencyAmount: number;
|
|
462
462
|
} | null | undefined;
|
|
463
463
|
}>;
|
|
464
|
-
|
|
464
|
+
stakerInfo: z.ZodObject<{
|
|
465
465
|
name: z.ZodOptional<z.ZodString>;
|
|
466
466
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
467
467
|
address: z.ZodString;
|
|
@@ -476,7 +476,7 @@ export declare const activityDetailsSchema: z.ZodUnion<[z.ZodDiscriminatedUnion<
|
|
|
476
476
|
}>;
|
|
477
477
|
}, "strip", z.ZodTypeAny, {
|
|
478
478
|
type: "staking";
|
|
479
|
-
|
|
479
|
+
stakerInfo: {
|
|
480
480
|
address: string;
|
|
481
481
|
name?: string | undefined;
|
|
482
482
|
iconUrl?: string | undefined;
|
|
@@ -494,7 +494,7 @@ export declare const activityDetailsSchema: z.ZodUnion<[z.ZodDiscriminatedUnion<
|
|
|
494
494
|
counterparty: `0x${string}`;
|
|
495
495
|
}, {
|
|
496
496
|
type: "staking";
|
|
497
|
-
|
|
497
|
+
stakerInfo: {
|
|
498
498
|
address: string;
|
|
499
499
|
name?: string | undefined;
|
|
500
500
|
iconUrl?: string | undefined;
|
|
@@ -909,7 +909,7 @@ export declare const activityDetailsSchema: z.ZodUnion<[z.ZodDiscriminatedUnion<
|
|
|
909
909
|
currencyAmount: number;
|
|
910
910
|
} | null | undefined;
|
|
911
911
|
}>;
|
|
912
|
-
|
|
912
|
+
stakerInfo: z.ZodObject<{
|
|
913
913
|
name: z.ZodOptional<z.ZodString>;
|
|
914
914
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
915
915
|
address: z.ZodString;
|
|
@@ -924,7 +924,7 @@ export declare const activityDetailsSchema: z.ZodUnion<[z.ZodDiscriminatedUnion<
|
|
|
924
924
|
}>;
|
|
925
925
|
}, "strip", z.ZodTypeAny, {
|
|
926
926
|
type: "staking";
|
|
927
|
-
|
|
927
|
+
stakerInfo: {
|
|
928
928
|
address: string;
|
|
929
929
|
name?: string | undefined;
|
|
930
930
|
iconUrl?: string | undefined;
|
|
@@ -942,7 +942,7 @@ export declare const activityDetailsSchema: z.ZodUnion<[z.ZodDiscriminatedUnion<
|
|
|
942
942
|
counterparty: `0x${string}`;
|
|
943
943
|
}, {
|
|
944
944
|
type: "staking";
|
|
945
|
-
|
|
945
|
+
stakerInfo: {
|
|
946
946
|
address: string;
|
|
947
947
|
name?: string | undefined;
|
|
948
948
|
iconUrl?: string | undefined;
|
|
@@ -1037,7 +1037,7 @@ export declare const activityDetailsSchema: z.ZodUnion<[z.ZodDiscriminatedUnion<
|
|
|
1037
1037
|
} | null | undefined;
|
|
1038
1038
|
} | {
|
|
1039
1039
|
type: "staking";
|
|
1040
|
-
|
|
1040
|
+
stakerInfo: {
|
|
1041
1041
|
address: string;
|
|
1042
1042
|
name?: string | undefined;
|
|
1043
1043
|
iconUrl?: string | undefined;
|
|
@@ -1132,7 +1132,7 @@ export declare const activityDetailsSchema: z.ZodUnion<[z.ZodDiscriminatedUnion<
|
|
|
1132
1132
|
} | null | undefined;
|
|
1133
1133
|
} | {
|
|
1134
1134
|
type: "staking";
|
|
1135
|
-
|
|
1135
|
+
stakerInfo: {
|
|
1136
1136
|
address: string;
|
|
1137
1137
|
name?: string | undefined;
|
|
1138
1138
|
iconUrl?: string | undefined;
|
|
@@ -1230,7 +1230,7 @@ export declare const activityDetailsSchema: z.ZodUnion<[z.ZodDiscriminatedUnion<
|
|
|
1230
1230
|
} | null | undefined;
|
|
1231
1231
|
} | {
|
|
1232
1232
|
type: "staking";
|
|
1233
|
-
|
|
1233
|
+
stakerInfo: {
|
|
1234
1234
|
address: string;
|
|
1235
1235
|
name?: string | undefined;
|
|
1236
1236
|
iconUrl?: string | undefined;
|
|
@@ -1328,7 +1328,7 @@ export declare const activityDetailsSchema: z.ZodUnion<[z.ZodDiscriminatedUnion<
|
|
|
1328
1328
|
} | null | undefined;
|
|
1329
1329
|
} | {
|
|
1330
1330
|
type: "staking";
|
|
1331
|
-
|
|
1331
|
+
stakerInfo: {
|
|
1332
1332
|
address: string;
|
|
1333
1333
|
name?: string | undefined;
|
|
1334
1334
|
iconUrl?: string | undefined;
|
|
@@ -2093,7 +2093,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2093
2093
|
currencyAmount: number;
|
|
2094
2094
|
} | null | undefined;
|
|
2095
2095
|
}>;
|
|
2096
|
-
|
|
2096
|
+
stakerInfo: z.ZodObject<{
|
|
2097
2097
|
name: z.ZodOptional<z.ZodString>;
|
|
2098
2098
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
2099
2099
|
address: z.ZodString;
|
|
@@ -2108,7 +2108,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2108
2108
|
}>;
|
|
2109
2109
|
}, "strip", z.ZodTypeAny, {
|
|
2110
2110
|
type: "staking";
|
|
2111
|
-
|
|
2111
|
+
stakerInfo: {
|
|
2112
2112
|
address: string;
|
|
2113
2113
|
name?: string | undefined;
|
|
2114
2114
|
iconUrl?: string | undefined;
|
|
@@ -2126,7 +2126,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2126
2126
|
counterparty: `0x${string}`;
|
|
2127
2127
|
}, {
|
|
2128
2128
|
type: "staking";
|
|
2129
|
-
|
|
2129
|
+
stakerInfo: {
|
|
2130
2130
|
address: string;
|
|
2131
2131
|
name?: string | undefined;
|
|
2132
2132
|
iconUrl?: string | undefined;
|
|
@@ -2541,7 +2541,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2541
2541
|
currencyAmount: number;
|
|
2542
2542
|
} | null | undefined;
|
|
2543
2543
|
}>;
|
|
2544
|
-
|
|
2544
|
+
stakerInfo: z.ZodObject<{
|
|
2545
2545
|
name: z.ZodOptional<z.ZodString>;
|
|
2546
2546
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
2547
2547
|
address: z.ZodString;
|
|
@@ -2556,7 +2556,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2556
2556
|
}>;
|
|
2557
2557
|
}, "strip", z.ZodTypeAny, {
|
|
2558
2558
|
type: "staking";
|
|
2559
|
-
|
|
2559
|
+
stakerInfo: {
|
|
2560
2560
|
address: string;
|
|
2561
2561
|
name?: string | undefined;
|
|
2562
2562
|
iconUrl?: string | undefined;
|
|
@@ -2574,7 +2574,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2574
2574
|
counterparty: `0x${string}`;
|
|
2575
2575
|
}, {
|
|
2576
2576
|
type: "staking";
|
|
2577
|
-
|
|
2577
|
+
stakerInfo: {
|
|
2578
2578
|
address: string;
|
|
2579
2579
|
name?: string | undefined;
|
|
2580
2580
|
iconUrl?: string | undefined;
|
|
@@ -2669,7 +2669,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2669
2669
|
} | null | undefined;
|
|
2670
2670
|
} | {
|
|
2671
2671
|
type: "staking";
|
|
2672
|
-
|
|
2672
|
+
stakerInfo: {
|
|
2673
2673
|
address: string;
|
|
2674
2674
|
name?: string | undefined;
|
|
2675
2675
|
iconUrl?: string | undefined;
|
|
@@ -2764,7 +2764,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2764
2764
|
} | null | undefined;
|
|
2765
2765
|
} | {
|
|
2766
2766
|
type: "staking";
|
|
2767
|
-
|
|
2767
|
+
stakerInfo: {
|
|
2768
2768
|
address: string;
|
|
2769
2769
|
name?: string | undefined;
|
|
2770
2770
|
iconUrl?: string | undefined;
|
|
@@ -2862,7 +2862,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2862
2862
|
} | null | undefined;
|
|
2863
2863
|
} | {
|
|
2864
2864
|
type: "staking";
|
|
2865
|
-
|
|
2865
|
+
stakerInfo: {
|
|
2866
2866
|
address: string;
|
|
2867
2867
|
name?: string | undefined;
|
|
2868
2868
|
iconUrl?: string | undefined;
|
|
@@ -2960,7 +2960,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2960
2960
|
} | null | undefined;
|
|
2961
2961
|
} | {
|
|
2962
2962
|
type: "staking";
|
|
2963
|
-
|
|
2963
|
+
stakerInfo: {
|
|
2964
2964
|
address: string;
|
|
2965
2965
|
name?: string | undefined;
|
|
2966
2966
|
iconUrl?: string | undefined;
|
|
@@ -3791,6 +3791,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3791
3791
|
status: "pending" | "success" | "failure";
|
|
3792
3792
|
type: "staking" | "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
|
|
3793
3793
|
wallet: `0x${string}`;
|
|
3794
|
+
network: string;
|
|
3794
3795
|
id: string;
|
|
3795
3796
|
group: "security" | "finance";
|
|
3796
3797
|
details: {
|
|
@@ -3870,7 +3871,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3870
3871
|
} | null | undefined;
|
|
3871
3872
|
} | {
|
|
3872
3873
|
type: "staking";
|
|
3873
|
-
|
|
3874
|
+
stakerInfo: {
|
|
3874
3875
|
address: string;
|
|
3875
3876
|
name?: string | undefined;
|
|
3876
3877
|
iconUrl?: string | undefined;
|
|
@@ -3966,7 +3967,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3966
3967
|
} | null | undefined;
|
|
3967
3968
|
} | {
|
|
3968
3969
|
type: "staking";
|
|
3969
|
-
|
|
3970
|
+
stakerInfo: {
|
|
3970
3971
|
address: string;
|
|
3971
3972
|
name?: string | undefined;
|
|
3972
3973
|
iconUrl?: string | undefined;
|
|
@@ -4000,7 +4001,6 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
4000
4001
|
counterParty?: `0x${string}` | undefined;
|
|
4001
4002
|
counterPartyNetwork?: "ethereum" | "zksync" | "zksync2" | "starknet" | undefined;
|
|
4002
4003
|
}[];
|
|
4003
|
-
network: string;
|
|
4004
4004
|
compositeId: string;
|
|
4005
4005
|
txSender: `0x${string}`;
|
|
4006
4006
|
source: string;
|
|
@@ -4189,6 +4189,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
4189
4189
|
status: "pending" | "success" | "failure";
|
|
4190
4190
|
type: "staking" | "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
|
|
4191
4191
|
wallet: string;
|
|
4192
|
+
network: string;
|
|
4192
4193
|
id: string;
|
|
4193
4194
|
group: "security" | "finance";
|
|
4194
4195
|
details: {
|
|
@@ -4268,7 +4269,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
4268
4269
|
} | null | undefined;
|
|
4269
4270
|
} | {
|
|
4270
4271
|
type: "staking";
|
|
4271
|
-
|
|
4272
|
+
stakerInfo: {
|
|
4272
4273
|
address: string;
|
|
4273
4274
|
name?: string | undefined;
|
|
4274
4275
|
iconUrl?: string | undefined;
|
|
@@ -4364,7 +4365,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
4364
4365
|
} | null | undefined;
|
|
4365
4366
|
} | {
|
|
4366
4367
|
type: "staking";
|
|
4367
|
-
|
|
4368
|
+
stakerInfo: {
|
|
4368
4369
|
address: string;
|
|
4369
4370
|
name?: string | undefined;
|
|
4370
4371
|
iconUrl?: string | undefined;
|
|
@@ -4398,7 +4399,6 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
4398
4399
|
counterParty?: string | undefined;
|
|
4399
4400
|
counterPartyNetwork?: "ethereum" | "zksync" | "zksync2" | "starknet" | undefined;
|
|
4400
4401
|
}[];
|
|
4401
|
-
network: string;
|
|
4402
4402
|
compositeId: string;
|
|
4403
4403
|
txSender: string;
|
|
4404
4404
|
source: string;
|
|
@@ -4594,7 +4594,7 @@ export declare const nativeActivityMetaSchema: z.ZodObject<{
|
|
|
4594
4594
|
icon: z.ZodOptional<z.ZodString>;
|
|
4595
4595
|
investment: z.ZodOptional<z.ZodObject<{
|
|
4596
4596
|
stakingAction: z.ZodEnum<["stake", "initiateWithdraw", "withdraw", "claim"]>;
|
|
4597
|
-
|
|
4597
|
+
stakerInfo: z.ZodObject<{
|
|
4598
4598
|
name: z.ZodOptional<z.ZodString>;
|
|
4599
4599
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
4600
4600
|
address: z.ZodString;
|
|
@@ -4611,21 +4611,21 @@ export declare const nativeActivityMetaSchema: z.ZodObject<{
|
|
|
4611
4611
|
amount: z.ZodString;
|
|
4612
4612
|
}, "strip", z.ZodTypeAny, {
|
|
4613
4613
|
amount: string;
|
|
4614
|
-
|
|
4614
|
+
tokenAddress: `0x${string}`;
|
|
4615
|
+
stakerInfo: {
|
|
4615
4616
|
address: string;
|
|
4616
4617
|
name?: string | undefined;
|
|
4617
4618
|
iconUrl?: string | undefined;
|
|
4618
4619
|
};
|
|
4619
|
-
tokenAddress: `0x${string}`;
|
|
4620
4620
|
stakingAction: "stake" | "initiateWithdraw" | "withdraw" | "claim";
|
|
4621
4621
|
}, {
|
|
4622
4622
|
amount: string;
|
|
4623
|
-
|
|
4623
|
+
tokenAddress: string;
|
|
4624
|
+
stakerInfo: {
|
|
4624
4625
|
address: string;
|
|
4625
4626
|
name?: string | undefined;
|
|
4626
4627
|
iconUrl?: string | undefined;
|
|
4627
4628
|
};
|
|
4628
|
-
tokenAddress: string;
|
|
4629
4629
|
stakingAction: "stake" | "initiateWithdraw" | "withdraw" | "claim";
|
|
4630
4630
|
}>>;
|
|
4631
4631
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4635,12 +4635,12 @@ export declare const nativeActivityMetaSchema: z.ZodObject<{
|
|
|
4635
4635
|
subtitle?: string | undefined;
|
|
4636
4636
|
investment?: {
|
|
4637
4637
|
amount: string;
|
|
4638
|
-
|
|
4638
|
+
tokenAddress: `0x${string}`;
|
|
4639
|
+
stakerInfo: {
|
|
4639
4640
|
address: string;
|
|
4640
4641
|
name?: string | undefined;
|
|
4641
4642
|
iconUrl?: string | undefined;
|
|
4642
4643
|
};
|
|
4643
|
-
tokenAddress: `0x${string}`;
|
|
4644
4644
|
stakingAction: "stake" | "initiateWithdraw" | "withdraw" | "claim";
|
|
4645
4645
|
} | undefined;
|
|
4646
4646
|
}, {
|
|
@@ -4650,12 +4650,12 @@ export declare const nativeActivityMetaSchema: z.ZodObject<{
|
|
|
4650
4650
|
subtitle?: string | undefined;
|
|
4651
4651
|
investment?: {
|
|
4652
4652
|
amount: string;
|
|
4653
|
-
|
|
4653
|
+
tokenAddress: string;
|
|
4654
|
+
stakerInfo: {
|
|
4654
4655
|
address: string;
|
|
4655
4656
|
name?: string | undefined;
|
|
4656
4657
|
iconUrl?: string | undefined;
|
|
4657
4658
|
};
|
|
4658
|
-
tokenAddress: string;
|
|
4659
4659
|
stakingAction: "stake" | "initiateWithdraw" | "withdraw" | "claim";
|
|
4660
4660
|
} | undefined;
|
|
4661
4661
|
}>;
|
|
@@ -5238,7 +5238,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5238
5238
|
currencyAmount: number;
|
|
5239
5239
|
} | null | undefined;
|
|
5240
5240
|
}>;
|
|
5241
|
-
|
|
5241
|
+
stakerInfo: z.ZodObject<{
|
|
5242
5242
|
name: z.ZodOptional<z.ZodString>;
|
|
5243
5243
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
5244
5244
|
address: z.ZodString;
|
|
@@ -5253,7 +5253,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5253
5253
|
}>;
|
|
5254
5254
|
}, "strip", z.ZodTypeAny, {
|
|
5255
5255
|
type: "staking";
|
|
5256
|
-
|
|
5256
|
+
stakerInfo: {
|
|
5257
5257
|
address: string;
|
|
5258
5258
|
name?: string | undefined;
|
|
5259
5259
|
iconUrl?: string | undefined;
|
|
@@ -5271,7 +5271,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5271
5271
|
counterparty: `0x${string}`;
|
|
5272
5272
|
}, {
|
|
5273
5273
|
type: "staking";
|
|
5274
|
-
|
|
5274
|
+
stakerInfo: {
|
|
5275
5275
|
address: string;
|
|
5276
5276
|
name?: string | undefined;
|
|
5277
5277
|
iconUrl?: string | undefined;
|
|
@@ -5686,7 +5686,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5686
5686
|
currencyAmount: number;
|
|
5687
5687
|
} | null | undefined;
|
|
5688
5688
|
}>;
|
|
5689
|
-
|
|
5689
|
+
stakerInfo: z.ZodObject<{
|
|
5690
5690
|
name: z.ZodOptional<z.ZodString>;
|
|
5691
5691
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
5692
5692
|
address: z.ZodString;
|
|
@@ -5701,7 +5701,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5701
5701
|
}>;
|
|
5702
5702
|
}, "strip", z.ZodTypeAny, {
|
|
5703
5703
|
type: "staking";
|
|
5704
|
-
|
|
5704
|
+
stakerInfo: {
|
|
5705
5705
|
address: string;
|
|
5706
5706
|
name?: string | undefined;
|
|
5707
5707
|
iconUrl?: string | undefined;
|
|
@@ -5719,7 +5719,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5719
5719
|
counterparty: `0x${string}`;
|
|
5720
5720
|
}, {
|
|
5721
5721
|
type: "staking";
|
|
5722
|
-
|
|
5722
|
+
stakerInfo: {
|
|
5723
5723
|
address: string;
|
|
5724
5724
|
name?: string | undefined;
|
|
5725
5725
|
iconUrl?: string | undefined;
|
|
@@ -5814,7 +5814,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5814
5814
|
} | null | undefined;
|
|
5815
5815
|
} | {
|
|
5816
5816
|
type: "staking";
|
|
5817
|
-
|
|
5817
|
+
stakerInfo: {
|
|
5818
5818
|
address: string;
|
|
5819
5819
|
name?: string | undefined;
|
|
5820
5820
|
iconUrl?: string | undefined;
|
|
@@ -5909,7 +5909,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5909
5909
|
} | null | undefined;
|
|
5910
5910
|
} | {
|
|
5911
5911
|
type: "staking";
|
|
5912
|
-
|
|
5912
|
+
stakerInfo: {
|
|
5913
5913
|
address: string;
|
|
5914
5914
|
name?: string | undefined;
|
|
5915
5915
|
iconUrl?: string | undefined;
|
|
@@ -6007,7 +6007,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6007
6007
|
} | null | undefined;
|
|
6008
6008
|
} | {
|
|
6009
6009
|
type: "staking";
|
|
6010
|
-
|
|
6010
|
+
stakerInfo: {
|
|
6011
6011
|
address: string;
|
|
6012
6012
|
name?: string | undefined;
|
|
6013
6013
|
iconUrl?: string | undefined;
|
|
@@ -6105,7 +6105,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6105
6105
|
} | null | undefined;
|
|
6106
6106
|
} | {
|
|
6107
6107
|
type: "staking";
|
|
6108
|
-
|
|
6108
|
+
stakerInfo: {
|
|
6109
6109
|
address: string;
|
|
6110
6110
|
name?: string | undefined;
|
|
6111
6111
|
iconUrl?: string | undefined;
|
|
@@ -6996,7 +6996,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6996
6996
|
icon: z.ZodOptional<z.ZodString>;
|
|
6997
6997
|
investment: z.ZodOptional<z.ZodObject<{
|
|
6998
6998
|
stakingAction: z.ZodEnum<["stake", "initiateWithdraw", "withdraw", "claim"]>;
|
|
6999
|
-
|
|
6999
|
+
stakerInfo: z.ZodObject<{
|
|
7000
7000
|
name: z.ZodOptional<z.ZodString>;
|
|
7001
7001
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
7002
7002
|
address: z.ZodString;
|
|
@@ -7013,21 +7013,21 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
7013
7013
|
amount: z.ZodString;
|
|
7014
7014
|
}, "strip", z.ZodTypeAny, {
|
|
7015
7015
|
amount: string;
|
|
7016
|
-
|
|
7016
|
+
tokenAddress: `0x${string}`;
|
|
7017
|
+
stakerInfo: {
|
|
7017
7018
|
address: string;
|
|
7018
7019
|
name?: string | undefined;
|
|
7019
7020
|
iconUrl?: string | undefined;
|
|
7020
7021
|
};
|
|
7021
|
-
tokenAddress: `0x${string}`;
|
|
7022
7022
|
stakingAction: "stake" | "initiateWithdraw" | "withdraw" | "claim";
|
|
7023
7023
|
}, {
|
|
7024
7024
|
amount: string;
|
|
7025
|
-
|
|
7025
|
+
tokenAddress: string;
|
|
7026
|
+
stakerInfo: {
|
|
7026
7027
|
address: string;
|
|
7027
7028
|
name?: string | undefined;
|
|
7028
7029
|
iconUrl?: string | undefined;
|
|
7029
7030
|
};
|
|
7030
|
-
tokenAddress: string;
|
|
7031
7031
|
stakingAction: "stake" | "initiateWithdraw" | "withdraw" | "claim";
|
|
7032
7032
|
}>>;
|
|
7033
7033
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -7037,12 +7037,12 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
7037
7037
|
subtitle?: string | undefined;
|
|
7038
7038
|
investment?: {
|
|
7039
7039
|
amount: string;
|
|
7040
|
-
|
|
7040
|
+
tokenAddress: `0x${string}`;
|
|
7041
|
+
stakerInfo: {
|
|
7041
7042
|
address: string;
|
|
7042
7043
|
name?: string | undefined;
|
|
7043
7044
|
iconUrl?: string | undefined;
|
|
7044
7045
|
};
|
|
7045
|
-
tokenAddress: `0x${string}`;
|
|
7046
7046
|
stakingAction: "stake" | "initiateWithdraw" | "withdraw" | "claim";
|
|
7047
7047
|
} | undefined;
|
|
7048
7048
|
}, {
|
|
@@ -7052,12 +7052,12 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
7052
7052
|
subtitle?: string | undefined;
|
|
7053
7053
|
investment?: {
|
|
7054
7054
|
amount: string;
|
|
7055
|
-
|
|
7055
|
+
tokenAddress: string;
|
|
7056
|
+
stakerInfo: {
|
|
7056
7057
|
address: string;
|
|
7057
7058
|
name?: string | undefined;
|
|
7058
7059
|
iconUrl?: string | undefined;
|
|
7059
7060
|
};
|
|
7060
|
-
tokenAddress: string;
|
|
7061
7061
|
stakingAction: "stake" | "initiateWithdraw" | "withdraw" | "claim";
|
|
7062
7062
|
} | undefined;
|
|
7063
7063
|
}>>;
|
|
@@ -7246,12 +7246,12 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
7246
7246
|
subtitle?: string | undefined;
|
|
7247
7247
|
investment?: {
|
|
7248
7248
|
amount: string;
|
|
7249
|
-
|
|
7249
|
+
tokenAddress: `0x${string}`;
|
|
7250
|
+
stakerInfo: {
|
|
7250
7251
|
address: string;
|
|
7251
7252
|
name?: string | undefined;
|
|
7252
7253
|
iconUrl?: string | undefined;
|
|
7253
7254
|
};
|
|
7254
|
-
tokenAddress: `0x${string}`;
|
|
7255
7255
|
stakingAction: "stake" | "initiateWithdraw" | "withdraw" | "claim";
|
|
7256
7256
|
} | undefined;
|
|
7257
7257
|
} | undefined;
|
|
@@ -7440,12 +7440,12 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
7440
7440
|
subtitle?: string | undefined;
|
|
7441
7441
|
investment?: {
|
|
7442
7442
|
amount: string;
|
|
7443
|
-
|
|
7443
|
+
tokenAddress: string;
|
|
7444
|
+
stakerInfo: {
|
|
7444
7445
|
address: string;
|
|
7445
7446
|
name?: string | undefined;
|
|
7446
7447
|
iconUrl?: string | undefined;
|
|
7447
7448
|
};
|
|
7448
|
-
tokenAddress: string;
|
|
7449
7449
|
stakingAction: "stake" | "initiateWithdraw" | "withdraw" | "claim";
|
|
7450
7450
|
} | undefined;
|
|
7451
7451
|
} | undefined;
|
|
@@ -8026,7 +8026,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8026
8026
|
currencyAmount: number;
|
|
8027
8027
|
} | null | undefined;
|
|
8028
8028
|
}>;
|
|
8029
|
-
|
|
8029
|
+
stakerInfo: z.ZodObject<{
|
|
8030
8030
|
name: z.ZodOptional<z.ZodString>;
|
|
8031
8031
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
8032
8032
|
address: z.ZodString;
|
|
@@ -8041,7 +8041,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8041
8041
|
}>;
|
|
8042
8042
|
}, "strip", z.ZodTypeAny, {
|
|
8043
8043
|
type: "staking";
|
|
8044
|
-
|
|
8044
|
+
stakerInfo: {
|
|
8045
8045
|
address: string;
|
|
8046
8046
|
name?: string | undefined;
|
|
8047
8047
|
iconUrl?: string | undefined;
|
|
@@ -8059,7 +8059,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8059
8059
|
counterparty: `0x${string}`;
|
|
8060
8060
|
}, {
|
|
8061
8061
|
type: "staking";
|
|
8062
|
-
|
|
8062
|
+
stakerInfo: {
|
|
8063
8063
|
address: string;
|
|
8064
8064
|
name?: string | undefined;
|
|
8065
8065
|
iconUrl?: string | undefined;
|
|
@@ -8474,7 +8474,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8474
8474
|
currencyAmount: number;
|
|
8475
8475
|
} | null | undefined;
|
|
8476
8476
|
}>;
|
|
8477
|
-
|
|
8477
|
+
stakerInfo: z.ZodObject<{
|
|
8478
8478
|
name: z.ZodOptional<z.ZodString>;
|
|
8479
8479
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
8480
8480
|
address: z.ZodString;
|
|
@@ -8489,7 +8489,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8489
8489
|
}>;
|
|
8490
8490
|
}, "strip", z.ZodTypeAny, {
|
|
8491
8491
|
type: "staking";
|
|
8492
|
-
|
|
8492
|
+
stakerInfo: {
|
|
8493
8493
|
address: string;
|
|
8494
8494
|
name?: string | undefined;
|
|
8495
8495
|
iconUrl?: string | undefined;
|
|
@@ -8507,7 +8507,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8507
8507
|
counterparty: `0x${string}`;
|
|
8508
8508
|
}, {
|
|
8509
8509
|
type: "staking";
|
|
8510
|
-
|
|
8510
|
+
stakerInfo: {
|
|
8511
8511
|
address: string;
|
|
8512
8512
|
name?: string | undefined;
|
|
8513
8513
|
iconUrl?: string | undefined;
|
|
@@ -8602,7 +8602,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8602
8602
|
} | null | undefined;
|
|
8603
8603
|
} | {
|
|
8604
8604
|
type: "staking";
|
|
8605
|
-
|
|
8605
|
+
stakerInfo: {
|
|
8606
8606
|
address: string;
|
|
8607
8607
|
name?: string | undefined;
|
|
8608
8608
|
iconUrl?: string | undefined;
|
|
@@ -8697,7 +8697,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8697
8697
|
} | null | undefined;
|
|
8698
8698
|
} | {
|
|
8699
8699
|
type: "staking";
|
|
8700
|
-
|
|
8700
|
+
stakerInfo: {
|
|
8701
8701
|
address: string;
|
|
8702
8702
|
name?: string | undefined;
|
|
8703
8703
|
iconUrl?: string | undefined;
|
|
@@ -8795,7 +8795,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8795
8795
|
} | null | undefined;
|
|
8796
8796
|
} | {
|
|
8797
8797
|
type: "staking";
|
|
8798
|
-
|
|
8798
|
+
stakerInfo: {
|
|
8799
8799
|
address: string;
|
|
8800
8800
|
name?: string | undefined;
|
|
8801
8801
|
iconUrl?: string | undefined;
|
|
@@ -8893,7 +8893,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8893
8893
|
} | null | undefined;
|
|
8894
8894
|
} | {
|
|
8895
8895
|
type: "staking";
|
|
8896
|
-
|
|
8896
|
+
stakerInfo: {
|
|
8897
8897
|
address: string;
|
|
8898
8898
|
name?: string | undefined;
|
|
8899
8899
|
iconUrl?: string | undefined;
|
|
@@ -9724,6 +9724,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
9724
9724
|
status: "pending" | "success" | "failure";
|
|
9725
9725
|
type: "staking" | "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
|
|
9726
9726
|
wallet: `0x${string}`;
|
|
9727
|
+
network: string;
|
|
9727
9728
|
id: string;
|
|
9728
9729
|
group: "security" | "finance";
|
|
9729
9730
|
details: {
|
|
@@ -9803,7 +9804,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
9803
9804
|
} | null | undefined;
|
|
9804
9805
|
} | {
|
|
9805
9806
|
type: "staking";
|
|
9806
|
-
|
|
9807
|
+
stakerInfo: {
|
|
9807
9808
|
address: string;
|
|
9808
9809
|
name?: string | undefined;
|
|
9809
9810
|
iconUrl?: string | undefined;
|
|
@@ -9899,7 +9900,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
9899
9900
|
} | null | undefined;
|
|
9900
9901
|
} | {
|
|
9901
9902
|
type: "staking";
|
|
9902
|
-
|
|
9903
|
+
stakerInfo: {
|
|
9903
9904
|
address: string;
|
|
9904
9905
|
name?: string | undefined;
|
|
9905
9906
|
iconUrl?: string | undefined;
|
|
@@ -9933,7 +9934,6 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
9933
9934
|
counterParty?: `0x${string}` | undefined;
|
|
9934
9935
|
counterPartyNetwork?: "ethereum" | "zksync" | "zksync2" | "starknet" | undefined;
|
|
9935
9936
|
}[];
|
|
9936
|
-
network: string;
|
|
9937
9937
|
compositeId: string;
|
|
9938
9938
|
txSender: `0x${string}`;
|
|
9939
9939
|
source: string;
|
|
@@ -10122,6 +10122,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
10122
10122
|
status: "pending" | "success" | "failure";
|
|
10123
10123
|
type: "staking" | "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
|
|
10124
10124
|
wallet: string;
|
|
10125
|
+
network: string;
|
|
10125
10126
|
id: string;
|
|
10126
10127
|
group: "security" | "finance";
|
|
10127
10128
|
details: {
|
|
@@ -10201,7 +10202,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
10201
10202
|
} | null | undefined;
|
|
10202
10203
|
} | {
|
|
10203
10204
|
type: "staking";
|
|
10204
|
-
|
|
10205
|
+
stakerInfo: {
|
|
10205
10206
|
address: string;
|
|
10206
10207
|
name?: string | undefined;
|
|
10207
10208
|
iconUrl?: string | undefined;
|
|
@@ -10297,7 +10298,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
10297
10298
|
} | null | undefined;
|
|
10298
10299
|
} | {
|
|
10299
10300
|
type: "staking";
|
|
10300
|
-
|
|
10301
|
+
stakerInfo: {
|
|
10301
10302
|
address: string;
|
|
10302
10303
|
name?: string | undefined;
|
|
10303
10304
|
iconUrl?: string | undefined;
|
|
@@ -10331,7 +10332,6 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
10331
10332
|
counterParty?: string | undefined;
|
|
10332
10333
|
counterPartyNetwork?: "ethereum" | "zksync" | "zksync2" | "starknet" | undefined;
|
|
10333
10334
|
}[];
|
|
10334
|
-
network: string;
|
|
10335
10335
|
compositeId: string;
|
|
10336
10336
|
txSender: string;
|
|
10337
10337
|
source: string;
|
|
@@ -11092,7 +11092,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11092
11092
|
currencyAmount: number;
|
|
11093
11093
|
} | null | undefined;
|
|
11094
11094
|
}>;
|
|
11095
|
-
|
|
11095
|
+
stakerInfo: z.ZodObject<{
|
|
11096
11096
|
name: z.ZodOptional<z.ZodString>;
|
|
11097
11097
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
11098
11098
|
address: z.ZodString;
|
|
@@ -11107,7 +11107,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11107
11107
|
}>;
|
|
11108
11108
|
}, "strip", z.ZodTypeAny, {
|
|
11109
11109
|
type: "staking";
|
|
11110
|
-
|
|
11110
|
+
stakerInfo: {
|
|
11111
11111
|
address: string;
|
|
11112
11112
|
name?: string | undefined;
|
|
11113
11113
|
iconUrl?: string | undefined;
|
|
@@ -11125,7 +11125,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11125
11125
|
counterparty: `0x${string}`;
|
|
11126
11126
|
}, {
|
|
11127
11127
|
type: "staking";
|
|
11128
|
-
|
|
11128
|
+
stakerInfo: {
|
|
11129
11129
|
address: string;
|
|
11130
11130
|
name?: string | undefined;
|
|
11131
11131
|
iconUrl?: string | undefined;
|
|
@@ -11540,7 +11540,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11540
11540
|
currencyAmount: number;
|
|
11541
11541
|
} | null | undefined;
|
|
11542
11542
|
}>;
|
|
11543
|
-
|
|
11543
|
+
stakerInfo: z.ZodObject<{
|
|
11544
11544
|
name: z.ZodOptional<z.ZodString>;
|
|
11545
11545
|
iconUrl: z.ZodOptional<z.ZodString>;
|
|
11546
11546
|
address: z.ZodString;
|
|
@@ -11555,7 +11555,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11555
11555
|
}>;
|
|
11556
11556
|
}, "strip", z.ZodTypeAny, {
|
|
11557
11557
|
type: "staking";
|
|
11558
|
-
|
|
11558
|
+
stakerInfo: {
|
|
11559
11559
|
address: string;
|
|
11560
11560
|
name?: string | undefined;
|
|
11561
11561
|
iconUrl?: string | undefined;
|
|
@@ -11573,7 +11573,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11573
11573
|
counterparty: `0x${string}`;
|
|
11574
11574
|
}, {
|
|
11575
11575
|
type: "staking";
|
|
11576
|
-
|
|
11576
|
+
stakerInfo: {
|
|
11577
11577
|
address: string;
|
|
11578
11578
|
name?: string | undefined;
|
|
11579
11579
|
iconUrl?: string | undefined;
|
|
@@ -11668,7 +11668,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11668
11668
|
} | null | undefined;
|
|
11669
11669
|
} | {
|
|
11670
11670
|
type: "staking";
|
|
11671
|
-
|
|
11671
|
+
stakerInfo: {
|
|
11672
11672
|
address: string;
|
|
11673
11673
|
name?: string | undefined;
|
|
11674
11674
|
iconUrl?: string | undefined;
|
|
@@ -11763,7 +11763,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11763
11763
|
} | null | undefined;
|
|
11764
11764
|
} | {
|
|
11765
11765
|
type: "staking";
|
|
11766
|
-
|
|
11766
|
+
stakerInfo: {
|
|
11767
11767
|
address: string;
|
|
11768
11768
|
name?: string | undefined;
|
|
11769
11769
|
iconUrl?: string | undefined;
|
|
@@ -11861,7 +11861,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11861
11861
|
} | null | undefined;
|
|
11862
11862
|
} | {
|
|
11863
11863
|
type: "staking";
|
|
11864
|
-
|
|
11864
|
+
stakerInfo: {
|
|
11865
11865
|
address: string;
|
|
11866
11866
|
name?: string | undefined;
|
|
11867
11867
|
iconUrl?: string | undefined;
|
|
@@ -11959,7 +11959,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11959
11959
|
} | null | undefined;
|
|
11960
11960
|
} | {
|
|
11961
11961
|
type: "staking";
|
|
11962
|
-
|
|
11962
|
+
stakerInfo: {
|
|
11963
11963
|
address: string;
|
|
11964
11964
|
name?: string | undefined;
|
|
11965
11965
|
iconUrl?: string | undefined;
|
|
@@ -12790,6 +12790,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12790
12790
|
status: "pending" | "success" | "failure";
|
|
12791
12791
|
type: "staking" | "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
|
|
12792
12792
|
wallet: `0x${string}`;
|
|
12793
|
+
network: string;
|
|
12793
12794
|
id: string;
|
|
12794
12795
|
group: "security" | "finance";
|
|
12795
12796
|
details: {
|
|
@@ -12869,7 +12870,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12869
12870
|
} | null | undefined;
|
|
12870
12871
|
} | {
|
|
12871
12872
|
type: "staking";
|
|
12872
|
-
|
|
12873
|
+
stakerInfo: {
|
|
12873
12874
|
address: string;
|
|
12874
12875
|
name?: string | undefined;
|
|
12875
12876
|
iconUrl?: string | undefined;
|
|
@@ -12965,7 +12966,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12965
12966
|
} | null | undefined;
|
|
12966
12967
|
} | {
|
|
12967
12968
|
type: "staking";
|
|
12968
|
-
|
|
12969
|
+
stakerInfo: {
|
|
12969
12970
|
address: string;
|
|
12970
12971
|
name?: string | undefined;
|
|
12971
12972
|
iconUrl?: string | undefined;
|
|
@@ -12999,7 +13000,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12999
13000
|
counterParty?: `0x${string}` | undefined;
|
|
13000
13001
|
counterPartyNetwork?: "ethereum" | "zksync" | "zksync2" | "starknet" | undefined;
|
|
13001
13002
|
}[];
|
|
13002
|
-
network: string;
|
|
13003
13003
|
compositeId: string;
|
|
13004
13004
|
txSender: `0x${string}`;
|
|
13005
13005
|
source: string;
|
|
@@ -13188,6 +13188,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
13188
13188
|
status: "pending" | "success" | "failure";
|
|
13189
13189
|
type: "staking" | "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
|
|
13190
13190
|
wallet: string;
|
|
13191
|
+
network: string;
|
|
13191
13192
|
id: string;
|
|
13192
13193
|
group: "security" | "finance";
|
|
13193
13194
|
details: {
|
|
@@ -13267,7 +13268,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
13267
13268
|
} | null | undefined;
|
|
13268
13269
|
} | {
|
|
13269
13270
|
type: "staking";
|
|
13270
|
-
|
|
13271
|
+
stakerInfo: {
|
|
13271
13272
|
address: string;
|
|
13272
13273
|
name?: string | undefined;
|
|
13273
13274
|
iconUrl?: string | undefined;
|
|
@@ -13363,7 +13364,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
13363
13364
|
} | null | undefined;
|
|
13364
13365
|
} | {
|
|
13365
13366
|
type: "staking";
|
|
13366
|
-
|
|
13367
|
+
stakerInfo: {
|
|
13367
13368
|
address: string;
|
|
13368
13369
|
name?: string | undefined;
|
|
13369
13370
|
iconUrl?: string | undefined;
|
|
@@ -13397,7 +13398,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
13397
13398
|
counterParty?: string | undefined;
|
|
13398
13399
|
counterPartyNetwork?: "ethereum" | "zksync" | "zksync2" | "starknet" | undefined;
|
|
13399
13400
|
}[];
|
|
13400
|
-
network: string;
|
|
13401
13401
|
compositeId: string;
|
|
13402
13402
|
txSender: string;
|
|
13403
13403
|
source: string;
|
|
@@ -13594,6 +13594,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
13594
13594
|
status: "pending" | "success" | "failure";
|
|
13595
13595
|
type: "staking" | "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
|
|
13596
13596
|
wallet: `0x${string}`;
|
|
13597
|
+
network: string;
|
|
13597
13598
|
id: string;
|
|
13598
13599
|
group: "security" | "finance";
|
|
13599
13600
|
details: {
|
|
@@ -13673,7 +13674,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
13673
13674
|
} | null | undefined;
|
|
13674
13675
|
} | {
|
|
13675
13676
|
type: "staking";
|
|
13676
|
-
|
|
13677
|
+
stakerInfo: {
|
|
13677
13678
|
address: string;
|
|
13678
13679
|
name?: string | undefined;
|
|
13679
13680
|
iconUrl?: string | undefined;
|
|
@@ -13769,7 +13770,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
13769
13770
|
} | null | undefined;
|
|
13770
13771
|
} | {
|
|
13771
13772
|
type: "staking";
|
|
13772
|
-
|
|
13773
|
+
stakerInfo: {
|
|
13773
13774
|
address: string;
|
|
13774
13775
|
name?: string | undefined;
|
|
13775
13776
|
iconUrl?: string | undefined;
|
|
@@ -13803,7 +13804,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
13803
13804
|
counterParty?: `0x${string}` | undefined;
|
|
13804
13805
|
counterPartyNetwork?: "ethereum" | "zksync" | "zksync2" | "starknet" | undefined;
|
|
13805
13806
|
}[];
|
|
13806
|
-
network: string;
|
|
13807
13807
|
compositeId: string;
|
|
13808
13808
|
txSender: `0x${string}`;
|
|
13809
13809
|
source: string;
|
|
@@ -13998,6 +13998,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
13998
13998
|
status: "pending" | "success" | "failure";
|
|
13999
13999
|
type: "staking" | "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
|
|
14000
14000
|
wallet: string;
|
|
14001
|
+
network: string;
|
|
14001
14002
|
id: string;
|
|
14002
14003
|
group: "security" | "finance";
|
|
14003
14004
|
details: {
|
|
@@ -14077,7 +14078,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
14077
14078
|
} | null | undefined;
|
|
14078
14079
|
} | {
|
|
14079
14080
|
type: "staking";
|
|
14080
|
-
|
|
14081
|
+
stakerInfo: {
|
|
14081
14082
|
address: string;
|
|
14082
14083
|
name?: string | undefined;
|
|
14083
14084
|
iconUrl?: string | undefined;
|
|
@@ -14173,7 +14174,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
14173
14174
|
} | null | undefined;
|
|
14174
14175
|
} | {
|
|
14175
14176
|
type: "staking";
|
|
14176
|
-
|
|
14177
|
+
stakerInfo: {
|
|
14177
14178
|
address: string;
|
|
14178
14179
|
name?: string | undefined;
|
|
14179
14180
|
iconUrl?: string | undefined;
|
|
@@ -14207,7 +14208,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
14207
14208
|
counterParty?: string | undefined;
|
|
14208
14209
|
counterPartyNetwork?: "ethereum" | "zksync" | "zksync2" | "starknet" | undefined;
|
|
14209
14210
|
}[];
|
|
14210
|
-
network: string;
|
|
14211
14211
|
compositeId: string;
|
|
14212
14212
|
txSender: string;
|
|
14213
14213
|
source: string;
|