0xtrails 0.9.0 → 0.9.2

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.
Files changed (31) hide show
  1. package/dist/{ccip-3JTFJIx6.js → ccip-g6lDdnrD.js} +1 -1
  2. package/dist/constants.d.ts +14 -0
  3. package/dist/constants.d.ts.map +1 -1
  4. package/dist/{index-DcL9VF7o.js → index-D-QngA_s.js} +66447 -66407
  5. package/dist/index.js +3 -3
  6. package/dist/prepareSend.d.ts.map +1 -1
  7. package/dist/widget/components/FiatSelector.d.ts.map +1 -1
  8. package/dist/widget/components/OnrampProviderConfirmation.d.ts.map +1 -1
  9. package/dist/widget/components/Receipt.d.ts.map +1 -1
  10. package/dist/widget/components/Swap.d.ts.map +1 -1
  11. package/dist/widget/components/TransferPendingVertical.d.ts.map +1 -1
  12. package/dist/widget/components/WalletConfirmation.d.ts.map +1 -1
  13. package/dist/widget/index.js +1 -1
  14. package/dist/widget/providers/TrailsProvider.d.ts +0 -2
  15. package/dist/widget/providers/TrailsProvider.d.ts.map +1 -1
  16. package/dist/widget/widget.d.ts +0 -1
  17. package/dist/widget/widget.d.ts.map +1 -1
  18. package/package.json +2 -2
  19. package/src/constants.ts +1781 -0
  20. package/src/onrampClient.ts +2 -2
  21. package/src/prepareSend.ts +8 -5
  22. package/src/widget/components/FiatSelector.tsx +1 -1781
  23. package/src/widget/components/MeldForm.tsx +2 -2
  24. package/src/widget/components/MeldStepsFlow.tsx +2 -2
  25. package/src/widget/components/OnrampProviderConfirmation.tsx +121 -53
  26. package/src/widget/components/Receipt.tsx +1 -1
  27. package/src/widget/components/Swap.tsx +1 -1
  28. package/src/widget/components/TransferPendingVertical.tsx +1 -1
  29. package/src/widget/components/WalletConfirmation.tsx +1 -1
  30. package/src/widget/providers/TrailsProvider.tsx +0 -6
  31. package/src/widget/widget.tsx +1 -4
@@ -7,6 +7,7 @@ import { useFiatOnRampCurrencies } from "../hooks/useFiatOnRampCurrencies.js"
7
7
  import type { OnrampFiatCurrency } from "../hooks/useFiatOnRampCurrencies.js"
8
8
  import { useOnRampCountryDefaults } from "../hooks/useOnRampCountryDefaults.js"
9
9
  import { CountryFilterDropdown } from "./CountryFilterDropdown.js"
10
+ import { availableCountries } from "../../constants.js"
10
11
 
11
12
  interface FiatSelectorProps {
12
13
  onCurrencySelect: (selectedCurrency: OnrampFiatCurrency) => void
@@ -22,1787 +23,6 @@ interface FiatSelectorProps {
22
23
  onSelectCountry?: (countryCode: string | null) => void
23
24
  }
24
25
 
25
- const availableCountries = [
26
- {
27
- countryCode: "AF",
28
- name: "Afghanistan",
29
- flagImageUrl: "https://images-country.meld.io/AF/flag.svg",
30
- regions: null,
31
- },
32
- {
33
- countryCode: "AX",
34
- name: "Aland Islands",
35
- flagImageUrl: "https://images-country.meld.io/AX/flag.svg",
36
- regions: null,
37
- },
38
- {
39
- countryCode: "AL",
40
- name: "Albania",
41
- flagImageUrl: "https://images-country.meld.io/AL/flag.svg",
42
- regions: null,
43
- },
44
- {
45
- countryCode: "DZ",
46
- name: "Algeria",
47
- flagImageUrl: "https://images-country.meld.io/DZ/flag.svg",
48
- regions: null,
49
- },
50
- {
51
- countryCode: "AS",
52
- name: "American Samoa",
53
- flagImageUrl: "https://images-country.meld.io/AS/flag.svg",
54
- regions: null,
55
- },
56
- {
57
- countryCode: "AD",
58
- name: "Andorra",
59
- flagImageUrl: "https://images-country.meld.io/AD/flag.svg",
60
- regions: null,
61
- },
62
- {
63
- countryCode: "AO",
64
- name: "Angola",
65
- flagImageUrl: "https://images-country.meld.io/AO/flag.svg",
66
- regions: null,
67
- },
68
- {
69
- countryCode: "AI",
70
- name: "Anguilla",
71
- flagImageUrl: "https://images-country.meld.io/AI/flag.svg",
72
- regions: null,
73
- },
74
- {
75
- countryCode: "AQ",
76
- name: "Antarctica",
77
- flagImageUrl: "https://images-country.meld.io/AQ/flag.svg",
78
- regions: null,
79
- },
80
- {
81
- countryCode: "AG",
82
- name: "Antigua and Barbuda",
83
- flagImageUrl: "https://images-country.meld.io/AG/flag.svg",
84
- regions: null,
85
- },
86
- {
87
- countryCode: "AR",
88
- name: "Argentina",
89
- flagImageUrl: "https://images-country.meld.io/AR/flag.svg",
90
- regions: null,
91
- },
92
- {
93
- countryCode: "AM",
94
- name: "Armenia",
95
- flagImageUrl: "https://images-country.meld.io/AM/flag.svg",
96
- regions: null,
97
- },
98
- {
99
- countryCode: "AW",
100
- name: "Aruba",
101
- flagImageUrl: "https://images-country.meld.io/AW/flag.svg",
102
- regions: null,
103
- },
104
- {
105
- countryCode: "AU",
106
- name: "Australia",
107
- flagImageUrl: "https://images-country.meld.io/AU/flag.svg",
108
- regions: null,
109
- },
110
- {
111
- countryCode: "AT",
112
- name: "Austria",
113
- flagImageUrl: "https://images-country.meld.io/AT/flag.svg",
114
- regions: null,
115
- },
116
- {
117
- countryCode: "AZ",
118
- name: "Azerbaijan",
119
- flagImageUrl: "https://images-country.meld.io/AZ/flag.svg",
120
- regions: null,
121
- },
122
- {
123
- countryCode: "BS",
124
- name: "Bahamas",
125
- flagImageUrl: "https://images-country.meld.io/BS/flag.svg",
126
- regions: null,
127
- },
128
- {
129
- countryCode: "BH",
130
- name: "Bahrain",
131
- flagImageUrl: "https://images-country.meld.io/BH/flag.svg",
132
- regions: null,
133
- },
134
- {
135
- countryCode: "BD",
136
- name: "Bangladesh",
137
- flagImageUrl: "https://images-country.meld.io/BD/flag.svg",
138
- regions: null,
139
- },
140
- {
141
- countryCode: "BB",
142
- name: "Barbados",
143
- flagImageUrl: "https://images-country.meld.io/BB/flag.svg",
144
- regions: null,
145
- },
146
- {
147
- countryCode: "BY",
148
- name: "Belarus",
149
- flagImageUrl: "https://images-country.meld.io/BY/flag.svg",
150
- regions: null,
151
- },
152
- {
153
- countryCode: "BE",
154
- name: "Belgium",
155
- flagImageUrl: "https://images-country.meld.io/BE/flag.svg",
156
- regions: null,
157
- },
158
- {
159
- countryCode: "BZ",
160
- name: "Belize",
161
- flagImageUrl: "https://images-country.meld.io/BZ/flag.svg",
162
- regions: null,
163
- },
164
- {
165
- countryCode: "BJ",
166
- name: "Benin",
167
- flagImageUrl: "https://images-country.meld.io/BJ/flag.svg",
168
- regions: null,
169
- },
170
- {
171
- countryCode: "BM",
172
- name: "Bermuda",
173
- flagImageUrl: "https://images-country.meld.io/BM/flag.svg",
174
- regions: null,
175
- },
176
- {
177
- countryCode: "BT",
178
- name: "Bhutan",
179
- flagImageUrl: "https://images-country.meld.io/BT/flag.svg",
180
- regions: null,
181
- },
182
- {
183
- countryCode: "BO",
184
- name: "Bolivia",
185
- flagImageUrl: "https://images-country.meld.io/BO/flag.svg",
186
- regions: null,
187
- },
188
- {
189
- countryCode: "BQ",
190
- name: "Bonaire, Saint Eustatius and Saba",
191
- flagImageUrl: "https://images-country.meld.io/BQ/flag.svg",
192
- regions: null,
193
- },
194
- {
195
- countryCode: "BA",
196
- name: "Bosnia and Herzegovina",
197
- flagImageUrl: "https://images-country.meld.io/BA/flag.svg",
198
- regions: null,
199
- },
200
- {
201
- countryCode: "BW",
202
- name: "Botswana",
203
- flagImageUrl: "https://images-country.meld.io/BW/flag.svg",
204
- regions: null,
205
- },
206
- {
207
- countryCode: "BV",
208
- name: "Bouvet Island",
209
- flagImageUrl: "https://images-country.meld.io/BV/flag.svg",
210
- regions: null,
211
- },
212
- {
213
- countryCode: "BR",
214
- name: "Brazil",
215
- flagImageUrl: "https://images-country.meld.io/BR/flag.svg",
216
- regions: null,
217
- },
218
- {
219
- countryCode: "IO",
220
- name: "British Indian Ocean Territory",
221
- flagImageUrl: "https://images-country.meld.io/IO/flag.svg",
222
- regions: null,
223
- },
224
- {
225
- countryCode: "VG",
226
- name: "British Virgin Islands",
227
- flagImageUrl: "https://images-country.meld.io/VG/flag.svg",
228
- regions: null,
229
- },
230
- {
231
- countryCode: "BN",
232
- name: "Brunei",
233
- flagImageUrl: "https://images-country.meld.io/BN/flag.svg",
234
- regions: null,
235
- },
236
- {
237
- countryCode: "BG",
238
- name: "Bulgaria",
239
- flagImageUrl: "https://images-country.meld.io/BG/flag.svg",
240
- regions: null,
241
- },
242
- {
243
- countryCode: "BF",
244
- name: "Burkina Faso",
245
- flagImageUrl: "https://images-country.meld.io/BF/flag.svg",
246
- regions: null,
247
- },
248
- {
249
- countryCode: "BI",
250
- name: "Burundi",
251
- flagImageUrl: "https://images-country.meld.io/BI/flag.svg",
252
- regions: null,
253
- },
254
- {
255
- countryCode: "KH",
256
- name: "Cambodia",
257
- flagImageUrl: "https://images-country.meld.io/KH/flag.svg",
258
- regions: null,
259
- },
260
- {
261
- countryCode: "CM",
262
- name: "Cameroon",
263
- flagImageUrl: "https://images-country.meld.io/CM/flag.svg",
264
- regions: null,
265
- },
266
- {
267
- countryCode: "CA",
268
- name: "Canada",
269
- flagImageUrl: "https://images-country.meld.io/CA/flag.svg",
270
- regions: [
271
- {
272
- regionCode: "CA-AB",
273
- name: "Alberta",
274
- },
275
- {
276
- regionCode: "CA-BC",
277
- name: "British Columbia",
278
- },
279
- {
280
- regionCode: "CA-MB",
281
- name: "Manitoba",
282
- },
283
- {
284
- regionCode: "CA-NB",
285
- name: "New Brunswick",
286
- },
287
- {
288
- regionCode: "CA-NL",
289
- name: "Newfoundland and Labrador",
290
- },
291
- {
292
- regionCode: "CA-NT",
293
- name: "Northwest Territories",
294
- },
295
- {
296
- regionCode: "CA-NS",
297
- name: "Nova Scotia",
298
- },
299
- {
300
- regionCode: "CA-NU",
301
- name: "Nunavut",
302
- },
303
- {
304
- regionCode: "CA-ON",
305
- name: "Ontario",
306
- },
307
- {
308
- regionCode: "CA-PE",
309
- name: "Prince Edward Island",
310
- },
311
- {
312
- regionCode: "CA-QC",
313
- name: "Quebec",
314
- },
315
- {
316
- regionCode: "CA-SK",
317
- name: "Saskatchewan",
318
- },
319
- {
320
- regionCode: "CA-YT",
321
- name: "Yukon",
322
- },
323
- ],
324
- },
325
- {
326
- countryCode: "CV",
327
- name: "Cape Verde",
328
- flagImageUrl: "https://images-country.meld.io/CV/flag.svg",
329
- regions: null,
330
- },
331
- {
332
- countryCode: "KY",
333
- name: "Cayman Islands",
334
- flagImageUrl: "https://images-country.meld.io/KY/flag.svg",
335
- regions: null,
336
- },
337
- {
338
- countryCode: "CF",
339
- name: "Central African Republic",
340
- flagImageUrl: "https://images-country.meld.io/CF/flag.svg",
341
- regions: null,
342
- },
343
- {
344
- countryCode: "TD",
345
- name: "Chad",
346
- flagImageUrl: "https://images-country.meld.io/TD/flag.svg",
347
- regions: null,
348
- },
349
- {
350
- countryCode: "CL",
351
- name: "Chile",
352
- flagImageUrl: "https://images-country.meld.io/CL/flag.svg",
353
- regions: null,
354
- },
355
- {
356
- countryCode: "CN",
357
- name: "China",
358
- flagImageUrl: "https://images-country.meld.io/CN/flag.svg",
359
- regions: null,
360
- },
361
- {
362
- countryCode: "CX",
363
- name: "Christmas Island",
364
- flagImageUrl: "https://images-country.meld.io/CX/flag.svg",
365
- regions: null,
366
- },
367
- {
368
- countryCode: "CC",
369
- name: "Cocos (Keeling) Islands",
370
- flagImageUrl: "https://images-country.meld.io/CC/flag.svg",
371
- regions: null,
372
- },
373
- {
374
- countryCode: "CO",
375
- name: "Colombia",
376
- flagImageUrl: "https://images-country.meld.io/CO/flag.svg",
377
- regions: null,
378
- },
379
- {
380
- countryCode: "KM",
381
- name: "Comoros",
382
- flagImageUrl: "https://images-country.meld.io/KM/flag.svg",
383
- regions: null,
384
- },
385
- {
386
- countryCode: "CK",
387
- name: "Cook Islands",
388
- flagImageUrl: "https://images-country.meld.io/CK/flag.svg",
389
- regions: null,
390
- },
391
- {
392
- countryCode: "CR",
393
- name: "Costa Rica",
394
- flagImageUrl: "https://images-country.meld.io/CR/flag.svg",
395
- regions: null,
396
- },
397
- {
398
- countryCode: "HR",
399
- name: "Croatia",
400
- flagImageUrl: "https://images-country.meld.io/HR/flag.svg",
401
- regions: null,
402
- },
403
- {
404
- countryCode: "CU",
405
- name: "Cuba",
406
- flagImageUrl: "https://images-country.meld.io/CU/flag.svg",
407
- regions: null,
408
- },
409
- {
410
- countryCode: "CW",
411
- name: "Curaçao",
412
- flagImageUrl: "https://images-country.meld.io/CW/flag.svg",
413
- regions: null,
414
- },
415
- {
416
- countryCode: "CY",
417
- name: "Cyprus",
418
- flagImageUrl: "https://images-country.meld.io/CY/flag.svg",
419
- regions: null,
420
- },
421
- {
422
- countryCode: "CZ",
423
- name: "Czechia",
424
- flagImageUrl: "https://images-country.meld.io/CZ/flag.svg",
425
- regions: null,
426
- },
427
- {
428
- countryCode: "CD",
429
- name: "Democratic Republic of the Congo",
430
- flagImageUrl: "https://images-country.meld.io/CD/flag.svg",
431
- regions: null,
432
- },
433
- {
434
- countryCode: "DK",
435
- name: "Denmark",
436
- flagImageUrl: "https://images-country.meld.io/DK/flag.svg",
437
- regions: null,
438
- },
439
- {
440
- countryCode: "DJ",
441
- name: "Djibouti",
442
- flagImageUrl: "https://images-country.meld.io/DJ/flag.svg",
443
- regions: null,
444
- },
445
- {
446
- countryCode: "DM",
447
- name: "Dominica",
448
- flagImageUrl: "https://images-country.meld.io/DM/flag.svg",
449
- regions: null,
450
- },
451
- {
452
- countryCode: "DO",
453
- name: "Dominican Republic",
454
- flagImageUrl: "https://images-country.meld.io/DO/flag.svg",
455
- regions: null,
456
- },
457
- {
458
- countryCode: "TL",
459
- name: "East Timor",
460
- flagImageUrl: "https://images-country.meld.io/TL/flag.svg",
461
- regions: null,
462
- },
463
- {
464
- countryCode: "EC",
465
- name: "Ecuador",
466
- flagImageUrl: "https://images-country.meld.io/EC/flag.svg",
467
- regions: null,
468
- },
469
- {
470
- countryCode: "EG",
471
- name: "Egypt",
472
- flagImageUrl: "https://images-country.meld.io/EG/flag.svg",
473
- regions: null,
474
- },
475
- {
476
- countryCode: "SV",
477
- name: "El Salvador",
478
- flagImageUrl: "https://images-country.meld.io/SV/flag.svg",
479
- regions: null,
480
- },
481
- {
482
- countryCode: "GQ",
483
- name: "Equatorial Guinea",
484
- flagImageUrl: "https://images-country.meld.io/GQ/flag.svg",
485
- regions: null,
486
- },
487
- {
488
- countryCode: "ER",
489
- name: "Eritrea",
490
- flagImageUrl: "https://images-country.meld.io/ER/flag.svg",
491
- regions: null,
492
- },
493
- {
494
- countryCode: "EE",
495
- name: "Estonia",
496
- flagImageUrl: "https://images-country.meld.io/EE/flag.svg",
497
- regions: null,
498
- },
499
- {
500
- countryCode: "SZ",
501
- name: "Eswatini",
502
- flagImageUrl: "https://images-country.meld.io/SZ/flag.svg",
503
- regions: null,
504
- },
505
- {
506
- countryCode: "ET",
507
- name: "Ethiopia",
508
- flagImageUrl: "https://images-country.meld.io/ET/flag.svg",
509
- regions: null,
510
- },
511
- {
512
- countryCode: "FK",
513
- name: "Falkland Islands",
514
- flagImageUrl: "https://images-country.meld.io/FK/flag.svg",
515
- regions: null,
516
- },
517
- {
518
- countryCode: "FO",
519
- name: "Faroe Islands",
520
- flagImageUrl: "https://images-country.meld.io/FO/flag.svg",
521
- regions: null,
522
- },
523
- {
524
- countryCode: "FM",
525
- name: "Federated States of Micronesia",
526
- flagImageUrl: "https://images-country.meld.io/FM/flag.svg",
527
- regions: null,
528
- },
529
- {
530
- countryCode: "FJ",
531
- name: "Fiji",
532
- flagImageUrl: "https://images-country.meld.io/FJ/flag.svg",
533
- regions: null,
534
- },
535
- {
536
- countryCode: "FI",
537
- name: "Finland",
538
- flagImageUrl: "https://images-country.meld.io/FI/flag.svg",
539
- regions: null,
540
- },
541
- {
542
- countryCode: "FR",
543
- name: "France",
544
- flagImageUrl: "https://images-country.meld.io/FR/flag.svg",
545
- regions: null,
546
- },
547
- {
548
- countryCode: "GF",
549
- name: "French Guiana",
550
- flagImageUrl: "https://images-country.meld.io/GF/flag.svg",
551
- regions: null,
552
- },
553
- {
554
- countryCode: "PF",
555
- name: "French Polynesia",
556
- flagImageUrl: "https://images-country.meld.io/PF/flag.svg",
557
- regions: null,
558
- },
559
- {
560
- countryCode: "TF",
561
- name: "French Southern and Antarctic Lands",
562
- flagImageUrl: "https://images-country.meld.io/TF/flag.svg",
563
- regions: null,
564
- },
565
- {
566
- countryCode: "GA",
567
- name: "Gabon",
568
- flagImageUrl: "https://images-country.meld.io/GA/flag.svg",
569
- regions: null,
570
- },
571
- {
572
- countryCode: "GM",
573
- name: "Gambia",
574
- flagImageUrl: "https://images-country.meld.io/GM/flag.svg",
575
- regions: null,
576
- },
577
- {
578
- countryCode: "GE",
579
- name: "Georgia",
580
- flagImageUrl: "https://images-country.meld.io/GE/flag.svg",
581
- regions: null,
582
- },
583
- {
584
- countryCode: "DE",
585
- name: "Germany",
586
- flagImageUrl: "https://images-country.meld.io/DE/flag.svg",
587
- regions: null,
588
- },
589
- {
590
- countryCode: "GH",
591
- name: "Ghana",
592
- flagImageUrl: "https://images-country.meld.io/GH/flag.svg",
593
- regions: null,
594
- },
595
- {
596
- countryCode: "GI",
597
- name: "Gibraltar",
598
- flagImageUrl: "https://images-country.meld.io/GI/flag.svg",
599
- regions: null,
600
- },
601
- {
602
- countryCode: "GR",
603
- name: "Greece",
604
- flagImageUrl: "https://images-country.meld.io/GR/flag.svg",
605
- regions: null,
606
- },
607
- {
608
- countryCode: "GL",
609
- name: "Greenland",
610
- flagImageUrl: "https://images-country.meld.io/GL/flag.svg",
611
- regions: null,
612
- },
613
- {
614
- countryCode: "GD",
615
- name: "Grenada",
616
- flagImageUrl: "https://images-country.meld.io/GD/flag.svg",
617
- regions: null,
618
- },
619
- {
620
- countryCode: "GP",
621
- name: "Guadeloupe",
622
- flagImageUrl: "https://images-country.meld.io/GP/flag.svg",
623
- regions: null,
624
- },
625
- {
626
- countryCode: "GU",
627
- name: "Guam",
628
- flagImageUrl: "https://images-country.meld.io/GU/flag.svg",
629
- regions: null,
630
- },
631
- {
632
- countryCode: "GT",
633
- name: "Guatemala",
634
- flagImageUrl: "https://images-country.meld.io/GT/flag.svg",
635
- regions: null,
636
- },
637
- {
638
- countryCode: "GG",
639
- name: "Guernsey",
640
- flagImageUrl: "https://images-country.meld.io/GG/flag.svg",
641
- regions: null,
642
- },
643
- {
644
- countryCode: "GN",
645
- name: "Guinea",
646
- flagImageUrl: "https://images-country.meld.io/GN/flag.svg",
647
- regions: null,
648
- },
649
- {
650
- countryCode: "GW",
651
- name: "Guinea-Bissau",
652
- flagImageUrl: "https://images-country.meld.io/GW/flag.svg",
653
- regions: null,
654
- },
655
- {
656
- countryCode: "GY",
657
- name: "Guyana",
658
- flagImageUrl: "https://images-country.meld.io/GY/flag.svg",
659
- regions: null,
660
- },
661
- {
662
- countryCode: "HT",
663
- name: "Haiti",
664
- flagImageUrl: "https://images-country.meld.io/HT/flag.svg",
665
- regions: null,
666
- },
667
- {
668
- countryCode: "HM",
669
- name: "Heard Island and McDonald Islands",
670
- flagImageUrl: "https://images-country.meld.io/HM/flag.svg",
671
- regions: null,
672
- },
673
- {
674
- countryCode: "HN",
675
- name: "Honduras",
676
- flagImageUrl: "https://images-country.meld.io/HN/flag.svg",
677
- regions: null,
678
- },
679
- {
680
- countryCode: "HK",
681
- name: "Hong Kong",
682
- flagImageUrl: "https://images-country.meld.io/HK/flag.svg",
683
- regions: null,
684
- },
685
- {
686
- countryCode: "HU",
687
- name: "Hungary",
688
- flagImageUrl: "https://images-country.meld.io/HU/flag.svg",
689
- regions: null,
690
- },
691
- {
692
- countryCode: "IS",
693
- name: "Iceland",
694
- flagImageUrl: "https://images-country.meld.io/IS/flag.svg",
695
- regions: null,
696
- },
697
- {
698
- countryCode: "IN",
699
- name: "India",
700
- flagImageUrl: "https://images-country.meld.io/IN/flag.svg",
701
- regions: null,
702
- },
703
- {
704
- countryCode: "ID",
705
- name: "Indonesia",
706
- flagImageUrl: "https://images-country.meld.io/ID/flag.svg",
707
- regions: null,
708
- },
709
- {
710
- countryCode: "IR",
711
- name: "Iran",
712
- flagImageUrl: "https://images-country.meld.io/IR/flag.svg",
713
- regions: null,
714
- },
715
- {
716
- countryCode: "IQ",
717
- name: "Iraq",
718
- flagImageUrl: "https://images-country.meld.io/IQ/flag.svg",
719
- regions: null,
720
- },
721
- {
722
- countryCode: "IE",
723
- name: "Ireland",
724
- flagImageUrl: "https://images-country.meld.io/IE/flag.svg",
725
- regions: null,
726
- },
727
- {
728
- countryCode: "IM",
729
- name: "Isle of Man",
730
- flagImageUrl: "https://images-country.meld.io/IM/flag.svg",
731
- regions: null,
732
- },
733
- {
734
- countryCode: "IL",
735
- name: "Israel",
736
- flagImageUrl: "https://images-country.meld.io/IL/flag.svg",
737
- regions: null,
738
- },
739
- {
740
- countryCode: "IT",
741
- name: "Italy",
742
- flagImageUrl: "https://images-country.meld.io/IT/flag.svg",
743
- regions: null,
744
- },
745
- {
746
- countryCode: "CI",
747
- name: "Ivory Coast",
748
- flagImageUrl: "https://images-country.meld.io/CI/flag.svg",
749
- regions: null,
750
- },
751
- {
752
- countryCode: "JM",
753
- name: "Jamaica",
754
- flagImageUrl: "https://images-country.meld.io/JM/flag.svg",
755
- regions: null,
756
- },
757
- {
758
- countryCode: "JP",
759
- name: "Japan",
760
- flagImageUrl: "https://images-country.meld.io/JP/flag.svg",
761
- regions: null,
762
- },
763
- {
764
- countryCode: "JE",
765
- name: "Jersey",
766
- flagImageUrl: "https://images-country.meld.io/JE/flag.svg",
767
- regions: null,
768
- },
769
- {
770
- countryCode: "JO",
771
- name: "Jordan",
772
- flagImageUrl: "https://images-country.meld.io/JO/flag.svg",
773
- regions: null,
774
- },
775
- {
776
- countryCode: "KZ",
777
- name: "Kazakhstan",
778
- flagImageUrl: "https://images-country.meld.io/KZ/flag.svg",
779
- regions: null,
780
- },
781
- {
782
- countryCode: "KE",
783
- name: "Kenya",
784
- flagImageUrl: "https://images-country.meld.io/KE/flag.svg",
785
- regions: null,
786
- },
787
- {
788
- countryCode: "KI",
789
- name: "Kiribati",
790
- flagImageUrl: "https://images-country.meld.io/KI/flag.svg",
791
- regions: null,
792
- },
793
- {
794
- countryCode: "XK",
795
- name: "Kosovo",
796
- flagImageUrl: "https://images-country.meld.io/XK/flag.svg",
797
- regions: null,
798
- },
799
- {
800
- countryCode: "KW",
801
- name: "Kuwait",
802
- flagImageUrl: "https://images-country.meld.io/KW/flag.svg",
803
- regions: null,
804
- },
805
- {
806
- countryCode: "KG",
807
- name: "Kyrgyzstan",
808
- flagImageUrl: "https://images-country.meld.io/KG/flag.svg",
809
- regions: null,
810
- },
811
- {
812
- countryCode: "LA",
813
- name: "Laos",
814
- flagImageUrl: "https://images-country.meld.io/LA/flag.svg",
815
- regions: null,
816
- },
817
- {
818
- countryCode: "LV",
819
- name: "Latvia",
820
- flagImageUrl: "https://images-country.meld.io/LV/flag.svg",
821
- regions: null,
822
- },
823
- {
824
- countryCode: "LB",
825
- name: "Lebanon",
826
- flagImageUrl: "https://images-country.meld.io/LB/flag.svg",
827
- regions: null,
828
- },
829
- {
830
- countryCode: "LS",
831
- name: "Lesotho",
832
- flagImageUrl: "https://images-country.meld.io/LS/flag.svg",
833
- regions: null,
834
- },
835
- {
836
- countryCode: "LR",
837
- name: "Liberia",
838
- flagImageUrl: "https://images-country.meld.io/LR/flag.svg",
839
- regions: null,
840
- },
841
- {
842
- countryCode: "LY",
843
- name: "Libya",
844
- flagImageUrl: "https://images-country.meld.io/LY/flag.svg",
845
- regions: null,
846
- },
847
- {
848
- countryCode: "LI",
849
- name: "Liechtenstein",
850
- flagImageUrl: "https://images-country.meld.io/LI/flag.svg",
851
- regions: null,
852
- },
853
- {
854
- countryCode: "LT",
855
- name: "Lithuania",
856
- flagImageUrl: "https://images-country.meld.io/LT/flag.svg",
857
- regions: null,
858
- },
859
- {
860
- countryCode: "LU",
861
- name: "Luxembourg",
862
- flagImageUrl: "https://images-country.meld.io/LU/flag.svg",
863
- regions: null,
864
- },
865
- {
866
- countryCode: "MO",
867
- name: "Macao",
868
- flagImageUrl: "https://images-country.meld.io/MO/flag.svg",
869
- regions: null,
870
- },
871
- {
872
- countryCode: "MG",
873
- name: "Madagascar",
874
- flagImageUrl: "https://images-country.meld.io/MG/flag.svg",
875
- regions: null,
876
- },
877
- {
878
- countryCode: "MW",
879
- name: "Malawi",
880
- flagImageUrl: "https://images-country.meld.io/MW/flag.svg",
881
- regions: null,
882
- },
883
- {
884
- countryCode: "MY",
885
- name: "Malaysia",
886
- flagImageUrl: "https://images-country.meld.io/MY/flag.svg",
887
- regions: null,
888
- },
889
- {
890
- countryCode: "MV",
891
- name: "Maldives",
892
- flagImageUrl: "https://images-country.meld.io/MV/flag.svg",
893
- regions: null,
894
- },
895
- {
896
- countryCode: "ML",
897
- name: "Mali",
898
- flagImageUrl: "https://images-country.meld.io/ML/flag.svg",
899
- regions: null,
900
- },
901
- {
902
- countryCode: "MT",
903
- name: "Malta",
904
- flagImageUrl: "https://images-country.meld.io/MT/flag.svg",
905
- regions: null,
906
- },
907
- {
908
- countryCode: "MH",
909
- name: "Marshall Islands",
910
- flagImageUrl: "https://images-country.meld.io/MH/flag.svg",
911
- regions: null,
912
- },
913
- {
914
- countryCode: "MQ",
915
- name: "Martinique",
916
- flagImageUrl: "https://images-country.meld.io/MQ/flag.svg",
917
- regions: null,
918
- },
919
- {
920
- countryCode: "MR",
921
- name: "Mauritania",
922
- flagImageUrl: "https://images-country.meld.io/MR/flag.svg",
923
- regions: null,
924
- },
925
- {
926
- countryCode: "MU",
927
- name: "Mauritius",
928
- flagImageUrl: "https://images-country.meld.io/MU/flag.svg",
929
- regions: null,
930
- },
931
- {
932
- countryCode: "YT",
933
- name: "Mayotte",
934
- flagImageUrl: "https://images-country.meld.io/YT/flag.svg",
935
- regions: null,
936
- },
937
- {
938
- countryCode: "MX",
939
- name: "Mexico",
940
- flagImageUrl: "https://images-country.meld.io/MX/flag.svg",
941
- regions: null,
942
- },
943
- {
944
- countryCode: "MD",
945
- name: "Moldova",
946
- flagImageUrl: "https://images-country.meld.io/MD/flag.svg",
947
- regions: null,
948
- },
949
- {
950
- countryCode: "MN",
951
- name: "Mongolia",
952
- flagImageUrl: "https://images-country.meld.io/MN/flag.svg",
953
- regions: null,
954
- },
955
- {
956
- countryCode: "ME",
957
- name: "Montenegro",
958
- flagImageUrl: "https://images-country.meld.io/ME/flag.svg",
959
- regions: null,
960
- },
961
- {
962
- countryCode: "MS",
963
- name: "Montserrat",
964
- flagImageUrl: "https://images-country.meld.io/MS/flag.svg",
965
- regions: null,
966
- },
967
- {
968
- countryCode: "MA",
969
- name: "Morocco",
970
- flagImageUrl: "https://images-country.meld.io/MA/flag.svg",
971
- regions: null,
972
- },
973
- {
974
- countryCode: "MZ",
975
- name: "Mozambique",
976
- flagImageUrl: "https://images-country.meld.io/MZ/flag.svg",
977
- regions: null,
978
- },
979
- {
980
- countryCode: "MM",
981
- name: "Myanmar",
982
- flagImageUrl: "https://images-country.meld.io/MM/flag.svg",
983
- regions: null,
984
- },
985
- {
986
- countryCode: "NA",
987
- name: "Namibia",
988
- flagImageUrl: "https://images-country.meld.io/NA/flag.svg",
989
- regions: null,
990
- },
991
- {
992
- countryCode: "NR",
993
- name: "Nauru",
994
- flagImageUrl: "https://images-country.meld.io/NR/flag.svg",
995
- regions: null,
996
- },
997
- {
998
- countryCode: "NP",
999
- name: "Nepal",
1000
- flagImageUrl: "https://images-country.meld.io/NP/flag.svg",
1001
- regions: null,
1002
- },
1003
- {
1004
- countryCode: "NL",
1005
- name: "Netherlands",
1006
- flagImageUrl: "https://images-country.meld.io/NL/flag.svg",
1007
- regions: null,
1008
- },
1009
- {
1010
- countryCode: "NC",
1011
- name: "New Caledonia",
1012
- flagImageUrl: "https://images-country.meld.io/NC/flag.svg",
1013
- regions: null,
1014
- },
1015
- {
1016
- countryCode: "NZ",
1017
- name: "New Zealand",
1018
- flagImageUrl: "https://images-country.meld.io/NZ/flag.svg",
1019
- regions: null,
1020
- },
1021
- {
1022
- countryCode: "NI",
1023
- name: "Nicaragua",
1024
- flagImageUrl: "https://images-country.meld.io/NI/flag.svg",
1025
- regions: null,
1026
- },
1027
- {
1028
- countryCode: "NE",
1029
- name: "Niger",
1030
- flagImageUrl: "https://images-country.meld.io/NE/flag.svg",
1031
- regions: null,
1032
- },
1033
- {
1034
- countryCode: "NG",
1035
- name: "Nigeria",
1036
- flagImageUrl: "https://images-country.meld.io/NG/flag.svg",
1037
- regions: null,
1038
- },
1039
- {
1040
- countryCode: "NU",
1041
- name: "Niue",
1042
- flagImageUrl: "https://images-country.meld.io/NU/flag.svg",
1043
- regions: null,
1044
- },
1045
- {
1046
- countryCode: "NF",
1047
- name: "Norfolk Island",
1048
- flagImageUrl: "https://images-country.meld.io/NF/flag.svg",
1049
- regions: null,
1050
- },
1051
- {
1052
- countryCode: "KP",
1053
- name: "North Korea",
1054
- flagImageUrl: "https://images-country.meld.io/KP/flag.svg",
1055
- regions: null,
1056
- },
1057
- {
1058
- countryCode: "MK",
1059
- name: "North Macedonia",
1060
- flagImageUrl: "https://images-country.meld.io/MK/flag.svg",
1061
- regions: null,
1062
- },
1063
- {
1064
- countryCode: "MP",
1065
- name: "Northern Mariana Islands",
1066
- flagImageUrl: "https://images-country.meld.io/MP/flag.svg",
1067
- regions: null,
1068
- },
1069
- {
1070
- countryCode: "NO",
1071
- name: "Norway",
1072
- flagImageUrl: "https://images-country.meld.io/NO/flag.svg",
1073
- regions: null,
1074
- },
1075
- {
1076
- countryCode: "OM",
1077
- name: "Oman",
1078
- flagImageUrl: "https://images-country.meld.io/OM/flag.svg",
1079
- regions: null,
1080
- },
1081
- {
1082
- countryCode: "PK",
1083
- name: "Pakistan",
1084
- flagImageUrl: "https://images-country.meld.io/PK/flag.svg",
1085
- regions: null,
1086
- },
1087
- {
1088
- countryCode: "PW",
1089
- name: "Palau",
1090
- flagImageUrl: "https://images-country.meld.io/PW/flag.svg",
1091
- regions: null,
1092
- },
1093
- {
1094
- countryCode: "PS",
1095
- name: "Palestine",
1096
- flagImageUrl: "https://images-country.meld.io/PS/flag.svg",
1097
- regions: null,
1098
- },
1099
- {
1100
- countryCode: "PA",
1101
- name: "Panama",
1102
- flagImageUrl: "https://images-country.meld.io/PA/flag.svg",
1103
- regions: null,
1104
- },
1105
- {
1106
- countryCode: "PG",
1107
- name: "Papua New Guinea",
1108
- flagImageUrl: "https://images-country.meld.io/PG/flag.svg",
1109
- regions: null,
1110
- },
1111
- {
1112
- countryCode: "PY",
1113
- name: "Paraguay",
1114
- flagImageUrl: "https://images-country.meld.io/PY/flag.svg",
1115
- regions: null,
1116
- },
1117
- {
1118
- countryCode: "PE",
1119
- name: "Peru",
1120
- flagImageUrl: "https://images-country.meld.io/PE/flag.svg",
1121
- regions: null,
1122
- },
1123
- {
1124
- countryCode: "PH",
1125
- name: "Philippines",
1126
- flagImageUrl: "https://images-country.meld.io/PH/flag.svg",
1127
- regions: null,
1128
- },
1129
- {
1130
- countryCode: "PN",
1131
- name: "Pitcairn Islands",
1132
- flagImageUrl: "https://images-country.meld.io/PN/flag.svg",
1133
- regions: null,
1134
- },
1135
- {
1136
- countryCode: "PL",
1137
- name: "Poland",
1138
- flagImageUrl: "https://images-country.meld.io/PL/flag.svg",
1139
- regions: null,
1140
- },
1141
- {
1142
- countryCode: "PT",
1143
- name: "Portugal",
1144
- flagImageUrl: "https://images-country.meld.io/PT/flag.svg",
1145
- regions: null,
1146
- },
1147
- {
1148
- countryCode: "MC",
1149
- name: "Principality of Monaco",
1150
- flagImageUrl: "https://images-country.meld.io/MC/flag.svg",
1151
- regions: null,
1152
- },
1153
- {
1154
- countryCode: "PR",
1155
- name: "Puerto Rico",
1156
- flagImageUrl: "https://images-country.meld.io/PR/flag.svg",
1157
- regions: null,
1158
- },
1159
- {
1160
- countryCode: "QA",
1161
- name: "Qatar",
1162
- flagImageUrl: "https://images-country.meld.io/QA/flag.svg",
1163
- regions: null,
1164
- },
1165
- {
1166
- countryCode: "CG",
1167
- name: "Republic of the Congo",
1168
- flagImageUrl: "https://images-country.meld.io/CG/flag.svg",
1169
- regions: null,
1170
- },
1171
- {
1172
- countryCode: "RO",
1173
- name: "Romania",
1174
- flagImageUrl: "https://images-country.meld.io/RO/flag.svg",
1175
- regions: null,
1176
- },
1177
- {
1178
- countryCode: "RU",
1179
- name: "Russia",
1180
- flagImageUrl: "https://images-country.meld.io/RU/flag.svg",
1181
- regions: null,
1182
- },
1183
- {
1184
- countryCode: "RW",
1185
- name: "Rwanda",
1186
- flagImageUrl: "https://images-country.meld.io/RW/flag.svg",
1187
- regions: null,
1188
- },
1189
- {
1190
- countryCode: "RE",
1191
- name: "Réunion",
1192
- flagImageUrl: "https://images-country.meld.io/RE/flag.svg",
1193
- regions: null,
1194
- },
1195
- {
1196
- countryCode: "BL",
1197
- name: "Saint Barthélemy",
1198
- flagImageUrl: "https://images-country.meld.io/BL/flag.svg",
1199
- regions: null,
1200
- },
1201
- {
1202
- countryCode: "SH",
1203
- name: "Saint Helena, Ascension and Tristan da Cunha",
1204
- flagImageUrl: "https://images-country.meld.io/SH/flag.svg",
1205
- regions: null,
1206
- },
1207
- {
1208
- countryCode: "KN",
1209
- name: "Saint Kitts and Nevis",
1210
- flagImageUrl: "https://images-country.meld.io/KN/flag.svg",
1211
- regions: null,
1212
- },
1213
- {
1214
- countryCode: "LC",
1215
- name: "Saint Lucia",
1216
- flagImageUrl: "https://images-country.meld.io/LC/flag.svg",
1217
- regions: null,
1218
- },
1219
- {
1220
- countryCode: "MF",
1221
- name: "Saint Martin",
1222
- flagImageUrl: "https://images-country.meld.io/MF/flag.svg",
1223
- regions: null,
1224
- },
1225
- {
1226
- countryCode: "PM",
1227
- name: "Saint Pierre and Miquelon",
1228
- flagImageUrl: "https://images-country.meld.io/PM/flag.svg",
1229
- regions: null,
1230
- },
1231
- {
1232
- countryCode: "VC",
1233
- name: "Saint Vincent and the Grenadines",
1234
- flagImageUrl: "https://images-country.meld.io/VC/flag.svg",
1235
- regions: null,
1236
- },
1237
- {
1238
- countryCode: "WS",
1239
- name: "Samoa",
1240
- flagImageUrl: "https://images-country.meld.io/WS/flag.svg",
1241
- regions: null,
1242
- },
1243
- {
1244
- countryCode: "SM",
1245
- name: "San Marino",
1246
- flagImageUrl: "https://images-country.meld.io/SM/flag.svg",
1247
- regions: null,
1248
- },
1249
- {
1250
- countryCode: "ST",
1251
- name: "Sao Tome and Principe",
1252
- flagImageUrl: "https://images-country.meld.io/ST/flag.svg",
1253
- regions: null,
1254
- },
1255
- {
1256
- countryCode: "SA",
1257
- name: "Saudi Arabia",
1258
- flagImageUrl: "https://images-country.meld.io/SA/flag.svg",
1259
- regions: null,
1260
- },
1261
- {
1262
- countryCode: "SN",
1263
- name: "Senegal",
1264
- flagImageUrl: "https://images-country.meld.io/SN/flag.svg",
1265
- regions: null,
1266
- },
1267
- {
1268
- countryCode: "RS",
1269
- name: "Serbia",
1270
- flagImageUrl: "https://images-country.meld.io/RS/flag.svg",
1271
- regions: null,
1272
- },
1273
- {
1274
- countryCode: "SC",
1275
- name: "Seychelles",
1276
- flagImageUrl: "https://images-country.meld.io/SC/flag.svg",
1277
- regions: null,
1278
- },
1279
- {
1280
- countryCode: "SL",
1281
- name: "Sierra Leone",
1282
- flagImageUrl: "https://images-country.meld.io/SL/flag.svg",
1283
- regions: null,
1284
- },
1285
- {
1286
- countryCode: "SG",
1287
- name: "Singapore",
1288
- flagImageUrl: "https://images-country.meld.io/SG/flag.svg",
1289
- regions: null,
1290
- },
1291
- {
1292
- countryCode: "SX",
1293
- name: "Sint Maarten",
1294
- flagImageUrl: "https://images-country.meld.io/SX/flag.svg",
1295
- regions: null,
1296
- },
1297
- {
1298
- countryCode: "SK",
1299
- name: "Slovakia",
1300
- flagImageUrl: "https://images-country.meld.io/SK/flag.svg",
1301
- regions: null,
1302
- },
1303
- {
1304
- countryCode: "SI",
1305
- name: "Slovenia",
1306
- flagImageUrl: "https://images-country.meld.io/SI/flag.svg",
1307
- regions: null,
1308
- },
1309
- {
1310
- countryCode: "SB",
1311
- name: "Solomon Islands",
1312
- flagImageUrl: "https://images-country.meld.io/SB/flag.svg",
1313
- regions: null,
1314
- },
1315
- {
1316
- countryCode: "SO",
1317
- name: "Somalia",
1318
- flagImageUrl: "https://images-country.meld.io/SO/flag.svg",
1319
- regions: null,
1320
- },
1321
- {
1322
- countryCode: "ZA",
1323
- name: "South Africa",
1324
- flagImageUrl: "https://images-country.meld.io/ZA/flag.svg",
1325
- regions: null,
1326
- },
1327
- {
1328
- countryCode: "GS",
1329
- name: "South Georgia and South Sandwich Islands",
1330
- flagImageUrl: "https://images-country.meld.io/GS/flag.svg",
1331
- regions: null,
1332
- },
1333
- {
1334
- countryCode: "KR",
1335
- name: "South Korea",
1336
- flagImageUrl: "https://images-country.meld.io/KR/flag.svg",
1337
- regions: null,
1338
- },
1339
- {
1340
- countryCode: "SS",
1341
- name: "South Sudan",
1342
- flagImageUrl: "https://images-country.meld.io/SS/flag.svg",
1343
- regions: null,
1344
- },
1345
- {
1346
- countryCode: "ES",
1347
- name: "Spain and the Canary Islands",
1348
- flagImageUrl: "https://images-country.meld.io/ES/flag.svg",
1349
- regions: null,
1350
- },
1351
- {
1352
- countryCode: "LK",
1353
- name: "Sri Lanka",
1354
- flagImageUrl: "https://images-country.meld.io/LK/flag.svg",
1355
- regions: null,
1356
- },
1357
- {
1358
- countryCode: "SD",
1359
- name: "Sudan",
1360
- flagImageUrl: "https://images-country.meld.io/SD/flag.svg",
1361
- regions: null,
1362
- },
1363
- {
1364
- countryCode: "SR",
1365
- name: "Suriname",
1366
- flagImageUrl: "https://images-country.meld.io/SR/flag.svg",
1367
- regions: null,
1368
- },
1369
- {
1370
- countryCode: "SJ",
1371
- name: "Svalbard and Jan Mayen",
1372
- flagImageUrl: "https://images-country.meld.io/SJ/flag.svg",
1373
- regions: null,
1374
- },
1375
- {
1376
- countryCode: "SE",
1377
- name: "Sweden",
1378
- flagImageUrl: "https://images-country.meld.io/SE/flag.svg",
1379
- regions: null,
1380
- },
1381
- {
1382
- countryCode: "CH",
1383
- name: "Switzerland",
1384
- flagImageUrl: "https://images-country.meld.io/CH/flag.svg",
1385
- regions: null,
1386
- },
1387
- {
1388
- countryCode: "SY",
1389
- name: "Syria",
1390
- flagImageUrl: "https://images-country.meld.io/SY/flag.svg",
1391
- regions: null,
1392
- },
1393
- {
1394
- countryCode: "TW",
1395
- name: "Taiwan",
1396
- flagImageUrl: "https://images-country.meld.io/TW/flag.svg",
1397
- regions: null,
1398
- },
1399
- {
1400
- countryCode: "TJ",
1401
- name: "Tajikistan",
1402
- flagImageUrl: "https://images-country.meld.io/TJ/flag.svg",
1403
- regions: null,
1404
- },
1405
- {
1406
- countryCode: "TZ",
1407
- name: "Tanzania",
1408
- flagImageUrl: "https://images-country.meld.io/TZ/flag.svg",
1409
- regions: null,
1410
- },
1411
- {
1412
- countryCode: "TH",
1413
- name: "Thailand",
1414
- flagImageUrl: "https://images-country.meld.io/TH/flag.svg",
1415
- regions: null,
1416
- },
1417
- {
1418
- countryCode: "TG",
1419
- name: "Togo",
1420
- flagImageUrl: "https://images-country.meld.io/TG/flag.svg",
1421
- regions: null,
1422
- },
1423
- {
1424
- countryCode: "TK",
1425
- name: "Tokelau",
1426
- flagImageUrl: "https://images-country.meld.io/TK/flag.svg",
1427
- regions: null,
1428
- },
1429
- {
1430
- countryCode: "TO",
1431
- name: "Tonga",
1432
- flagImageUrl: "https://images-country.meld.io/TO/flag.svg",
1433
- regions: null,
1434
- },
1435
- {
1436
- countryCode: "TT",
1437
- name: "Trinidad and Tobago",
1438
- flagImageUrl: "https://images-country.meld.io/TT/flag.svg",
1439
- regions: null,
1440
- },
1441
- {
1442
- countryCode: "TN",
1443
- name: "Tunisia",
1444
- flagImageUrl: "https://images-country.meld.io/TN/flag.svg",
1445
- regions: null,
1446
- },
1447
- {
1448
- countryCode: "TR",
1449
- name: "Turkey",
1450
- flagImageUrl: "https://images-country.meld.io/TR/flag.svg",
1451
- regions: null,
1452
- },
1453
- {
1454
- countryCode: "TM",
1455
- name: "Turkmenistan",
1456
- flagImageUrl: "https://images-country.meld.io/TM/flag.svg",
1457
- regions: null,
1458
- },
1459
- {
1460
- countryCode: "TC",
1461
- name: "Turks and Caicos Islands",
1462
- flagImageUrl: "https://images-country.meld.io/TC/flag.svg",
1463
- regions: null,
1464
- },
1465
- {
1466
- countryCode: "TV",
1467
- name: "Tuvalu",
1468
- flagImageUrl: "https://images-country.meld.io/TV/flag.svg",
1469
- regions: null,
1470
- },
1471
- {
1472
- countryCode: "VI",
1473
- name: "U.S. Virgin Islands",
1474
- flagImageUrl: "https://images-country.meld.io/VI/flag.svg",
1475
- regions: null,
1476
- },
1477
- {
1478
- countryCode: "UG",
1479
- name: "Uganda",
1480
- flagImageUrl: "https://images-country.meld.io/UG/flag.svg",
1481
- regions: null,
1482
- },
1483
- {
1484
- countryCode: "UA",
1485
- name: "Ukraine",
1486
- flagImageUrl: "https://images-country.meld.io/UA/flag.svg",
1487
- regions: null,
1488
- },
1489
- {
1490
- countryCode: "AE",
1491
- name: "United Arab Emirates",
1492
- flagImageUrl: "https://images-country.meld.io/AE/flag.svg",
1493
- regions: null,
1494
- },
1495
- {
1496
- countryCode: "GB",
1497
- name: "United Kingdom",
1498
- flagImageUrl: "https://images-country.meld.io/GB/flag.svg",
1499
- regions: null,
1500
- },
1501
- {
1502
- countryCode: "US",
1503
- name: "United States",
1504
- flagImageUrl: "https://images-country.meld.io/US/flag.svg",
1505
- regions: [
1506
- {
1507
- regionCode: "US-AL",
1508
- name: "Alabama",
1509
- },
1510
- {
1511
- regionCode: "US-AK",
1512
- name: "Alaska",
1513
- },
1514
- {
1515
- regionCode: "US-AS",
1516
- name: "American Samoa",
1517
- },
1518
- {
1519
- regionCode: "US-AZ",
1520
- name: "Arizona",
1521
- },
1522
- {
1523
- regionCode: "US-AR",
1524
- name: "Arkansas",
1525
- },
1526
- {
1527
- regionCode: "US-CA",
1528
- name: "California",
1529
- },
1530
- {
1531
- regionCode: "US-CO",
1532
- name: "Colorado",
1533
- },
1534
- {
1535
- regionCode: "US-CT",
1536
- name: "Connecticut",
1537
- },
1538
- {
1539
- regionCode: "US-DE",
1540
- name: "Delaware",
1541
- },
1542
- {
1543
- regionCode: "US-DC",
1544
- name: "District of Columbia",
1545
- },
1546
- {
1547
- regionCode: "US-FL",
1548
- name: "Florida",
1549
- },
1550
- {
1551
- regionCode: "US-GA",
1552
- name: "Georgia",
1553
- },
1554
- {
1555
- regionCode: "US-GU",
1556
- name: "Guam",
1557
- },
1558
- {
1559
- regionCode: "US-HI",
1560
- name: "Hawaii",
1561
- },
1562
- {
1563
- regionCode: "US-ID",
1564
- name: "Idaho",
1565
- },
1566
- {
1567
- regionCode: "US-IL",
1568
- name: "Illinois",
1569
- },
1570
- {
1571
- regionCode: "US-IN",
1572
- name: "Indiana",
1573
- },
1574
- {
1575
- regionCode: "US-IA",
1576
- name: "Iowa",
1577
- },
1578
- {
1579
- regionCode: "US-KS",
1580
- name: "Kansas",
1581
- },
1582
- {
1583
- regionCode: "US-KY",
1584
- name: "Kentucky",
1585
- },
1586
- {
1587
- regionCode: "US-LA",
1588
- name: "Louisiana",
1589
- },
1590
- {
1591
- regionCode: "US-ME",
1592
- name: "Maine",
1593
- },
1594
- {
1595
- regionCode: "US-MD",
1596
- name: "Maryland",
1597
- },
1598
- {
1599
- regionCode: "US-MA",
1600
- name: "Massachusetts",
1601
- },
1602
- {
1603
- regionCode: "US-MI",
1604
- name: "Michigan",
1605
- },
1606
- {
1607
- regionCode: "US-MN",
1608
- name: "Minnesota",
1609
- },
1610
- {
1611
- regionCode: "US-MS",
1612
- name: "Mississippi",
1613
- },
1614
- {
1615
- regionCode: "US-MO",
1616
- name: "Missouri",
1617
- },
1618
- {
1619
- regionCode: "US-MT",
1620
- name: "Montana",
1621
- },
1622
- {
1623
- regionCode: "US-NE",
1624
- name: "Nebraska",
1625
- },
1626
- {
1627
- regionCode: "US-NV",
1628
- name: "Nevada",
1629
- },
1630
- {
1631
- regionCode: "US-NH",
1632
- name: "New Hampshire",
1633
- },
1634
- {
1635
- regionCode: "US-NJ",
1636
- name: "New Jersey",
1637
- },
1638
- {
1639
- regionCode: "US-NM",
1640
- name: "New Mexico",
1641
- },
1642
- {
1643
- regionCode: "US-NY",
1644
- name: "New York",
1645
- },
1646
- {
1647
- regionCode: "US-NC",
1648
- name: "North Carolina",
1649
- },
1650
- {
1651
- regionCode: "US-ND",
1652
- name: "North Dakota",
1653
- },
1654
- {
1655
- regionCode: "US-MP",
1656
- name: "Northern Mariana Islands",
1657
- },
1658
- {
1659
- regionCode: "US-OH",
1660
- name: "Ohio",
1661
- },
1662
- {
1663
- regionCode: "US-OK",
1664
- name: "Oklahoma",
1665
- },
1666
- {
1667
- regionCode: "US-OR",
1668
- name: "Oregon",
1669
- },
1670
- {
1671
- regionCode: "US-PA",
1672
- name: "Pennsylvania",
1673
- },
1674
- {
1675
- regionCode: "US-PR",
1676
- name: "Puerto Rico",
1677
- },
1678
- {
1679
- regionCode: "US-RI",
1680
- name: "Rhode Island",
1681
- },
1682
- {
1683
- regionCode: "US-SC",
1684
- name: "South Carolina",
1685
- },
1686
- {
1687
- regionCode: "US-SD",
1688
- name: "South Dakota",
1689
- },
1690
- {
1691
- regionCode: "US-TN",
1692
- name: "Tennessee",
1693
- },
1694
- {
1695
- regionCode: "US-TX",
1696
- name: "Texas",
1697
- },
1698
- {
1699
- regionCode: "US-UT",
1700
- name: "Utah",
1701
- },
1702
- {
1703
- regionCode: "US-VT",
1704
- name: "Vermont",
1705
- },
1706
- {
1707
- regionCode: "US-VI",
1708
- name: "Virgin Islands",
1709
- },
1710
- {
1711
- regionCode: "US-VA",
1712
- name: "Virginia",
1713
- },
1714
- {
1715
- regionCode: "US-WA",
1716
- name: "Washington",
1717
- },
1718
- {
1719
- regionCode: "US-WV",
1720
- name: "West Virginia",
1721
- },
1722
- {
1723
- regionCode: "US-WI",
1724
- name: "Wisconsin",
1725
- },
1726
- {
1727
- regionCode: "US-WY",
1728
- name: "Wyoming",
1729
- },
1730
- ],
1731
- },
1732
- {
1733
- countryCode: "UM",
1734
- name: "United States Minor Outlying Islands",
1735
- flagImageUrl: "https://images-country.meld.io/UM/flag.svg",
1736
- regions: null,
1737
- },
1738
- {
1739
- countryCode: "UY",
1740
- name: "Uruguay",
1741
- flagImageUrl: "https://images-country.meld.io/UY/flag.svg",
1742
- regions: null,
1743
- },
1744
- {
1745
- countryCode: "UZ",
1746
- name: "Uzbekistan",
1747
- flagImageUrl: "https://images-country.meld.io/UZ/flag.svg",
1748
- regions: null,
1749
- },
1750
- {
1751
- countryCode: "VU",
1752
- name: "Vanuatu",
1753
- flagImageUrl: "https://images-country.meld.io/VU/flag.svg",
1754
- regions: null,
1755
- },
1756
- {
1757
- countryCode: "VA",
1758
- name: "Vatican City",
1759
- flagImageUrl: "https://images-country.meld.io/VA/flag.svg",
1760
- regions: null,
1761
- },
1762
- {
1763
- countryCode: "VE",
1764
- name: "Venezuela",
1765
- flagImageUrl: "https://images-country.meld.io/VE/flag.svg",
1766
- regions: null,
1767
- },
1768
- {
1769
- countryCode: "VN",
1770
- name: "Vietnam",
1771
- flagImageUrl: "https://images-country.meld.io/VN/flag.svg",
1772
- regions: null,
1773
- },
1774
- {
1775
- countryCode: "WF",
1776
- name: "Wallis and Futuna",
1777
- flagImageUrl: "https://images-country.meld.io/WF/flag.svg",
1778
- regions: null,
1779
- },
1780
- {
1781
- countryCode: "EH",
1782
- name: "Western Sahara",
1783
- flagImageUrl: "https://images-country.meld.io/EH/flag.svg",
1784
- regions: null,
1785
- },
1786
- {
1787
- countryCode: "YE",
1788
- name: "Yemen",
1789
- flagImageUrl: "https://images-country.meld.io/YE/flag.svg",
1790
- regions: null,
1791
- },
1792
- {
1793
- countryCode: "ZM",
1794
- name: "Zambia",
1795
- flagImageUrl: "https://images-country.meld.io/ZM/flag.svg",
1796
- regions: null,
1797
- },
1798
- {
1799
- countryCode: "ZW",
1800
- name: "Zimbabwe",
1801
- flagImageUrl: "https://images-country.meld.io/ZW/flag.svg",
1802
- regions: null,
1803
- },
1804
- ]
1805
-
1806
26
  export const FiatSelector: React.FC<FiatSelectorProps> = ({
1807
27
  onCurrencySelect,
1808
28
  onError,