@chainberry/ui-components 1.0.9 → 1.0.10
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.d.ts +26 -15
- package/dist/index.mjs +239 -216
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2845,6 +2845,11 @@ var dr = [
|
|
|
2845
2845
|
label: "Balances",
|
|
2846
2846
|
icon: "wallet"
|
|
2847
2847
|
},
|
|
2848
|
+
{
|
|
2849
|
+
id: "balances-v2",
|
|
2850
|
+
label: "Balances V2",
|
|
2851
|
+
icon: "wallet"
|
|
2852
|
+
},
|
|
2848
2853
|
{
|
|
2849
2854
|
id: "balances-v4",
|
|
2850
2855
|
label: "Balances V4",
|
|
@@ -2869,6 +2874,11 @@ var dr = [
|
|
|
2869
2874
|
id: "conversion",
|
|
2870
2875
|
label: "Convert",
|
|
2871
2876
|
icon: "convert"
|
|
2877
|
+
},
|
|
2878
|
+
{
|
|
2879
|
+
id: "activity",
|
|
2880
|
+
label: "Activity",
|
|
2881
|
+
icon: "list"
|
|
2872
2882
|
}
|
|
2873
2883
|
]
|
|
2874
2884
|
},
|
|
@@ -2991,6 +3001,11 @@ var dr = [
|
|
|
2991
3001
|
label: "Balances",
|
|
2992
3002
|
icon: "wallet"
|
|
2993
3003
|
},
|
|
3004
|
+
{
|
|
3005
|
+
id: "balances-v2",
|
|
3006
|
+
label: "Balances V2",
|
|
3007
|
+
icon: "wallet"
|
|
3008
|
+
},
|
|
2994
3009
|
{
|
|
2995
3010
|
id: "balances-v4",
|
|
2996
3011
|
label: "Balances V4",
|
|
@@ -3010,6 +3025,11 @@ var dr = [
|
|
|
3010
3025
|
id: "conversion",
|
|
3011
3026
|
label: "Convert",
|
|
3012
3027
|
icon: "convert"
|
|
3028
|
+
},
|
|
3029
|
+
{
|
|
3030
|
+
id: "activity",
|
|
3031
|
+
label: "Activity",
|
|
3032
|
+
icon: "list"
|
|
3013
3033
|
}
|
|
3014
3034
|
]
|
|
3015
3035
|
},
|
|
@@ -3869,52 +3889,52 @@ function G({ primary: e, secondary: t, align: n = "start", tabularNums: r = !1,
|
|
|
3869
3889
|
//#endregion
|
|
3870
3890
|
//#region ../../react-app/src/components/transactions/txTypes.ts
|
|
3871
3891
|
var K = {
|
|
3872
|
-
|
|
3892
|
+
DEPOSIT: {
|
|
3873
3893
|
label: "Deposit",
|
|
3874
3894
|
direction: "in"
|
|
3875
3895
|
},
|
|
3876
|
-
|
|
3896
|
+
WITHDRAWAL: {
|
|
3877
3897
|
label: "Withdrawal",
|
|
3878
3898
|
direction: "out"
|
|
3879
3899
|
},
|
|
3880
|
-
|
|
3900
|
+
CHECKOUT: {
|
|
3881
3901
|
label: "Checkout",
|
|
3882
3902
|
direction: "neutral"
|
|
3883
3903
|
},
|
|
3884
|
-
|
|
3904
|
+
MANUAL_DEPOSIT: {
|
|
3885
3905
|
label: "Manual Deposit",
|
|
3886
3906
|
direction: "in"
|
|
3887
3907
|
},
|
|
3888
|
-
|
|
3908
|
+
MANUAL_WITHDRAWAL: {
|
|
3889
3909
|
label: "Manual Withdrawal",
|
|
3890
3910
|
direction: "out"
|
|
3891
3911
|
},
|
|
3892
|
-
|
|
3912
|
+
AUTO_CONVERSION_DEPOSIT: {
|
|
3893
3913
|
label: "Auto-Conversion Deposit",
|
|
3894
3914
|
direction: "in"
|
|
3895
3915
|
},
|
|
3896
|
-
|
|
3916
|
+
AUTO_CONVERSION_WITHDRAWAL: {
|
|
3897
3917
|
label: "Auto-Conversion Withdrawal",
|
|
3898
3918
|
direction: "out"
|
|
3899
3919
|
},
|
|
3900
|
-
|
|
3920
|
+
AUTOMATIC_WITHDRAWAL: {
|
|
3901
3921
|
label: "Automatic Withdrawal",
|
|
3902
3922
|
direction: "out"
|
|
3903
3923
|
},
|
|
3904
|
-
|
|
3924
|
+
UNKNOWN: {
|
|
3905
3925
|
label: "Unknown",
|
|
3906
3926
|
direction: "neutral"
|
|
3907
3927
|
}
|
|
3908
3928
|
}, qr = [
|
|
3909
|
-
"
|
|
3910
|
-
"
|
|
3911
|
-
"
|
|
3912
|
-
"
|
|
3913
|
-
"
|
|
3914
|
-
"
|
|
3915
|
-
"
|
|
3916
|
-
"
|
|
3917
|
-
"
|
|
3929
|
+
"DEPOSIT",
|
|
3930
|
+
"WITHDRAWAL",
|
|
3931
|
+
"CHECKOUT",
|
|
3932
|
+
"MANUAL_DEPOSIT",
|
|
3933
|
+
"MANUAL_WITHDRAWAL",
|
|
3934
|
+
"AUTO_CONVERSION_DEPOSIT",
|
|
3935
|
+
"AUTO_CONVERSION_WITHDRAWAL",
|
|
3936
|
+
"AUTOMATIC_WITHDRAWAL",
|
|
3937
|
+
"UNKNOWN"
|
|
3918
3938
|
], Jr = /* @__PURE__ */ F({
|
|
3919
3939
|
NETWORK_LABELS: () => ci,
|
|
3920
3940
|
SAVED_PRESETS: () => oi,
|
|
@@ -3932,7 +3952,7 @@ var K = {
|
|
|
3932
3952
|
"avax",
|
|
3933
3953
|
"bnb",
|
|
3934
3954
|
"ton",
|
|
3935
|
-
"
|
|
3955
|
+
"trx"
|
|
3936
3956
|
];
|
|
3937
3957
|
function q(e) {
|
|
3938
3958
|
let t = e.toLowerCase();
|
|
@@ -3941,8 +3961,8 @@ function q(e) {
|
|
|
3941
3961
|
var Xr = [
|
|
3942
3962
|
{
|
|
3943
3963
|
id: "tx-01",
|
|
3944
|
-
type: "
|
|
3945
|
-
status: "
|
|
3964
|
+
type: "DEPOSIT",
|
|
3965
|
+
status: "PROCESSING",
|
|
3946
3966
|
risk: "low",
|
|
3947
3967
|
amount: "+1,582.18",
|
|
3948
3968
|
currency: "USDT",
|
|
@@ -3955,8 +3975,8 @@ var Xr = [
|
|
|
3955
3975
|
},
|
|
3956
3976
|
{
|
|
3957
3977
|
id: "tx-02",
|
|
3958
|
-
type: "
|
|
3959
|
-
status: "
|
|
3978
|
+
type: "WITHDRAWAL",
|
|
3979
|
+
status: "CONFIRMED",
|
|
3960
3980
|
risk: "medium",
|
|
3961
3981
|
amount: "-140.80",
|
|
3962
3982
|
currency: "USDT",
|
|
@@ -3971,8 +3991,8 @@ var Xr = [
|
|
|
3971
3991
|
},
|
|
3972
3992
|
{
|
|
3973
3993
|
id: "tx-03",
|
|
3974
|
-
type: "
|
|
3975
|
-
status: "
|
|
3994
|
+
type: "WITHDRAWAL",
|
|
3995
|
+
status: "CONFIRMED",
|
|
3976
3996
|
risk: "low",
|
|
3977
3997
|
amount: "-1,249.10",
|
|
3978
3998
|
currency: "USDT",
|
|
@@ -3987,8 +4007,8 @@ var Xr = [
|
|
|
3987
4007
|
},
|
|
3988
4008
|
{
|
|
3989
4009
|
id: "tx-04",
|
|
3990
|
-
type: "
|
|
3991
|
-
status: "
|
|
4010
|
+
type: "DEPOSIT",
|
|
4011
|
+
status: "CREATED",
|
|
3992
4012
|
risk: "low",
|
|
3993
4013
|
amount: "+2,234.80",
|
|
3994
4014
|
currency: "USDC",
|
|
@@ -4001,8 +4021,8 @@ var Xr = [
|
|
|
4001
4021
|
},
|
|
4002
4022
|
{
|
|
4003
4023
|
id: "tx-05",
|
|
4004
|
-
type: "
|
|
4005
|
-
status: "
|
|
4024
|
+
type: "WITHDRAWAL",
|
|
4025
|
+
status: "CONFIRMED",
|
|
4006
4026
|
risk: "high",
|
|
4007
4027
|
amount: "-1,559.93",
|
|
4008
4028
|
currency: "USDT",
|
|
@@ -4017,8 +4037,8 @@ var Xr = [
|
|
|
4017
4037
|
},
|
|
4018
4038
|
{
|
|
4019
4039
|
id: "tx-06",
|
|
4020
|
-
type: "
|
|
4021
|
-
status: "
|
|
4040
|
+
type: "WITHDRAWAL",
|
|
4041
|
+
status: "CREATED",
|
|
4022
4042
|
risk: "low",
|
|
4023
4043
|
amount: "-0.13836",
|
|
4024
4044
|
currency: "ETH",
|
|
@@ -4031,8 +4051,8 @@ var Xr = [
|
|
|
4031
4051
|
},
|
|
4032
4052
|
{
|
|
4033
4053
|
id: "tx-07",
|
|
4034
|
-
type: "
|
|
4035
|
-
status: "
|
|
4054
|
+
type: "WITHDRAWAL",
|
|
4055
|
+
status: "CONFIRMED",
|
|
4036
4056
|
risk: "low",
|
|
4037
4057
|
amount: "-788.34",
|
|
4038
4058
|
currency: "USDC",
|
|
@@ -4047,8 +4067,8 @@ var Xr = [
|
|
|
4047
4067
|
},
|
|
4048
4068
|
{
|
|
4049
4069
|
id: "tx-08",
|
|
4050
|
-
type: "
|
|
4051
|
-
status: "
|
|
4070
|
+
type: "DEPOSIT",
|
|
4071
|
+
status: "CREATED",
|
|
4052
4072
|
risk: "low",
|
|
4053
4073
|
amount: "+1,205.65",
|
|
4054
4074
|
currency: "USDT",
|
|
@@ -4061,8 +4081,8 @@ var Xr = [
|
|
|
4061
4081
|
},
|
|
4062
4082
|
{
|
|
4063
4083
|
id: "tx-09",
|
|
4064
|
-
type: "
|
|
4065
|
-
status: "
|
|
4084
|
+
type: "WITHDRAWAL",
|
|
4085
|
+
status: "REJECTED",
|
|
4066
4086
|
risk: "high",
|
|
4067
4087
|
amount: "-0.04448807",
|
|
4068
4088
|
currency: "BTC",
|
|
@@ -4075,8 +4095,8 @@ var Xr = [
|
|
|
4075
4095
|
},
|
|
4076
4096
|
{
|
|
4077
4097
|
id: "tx-10",
|
|
4078
|
-
type: "
|
|
4079
|
-
status: "
|
|
4098
|
+
type: "DEPOSIT",
|
|
4099
|
+
status: "CONFIRMED",
|
|
4080
4100
|
risk: "low",
|
|
4081
4101
|
amount: "+0.95688",
|
|
4082
4102
|
currency: "ETH",
|
|
@@ -4091,8 +4111,8 @@ var Xr = [
|
|
|
4091
4111
|
},
|
|
4092
4112
|
{
|
|
4093
4113
|
id: "tx-11",
|
|
4094
|
-
type: "
|
|
4095
|
-
status: "
|
|
4114
|
+
type: "DEPOSIT",
|
|
4115
|
+
status: "CONFIRMED",
|
|
4096
4116
|
risk: "low",
|
|
4097
4117
|
amount: "+967.75",
|
|
4098
4118
|
currency: "USDT",
|
|
@@ -4107,8 +4127,8 @@ var Xr = [
|
|
|
4107
4127
|
},
|
|
4108
4128
|
{
|
|
4109
4129
|
id: "tx-12",
|
|
4110
|
-
type: "
|
|
4111
|
-
status: "
|
|
4130
|
+
type: "WITHDRAWAL",
|
|
4131
|
+
status: "PROCESSING",
|
|
4112
4132
|
risk: "medium",
|
|
4113
4133
|
amount: "-320.00",
|
|
4114
4134
|
currency: "USDC",
|
|
@@ -4121,8 +4141,8 @@ var Xr = [
|
|
|
4121
4141
|
},
|
|
4122
4142
|
{
|
|
4123
4143
|
id: "tx-13",
|
|
4124
|
-
type: "
|
|
4125
|
-
status: "
|
|
4144
|
+
type: "DEPOSIT",
|
|
4145
|
+
status: "CONFIRMED",
|
|
4126
4146
|
risk: "low",
|
|
4127
4147
|
amount: "+5,000.00",
|
|
4128
4148
|
currency: "USDT",
|
|
@@ -4137,8 +4157,8 @@ var Xr = [
|
|
|
4137
4157
|
},
|
|
4138
4158
|
{
|
|
4139
4159
|
id: "tx-14",
|
|
4140
|
-
type: "
|
|
4141
|
-
status: "
|
|
4160
|
+
type: "WITHDRAWAL",
|
|
4161
|
+
status: "REJECTED",
|
|
4142
4162
|
risk: "high",
|
|
4143
4163
|
amount: "-2.10500000",
|
|
4144
4164
|
currency: "ETH",
|
|
@@ -4151,8 +4171,8 @@ var Xr = [
|
|
|
4151
4171
|
},
|
|
4152
4172
|
{
|
|
4153
4173
|
id: "tx-15",
|
|
4154
|
-
type: "
|
|
4155
|
-
status: "
|
|
4174
|
+
type: "WITHDRAWAL",
|
|
4175
|
+
status: "CONFIRMED",
|
|
4156
4176
|
risk: "high",
|
|
4157
4177
|
amount: "-3,400.00",
|
|
4158
4178
|
currency: "USDT",
|
|
@@ -4167,8 +4187,8 @@ var Xr = [
|
|
|
4167
4187
|
},
|
|
4168
4188
|
{
|
|
4169
4189
|
id: "tx-16",
|
|
4170
|
-
type: "
|
|
4171
|
-
status: "
|
|
4190
|
+
type: "DEPOSIT",
|
|
4191
|
+
status: "CONFIRMED",
|
|
4172
4192
|
risk: "low",
|
|
4173
4193
|
amount: "+1,120.40",
|
|
4174
4194
|
currency: "USDT",
|
|
@@ -4183,8 +4203,8 @@ var Xr = [
|
|
|
4183
4203
|
},
|
|
4184
4204
|
{
|
|
4185
4205
|
id: "tx-17",
|
|
4186
|
-
type: "
|
|
4187
|
-
status: "
|
|
4206
|
+
type: "DEPOSIT",
|
|
4207
|
+
status: "CREATED",
|
|
4188
4208
|
risk: "medium",
|
|
4189
4209
|
amount: "+742.19",
|
|
4190
4210
|
currency: "USDC",
|
|
@@ -4197,8 +4217,8 @@ var Xr = [
|
|
|
4197
4217
|
},
|
|
4198
4218
|
{
|
|
4199
4219
|
id: "tx-18",
|
|
4200
|
-
type: "
|
|
4201
|
-
status: "
|
|
4220
|
+
type: "WITHDRAWAL",
|
|
4221
|
+
status: "CONFIRMED",
|
|
4202
4222
|
risk: "low",
|
|
4203
4223
|
amount: "-0.02100000",
|
|
4204
4224
|
currency: "BTC",
|
|
@@ -4213,8 +4233,8 @@ var Xr = [
|
|
|
4213
4233
|
},
|
|
4214
4234
|
{
|
|
4215
4235
|
id: "tx-19",
|
|
4216
|
-
type: "
|
|
4217
|
-
status: "
|
|
4236
|
+
type: "DEPOSIT",
|
|
4237
|
+
status: "CONFIRMED",
|
|
4218
4238
|
risk: "low",
|
|
4219
4239
|
amount: "+1,200.00",
|
|
4220
4240
|
currency: "TON",
|
|
@@ -4229,8 +4249,8 @@ var Xr = [
|
|
|
4229
4249
|
},
|
|
4230
4250
|
{
|
|
4231
4251
|
id: "tx-20",
|
|
4232
|
-
type: "
|
|
4233
|
-
status: "
|
|
4252
|
+
type: "WITHDRAWAL",
|
|
4253
|
+
status: "PROCESSING",
|
|
4234
4254
|
risk: "medium",
|
|
4235
4255
|
amount: "-540.00",
|
|
4236
4256
|
currency: "TON",
|
|
@@ -4242,18 +4262,18 @@ var Xr = [
|
|
|
4242
4262
|
orderId: "ord-c52d90ee44ff21ab"
|
|
4243
4263
|
}
|
|
4244
4264
|
], Zr = [
|
|
4245
|
-
"
|
|
4246
|
-
"
|
|
4247
|
-
"
|
|
4248
|
-
"
|
|
4249
|
-
"
|
|
4250
|
-
"
|
|
4251
|
-
"
|
|
4252
|
-
"
|
|
4253
|
-
"
|
|
4254
|
-
"
|
|
4255
|
-
"
|
|
4256
|
-
"
|
|
4265
|
+
"CREATED",
|
|
4266
|
+
"PROCESSING",
|
|
4267
|
+
"KYT_IN_PROGRESS",
|
|
4268
|
+
"PENDING_APPROVAL",
|
|
4269
|
+
"REJECTED",
|
|
4270
|
+
"CONFIRMED",
|
|
4271
|
+
"FAILED",
|
|
4272
|
+
"CONVERSION_IN_PROGRESS",
|
|
4273
|
+
"REFUND_IN_PROGRESS",
|
|
4274
|
+
"PENDING_VERIFICATION",
|
|
4275
|
+
"PARTIALLY_COMPLETED",
|
|
4276
|
+
"CURRENCY_MISMATCH"
|
|
4257
4277
|
], Qr = [
|
|
4258
4278
|
["USDT", "ETH"],
|
|
4259
4279
|
["USDT", "POL"],
|
|
@@ -4266,20 +4286,20 @@ var Xr = [
|
|
|
4266
4286
|
["BTC", "BTC"],
|
|
4267
4287
|
["TON", "TON"]
|
|
4268
4288
|
], $r = [
|
|
4269
|
-
"
|
|
4270
|
-
"
|
|
4271
|
-
"
|
|
4272
|
-
"
|
|
4273
|
-
"
|
|
4274
|
-
"
|
|
4275
|
-
"
|
|
4276
|
-
"
|
|
4277
|
-
"
|
|
4289
|
+
"DEPOSIT",
|
|
4290
|
+
"WITHDRAWAL",
|
|
4291
|
+
"CHECKOUT",
|
|
4292
|
+
"MANUAL_DEPOSIT",
|
|
4293
|
+
"MANUAL_WITHDRAWAL",
|
|
4294
|
+
"AUTO_CONVERSION_DEPOSIT",
|
|
4295
|
+
"AUTO_CONVERSION_WITHDRAWAL",
|
|
4296
|
+
"AUTOMATIC_WITHDRAWAL",
|
|
4297
|
+
"UNKNOWN"
|
|
4278
4298
|
], ei = [
|
|
4279
4299
|
"low",
|
|
4280
4300
|
"medium",
|
|
4281
4301
|
"high"
|
|
4282
|
-
], ti = ["Jun", "Jul"], ni = /* @__PURE__ */ new Set(["
|
|
4302
|
+
], ti = ["Jun", "Jul"], ni = /* @__PURE__ */ new Set(["CONFIRMED", "PARTIALLY_COMPLETED"]);
|
|
4283
4303
|
function J(e, t) {
|
|
4284
4304
|
let n = e * 2654435761 >>> 0, r = "";
|
|
4285
4305
|
for (; r.length < t;) r += (n & 15).toString(16), n = n * 16807 >>> 0 || 1;
|
|
@@ -4322,7 +4342,7 @@ var ai = [...Xr, ...ii(243, Xr.length)], oi = [
|
|
|
4322
4342
|
{
|
|
4323
4343
|
id: "failed-this-month",
|
|
4324
4344
|
label: "Failed this month",
|
|
4325
|
-
match: (e) => e.status === "
|
|
4345
|
+
match: (e) => e.status === "FAILED" || e.status === "REJECTED",
|
|
4326
4346
|
icon: "filter"
|
|
4327
4347
|
},
|
|
4328
4348
|
{
|
|
@@ -4333,7 +4353,7 @@ var ai = [...Xr, ...ii(243, Xr.length)], oi = [
|
|
|
4333
4353
|
}
|
|
4334
4354
|
];
|
|
4335
4355
|
function si(e) {
|
|
4336
|
-
return e.status === "
|
|
4356
|
+
return e.status === "PENDING_APPROVAL" || e.status === "PENDING_VERIFICATION" || e.status === "CURRENCY_MISMATCH";
|
|
4337
4357
|
}
|
|
4338
4358
|
var ci = {
|
|
4339
4359
|
ETH: "Ethereum",
|
|
@@ -4348,7 +4368,7 @@ function li(e, t) {
|
|
|
4348
4368
|
return (e === "low" ? 8 : e === "medium" ? 42 : 76) + t % 12;
|
|
4349
4369
|
}
|
|
4350
4370
|
function ui(e) {
|
|
4351
|
-
return e.status === "
|
|
4371
|
+
return e.status === "REJECTED" || e.status === "FAILED" ? "rejected" : e.status === "PENDING_APPROVAL" || e.status === "PENDING_VERIFICATION" || e.status === "KYT_IN_PROGRESS" ? "manual-review" : e.risk === "high" ? "flagged" : "auto-approved";
|
|
4352
4372
|
}
|
|
4353
4373
|
var di = {
|
|
4354
4374
|
"auto-approved": "Huobi/HTX sanctioned entity amount < 10 USD",
|
|
@@ -4684,67 +4704,67 @@ var wi = /* @__PURE__ */ F({
|
|
|
4684
4704
|
STATUS_ORDER: () => Ti,
|
|
4685
4705
|
TONE_DOT: () => Ei
|
|
4686
4706
|
}), X = {
|
|
4687
|
-
|
|
4707
|
+
CREATED: {
|
|
4688
4708
|
label: "Created",
|
|
4689
4709
|
tone: "sky"
|
|
4690
4710
|
},
|
|
4691
|
-
|
|
4711
|
+
PROCESSING: {
|
|
4692
4712
|
label: "Processing",
|
|
4693
4713
|
tone: "sky"
|
|
4694
4714
|
},
|
|
4695
|
-
|
|
4715
|
+
KYT_IN_PROGRESS: {
|
|
4696
4716
|
label: "KYT in Progress",
|
|
4697
4717
|
tone: "violet"
|
|
4698
4718
|
},
|
|
4699
|
-
|
|
4719
|
+
PENDING_APPROVAL: {
|
|
4700
4720
|
label: "Pending Approval",
|
|
4701
4721
|
tone: "amber"
|
|
4702
4722
|
},
|
|
4703
|
-
|
|
4723
|
+
PENDING_VERIFICATION: {
|
|
4704
4724
|
label: "Pending Verification",
|
|
4705
4725
|
tone: "amber"
|
|
4706
4726
|
},
|
|
4707
|
-
|
|
4727
|
+
CONVERSION_IN_PROGRESS: {
|
|
4708
4728
|
label: "Conversion in Progress",
|
|
4709
4729
|
tone: "orange"
|
|
4710
4730
|
},
|
|
4711
|
-
|
|
4731
|
+
REFUND_IN_PROGRESS: {
|
|
4712
4732
|
label: "Refund in Progress",
|
|
4713
4733
|
tone: "violet"
|
|
4714
4734
|
},
|
|
4715
|
-
|
|
4735
|
+
PARTIALLY_COMPLETED: {
|
|
4716
4736
|
label: "Partially Completed",
|
|
4717
4737
|
tone: "emerald"
|
|
4718
4738
|
},
|
|
4719
|
-
|
|
4739
|
+
CONFIRMED: {
|
|
4720
4740
|
label: "Confirmed",
|
|
4721
4741
|
tone: "emerald"
|
|
4722
4742
|
},
|
|
4723
|
-
|
|
4743
|
+
CURRENCY_MISMATCH: {
|
|
4724
4744
|
label: "Currency Mismatch",
|
|
4725
4745
|
tone: "amber"
|
|
4726
4746
|
},
|
|
4727
|
-
|
|
4747
|
+
REJECTED: {
|
|
4728
4748
|
label: "Rejected",
|
|
4729
4749
|
tone: "red"
|
|
4730
4750
|
},
|
|
4731
|
-
|
|
4751
|
+
FAILED: {
|
|
4732
4752
|
label: "Failed",
|
|
4733
4753
|
tone: "red"
|
|
4734
4754
|
}
|
|
4735
4755
|
}, Ti = [
|
|
4736
|
-
"
|
|
4737
|
-
"
|
|
4738
|
-
"
|
|
4739
|
-
"
|
|
4740
|
-
"
|
|
4741
|
-
"
|
|
4742
|
-
"
|
|
4743
|
-
"
|
|
4744
|
-
"
|
|
4745
|
-
"
|
|
4746
|
-
"
|
|
4747
|
-
"
|
|
4756
|
+
"CREATED",
|
|
4757
|
+
"PROCESSING",
|
|
4758
|
+
"KYT_IN_PROGRESS",
|
|
4759
|
+
"PENDING_APPROVAL",
|
|
4760
|
+
"PENDING_VERIFICATION",
|
|
4761
|
+
"CONVERSION_IN_PROGRESS",
|
|
4762
|
+
"REFUND_IN_PROGRESS",
|
|
4763
|
+
"PARTIALLY_COMPLETED",
|
|
4764
|
+
"CONFIRMED",
|
|
4765
|
+
"CURRENCY_MISMATCH",
|
|
4766
|
+
"REJECTED",
|
|
4767
|
+
"FAILED"
|
|
4748
4768
|
], Ei = {
|
|
4749
4769
|
primary: "bg-primary",
|
|
4750
4770
|
sky: "bg-sky-500",
|
|
@@ -5223,13 +5243,11 @@ var qi = "flex cursor-pointer items-center gap-2.5 rounded-lg px-2 py-1.5 text-s
|
|
|
5223
5243
|
out: "text-rose-500",
|
|
5224
5244
|
neutral: "text-slate-400"
|
|
5225
5245
|
};
|
|
5226
|
-
function Xi({ open: e, onOpenChange: t, value: n,
|
|
5227
|
-
let [
|
|
5228
|
-
o(() => {
|
|
5229
|
-
e &&
|
|
5230
|
-
}, [e])
|
|
5231
|
-
let c = Mi(a);
|
|
5232
|
-
return /* @__PURE__ */ _(un, {
|
|
5246
|
+
function Xi({ open: e, onOpenChange: t, value: n, assets: r, onApply: i, onReset: a }) {
|
|
5247
|
+
let [s, c] = d(n);
|
|
5248
|
+
return o(() => {
|
|
5249
|
+
e && c(n);
|
|
5250
|
+
}, [e]), /* @__PURE__ */ _(un, {
|
|
5233
5251
|
open: e,
|
|
5234
5252
|
onOpenChange: t,
|
|
5235
5253
|
children: /* @__PURE__ */ v(mn, { children: [
|
|
@@ -5250,8 +5268,8 @@ function Xi({ open: e, onOpenChange: t, value: n, onApply: r, onSave: i }) {
|
|
|
5250
5268
|
className: qi,
|
|
5251
5269
|
children: [
|
|
5252
5270
|
/* @__PURE__ */ _(St, {
|
|
5253
|
-
checked:
|
|
5254
|
-
onCheckedChange: () =>
|
|
5271
|
+
checked: s.types.includes(e.value),
|
|
5272
|
+
onCheckedChange: () => c((t) => ({
|
|
5255
5273
|
...t,
|
|
5256
5274
|
types: Gi(t.types, e.value)
|
|
5257
5275
|
}))
|
|
@@ -5276,8 +5294,8 @@ function Xi({ open: e, onOpenChange: t, value: n, onApply: r, onSave: i }) {
|
|
|
5276
5294
|
children: Ti.map((e) => /* @__PURE__ */ v("label", {
|
|
5277
5295
|
className: qi,
|
|
5278
5296
|
children: [/* @__PURE__ */ _(St, {
|
|
5279
|
-
checked:
|
|
5280
|
-
onCheckedChange: () =>
|
|
5297
|
+
checked: s.statuses.includes(e),
|
|
5298
|
+
onCheckedChange: () => c((t) => ({
|
|
5281
5299
|
...t,
|
|
5282
5300
|
statuses: Gi(t.statuses, e)
|
|
5283
5301
|
}))
|
|
@@ -5289,16 +5307,16 @@ function Xi({ open: e, onOpenChange: t, value: n, onApply: r, onSave: i }) {
|
|
|
5289
5307
|
})
|
|
5290
5308
|
}),
|
|
5291
5309
|
/* @__PURE__ */ _(bn, {}),
|
|
5292
|
-
/* @__PURE__ */ _(Ki, {
|
|
5310
|
+
r.length > 0 && /* @__PURE__ */ _(Ki, {
|
|
5293
5311
|
title: "Currency & Network",
|
|
5294
5312
|
children: /* @__PURE__ */ _("div", {
|
|
5295
5313
|
className: "grid grid-cols-2 gap-x-4",
|
|
5296
|
-
children:
|
|
5314
|
+
children: r.map((e) => /* @__PURE__ */ v("label", {
|
|
5297
5315
|
className: qi,
|
|
5298
5316
|
children: [
|
|
5299
5317
|
/* @__PURE__ */ _(St, {
|
|
5300
|
-
checked:
|
|
5301
|
-
onCheckedChange: () =>
|
|
5318
|
+
checked: s.assets.includes(e.key),
|
|
5319
|
+
onCheckedChange: () => c((t) => ({
|
|
5302
5320
|
...t,
|
|
5303
5321
|
assets: Gi(t.assets, e.key)
|
|
5304
5322
|
}))
|
|
@@ -5332,8 +5350,8 @@ function Xi({ open: e, onOpenChange: t, value: n, onApply: r, onSave: i }) {
|
|
|
5332
5350
|
className: qi,
|
|
5333
5351
|
children: [
|
|
5334
5352
|
/* @__PURE__ */ _(St, {
|
|
5335
|
-
checked:
|
|
5336
|
-
onCheckedChange: () =>
|
|
5353
|
+
checked: s.risks.includes(e.value),
|
|
5354
|
+
onCheckedChange: () => c((t) => ({
|
|
5337
5355
|
...t,
|
|
5338
5356
|
risks: Gi(t.risks, e.value)
|
|
5339
5357
|
}))
|
|
@@ -5352,8 +5370,8 @@ function Xi({ open: e, onOpenChange: t, value: n, onApply: r, onSave: i }) {
|
|
|
5352
5370
|
/* @__PURE__ */ v(Ki, {
|
|
5353
5371
|
title: "Date Range",
|
|
5354
5372
|
children: [/* @__PURE__ */ v(an, {
|
|
5355
|
-
value:
|
|
5356
|
-
onValueChange: (e) =>
|
|
5373
|
+
value: s.dateField,
|
|
5374
|
+
onValueChange: (e) => c((t) => ({
|
|
5357
5375
|
...t,
|
|
5358
5376
|
dateField: e
|
|
5359
5377
|
})),
|
|
@@ -5369,10 +5387,10 @@ function Xi({ open: e, onOpenChange: t, value: n, onApply: r, onSave: i }) {
|
|
|
5369
5387
|
mode: "range",
|
|
5370
5388
|
className: "mt-3 rounded-xl border border-cb-line p-3",
|
|
5371
5389
|
selected: {
|
|
5372
|
-
from:
|
|
5373
|
-
to:
|
|
5390
|
+
from: s.from ? ae(s.from) : void 0,
|
|
5391
|
+
to: s.to ? ae(s.to) : void 0
|
|
5374
5392
|
},
|
|
5375
|
-
onSelect: (e) =>
|
|
5393
|
+
onSelect: (e) => c((t) => ({
|
|
5376
5394
|
...t,
|
|
5377
5395
|
from: e?.from ? j(e.from, "yyyy-MM-dd") : void 0,
|
|
5378
5396
|
to: e?.to ? j(e.to, "yyyy-MM-dd") : void 0
|
|
@@ -5388,16 +5406,7 @@ function Xi({ open: e, onOpenChange: t, value: n, onApply: r, onSave: i }) {
|
|
|
5388
5406
|
variant: "ghost",
|
|
5389
5407
|
align: "start",
|
|
5390
5408
|
className: "text-muted-foreground",
|
|
5391
|
-
onClick: () =>
|
|
5392
|
-
},
|
|
5393
|
-
{
|
|
5394
|
-
key: "save",
|
|
5395
|
-
label: "Save",
|
|
5396
|
-
variant: "ghost",
|
|
5397
|
-
align: "start",
|
|
5398
|
-
className: "text-foreground",
|
|
5399
|
-
disabled: c,
|
|
5400
|
-
onClick: () => i(a)
|
|
5409
|
+
onClick: () => a?.()
|
|
5401
5410
|
},
|
|
5402
5411
|
{
|
|
5403
5412
|
key: "cancel",
|
|
@@ -5409,7 +5418,7 @@ function Xi({ open: e, onOpenChange: t, value: n, onApply: r, onSave: i }) {
|
|
|
5409
5418
|
key: "apply",
|
|
5410
5419
|
label: "Apply",
|
|
5411
5420
|
onClick: () => {
|
|
5412
|
-
|
|
5421
|
+
i(s), t(!1);
|
|
5413
5422
|
}
|
|
5414
5423
|
}
|
|
5415
5424
|
] })
|
|
@@ -5455,7 +5464,7 @@ var Qi = [
|
|
|
5455
5464
|
{
|
|
5456
5465
|
id: "risk",
|
|
5457
5466
|
header: "Risk",
|
|
5458
|
-
cell: (e) => /* @__PURE__ */ _(Wr, { level: e.risk }),
|
|
5467
|
+
cell: (e) => e.risk ? /* @__PURE__ */ _(Wr, { level: e.risk }) : null,
|
|
5459
5468
|
skeleton: /* @__PURE__ */ _(V, { className: "h-4 w-5" })
|
|
5460
5469
|
},
|
|
5461
5470
|
{
|
|
@@ -5571,7 +5580,7 @@ var Qi = [
|
|
|
5571
5580
|
label: e.header,
|
|
5572
5581
|
canHide: e.canHide
|
|
5573
5582
|
}));
|
|
5574
|
-
function ta({ data: e, loading: t, onRowClick: n, columnVisibility: r, presets: i, pageSize: a = 50, totalTransactions: o, currentPage: s = 0, onPageChange: c }) {
|
|
5583
|
+
function ta({ data: e, loading: t, onRowClick: n, columnVisibility: r, presets: i, pageSize: a = 50, totalTransactions: o, currentPage: s = 0, onPageChange: c, activeSort: l, onSortChange: u }) {
|
|
5575
5584
|
return /* @__PURE__ */ _(zr, {
|
|
5576
5585
|
columns: Qi,
|
|
5577
5586
|
data: e,
|
|
@@ -5585,6 +5594,8 @@ function ta({ data: e, loading: t, onRowClick: n, columnVisibility: r, presets:
|
|
|
5585
5594
|
skeletonRows: 12,
|
|
5586
5595
|
columnVisibility: r,
|
|
5587
5596
|
onRowClick: n,
|
|
5597
|
+
sort: l,
|
|
5598
|
+
onSortChange: u,
|
|
5588
5599
|
emptyMessage: "No transactions match your filters.",
|
|
5589
5600
|
rowLeading: (e) => si(e) ? /* @__PURE__ */ v(Fn, { children: [/* @__PURE__ */ _(In, {
|
|
5590
5601
|
asChild: !0,
|
|
@@ -5657,7 +5668,7 @@ function ra({ search: e, onSearchChange: t, searchScopes: n, searchScope: r, onS
|
|
|
5657
5668
|
})
|
|
5658
5669
|
]
|
|
5659
5670
|
}),
|
|
5660
|
-
C("tabs") && /* @__PURE__ */ _(kn, {
|
|
5671
|
+
C("tabs") && o !== void 0 && s && /* @__PURE__ */ _(kn, {
|
|
5661
5672
|
value: o,
|
|
5662
5673
|
onValueChange: s,
|
|
5663
5674
|
children: /* @__PURE__ */ _(jn, { children: c.map((e) => {
|
|
@@ -5689,7 +5700,7 @@ function ra({ search: e, onSearchChange: t, searchScopes: n, searchScope: r, onS
|
|
|
5689
5700
|
})
|
|
5690
5701
|
]
|
|
5691
5702
|
}),
|
|
5692
|
-
C("columns") && /* @__PURE__ */ _(Mr, {
|
|
5703
|
+
C("columns") && f && p && m && /* @__PURE__ */ _(Mr, {
|
|
5693
5704
|
columns: f,
|
|
5694
5705
|
visible: p,
|
|
5695
5706
|
onChange: m
|
|
@@ -5729,7 +5740,7 @@ var sa = [
|
|
|
5729
5740
|
header: "Date",
|
|
5730
5741
|
cell: (e) => /* @__PURE__ */ _("span", {
|
|
5731
5742
|
className: "font-medium text-foreground",
|
|
5732
|
-
children: e.date
|
|
5743
|
+
children: j(ae(e.date), "MMM dd, yyyy")
|
|
5733
5744
|
})
|
|
5734
5745
|
},
|
|
5735
5746
|
{
|
|
@@ -5873,22 +5884,32 @@ function da({ segments: e, size: t = 148, thickness: n = 20, gap: r = 2, animate
|
|
|
5873
5884
|
}
|
|
5874
5885
|
//#endregion
|
|
5875
5886
|
//#region ../../react-app/src/components/reports/ExportHistoryList.tsx
|
|
5876
|
-
|
|
5877
|
-
|
|
5878
|
-
|
|
5879
|
-
|
|
5880
|
-
|
|
5881
|
-
|
|
5882
|
-
|
|
5883
|
-
|
|
5884
|
-
|
|
5885
|
-
|
|
5886
|
-
|
|
5887
|
-
|
|
5888
|
-
|
|
5889
|
-
|
|
5890
|
-
|
|
5891
|
-
|
|
5887
|
+
function fa({ label: e, onClick: t }) {
|
|
5888
|
+
return /* @__PURE__ */ v(Fn, { children: [/* @__PURE__ */ _(In, {
|
|
5889
|
+
asChild: !0,
|
|
5890
|
+
children: /* @__PURE__ */ _(z, {
|
|
5891
|
+
type: "button",
|
|
5892
|
+
variant: "ghost",
|
|
5893
|
+
size: "icon-xs",
|
|
5894
|
+
"aria-label": `Download ${e}`,
|
|
5895
|
+
onClick: t,
|
|
5896
|
+
className: "cursor-pointer text-muted-foreground hover:bg-slate-200/70 hover:text-primary",
|
|
5897
|
+
children: /* @__PURE__ */ _(x, {
|
|
5898
|
+
icon: He,
|
|
5899
|
+
size: 14,
|
|
5900
|
+
strokeWidth: 2,
|
|
5901
|
+
className: "size-3.5"
|
|
5902
|
+
})
|
|
5903
|
+
})
|
|
5904
|
+
}), /* @__PURE__ */ _(Ln, { children: "Download" })] });
|
|
5905
|
+
}
|
|
5906
|
+
function pa({ entries: e, onDownload: t }) {
|
|
5907
|
+
return /* @__PURE__ */ _(zr, {
|
|
5908
|
+
columns: [
|
|
5909
|
+
{
|
|
5910
|
+
id: "file",
|
|
5911
|
+
header: "File",
|
|
5912
|
+
cell: (e) => /* @__PURE__ */ v("span", {
|
|
5892
5913
|
className: "flex min-w-0 items-center gap-2.5",
|
|
5893
5914
|
children: [/* @__PURE__ */ _(x, {
|
|
5894
5915
|
icon: ze,
|
|
@@ -5900,29 +5921,31 @@ function pa({ entries: e, onDownload: t, className: n }) {
|
|
|
5900
5921
|
className: "truncate font-medium text-foreground",
|
|
5901
5922
|
children: e.file
|
|
5902
5923
|
})]
|
|
5903
|
-
}),
|
|
5904
|
-
/* @__PURE__ */ _("span", {
|
|
5905
|
-
className: "text-foreground",
|
|
5906
|
-
children: e.period
|
|
5907
|
-
}),
|
|
5908
|
-
/* @__PURE__ */ _("span", {
|
|
5909
|
-
className: "text-foreground",
|
|
5910
|
-
children: e.generatedBy
|
|
5911
|
-
}),
|
|
5912
|
-
/* @__PURE__ */ v(z, {
|
|
5913
|
-
variant: "outline",
|
|
5914
|
-
size: "sm",
|
|
5915
|
-
className: "cursor-pointer shadow-xs",
|
|
5916
|
-
onClick: () => t?.(e),
|
|
5917
|
-
children: [/* @__PURE__ */ _(x, {
|
|
5918
|
-
icon: He,
|
|
5919
|
-
size: 14,
|
|
5920
|
-
color: "currentColor",
|
|
5921
|
-
strokeWidth: 2
|
|
5922
|
-
}), "Download"]
|
|
5923
5924
|
})
|
|
5924
|
-
|
|
5925
|
-
|
|
5925
|
+
},
|
|
5926
|
+
{
|
|
5927
|
+
id: "period",
|
|
5928
|
+
header: "Period",
|
|
5929
|
+
cell: (e) => e.period
|
|
5930
|
+
},
|
|
5931
|
+
{
|
|
5932
|
+
id: "generatedBy",
|
|
5933
|
+
header: "Generated by",
|
|
5934
|
+
cell: (e) => e.generatedBy
|
|
5935
|
+
},
|
|
5936
|
+
{
|
|
5937
|
+
id: "actions",
|
|
5938
|
+
header: "",
|
|
5939
|
+
align: "end",
|
|
5940
|
+
headClassName: "w-12",
|
|
5941
|
+
cell: (e) => /* @__PURE__ */ _(fa, {
|
|
5942
|
+
label: e.file,
|
|
5943
|
+
onClick: () => t?.(e)
|
|
5944
|
+
})
|
|
5945
|
+
}
|
|
5946
|
+
],
|
|
5947
|
+
data: e,
|
|
5948
|
+
getRowId: (e) => e.id
|
|
5926
5949
|
});
|
|
5927
5950
|
}
|
|
5928
5951
|
//#endregion
|
|
@@ -6988,7 +7011,7 @@ function mo({ balances: e, actionsVariant: t = "menu", className: r }) {
|
|
|
6988
7011
|
}),
|
|
6989
7012
|
/* @__PURE__ */ _("span", {
|
|
6990
7013
|
className: "font-medium",
|
|
6991
|
-
children: n.
|
|
7014
|
+
children: n.network
|
|
6992
7015
|
}),
|
|
6993
7016
|
n.belowMin && /* @__PURE__ */ _("span", {
|
|
6994
7017
|
className: "text-xs font-medium text-amber-600",
|
|
@@ -7334,7 +7357,7 @@ var bo = /* @__PURE__ */ F({}), xo = /* @__PURE__ */ F({
|
|
|
7334
7357
|
id: "rtx-1",
|
|
7335
7358
|
label: "Manual Deposit",
|
|
7336
7359
|
direction: "in",
|
|
7337
|
-
status: "
|
|
7360
|
+
status: "CONFIRMED",
|
|
7338
7361
|
currency: "USDT",
|
|
7339
7362
|
network: "TRX",
|
|
7340
7363
|
amount: "+20.00",
|
|
@@ -7357,7 +7380,7 @@ var bo = /* @__PURE__ */ F({}), xo = /* @__PURE__ */ F({
|
|
|
7357
7380
|
id: "rtx-2",
|
|
7358
7381
|
label: "Manual Deposit",
|
|
7359
7382
|
direction: "in",
|
|
7360
|
-
status: "
|
|
7383
|
+
status: "CONFIRMED",
|
|
7361
7384
|
currency: "USDT",
|
|
7362
7385
|
network: "TRX",
|
|
7363
7386
|
amount: "+50.00",
|
|
@@ -7379,7 +7402,7 @@ var bo = /* @__PURE__ */ F({}), xo = /* @__PURE__ */ F({
|
|
|
7379
7402
|
id: "rtx-3",
|
|
7380
7403
|
label: "Auto Transfer",
|
|
7381
7404
|
direction: "transfer",
|
|
7382
|
-
status: "
|
|
7405
|
+
status: "CONFIRMED",
|
|
7383
7406
|
currency: "USDT",
|
|
7384
7407
|
network: "TRX",
|
|
7385
7408
|
amount: "100.00",
|
|
@@ -7400,7 +7423,7 @@ var bo = /* @__PURE__ */ F({}), xo = /* @__PURE__ */ F({
|
|
|
7400
7423
|
id: "rtx-4",
|
|
7401
7424
|
label: "Manual Withdraw",
|
|
7402
7425
|
direction: "out",
|
|
7403
|
-
status: "
|
|
7426
|
+
status: "CONFIRMED",
|
|
7404
7427
|
currency: "USDT",
|
|
7405
7428
|
network: "TRX",
|
|
7406
7429
|
amount: "-75.50",
|
|
@@ -7423,7 +7446,7 @@ var bo = /* @__PURE__ */ F({}), xo = /* @__PURE__ */ F({
|
|
|
7423
7446
|
id: "rtx-5",
|
|
7424
7447
|
label: "Auto Transfer",
|
|
7425
7448
|
direction: "transfer",
|
|
7426
|
-
status: "
|
|
7449
|
+
status: "PROCESSING",
|
|
7427
7450
|
currency: "USDT",
|
|
7428
7451
|
network: "TRX",
|
|
7429
7452
|
amount: "250.00",
|
|
@@ -8164,7 +8187,7 @@ var Po = /* @__PURE__ */ F({
|
|
|
8164
8187
|
toAmount: "+6,229.32",
|
|
8165
8188
|
rate: "1 ETH = 3,121.00 USDT",
|
|
8166
8189
|
fiatValue: "$6,242.00",
|
|
8167
|
-
status: "
|
|
8190
|
+
status: "CONFIRMED"
|
|
8168
8191
|
},
|
|
8169
8192
|
{
|
|
8170
8193
|
id: "cv-02",
|
|
@@ -8178,7 +8201,7 @@ var Po = /* @__PURE__ */ F({
|
|
|
8178
8201
|
toAmount: "+0.19371300",
|
|
8179
8202
|
rate: "1 BTC = 61,842.00 USDT",
|
|
8180
8203
|
fiatValue: "$12,000.00",
|
|
8181
|
-
status: "
|
|
8204
|
+
status: "PROCESSING"
|
|
8182
8205
|
},
|
|
8183
8206
|
{
|
|
8184
8207
|
id: "cv-03",
|
|
@@ -8192,7 +8215,7 @@ var Po = /* @__PURE__ */ F({
|
|
|
8192
8215
|
toAmount: "+20.23783700",
|
|
8193
8216
|
rate: "1 SOL = 148.00 USDC",
|
|
8194
8217
|
fiatValue: "$3,000.00",
|
|
8195
|
-
status: "
|
|
8218
|
+
status: "CONFIRMED"
|
|
8196
8219
|
},
|
|
8197
8220
|
{
|
|
8198
8221
|
id: "cv-04",
|
|
@@ -8206,7 +8229,7 @@ var Po = /* @__PURE__ */ F({
|
|
|
8206
8229
|
toAmount: "+3,085.92",
|
|
8207
8230
|
rate: "1 BTC = 61,842.00 USDT",
|
|
8208
8231
|
fiatValue: "$3,092.10",
|
|
8209
|
-
status: "
|
|
8232
|
+
status: "CONFIRMED"
|
|
8210
8233
|
},
|
|
8211
8234
|
{
|
|
8212
8235
|
id: "cv-05",
|
|
@@ -8220,7 +8243,7 @@ var Po = /* @__PURE__ */ F({
|
|
|
8220
8243
|
toAmount: "+7,385.20",
|
|
8221
8244
|
rate: "1 SOL = 148.00 USDC",
|
|
8222
8245
|
fiatValue: "$7,400.00",
|
|
8223
|
-
status: "
|
|
8246
|
+
status: "CONFIRMED"
|
|
8224
8247
|
},
|
|
8225
8248
|
{
|
|
8226
8249
|
id: "cv-06",
|
|
@@ -8234,7 +8257,7 @@ var Po = /* @__PURE__ */ F({
|
|
|
8234
8257
|
toAmount: "+1.91797500",
|
|
8235
8258
|
rate: "1 ETH = 5.20 BNB",
|
|
8236
8259
|
fiatValue: "$6,000.00",
|
|
8237
|
-
status: "
|
|
8260
|
+
status: "FAILED"
|
|
8238
8261
|
},
|
|
8239
8262
|
{
|
|
8240
8263
|
id: "cv-07",
|
|
@@ -8248,7 +8271,7 @@ var Po = /* @__PURE__ */ F({
|
|
|
8248
8271
|
toAmount: "+4,491.00",
|
|
8249
8272
|
rate: "1 POL = 0.45 USDT",
|
|
8250
8273
|
fiatValue: "$4,500.00",
|
|
8251
|
-
status: "
|
|
8274
|
+
status: "CONFIRMED"
|
|
8252
8275
|
},
|
|
8253
8276
|
{
|
|
8254
8277
|
id: "cv-08",
|
|
@@ -8262,7 +8285,7 @@ var Po = /* @__PURE__ */ F({
|
|
|
8262
8285
|
toAmount: "+2.88240900",
|
|
8263
8286
|
rate: "1 ETH = 3,121.00 USDT",
|
|
8264
8287
|
fiatValue: "$9,000.00",
|
|
8265
|
-
status: "
|
|
8288
|
+
status: "PENDING_APPROVAL"
|
|
8266
8289
|
}
|
|
8267
8290
|
];
|
|
8268
8291
|
function Vo(e) {
|
|
@@ -8341,7 +8364,7 @@ function Go({ currentUser: e = "Maya Okafor", onSubmit: t, className: n }) {
|
|
|
8341
8364
|
toAmount: `+${Uo(F)}`,
|
|
8342
8365
|
rate: `1 ${a} = ${Uo(ce)} ${u}`,
|
|
8343
8366
|
fiatValue: Ho(le),
|
|
8344
|
-
status: "
|
|
8367
|
+
status: "PROCESSING"
|
|
8345
8368
|
};
|
|
8346
8369
|
t?.(r), E(!0);
|
|
8347
8370
|
}, we = (e) => {
|
|
@@ -8870,7 +8893,7 @@ var qo = /* @__PURE__ */ F({}), Jo = /* @__PURE__ */ F({
|
|
|
8870
8893
|
amount: "+18,500.00",
|
|
8871
8894
|
amountFiat: "+$18,500.00",
|
|
8872
8895
|
confirmations: "24/24",
|
|
8873
|
-
status: "
|
|
8896
|
+
status: "CONFIRMED"
|
|
8874
8897
|
},
|
|
8875
8898
|
{
|
|
8876
8899
|
id: "dp-02",
|
|
@@ -8884,7 +8907,7 @@ var qo = /* @__PURE__ */ F({}), Jo = /* @__PURE__ */ F({
|
|
|
8884
8907
|
amount: "+4,200.00",
|
|
8885
8908
|
amountFiat: "+$4,200.00",
|
|
8886
8909
|
confirmations: "9/19",
|
|
8887
|
-
status: "
|
|
8910
|
+
status: "PARTIALLY_COMPLETED"
|
|
8888
8911
|
},
|
|
8889
8912
|
{
|
|
8890
8913
|
id: "dp-03",
|
|
@@ -8898,7 +8921,7 @@ var qo = /* @__PURE__ */ F({}), Jo = /* @__PURE__ */ F({
|
|
|
8898
8921
|
amount: "+9,000.00",
|
|
8899
8922
|
amountFiat: "+$9,000.00",
|
|
8900
8923
|
confirmations: "24/24",
|
|
8901
|
-
status: "
|
|
8924
|
+
status: "CONFIRMED"
|
|
8902
8925
|
},
|
|
8903
8926
|
{
|
|
8904
8927
|
id: "dp-04",
|
|
@@ -8912,7 +8935,7 @@ var qo = /* @__PURE__ */ F({}), Jo = /* @__PURE__ */ F({
|
|
|
8912
8935
|
amount: "+0.15000000",
|
|
8913
8936
|
amountFiat: "+$9,276.30",
|
|
8914
8937
|
confirmations: "2/3",
|
|
8915
|
-
status: "
|
|
8938
|
+
status: "PROCESSING"
|
|
8916
8939
|
},
|
|
8917
8940
|
{
|
|
8918
8941
|
id: "dp-05",
|
|
@@ -8926,7 +8949,7 @@ var qo = /* @__PURE__ */ F({}), Jo = /* @__PURE__ */ F({
|
|
|
8926
8949
|
amount: "+2,500.00",
|
|
8927
8950
|
amountFiat: "+$2,500.00",
|
|
8928
8951
|
confirmations: "31/31",
|
|
8929
|
-
status: "
|
|
8952
|
+
status: "CONFIRMED"
|
|
8930
8953
|
},
|
|
8931
8954
|
{
|
|
8932
8955
|
id: "dp-06",
|
|
@@ -8939,7 +8962,7 @@ var qo = /* @__PURE__ */ F({}), Jo = /* @__PURE__ */ F({
|
|
|
8939
8962
|
network: "ETH",
|
|
8940
8963
|
amount: "+3.20000000",
|
|
8941
8964
|
amountFiat: "+$9,987.20",
|
|
8942
|
-
status: "
|
|
8965
|
+
status: "PENDING_APPROVAL"
|
|
8943
8966
|
},
|
|
8944
8967
|
{
|
|
8945
8968
|
id: "dp-07",
|
|
@@ -8953,7 +8976,7 @@ var qo = /* @__PURE__ */ F({}), Jo = /* @__PURE__ */ F({
|
|
|
8953
8976
|
amount: "+11,300.00",
|
|
8954
8977
|
amountFiat: "+$11,300.00",
|
|
8955
8978
|
confirmations: "19/19",
|
|
8956
|
-
status: "
|
|
8979
|
+
status: "CONFIRMED"
|
|
8957
8980
|
},
|
|
8958
8981
|
{
|
|
8959
8982
|
id: "dp-08",
|
|
@@ -8967,7 +8990,7 @@ var qo = /* @__PURE__ */ F({}), Jo = /* @__PURE__ */ F({
|
|
|
8967
8990
|
amount: "+60.00000000",
|
|
8968
8991
|
amountFiat: "+$8,880.00",
|
|
8969
8992
|
confirmations: "31/31",
|
|
8970
|
-
status: "
|
|
8993
|
+
status: "CONFIRMED"
|
|
8971
8994
|
}
|
|
8972
8995
|
];
|
|
8973
8996
|
function $o(e) {
|
|
@@ -9640,7 +9663,7 @@ var ss = /* @__PURE__ */ F({}), cs = /* @__PURE__ */ F({
|
|
|
9640
9663
|
network: "ETH",
|
|
9641
9664
|
amount: "-12,000.00",
|
|
9642
9665
|
amountFiat: "-$12,000.00",
|
|
9643
|
-
status: "
|
|
9666
|
+
status: "CONFIRMED"
|
|
9644
9667
|
},
|
|
9645
9668
|
{
|
|
9646
9669
|
id: "wd-02",
|
|
@@ -9655,7 +9678,7 @@ var ss = /* @__PURE__ */ F({}), cs = /* @__PURE__ */ F({
|
|
|
9655
9678
|
network: "TRON",
|
|
9656
9679
|
amount: "-3,500.00",
|
|
9657
9680
|
amountFiat: "-$3,500.00",
|
|
9658
|
-
status: "
|
|
9681
|
+
status: "PROCESSING"
|
|
9659
9682
|
},
|
|
9660
9683
|
{
|
|
9661
9684
|
id: "wd-03",
|
|
@@ -9670,7 +9693,7 @@ var ss = /* @__PURE__ */ F({}), cs = /* @__PURE__ */ F({
|
|
|
9670
9693
|
network: "ETH",
|
|
9671
9694
|
amount: "-1,480.00",
|
|
9672
9695
|
amountFiat: "-$1,480.00",
|
|
9673
|
-
status: "
|
|
9696
|
+
status: "CONFIRMED"
|
|
9674
9697
|
},
|
|
9675
9698
|
{
|
|
9676
9699
|
id: "wd-04",
|
|
@@ -9685,7 +9708,7 @@ var ss = /* @__PURE__ */ F({}), cs = /* @__PURE__ */ F({
|
|
|
9685
9708
|
network: "BTC",
|
|
9686
9709
|
amount: "-0.04500000",
|
|
9687
9710
|
amountFiat: "-$2,782.89",
|
|
9688
|
-
status: "
|
|
9711
|
+
status: "CONFIRMED"
|
|
9689
9712
|
},
|
|
9690
9713
|
{
|
|
9691
9714
|
id: "wd-05",
|
|
@@ -9700,7 +9723,7 @@ var ss = /* @__PURE__ */ F({}), cs = /* @__PURE__ */ F({
|
|
|
9700
9723
|
network: "SOL",
|
|
9701
9724
|
amount: "-2,000.00",
|
|
9702
9725
|
amountFiat: "-$2,000.00",
|
|
9703
|
-
status: "
|
|
9726
|
+
status: "CONFIRMED"
|
|
9704
9727
|
},
|
|
9705
9728
|
{
|
|
9706
9729
|
id: "wd-06",
|
|
@@ -9715,7 +9738,7 @@ var ss = /* @__PURE__ */ F({}), cs = /* @__PURE__ */ F({
|
|
|
9715
9738
|
network: "ETH",
|
|
9716
9739
|
amount: "-1.20000000",
|
|
9717
9740
|
amountFiat: "-$3,745.20",
|
|
9718
|
-
status: "
|
|
9741
|
+
status: "FAILED"
|
|
9719
9742
|
},
|
|
9720
9743
|
{
|
|
9721
9744
|
id: "wd-07",
|
|
@@ -9730,7 +9753,7 @@ var ss = /* @__PURE__ */ F({}), cs = /* @__PURE__ */ F({
|
|
|
9730
9753
|
network: "TRON",
|
|
9731
9754
|
amount: "-9,750.00",
|
|
9732
9755
|
amountFiat: "-$9,750.00",
|
|
9733
|
-
status: "
|
|
9756
|
+
status: "CONFIRMED"
|
|
9734
9757
|
},
|
|
9735
9758
|
{
|
|
9736
9759
|
id: "wd-08",
|
|
@@ -9745,7 +9768,7 @@ var ss = /* @__PURE__ */ F({}), cs = /* @__PURE__ */ F({
|
|
|
9745
9768
|
network: "SOL",
|
|
9746
9769
|
amount: "-45.00000000",
|
|
9747
9770
|
amountFiat: "-$6,660.00",
|
|
9748
|
-
status: "
|
|
9771
|
+
status: "PENDING_APPROVAL"
|
|
9749
9772
|
}
|
|
9750
9773
|
];
|
|
9751
9774
|
function ms(e) {
|
|
@@ -10019,7 +10042,7 @@ function Ss({ currentUser: e = "Maya Okafor", onSubmit: t, className: n }) {
|
|
|
10019
10042
|
network: a,
|
|
10020
10043
|
amount: `-${h}`,
|
|
10021
10044
|
amountFiat: `-${hs(k * O.fiatRate)}`,
|
|
10022
|
-
status: "
|
|
10045
|
+
status: "PROCESSING"
|
|
10023
10046
|
};
|
|
10024
10047
|
t?.(i), E(!0);
|
|
10025
10048
|
}, ue = (e) => {
|