@argent/x-shared 1.27.0 → 1.28.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.
@@ -11,9 +11,9 @@ export declare function normalizeActions(simulateAndReview: SimulateAndReview):
11
11
  amount: string;
12
12
  label: string;
13
13
  token: {
14
- type: string;
15
14
  name: string;
16
15
  address: string;
16
+ type: string;
17
17
  unknown: boolean;
18
18
  symbol?: string | undefined;
19
19
  decimals?: number | undefined;
@@ -22,22 +22,22 @@ export declare function normalizeActions(simulateAndReview: SimulateAndReview):
22
22
  usd: string;
23
23
  editable: boolean;
24
24
  } | {
25
- type: "address";
26
25
  address: string;
26
+ type: "address";
27
27
  label: string;
28
28
  verified?: boolean | undefined;
29
29
  addressName?: string | undefined;
30
30
  } | {
31
- type: "timestamp";
32
31
  value: string;
32
+ type: "timestamp";
33
33
  label: string;
34
34
  } | {
35
35
  type: "token_address";
36
36
  label: string;
37
37
  token: {
38
- type: string;
39
38
  name: string;
40
39
  address: string;
40
+ type: string;
41
41
  unknown: boolean;
42
42
  symbol?: string | undefined;
43
43
  decimals?: number | undefined;
@@ -56,9 +56,9 @@ export declare function normalizeActions(simulateAndReview: SimulateAndReview):
56
56
  type: "nft";
57
57
  label: string;
58
58
  token: {
59
- type: string;
60
59
  name: string;
61
60
  address: string;
61
+ type: string;
62
62
  unknown: boolean;
63
63
  symbol?: string | undefined;
64
64
  decimals?: number | undefined;
@@ -70,9 +70,9 @@ export declare function normalizeActions(simulateAndReview: SimulateAndReview):
70
70
  amount: string;
71
71
  label: string;
72
72
  token: {
73
- type: string;
74
73
  name: string;
75
74
  address: string;
75
+ type: string;
76
76
  unknown: boolean;
77
77
  symbol?: string | undefined;
78
78
  decimals?: number | undefined;
@@ -81,22 +81,22 @@ export declare function normalizeActions(simulateAndReview: SimulateAndReview):
81
81
  usd: string;
82
82
  editable: boolean;
83
83
  } | {
84
- type: "address";
85
84
  address: string;
85
+ type: "address";
86
86
  label: string;
87
87
  verified?: boolean | undefined;
88
88
  addressName?: string | undefined;
89
89
  } | {
90
- type: "timestamp";
91
90
  value: string;
91
+ type: "timestamp";
92
92
  label: string;
93
93
  } | {
94
94
  type: "token_address";
95
95
  label: string;
96
96
  token: {
97
- type: string;
98
97
  name: string;
99
98
  address: string;
99
+ type: string;
100
100
  unknown: boolean;
101
101
  symbol?: string | undefined;
102
102
  decimals?: number | undefined;
@@ -115,9 +115,9 @@ export declare function normalizeActions(simulateAndReview: SimulateAndReview):
115
115
  type: "nft";
116
116
  label: string;
117
117
  token: {
118
- type: string;
119
118
  name: string;
120
119
  address: string;
120
+ type: string;
121
121
  unknown: boolean;
122
122
  symbol?: string | undefined;
123
123
  decimals?: number | undefined;