@zebec-network/exchange-card-sdk 1.6.0 → 1.7.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/constants.js CHANGED
@@ -35,2456 +35,11 @@ export const BOBA_CHAIN_ID = {
35
35
  mainnet: 288,
36
36
  testnet: 28882,
37
37
  };
38
+ export const QUAI_CHAIN_ID = {
39
+ mainnet: 9,
40
+ testnet: 15000,
41
+ };
38
42
  export const DEFAULT_EVM_GAS_LIMIT = 3000000;
39
- export const COUNTRIES_WITH_CCA3 = [
40
- {
41
- name: {
42
- common: "South Georgia",
43
- official: "South Georgia and the South Sandwich Islands",
44
- nativeName: {
45
- eng: { official: "South Georgia and the South Sandwich Islands", common: "South Georgia" },
46
- },
47
- },
48
- cca3: "SGS",
49
- },
50
- {
51
- name: {
52
- common: "Grenada",
53
- official: "Grenada",
54
- nativeName: { eng: { official: "Grenada", common: "Grenada" } },
55
- },
56
- cca3: "GRD",
57
- },
58
- {
59
- name: {
60
- common: "Switzerland",
61
- official: "Swiss Confederation",
62
- nativeName: {
63
- fra: { official: "Confédération suisse", common: "Suisse" },
64
- gsw: { official: "Schweizerische Eidgenossenschaft", common: "Schweiz" },
65
- ita: { official: "Confederazione Svizzera", common: "Svizzera" },
66
- roh: { official: "Confederaziun svizra", common: "Svizra" },
67
- },
68
- },
69
- cca3: "CHE",
70
- },
71
- {
72
- name: {
73
- common: "Sierra Leone",
74
- official: "Republic of Sierra Leone",
75
- nativeName: { eng: { official: "Republic of Sierra Leone", common: "Sierra Leone" } },
76
- },
77
- cca3: "SLE",
78
- },
79
- {
80
- name: {
81
- common: "Hungary",
82
- official: "Hungary",
83
- nativeName: { hun: { official: "Magyarország", common: "Magyarország" } },
84
- },
85
- cca3: "HUN",
86
- },
87
- {
88
- name: {
89
- common: "Taiwan",
90
- official: "Republic of China (Taiwan)",
91
- nativeName: { zho: { official: "中華民國", common: "台灣" } },
92
- },
93
- cca3: "TWN",
94
- },
95
- {
96
- name: {
97
- common: "Wallis and Futuna",
98
- official: "Territory of the Wallis and Futuna Islands",
99
- nativeName: {
100
- fra: { official: "Territoire des îles Wallis et Futuna", common: "Wallis et Futuna" },
101
- },
102
- },
103
- cca3: "WLF",
104
- },
105
- {
106
- name: {
107
- common: "Barbados",
108
- official: "Barbados",
109
- nativeName: { eng: { official: "Barbados", common: "Barbados" } },
110
- },
111
- cca3: "BRB",
112
- },
113
- {
114
- name: {
115
- common: "Pitcairn Islands",
116
- official: "Pitcairn Group of Islands",
117
- nativeName: { eng: { official: "Pitcairn Group of Islands", common: "Pitcairn Islands" } },
118
- },
119
- cca3: "PCN",
120
- },
121
- {
122
- name: {
123
- common: "Ivory Coast",
124
- official: "Republic of Côte d'Ivoire",
125
- nativeName: { fra: { official: "République de Côte d'Ivoire", common: "Côte d'Ivoire" } },
126
- },
127
- cca3: "CIV",
128
- },
129
- {
130
- name: {
131
- common: "Tunisia",
132
- official: "Tunisian Republic",
133
- nativeName: { ara: { official: "الجمهورية التونسية", common: "تونس" } },
134
- },
135
- cca3: "TUN",
136
- },
137
- {
138
- name: {
139
- common: "Italy",
140
- official: "Italian Republic",
141
- nativeName: { ita: { official: "Repubblica italiana", common: "Italia" } },
142
- },
143
- cca3: "ITA",
144
- },
145
- {
146
- name: {
147
- common: "Benin",
148
- official: "Republic of Benin",
149
- nativeName: { fra: { official: "République du Bénin", common: "Bénin" } },
150
- },
151
- cca3: "BEN",
152
- },
153
- {
154
- name: {
155
- common: "Indonesia",
156
- official: "Republic of Indonesia",
157
- nativeName: { ind: { official: "Republik Indonesia", common: "Indonesia" } },
158
- },
159
- cca3: "IDN",
160
- },
161
- {
162
- name: {
163
- common: "Cape Verde",
164
- official: "Republic of Cabo Verde",
165
- nativeName: { por: { official: "República de Cabo Verde", common: "Cabo Verde" } },
166
- },
167
- cca3: "CPV",
168
- },
169
- {
170
- name: {
171
- common: "Saint Kitts and Nevis",
172
- official: "Federation of Saint Christopher and Nevis",
173
- nativeName: {
174
- eng: {
175
- official: "Federation of Saint Christopher and Nevis",
176
- common: "Saint Kitts and Nevis",
177
- },
178
- },
179
- },
180
- cca3: "KNA",
181
- },
182
- {
183
- name: {
184
- common: "Laos",
185
- official: "Lao People's Democratic Republic",
186
- nativeName: { lao: { official: "ສາທາລະນະ ຊາທິປະໄຕ ຄົນລາວ ຂອງ", common: "ສປປລາວ" } },
187
- },
188
- cca3: "LAO",
189
- },
190
- {
191
- name: {
192
- common: "Caribbean Netherlands",
193
- official: "Bonaire, Sint Eustatius and Saba",
194
- nativeName: {
195
- nld: { official: "Bonaire, Sint Eustatius en Saba", common: "Caribisch Nederland" },
196
- pap: {
197
- official: "Boneiru, Sint Eustatius y Saba",
198
- common: "Boneiru, Sint Eustatius y Saba",
199
- },
200
- },
201
- },
202
- cca3: "BES",
203
- },
204
- {
205
- name: {
206
- common: "Uganda",
207
- official: "Republic of Uganda",
208
- nativeName: {
209
- eng: { official: "Republic of Uganda", common: "Uganda" },
210
- swa: { official: "Republic of Uganda", common: "Uganda" },
211
- },
212
- },
213
- cca3: "UGA",
214
- },
215
- {
216
- name: {
217
- common: "Andorra",
218
- official: "Principality of Andorra",
219
- nativeName: { cat: { official: "Principat d'Andorra", common: "Andorra" } },
220
- },
221
- cca3: "AND",
222
- },
223
- {
224
- name: {
225
- common: "Burundi",
226
- official: "Republic of Burundi",
227
- nativeName: {
228
- fra: { official: "République du Burundi", common: "Burundi" },
229
- run: { official: "Republika y'Uburundi ", common: "Uburundi" },
230
- },
231
- },
232
- cca3: "BDI",
233
- },
234
- {
235
- name: {
236
- common: "South Africa",
237
- official: "Republic of South Africa",
238
- nativeName: {
239
- afr: { official: "Republiek van Suid-Afrika", common: "South Africa" },
240
- eng: { official: "Republic of South Africa", common: "South Africa" },
241
- nbl: { official: "IRiphabliki yeSewula Afrika", common: "Sewula Afrika" },
242
- nso: { official: "Rephaboliki ya Afrika-Borwa ", common: "Afrika-Borwa" },
243
- sot: { official: "Rephaboliki ya Afrika Borwa", common: "Afrika Borwa" },
244
- ssw: { official: "IRiphabhulikhi yeNingizimu Afrika", common: "Ningizimu Afrika" },
245
- tsn: { official: "Rephaboliki ya Aforika Borwa", common: "Aforika Borwa" },
246
- tso: { official: "Riphabliki ra Afrika Dzonga", common: "Afrika Dzonga" },
247
- ven: { official: "Riphabuḽiki ya Afurika Tshipembe", common: "Afurika Tshipembe" },
248
- xho: { official: "IRiphabliki yaseMzantsi Afrika", common: "Mzantsi Afrika" },
249
- zul: { official: "IRiphabliki yaseNingizimu Afrika", common: "Ningizimu Afrika" },
250
- },
251
- },
252
- cca3: "ZAF",
253
- },
254
- {
255
- name: {
256
- common: "France",
257
- official: "French Republic",
258
- nativeName: { fra: { official: "République française", common: "France" } },
259
- },
260
- cca3: "FRA",
261
- },
262
- {
263
- name: {
264
- common: "Libya",
265
- official: "State of Libya",
266
- nativeName: { ara: { official: "الدولة ليبيا", common: "‏ليبيا" } },
267
- },
268
- cca3: "LBY",
269
- },
270
- {
271
- name: {
272
- common: "Mexico",
273
- official: "United Mexican States",
274
- nativeName: { spa: { official: "Estados Unidos Mexicanos", common: "México" } },
275
- },
276
- cca3: "MEX",
277
- },
278
- {
279
- name: {
280
- common: "Gabon",
281
- official: "Gabonese Republic",
282
- nativeName: { fra: { official: "République gabonaise", common: "Gabon" } },
283
- },
284
- cca3: "GAB",
285
- },
286
- {
287
- name: {
288
- common: "Northern Mariana Islands",
289
- official: "Commonwealth of the Northern Mariana Islands",
290
- nativeName: {
291
- cal: {
292
- official: "Commonwealth of the Northern Mariana Islands",
293
- common: "Northern Mariana Islands",
294
- },
295
- cha: { official: "Sankattan Siha Na Islas Mariånas", common: "Na Islas Mariånas" },
296
- eng: {
297
- official: "Commonwealth of the Northern Mariana Islands",
298
- common: "Northern Mariana Islands",
299
- },
300
- },
301
- },
302
- cca3: "MNP",
303
- },
304
- {
305
- name: {
306
- common: "North Macedonia",
307
- official: "Republic of North Macedonia",
308
- nativeName: { mkd: { official: "Република Северна Македонија", common: "Македонија" } },
309
- },
310
- cca3: "MKD",
311
- },
312
- {
313
- name: {
314
- common: "China",
315
- official: "People's Republic of China",
316
- nativeName: { zho: { official: "中华人民共和国", common: "中国" } },
317
- },
318
- cca3: "CHN",
319
- },
320
- {
321
- name: {
322
- common: "Yemen",
323
- official: "Republic of Yemen",
324
- nativeName: { ara: { official: "الجمهورية اليمنية", common: "اليَمَن" } },
325
- },
326
- cca3: "YEM",
327
- },
328
- {
329
- name: {
330
- common: "Saint Barthélemy",
331
- official: "Collectivity of Saint Barthélemy",
332
- nativeName: {
333
- fra: { official: "Collectivité de Saint-Barthélemy", common: "Saint-Barthélemy" },
334
- },
335
- },
336
- cca3: "BLM",
337
- },
338
- {
339
- name: {
340
- common: "Guernsey",
341
- official: "Bailiwick of Guernsey",
342
- nativeName: {
343
- eng: { official: "Bailiwick of Guernsey", common: "Guernsey" },
344
- fra: { official: "Bailliage de Guernesey", common: "Guernesey" },
345
- nfr: { official: "Dgèrnésiais", common: "Dgèrnésiais" },
346
- },
347
- },
348
- cca3: "GGY",
349
- },
350
- {
351
- name: {
352
- common: "Solomon Islands",
353
- official: "Solomon Islands",
354
- nativeName: { eng: { official: "Solomon Islands", common: "Solomon Islands" } },
355
- },
356
- cca3: "SLB",
357
- },
358
- {
359
- name: {
360
- common: "Svalbard and Jan Mayen",
361
- official: "Svalbard og Jan Mayen",
362
- nativeName: { nor: { official: "Svalbard og Jan Mayen", common: "Svalbard og Jan Mayen" } },
363
- },
364
- cca3: "SJM",
365
- },
366
- {
367
- name: {
368
- common: "Faroe Islands",
369
- official: "Faroe Islands",
370
- nativeName: {
371
- dan: { official: "Færøerne", common: "Færøerne" },
372
- fao: { official: "Føroyar", common: "Føroyar" },
373
- },
374
- },
375
- cca3: "FRO",
376
- },
377
- {
378
- name: {
379
- common: "Uzbekistan",
380
- official: "Republic of Uzbekistan",
381
- nativeName: {
382
- rus: { official: "Республика Узбекистан", common: "Узбекистан" },
383
- uzb: { official: "O'zbekiston Respublikasi", common: "O‘zbekiston" },
384
- },
385
- },
386
- cca3: "UZB",
387
- },
388
- {
389
- name: {
390
- common: "Egypt",
391
- official: "Arab Republic of Egypt",
392
- nativeName: { ara: { official: "جمهورية مصر العربية", common: "مصر" } },
393
- },
394
- cca3: "EGY",
395
- },
396
- {
397
- name: {
398
- common: "Senegal",
399
- official: "Republic of Senegal",
400
- nativeName: { fra: { official: "République du Sénégal", common: "Sénégal" } },
401
- },
402
- cca3: "SEN",
403
- },
404
- {
405
- name: {
406
- common: "Sri Lanka",
407
- official: "Democratic Socialist Republic of Sri Lanka",
408
- nativeName: {
409
- sin: { official: "ශ්‍රී ලංකා ප්‍රජාතාන්ත්‍රික සමාජවාදී ජනරජය", common: "ශ්‍රී ලංකාව" },
410
- tam: { official: "இலங்கை சனநாயக சோசலிசக் குடியரசு", common: "இலங்கை" },
411
- },
412
- },
413
- cca3: "LKA",
414
- },
415
- {
416
- name: {
417
- common: "Palestine",
418
- official: "State of Palestine",
419
- nativeName: { ara: { official: "دولة فلسطين", common: "فلسطين" } },
420
- },
421
- cca3: "PSE",
422
- },
423
- {
424
- name: {
425
- common: "Bangladesh",
426
- official: "People's Republic of Bangladesh",
427
- nativeName: { ben: { official: "বাংলাদেশ গণপ্রজাতন্ত্রী", common: "বাংলাদেশ" } },
428
- },
429
- cca3: "BGD",
430
- },
431
- {
432
- name: {
433
- common: "Peru",
434
- official: "Republic of Peru",
435
- nativeName: {
436
- aym: { official: "Piruw Suyu", common: "Piruw" },
437
- que: { official: "Piruw Ripuwlika", common: "Piruw" },
438
- spa: { official: "República del Perú", common: "Perú" },
439
- },
440
- },
441
- cca3: "PER",
442
- },
443
- {
444
- name: {
445
- common: "Singapore",
446
- official: "Republic of Singapore",
447
- nativeName: {
448
- eng: { official: "Republic of Singapore", common: "Singapore" },
449
- zho: { official: "新加坡共和国", common: "新加坡" },
450
- msa: { official: "Republik Singapura", common: "Singapura" },
451
- tam: { official: "சிங்கப்பூர் குடியரசு", common: "சிங்கப்பூர்" },
452
- },
453
- },
454
- cca3: "SGP",
455
- },
456
- {
457
- name: {
458
- common: "Turkey",
459
- official: "Republic of Turkey",
460
- nativeName: { tur: { official: "Türkiye Cumhuriyeti", common: "Türkiye" } },
461
- },
462
- cca3: "TUR",
463
- },
464
- {
465
- name: {
466
- common: "Afghanistan",
467
- official: "Islamic Republic of Afghanistan",
468
- nativeName: {
469
- prs: { official: "جمهوری اسلامی افغانستان", common: "افغانستان" },
470
- pus: { official: "د افغانستان اسلامي جمهوریت", common: "افغانستان" },
471
- tuk: { official: "Owganystan Yslam Respublikasy", common: "Owganystan" },
472
- },
473
- },
474
- cca3: "AFG",
475
- },
476
- {
477
- name: {
478
- common: "Aruba",
479
- official: "Aruba",
480
- nativeName: {
481
- nld: { official: "Aruba", common: "Aruba" },
482
- pap: { official: "Aruba", common: "Aruba" },
483
- },
484
- },
485
- cca3: "ABW",
486
- },
487
- {
488
- name: {
489
- common: "Cook Islands",
490
- official: "Cook Islands",
491
- nativeName: {
492
- eng: { official: "Cook Islands", common: "Cook Islands" },
493
- rar: { official: "Kūki 'Āirani", common: "Kūki 'Āirani" },
494
- },
495
- },
496
- cca3: "COK",
497
- },
498
- {
499
- name: {
500
- common: "United Kingdom",
501
- official: "United Kingdom of Great Britain and Northern Ireland",
502
- nativeName: {
503
- eng: {
504
- official: "United Kingdom of Great Britain and Northern Ireland",
505
- common: "United Kingdom",
506
- },
507
- },
508
- },
509
- cca3: "GBR",
510
- },
511
- {
512
- name: {
513
- common: "Zambia",
514
- official: "Republic of Zambia",
515
- nativeName: { eng: { official: "Republic of Zambia", common: "Zambia" } },
516
- },
517
- cca3: "ZMB",
518
- },
519
- {
520
- name: {
521
- common: "Finland",
522
- official: "Republic of Finland",
523
- nativeName: {
524
- fin: { official: "Suomen tasavalta", common: "Suomi" },
525
- swe: { official: "Republiken Finland", common: "Finland" },
526
- },
527
- },
528
- cca3: "FIN",
529
- },
530
- {
531
- name: {
532
- common: "Niger",
533
- official: "Republic of Niger",
534
- nativeName: { fra: { official: "République du Niger", common: "Niger" } },
535
- },
536
- cca3: "NER",
537
- },
538
- {
539
- name: {
540
- common: "Christmas Island",
541
- official: "Territory of Christmas Island",
542
- nativeName: {
543
- eng: { official: "Territory of Christmas Island", common: "Christmas Island" },
544
- },
545
- },
546
- cca3: "CXR",
547
- },
548
- {
549
- name: {
550
- common: "Tokelau",
551
- official: "Tokelau",
552
- nativeName: {
553
- eng: { official: "Tokelau", common: "Tokelau" },
554
- smo: { official: "Tokelau", common: "Tokelau" },
555
- tkl: { official: "Tokelau", common: "Tokelau" },
556
- },
557
- },
558
- cca3: "TKL",
559
- },
560
- {
561
- name: {
562
- common: "Guinea-Bissau",
563
- official: "Republic of Guinea-Bissau",
564
- nativeName: {
565
- por: { official: "República da Guiné-Bissau", common: "Guiné-Bissau" },
566
- pov: { official: "República da Guiné-Bissau", common: "Guiné-Bissau" },
567
- },
568
- },
569
- cca3: "GNB",
570
- },
571
- {
572
- name: {
573
- common: "Azerbaijan",
574
- official: "Republic of Azerbaijan",
575
- nativeName: { aze: { official: "Azərbaycan Respublikası", common: "Azərbaycan" } },
576
- },
577
- cca3: "AZE",
578
- },
579
- {
580
- name: {
581
- common: "Réunion",
582
- official: "Réunion Island",
583
- nativeName: { fra: { official: "Ile de la Réunion", common: "La Réunion" } },
584
- },
585
- cca3: "REU",
586
- },
587
- {
588
- name: {
589
- common: "Djibouti",
590
- official: "Republic of Djibouti",
591
- nativeName: {
592
- ara: { official: "جمهورية جيبوتي", common: "جيبوتي‎" },
593
- fra: { official: "République de Djibouti", common: "Djibouti" },
594
- },
595
- },
596
- cca3: "DJI",
597
- },
598
- {
599
- name: {
600
- common: "North Korea",
601
- official: "Democratic People's Republic of Korea",
602
- nativeName: { kor: { official: "조선민주주의인민공화국", common: "조선" } },
603
- },
604
- cca3: "PRK",
605
- },
606
- {
607
- name: {
608
- common: "Mauritius",
609
- official: "Republic of Mauritius",
610
- nativeName: {
611
- eng: { official: "Republic of Mauritius", common: "Mauritius" },
612
- fra: { official: "République de Maurice", common: "Maurice" },
613
- mfe: { official: "Republik Moris", common: "Moris" },
614
- },
615
- },
616
- cca3: "MUS",
617
- },
618
- {
619
- name: {
620
- common: "Montserrat",
621
- official: "Montserrat",
622
- nativeName: { eng: { official: "Montserrat", common: "Montserrat" } },
623
- },
624
- cca3: "MSR",
625
- },
626
- {
627
- name: {
628
- common: "United States Virgin Islands",
629
- official: "Virgin Islands of the United States",
630
- nativeName: {
631
- eng: {
632
- official: "Virgin Islands of the United States",
633
- common: "United States Virgin Islands",
634
- },
635
- },
636
- },
637
- cca3: "VIR",
638
- },
639
- {
640
- name: {
641
- common: "Colombia",
642
- official: "Republic of Colombia",
643
- nativeName: { spa: { official: "República de Colombia", common: "Colombia" } },
644
- },
645
- cca3: "COL",
646
- },
647
- {
648
- name: {
649
- common: "Greece",
650
- official: "Hellenic Republic",
651
- nativeName: { ell: { official: "Ελληνική Δημοκρατία", common: "Ελλάδα" } },
652
- },
653
- cca3: "GRC",
654
- },
655
- {
656
- name: {
657
- common: "Croatia",
658
- official: "Republic of Croatia",
659
- nativeName: { hrv: { official: "Republika Hrvatska", common: "Hrvatska" } },
660
- },
661
- cca3: "HRV",
662
- },
663
- {
664
- name: {
665
- common: "Morocco",
666
- official: "Kingdom of Morocco",
667
- nativeName: {
668
- ara: { official: "المملكة المغربية", common: "المغرب" },
669
- ber: { official: "ⵜⴰⴳⵍⴷⵉⵜ ⵏ ⵍⵎⵖⵔⵉⴱ", common: "ⵍⵎⴰⵖⵔⵉⴱ" },
670
- },
671
- },
672
- cca3: "MAR",
673
- },
674
- {
675
- name: {
676
- common: "Algeria",
677
- official: "People's Democratic Republic of Algeria",
678
- nativeName: {
679
- ara: { official: "الجمهورية الديمقراطية الشعبية الجزائرية", common: "الجزائر" },
680
- },
681
- },
682
- cca3: "DZA",
683
- },
684
- { name: { common: "Antarctica", official: "Antarctica", nativeName: {} }, cca3: "ATA" },
685
- {
686
- name: {
687
- common: "Netherlands",
688
- official: "Kingdom of the Netherlands",
689
- nativeName: { nld: { official: "Koninkrijk der Nederlanden", common: "Nederland" } },
690
- },
691
- cca3: "NLD",
692
- },
693
- {
694
- name: {
695
- common: "Sudan",
696
- official: "Republic of the Sudan",
697
- nativeName: {
698
- ara: { official: "جمهورية السودان", common: "السودان" },
699
- eng: { official: "Republic of the Sudan", common: "Sudan" },
700
- },
701
- },
702
- cca3: "SDN",
703
- },
704
- {
705
- name: {
706
- common: "Fiji",
707
- official: "Republic of Fiji",
708
- nativeName: {
709
- eng: { official: "Republic of Fiji", common: "Fiji" },
710
- fij: { official: "Matanitu Tugalala o Viti", common: "Viti" },
711
- hif: { official: "रिपब्लिक ऑफ फीजी", common: "फिजी" },
712
- },
713
- },
714
- cca3: "FJI",
715
- },
716
- {
717
- name: {
718
- common: "Liechtenstein",
719
- official: "Principality of Liechtenstein",
720
- nativeName: { deu: { official: "Fürstentum Liechtenstein", common: "Liechtenstein" } },
721
- },
722
- cca3: "LIE",
723
- },
724
- {
725
- name: {
726
- common: "Nepal",
727
- official: "Federal Democratic Republic of Nepal",
728
- nativeName: { nep: { official: "नेपाल संघीय लोकतान्त्रिक गणतन्त्र", common: "नेपाल" } },
729
- },
730
- cca3: "NPL",
731
- },
732
- {
733
- name: {
734
- common: "Puerto Rico",
735
- official: "Commonwealth of Puerto Rico",
736
- nativeName: {
737
- eng: { official: "Commonwealth of Puerto Rico", common: "Puerto Rico" },
738
- spa: { official: "Estado Libre Asociado de Puerto Rico", common: "Puerto Rico" },
739
- },
740
- },
741
- cca3: "PRI",
742
- },
743
- {
744
- name: {
745
- common: "Georgia",
746
- official: "Georgia",
747
- nativeName: { kat: { official: "საქართველო", common: "საქართველო" } },
748
- },
749
- cca3: "GEO",
750
- },
751
- {
752
- name: {
753
- common: "Pakistan",
754
- official: "Islamic Republic of Pakistan",
755
- nativeName: {
756
- eng: { official: "Islamic Republic of Pakistan", common: "Pakistan" },
757
- urd: { official: "اسلامی جمہوریۂ پاكستان", common: "پاكستان" },
758
- },
759
- },
760
- cca3: "PAK",
761
- },
762
- {
763
- name: {
764
- common: "Monaco",
765
- official: "Principality of Monaco",
766
- nativeName: { fra: { official: "Principauté de Monaco", common: "Monaco" } },
767
- },
768
- cca3: "MCO",
769
- },
770
- {
771
- name: {
772
- common: "Botswana",
773
- official: "Republic of Botswana",
774
- nativeName: {
775
- eng: { official: "Republic of Botswana", common: "Botswana" },
776
- tsn: { official: "Lefatshe la Botswana", common: "Botswana" },
777
- },
778
- },
779
- cca3: "BWA",
780
- },
781
- {
782
- name: {
783
- common: "Lebanon",
784
- official: "Lebanese Republic",
785
- nativeName: {
786
- ara: { official: "الجمهورية اللبنانية", common: "لبنان" },
787
- fra: { official: "République libanaise", common: "Liban" },
788
- },
789
- },
790
- cca3: "LBN",
791
- },
792
- {
793
- name: {
794
- common: "Papua New Guinea",
795
- official: "Independent State of Papua New Guinea",
796
- nativeName: {
797
- eng: { official: "Independent State of Papua New Guinea", common: "Papua New Guinea" },
798
- hmo: { official: "Independen Stet bilong Papua Niugini", common: "Papua Niu Gini" },
799
- tpi: { official: "Independen Stet bilong Papua Niugini", common: "Papua Niugini" },
800
- },
801
- },
802
- cca3: "PNG",
803
- },
804
- {
805
- name: {
806
- common: "Mayotte",
807
- official: "Department of Mayotte",
808
- nativeName: { fra: { official: "Département de Mayotte", common: "Mayotte" } },
809
- },
810
- cca3: "MYT",
811
- },
812
- {
813
- name: {
814
- common: "Dominican Republic",
815
- official: "Dominican Republic",
816
- nativeName: { spa: { official: "República Dominicana", common: "República Dominicana" } },
817
- },
818
- cca3: "DOM",
819
- },
820
- {
821
- name: {
822
- common: "Norfolk Island",
823
- official: "Territory of Norfolk Island",
824
- nativeName: {
825
- eng: { official: "Territory of Norfolk Island", common: "Norfolk Island" },
826
- pih: { official: "Teratri of Norf'k Ailen", common: "Norf'k Ailen" },
827
- },
828
- },
829
- cca3: "NFK",
830
- },
831
- {
832
- name: {
833
- common: "Bouvet Island",
834
- official: "Bouvet Island",
835
- nativeName: { nor: { official: "Bouvetøya", common: "Bouvetøya" } },
836
- },
837
- cca3: "BVT",
838
- },
839
- {
840
- name: {
841
- common: "Qatar",
842
- official: "State of Qatar",
843
- nativeName: { ara: { official: "دولة قطر", common: "قطر" } },
844
- },
845
- cca3: "QAT",
846
- },
847
- {
848
- name: {
849
- common: "Madagascar",
850
- official: "Republic of Madagascar",
851
- nativeName: {
852
- fra: { official: "République de Madagascar", common: "Madagascar" },
853
- mlg: { official: "Repoblikan'i Madagasikara", common: "Madagasikara" },
854
- },
855
- },
856
- cca3: "MDG",
857
- },
858
- {
859
- name: {
860
- common: "India",
861
- official: "Republic of India",
862
- nativeName: {
863
- eng: { official: "Republic of India", common: "India" },
864
- hin: { official: "भारत गणराज्य", common: "भारत" },
865
- tam: { official: "இந்தியக் குடியரசு", common: "இந்தியா" },
866
- },
867
- },
868
- cca3: "IND",
869
- },
870
- {
871
- name: {
872
- common: "Syria",
873
- official: "Syrian Arab Republic",
874
- nativeName: { ara: { official: "الجمهورية العربية السورية", common: "سوريا" } },
875
- },
876
- cca3: "SYR",
877
- },
878
- {
879
- name: {
880
- common: "Montenegro",
881
- official: "Montenegro",
882
- nativeName: { cnr: { official: "Црна Гора", common: "Црна Гора" } },
883
- },
884
- cca3: "MNE",
885
- },
886
- {
887
- name: {
888
- common: "Eswatini",
889
- official: "Kingdom of Eswatini",
890
- nativeName: {
891
- eng: { official: "Kingdom of Eswatini", common: "Eswatini" },
892
- ssw: { official: "Umbuso weSwatini", common: "eSwatini" },
893
- },
894
- },
895
- cca3: "SWZ",
896
- },
897
- {
898
- name: {
899
- common: "Paraguay",
900
- official: "Republic of Paraguay",
901
- nativeName: {
902
- grn: { official: "Tetã Paraguái", common: "Paraguái" },
903
- spa: { official: "República de Paraguay", common: "Paraguay" },
904
- },
905
- },
906
- cca3: "PRY",
907
- },
908
- {
909
- name: {
910
- common: "El Salvador",
911
- official: "Republic of El Salvador",
912
- nativeName: { spa: { official: "República de El Salvador", common: "El Salvador" } },
913
- },
914
- cca3: "SLV",
915
- },
916
- {
917
- name: {
918
- common: "Ukraine",
919
- official: "Ukraine",
920
- nativeName: { ukr: { official: "Україна", common: "Україна" } },
921
- },
922
- cca3: "UKR",
923
- },
924
- {
925
- name: {
926
- common: "Isle of Man",
927
- official: "Isle of Man",
928
- nativeName: {
929
- eng: { official: "Isle of Man", common: "Isle of Man" },
930
- glv: { official: "Ellan Vannin or Mannin", common: "Mannin" },
931
- },
932
- },
933
- cca3: "IMN",
934
- },
935
- {
936
- name: {
937
- common: "Namibia",
938
- official: "Republic of Namibia",
939
- nativeName: {
940
- afr: { official: "Republiek van Namibië", common: "Namibië" },
941
- deu: { official: "Republik Namibia", common: "Namibia" },
942
- eng: { official: "Republic of Namibia", common: "Namibia" },
943
- her: { official: "Republic of Namibia", common: "Namibia" },
944
- hgm: { official: "Republic of Namibia", common: "Namibia" },
945
- kwn: { official: "Republic of Namibia", common: "Namibia" },
946
- loz: { official: "Republic of Namibia", common: "Namibia" },
947
- ndo: { official: "Republic of Namibia", common: "Namibia" },
948
- tsn: { official: "Lefatshe la Namibia", common: "Namibia" },
949
- },
950
- },
951
- cca3: "NAM",
952
- },
953
- {
954
- name: {
955
- common: "United Arab Emirates",
956
- official: "United Arab Emirates",
957
- nativeName: {
958
- ara: { official: "الإمارات العربية المتحدة", common: "دولة الإمارات العربية المتحدة" },
959
- },
960
- },
961
- cca3: "ARE",
962
- },
963
- {
964
- name: {
965
- common: "Bulgaria",
966
- official: "Republic of Bulgaria",
967
- nativeName: { bul: { official: "Република България", common: "България" } },
968
- },
969
- cca3: "BGR",
970
- },
971
- {
972
- name: {
973
- common: "Greenland",
974
- official: "Greenland",
975
- nativeName: { kal: { official: "Kalaallit Nunaat", common: "Kalaallit Nunaat" } },
976
- },
977
- cca3: "GRL",
978
- },
979
- {
980
- name: {
981
- common: "Germany",
982
- official: "Federal Republic of Germany",
983
- nativeName: { deu: { official: "Bundesrepublik Deutschland", common: "Deutschland" } },
984
- },
985
- cca3: "DEU",
986
- },
987
- {
988
- name: {
989
- common: "Cambodia",
990
- official: "Kingdom of Cambodia",
991
- nativeName: { khm: { official: "ព្រះរាជាណាចក្រកម្ពុជា", common: "Kâmpŭchéa" } },
992
- },
993
- cca3: "KHM",
994
- },
995
- {
996
- name: {
997
- common: "Iraq",
998
- official: "Republic of Iraq",
999
- nativeName: {
1000
- ara: { official: "جمهورية العراق", common: "العراق" },
1001
- arc: { official: "ܩܘܼܛܢܵܐ ܐܝܼܪܲܩ", common: "ܩܘܼܛܢܵܐ" },
1002
- ckb: { official: "کۆماری عێراق", common: "کۆماری" },
1003
- },
1004
- },
1005
- cca3: "IRQ",
1006
- },
1007
- {
1008
- name: {
1009
- common: "French Southern and Antarctic Lands",
1010
- official: "Territory of the French Southern and Antarctic Lands",
1011
- nativeName: {
1012
- fra: {
1013
- official: "Territoire des Terres australes et antarctiques françaises",
1014
- common: "Terres australes et antarctiques françaises",
1015
- },
1016
- },
1017
- },
1018
- cca3: "ATF",
1019
- },
1020
- {
1021
- name: {
1022
- common: "Sweden",
1023
- official: "Kingdom of Sweden",
1024
- nativeName: { swe: { official: "Konungariket Sverige", common: "Sverige" } },
1025
- },
1026
- cca3: "SWE",
1027
- },
1028
- {
1029
- name: {
1030
- common: "Cuba",
1031
- official: "Republic of Cuba",
1032
- nativeName: { spa: { official: "República de Cuba", common: "Cuba" } },
1033
- },
1034
- cca3: "CUB",
1035
- },
1036
- {
1037
- name: {
1038
- common: "Kyrgyzstan",
1039
- official: "Kyrgyz Republic",
1040
- nativeName: {
1041
- kir: { official: "Кыргыз Республикасы", common: "Кыргызстан" },
1042
- rus: { official: "Кыргызская Республика", common: "Киргизия" },
1043
- },
1044
- },
1045
- cca3: "KGZ",
1046
- },
1047
- {
1048
- name: {
1049
- common: "Russia",
1050
- official: "Russian Federation",
1051
- nativeName: { rus: { official: "Российская Федерация", common: "Россия" } },
1052
- },
1053
- cca3: "RUS",
1054
- },
1055
- {
1056
- name: {
1057
- common: "Malaysia",
1058
- official: "Malaysia",
1059
- nativeName: {
1060
- eng: { official: "Malaysia", common: "Malaysia" },
1061
- msa: { official: "مليسيا", common: "مليسيا" },
1062
- },
1063
- },
1064
- cca3: "MYS",
1065
- },
1066
- {
1067
- name: {
1068
- common: "São Tomé and Príncipe",
1069
- official: "Democratic Republic of São Tomé and Príncipe",
1070
- nativeName: {
1071
- por: {
1072
- official: "República Democrática do São Tomé e Príncipe",
1073
- common: "São Tomé e Príncipe",
1074
- },
1075
- },
1076
- },
1077
- cca3: "STP",
1078
- },
1079
- {
1080
- name: {
1081
- common: "Cyprus",
1082
- official: "Republic of Cyprus",
1083
- nativeName: {
1084
- ell: { official: "Δημοκρατία της Κύπρος", common: "Κύπρος" },
1085
- tur: { official: "Kıbrıs Cumhuriyeti", common: "Kıbrıs" },
1086
- },
1087
- },
1088
- cca3: "CYP",
1089
- },
1090
- {
1091
- name: {
1092
- common: "Canada",
1093
- official: "Canada",
1094
- nativeName: {
1095
- eng: { official: "Canada", common: "Canada" },
1096
- fra: { official: "Canada", common: "Canada" },
1097
- },
1098
- },
1099
- cca3: "CAN",
1100
- },
1101
- {
1102
- name: {
1103
- common: "Malawi",
1104
- official: "Republic of Malawi",
1105
- nativeName: {
1106
- eng: { official: "Republic of Malawi", common: "Malawi" },
1107
- nya: { official: "Chalo cha Malawi, Dziko la Malaŵi", common: "Malaŵi" },
1108
- },
1109
- },
1110
- cca3: "MWI",
1111
- },
1112
- {
1113
- name: {
1114
- common: "Saudi Arabia",
1115
- official: "Kingdom of Saudi Arabia",
1116
- nativeName: { ara: { official: "المملكة العربية السعودية", common: "العربية السعودية" } },
1117
- },
1118
- cca3: "SAU",
1119
- },
1120
- {
1121
- name: {
1122
- common: "Bosnia and Herzegovina",
1123
- official: "Bosnia and Herzegovina",
1124
- nativeName: {
1125
- bos: { official: "Bosna i Hercegovina", common: "Bosna i Hercegovina" },
1126
- hrv: { official: "Bosna i Hercegovina", common: "Bosna i Hercegovina" },
1127
- srp: { official: "Босна и Херцеговина", common: "Босна и Херцеговина" },
1128
- },
1129
- },
1130
- cca3: "BIH",
1131
- },
1132
- {
1133
- name: {
1134
- common: "Ethiopia",
1135
- official: "Federal Democratic Republic of Ethiopia",
1136
- nativeName: { amh: { official: "የኢትዮጵያ ፌዴራላዊ ዲሞክራሲያዊ ሪፐብሊክ", common: "ኢትዮጵያ" } },
1137
- },
1138
- cca3: "ETH",
1139
- },
1140
- {
1141
- name: {
1142
- common: "Spain",
1143
- official: "Kingdom of Spain",
1144
- nativeName: { spa: { official: "Reino de España", common: "España" } },
1145
- },
1146
- cca3: "ESP",
1147
- },
1148
- {
1149
- name: {
1150
- common: "Slovenia",
1151
- official: "Republic of Slovenia",
1152
- nativeName: { slv: { official: "Republika Slovenija", common: "Slovenija" } },
1153
- },
1154
- cca3: "SVN",
1155
- },
1156
- {
1157
- name: {
1158
- common: "Oman",
1159
- official: "Sultanate of Oman",
1160
- nativeName: { ara: { official: "سلطنة عمان", common: "عمان" } },
1161
- },
1162
- cca3: "OMN",
1163
- },
1164
- {
1165
- name: {
1166
- common: "Saint Pierre and Miquelon",
1167
- official: "Saint Pierre and Miquelon",
1168
- nativeName: {
1169
- fra: {
1170
- official: "Collectivité territoriale de Saint-Pierre-et-Miquelon",
1171
- common: "Saint-Pierre-et-Miquelon",
1172
- },
1173
- },
1174
- },
1175
- cca3: "SPM",
1176
- },
1177
- {
1178
- name: {
1179
- common: "Macau",
1180
- official: "Macao Special Administrative Region of the People's Republic of China",
1181
- nativeName: {
1182
- por: {
1183
- official: "Região Administrativa Especial de Macau da República Popular da China",
1184
- common: "Macau",
1185
- },
1186
- zho: { official: "中华人民共和国澳门特别行政区", common: "澳门" },
1187
- },
1188
- },
1189
- cca3: "MAC",
1190
- },
1191
- {
1192
- name: {
1193
- common: "San Marino",
1194
- official: "Republic of San Marino",
1195
- nativeName: { ita: { official: "Repubblica di San Marino", common: "San Marino" } },
1196
- },
1197
- cca3: "SMR",
1198
- },
1199
- {
1200
- name: {
1201
- common: "Lesotho",
1202
- official: "Kingdom of Lesotho",
1203
- nativeName: {
1204
- eng: { official: "Kingdom of Lesotho", common: "Lesotho" },
1205
- sot: { official: "Kingdom of Lesotho", common: "Lesotho" },
1206
- },
1207
- },
1208
- cca3: "LSO",
1209
- },
1210
- {
1211
- name: {
1212
- common: "Marshall Islands",
1213
- official: "Republic of the Marshall Islands",
1214
- nativeName: {
1215
- eng: { official: "Republic of the Marshall Islands", common: "Marshall Islands" },
1216
- mah: { official: "Republic of the Marshall Islands", common: "M̧ajeļ" },
1217
- },
1218
- },
1219
- cca3: "MHL",
1220
- },
1221
- {
1222
- name: {
1223
- common: "Sint Maarten",
1224
- official: "Sint Maarten",
1225
- nativeName: {
1226
- eng: { official: "Sint Maarten", common: "Sint Maarten" },
1227
- fra: { official: "Saint-Martin", common: "Saint-Martin" },
1228
- nld: { official: "Sint Maarten", common: "Sint Maarten" },
1229
- },
1230
- },
1231
- cca3: "SXM",
1232
- },
1233
- {
1234
- name: {
1235
- common: "Iceland",
1236
- official: "Iceland",
1237
- nativeName: { isl: { official: "Ísland", common: "Ísland" } },
1238
- },
1239
- cca3: "ISL",
1240
- },
1241
- {
1242
- name: {
1243
- common: "Luxembourg",
1244
- official: "Grand Duchy of Luxembourg",
1245
- nativeName: {
1246
- deu: { official: "Großherzogtum Luxemburg", common: "Luxemburg" },
1247
- fra: { official: "Grand-Duché de Luxembourg", common: "Luxembourg" },
1248
- ltz: { official: "Groussherzogtum Lëtzebuerg", common: "Lëtzebuerg" },
1249
- },
1250
- },
1251
- cca3: "LUX",
1252
- },
1253
- {
1254
- name: {
1255
- common: "Argentina",
1256
- official: "Argentine Republic",
1257
- nativeName: {
1258
- grn: { official: "Argentine Republic", common: "Argentina" },
1259
- spa: { official: "República Argentina", common: "Argentina" },
1260
- },
1261
- },
1262
- cca3: "ARG",
1263
- },
1264
- {
1265
- name: {
1266
- common: "Turks and Caicos Islands",
1267
- official: "Turks and Caicos Islands",
1268
- nativeName: {
1269
- eng: { official: "Turks and Caicos Islands", common: "Turks and Caicos Islands" },
1270
- },
1271
- },
1272
- cca3: "TCA",
1273
- },
1274
- {
1275
- name: {
1276
- common: "Nauru",
1277
- official: "Republic of Nauru",
1278
- nativeName: {
1279
- eng: { official: "Republic of Nauru", common: "Nauru" },
1280
- nau: { official: "Republic of Nauru", common: "Nauru" },
1281
- },
1282
- },
1283
- cca3: "NRU",
1284
- },
1285
- {
1286
- name: {
1287
- common: "Cocos (Keeling) Islands",
1288
- official: "Territory of the Cocos (Keeling) Islands",
1289
- nativeName: {
1290
- eng: {
1291
- official: "Territory of the Cocos (Keeling) Islands",
1292
- common: "Cocos (Keeling) Islands",
1293
- },
1294
- },
1295
- },
1296
- cca3: "CCK",
1297
- },
1298
- {
1299
- name: {
1300
- common: "Western Sahara",
1301
- official: "Sahrawi Arab Democratic Republic",
1302
- nativeName: {
1303
- ber: { official: "Sahrawi Arab Democratic Republic", common: "Western Sahara" },
1304
- mey: { official: "الجمهورية العربية الصحراوية الديمقراطية", common: "الصحراء الغربية" },
1305
- spa: { official: "República Árabe Saharaui Democrática", common: "Sahara Occidental" },
1306
- },
1307
- },
1308
- cca3: "ESH",
1309
- },
1310
- {
1311
- name: {
1312
- common: "Dominica",
1313
- official: "Commonwealth of Dominica",
1314
- nativeName: { eng: { official: "Commonwealth of Dominica", common: "Dominica" } },
1315
- },
1316
- cca3: "DMA",
1317
- },
1318
- {
1319
- name: {
1320
- common: "Costa Rica",
1321
- official: "Republic of Costa Rica",
1322
- nativeName: { spa: { official: "República de Costa Rica", common: "Costa Rica" } },
1323
- },
1324
- cca3: "CRI",
1325
- },
1326
- {
1327
- name: {
1328
- common: "Australia",
1329
- official: "Commonwealth of Australia",
1330
- nativeName: { eng: { official: "Commonwealth of Australia", common: "Australia" } },
1331
- },
1332
- cca3: "AUS",
1333
- },
1334
- {
1335
- name: {
1336
- common: "Thailand",
1337
- official: "Kingdom of Thailand",
1338
- nativeName: { tha: { official: "ราชอาณาจักรไทย", common: "ประเทศไทย" } },
1339
- },
1340
- cca3: "THA",
1341
- },
1342
- {
1343
- name: {
1344
- common: "Haiti",
1345
- official: "Republic of Haiti",
1346
- nativeName: {
1347
- fra: { official: "République d'Haïti", common: "Haïti" },
1348
- hat: { official: "Repiblik Ayiti", common: "Ayiti" },
1349
- },
1350
- },
1351
- cca3: "HTI",
1352
- },
1353
- {
1354
- name: {
1355
- common: "Tuvalu",
1356
- official: "Tuvalu",
1357
- nativeName: {
1358
- eng: { official: "Tuvalu", common: "Tuvalu" },
1359
- tvl: { official: "Tuvalu", common: "Tuvalu" },
1360
- },
1361
- },
1362
- cca3: "TUV",
1363
- },
1364
- {
1365
- name: {
1366
- common: "Honduras",
1367
- official: "Republic of Honduras",
1368
- nativeName: { spa: { official: "República de Honduras", common: "Honduras" } },
1369
- },
1370
- cca3: "HND",
1371
- },
1372
- {
1373
- name: {
1374
- common: "Equatorial Guinea",
1375
- official: "Republic of Equatorial Guinea",
1376
- nativeName: {
1377
- fra: { official: "République de la Guinée Équatoriale", common: "Guinée équatoriale" },
1378
- por: { official: "República da Guiné Equatorial", common: "Guiné Equatorial" },
1379
- spa: { official: "República de Guinea Ecuatorial", common: "Guinea Ecuatorial" },
1380
- },
1381
- },
1382
- cca3: "GNQ",
1383
- },
1384
- {
1385
- name: {
1386
- common: "Saint Lucia",
1387
- official: "Saint Lucia",
1388
- nativeName: { eng: { official: "Saint Lucia", common: "Saint Lucia" } },
1389
- },
1390
- cca3: "LCA",
1391
- },
1392
- {
1393
- name: {
1394
- common: "French Polynesia",
1395
- official: "French Polynesia",
1396
- nativeName: { fra: { official: "Polynésie française", common: "Polynésie française" } },
1397
- },
1398
- cca3: "PYF",
1399
- },
1400
- {
1401
- name: {
1402
- common: "Belarus",
1403
- official: "Republic of Belarus",
1404
- nativeName: {
1405
- bel: { official: "Рэспубліка Беларусь", common: "Белару́сь" },
1406
- rus: { official: "Республика Беларусь", common: "Беларусь" },
1407
- },
1408
- },
1409
- cca3: "BLR",
1410
- },
1411
- {
1412
- name: {
1413
- common: "Latvia",
1414
- official: "Republic of Latvia",
1415
- nativeName: { lav: { official: "Latvijas Republikas", common: "Latvija" } },
1416
- },
1417
- cca3: "LVA",
1418
- },
1419
- {
1420
- name: {
1421
- common: "Palau",
1422
- official: "Republic of Palau",
1423
- nativeName: {
1424
- eng: { official: "Republic of Palau", common: "Palau" },
1425
- pau: { official: "Beluu er a Belau", common: "Belau" },
1426
- },
1427
- },
1428
- cca3: "PLW",
1429
- },
1430
- {
1431
- name: {
1432
- common: "Guadeloupe",
1433
- official: "Guadeloupe",
1434
- nativeName: { fra: { official: "Guadeloupe", common: "Guadeloupe" } },
1435
- },
1436
- cca3: "GLP",
1437
- },
1438
- {
1439
- name: {
1440
- common: "Philippines",
1441
- official: "Republic of the Philippines",
1442
- nativeName: {
1443
- eng: { official: "Republic of the Philippines", common: "Philippines" },
1444
- fil: { official: "Republic of the Philippines", common: "Pilipinas" },
1445
- },
1446
- },
1447
- cca3: "PHL",
1448
- },
1449
- {
1450
- name: {
1451
- common: "Gibraltar",
1452
- official: "Gibraltar",
1453
- nativeName: { eng: { official: "Gibraltar", common: "Gibraltar" } },
1454
- },
1455
- cca3: "GIB",
1456
- },
1457
- {
1458
- name: {
1459
- common: "Denmark",
1460
- official: "Kingdom of Denmark",
1461
- nativeName: { dan: { official: "Kongeriget Danmark", common: "Danmark" } },
1462
- },
1463
- cca3: "DNK",
1464
- },
1465
- {
1466
- name: {
1467
- common: "Cameroon",
1468
- official: "Republic of Cameroon",
1469
- nativeName: {
1470
- eng: { official: "Republic of Cameroon", common: "Cameroon" },
1471
- fra: { official: "République du Cameroun", common: "Cameroun" },
1472
- },
1473
- },
1474
- cca3: "CMR",
1475
- },
1476
- {
1477
- name: {
1478
- common: "Guinea",
1479
- official: "Republic of Guinea",
1480
- nativeName: { fra: { official: "République de Guinée", common: "Guinée" } },
1481
- },
1482
- cca3: "GIN",
1483
- },
1484
- {
1485
- name: {
1486
- common: "Bahrain",
1487
- official: "Kingdom of Bahrain",
1488
- nativeName: { ara: { official: "مملكة البحرين", common: "‏البحرين" } },
1489
- },
1490
- cca3: "BHR",
1491
- },
1492
- {
1493
- name: {
1494
- common: "Suriname",
1495
- official: "Republic of Suriname",
1496
- nativeName: { nld: { official: "Republiek Suriname", common: "Suriname" } },
1497
- },
1498
- cca3: "SUR",
1499
- },
1500
- {
1501
- name: {
1502
- common: "DR Congo",
1503
- official: "Democratic Republic of the Congo",
1504
- nativeName: {
1505
- fra: { official: "République démocratique du Congo", common: "RD Congo" },
1506
- kon: {
1507
- official: "Repubilika ya Kongo Demokratiki",
1508
- common: "Repubilika ya Kongo Demokratiki",
1509
- },
1510
- lin: {
1511
- official: "Republiki ya Kongó Demokratiki",
1512
- common: "Republiki ya Kongó Demokratiki",
1513
- },
1514
- lua: {
1515
- official: "Ditunga dia Kongu wa Mungalaata",
1516
- common: "Ditunga dia Kongu wa Mungalaata",
1517
- },
1518
- swa: {
1519
- official: "Jamhuri ya Kidemokrasia ya Kongo",
1520
- common: "Jamhuri ya Kidemokrasia ya Kongo",
1521
- },
1522
- },
1523
- },
1524
- cca3: "COD",
1525
- },
1526
- {
1527
- name: {
1528
- common: "Somalia",
1529
- official: "Federal Republic of Somalia",
1530
- nativeName: {
1531
- ara: { official: "جمهورية الصومال‎‎", common: "الصومال‎‎" },
1532
- som: { official: "Jamhuuriyadda Federaalka Soomaaliya", common: "Soomaaliya" },
1533
- },
1534
- },
1535
- cca3: "SOM",
1536
- },
1537
- {
1538
- name: {
1539
- common: "Czechia",
1540
- official: "Czech Republic",
1541
- nativeName: {
1542
- ces: { official: "Česká republika", common: "Česko" },
1543
- slk: { official: "Česká republika", common: "Česko" },
1544
- },
1545
- },
1546
- cca3: "CZE",
1547
- },
1548
- {
1549
- name: {
1550
- common: "New Caledonia",
1551
- official: "New Caledonia",
1552
- nativeName: { fra: { official: "Nouvelle-Calédonie", common: "Nouvelle-Calédonie" } },
1553
- },
1554
- cca3: "NCL",
1555
- },
1556
- {
1557
- name: {
1558
- common: "Vanuatu",
1559
- official: "Republic of Vanuatu",
1560
- nativeName: {
1561
- bis: { official: "Ripablik blong Vanuatu", common: "Vanuatu" },
1562
- eng: { official: "Republic of Vanuatu", common: "Vanuatu" },
1563
- fra: { official: "République de Vanuatu", common: "Vanuatu" },
1564
- },
1565
- },
1566
- cca3: "VUT",
1567
- },
1568
- {
1569
- name: {
1570
- common: "Saint Helena, Ascension and Tristan da Cunha",
1571
- official: "Saint Helena, Ascension and Tristan da Cunha",
1572
- nativeName: {
1573
- eng: {
1574
- official: "Saint Helena, Ascension and Tristan da Cunha",
1575
- common: "Saint Helena, Ascension and Tristan da Cunha",
1576
- },
1577
- },
1578
- },
1579
- cca3: "SHN",
1580
- },
1581
- {
1582
- name: {
1583
- common: "Togo",
1584
- official: "Togolese Republic",
1585
- nativeName: { fra: { official: "République togolaise", common: "Togo" } },
1586
- },
1587
- cca3: "TGO",
1588
- },
1589
- {
1590
- name: {
1591
- common: "British Virgin Islands",
1592
- official: "Virgin Islands",
1593
- nativeName: { eng: { official: "Virgin Islands", common: "British Virgin Islands" } },
1594
- },
1595
- cca3: "VGB",
1596
- },
1597
- {
1598
- name: {
1599
- common: "Kenya",
1600
- official: "Republic of Kenya",
1601
- nativeName: {
1602
- eng: { official: "Republic of Kenya", common: "Kenya" },
1603
- swa: { official: "Republic of Kenya", common: "Kenya" },
1604
- },
1605
- },
1606
- cca3: "KEN",
1607
- },
1608
- {
1609
- name: {
1610
- common: "Niue",
1611
- official: "Niue",
1612
- nativeName: {
1613
- eng: { official: "Niue", common: "Niue" },
1614
- niu: { official: "Niuē", common: "Niuē" },
1615
- },
1616
- },
1617
- cca3: "NIU",
1618
- },
1619
- {
1620
- name: {
1621
- common: "Heard Island and McDonald Islands",
1622
- official: "Heard Island and McDonald Islands",
1623
- nativeName: {
1624
- eng: {
1625
- official: "Heard Island and McDonald Islands",
1626
- common: "Heard Island and McDonald Islands",
1627
- },
1628
- },
1629
- },
1630
- cca3: "HMD",
1631
- },
1632
- {
1633
- name: {
1634
- common: "Rwanda",
1635
- official: "Republic of Rwanda",
1636
- nativeName: {
1637
- eng: { official: "Republic of Rwanda", common: "Rwanda" },
1638
- fra: { official: "République rwandaise", common: "Rwanda" },
1639
- kin: { official: "Repubulika y'u Rwanda", common: "Rwanda" },
1640
- },
1641
- },
1642
- cca3: "RWA",
1643
- },
1644
- {
1645
- name: {
1646
- common: "Estonia",
1647
- official: "Republic of Estonia",
1648
- nativeName: { est: { official: "Eesti Vabariik", common: "Eesti" } },
1649
- },
1650
- cca3: "EST",
1651
- },
1652
- {
1653
- name: {
1654
- common: "Romania",
1655
- official: "Romania",
1656
- nativeName: { ron: { official: "România", common: "România" } },
1657
- },
1658
- cca3: "ROU",
1659
- },
1660
- {
1661
- name: {
1662
- common: "Trinidad and Tobago",
1663
- official: "Republic of Trinidad and Tobago",
1664
- nativeName: {
1665
- eng: { official: "Republic of Trinidad and Tobago", common: "Trinidad and Tobago" },
1666
- },
1667
- },
1668
- cca3: "TTO",
1669
- },
1670
- {
1671
- name: {
1672
- common: "Guyana",
1673
- official: "Co-operative Republic of Guyana",
1674
- nativeName: { eng: { official: "Co-operative Republic of Guyana", common: "Guyana" } },
1675
- },
1676
- cca3: "GUY",
1677
- },
1678
- {
1679
- name: {
1680
- common: "Timor-Leste",
1681
- official: "Democratic Republic of Timor-Leste",
1682
- nativeName: {
1683
- por: { official: "República Democrática de Timor-Leste", common: "Timor-Leste" },
1684
- tet: { official: "Repúblika Demokrátika Timór-Leste", common: "Timór-Leste" },
1685
- },
1686
- },
1687
- cca3: "TLS",
1688
- },
1689
- {
1690
- name: {
1691
- common: "Vietnam",
1692
- official: "Socialist Republic of Vietnam",
1693
- nativeName: { vie: { official: "Cộng hòa xã hội chủ nghĩa Việt Nam", common: "Việt Nam" } },
1694
- },
1695
- cca3: "VNM",
1696
- },
1697
- {
1698
- name: {
1699
- common: "Uruguay",
1700
- official: "Oriental Republic of Uruguay",
1701
- nativeName: { spa: { official: "República Oriental del Uruguay", common: "Uruguay" } },
1702
- },
1703
- cca3: "URY",
1704
- },
1705
- {
1706
- name: {
1707
- common: "Vatican City",
1708
- official: "Vatican City State",
1709
- nativeName: {
1710
- ita: { official: "Stato della Città del Vaticano", common: "Vaticano" },
1711
- lat: { official: "Status Civitatis Vaticanæ", common: "Vaticanæ" },
1712
- },
1713
- },
1714
- cca3: "VAT",
1715
- },
1716
- {
1717
- name: {
1718
- common: "Hong Kong",
1719
- official: "Hong Kong Special Administrative Region of the People's Republic of China",
1720
- nativeName: {
1721
- eng: {
1722
- official: "Hong Kong Special Administrative Region of the People's Republic of China",
1723
- common: "Hong Kong",
1724
- },
1725
- zho: { official: "中华人民共和国香港特别行政区", common: "香港" },
1726
- },
1727
- },
1728
- cca3: "HKG",
1729
- },
1730
- {
1731
- name: {
1732
- common: "Austria",
1733
- official: "Republic of Austria",
1734
- nativeName: { bar: { official: "Republik Österreich", common: "Österreich" } },
1735
- },
1736
- cca3: "AUT",
1737
- },
1738
- {
1739
- name: {
1740
- common: "Antigua and Barbuda",
1741
- official: "Antigua and Barbuda",
1742
- nativeName: { eng: { official: "Antigua and Barbuda", common: "Antigua and Barbuda" } },
1743
- },
1744
- cca3: "ATG",
1745
- },
1746
- {
1747
- name: {
1748
- common: "Turkmenistan",
1749
- official: "Turkmenistan",
1750
- nativeName: {
1751
- rus: { official: "Туркменистан", common: "Туркмения" },
1752
- tuk: { official: "Türkmenistan", common: "Türkmenistan" },
1753
- },
1754
- },
1755
- cca3: "TKM",
1756
- },
1757
- {
1758
- name: {
1759
- common: "Mozambique",
1760
- official: "Republic of Mozambique",
1761
- nativeName: { por: { official: "República de Moçambique", common: "Moçambique" } },
1762
- },
1763
- cca3: "MOZ",
1764
- },
1765
- {
1766
- name: {
1767
- common: "Panama",
1768
- official: "Republic of Panama",
1769
- nativeName: { spa: { official: "República de Panamá", common: "Panamá" } },
1770
- },
1771
- cca3: "PAN",
1772
- },
1773
- {
1774
- name: {
1775
- common: "Micronesia",
1776
- official: "Federated States of Micronesia",
1777
- nativeName: { eng: { official: "Federated States of Micronesia", common: "Micronesia" } },
1778
- },
1779
- cca3: "FSM",
1780
- },
1781
- {
1782
- name: {
1783
- common: "Ireland",
1784
- official: "Republic of Ireland",
1785
- nativeName: {
1786
- eng: { official: "Republic of Ireland", common: "Ireland" },
1787
- gle: { official: "Poblacht na hÉireann", common: "Éire" },
1788
- },
1789
- },
1790
- cca3: "IRL",
1791
- },
1792
- {
1793
- name: {
1794
- common: "Curaçao",
1795
- official: "Country of Curaçao",
1796
- nativeName: {
1797
- eng: { official: "Country of Curaçao", common: "Curaçao" },
1798
- nld: { official: "Land Curaçao", common: "Curaçao" },
1799
- pap: { official: "Pais Kòrsou", common: "Pais Kòrsou" },
1800
- },
1801
- },
1802
- cca3: "CUW",
1803
- },
1804
- {
1805
- name: {
1806
- common: "French Guiana",
1807
- official: "Guiana",
1808
- nativeName: { fra: { official: "Guyane", common: "Guyane française" } },
1809
- },
1810
- cca3: "GUF",
1811
- },
1812
- {
1813
- name: {
1814
- common: "Norway",
1815
- official: "Kingdom of Norway",
1816
- nativeName: {
1817
- nno: { official: "Kongeriket Noreg", common: "Noreg" },
1818
- nob: { official: "Kongeriket Norge", common: "Norge" },
1819
- smi: { official: "Norgga gonagasriika", common: "Norgga" },
1820
- },
1821
- },
1822
- cca3: "NOR",
1823
- },
1824
- {
1825
- name: {
1826
- common: "Åland Islands",
1827
- official: "Åland Islands",
1828
- nativeName: { swe: { official: "Landskapet Åland", common: "Åland" } },
1829
- },
1830
- cca3: "ALA",
1831
- },
1832
- {
1833
- name: {
1834
- common: "Central African Republic",
1835
- official: "Central African Republic",
1836
- nativeName: {
1837
- fra: { official: "République centrafricaine", common: "République centrafricaine" },
1838
- sag: { official: "Ködörösêse tî Bêafrîka", common: "Bêafrîka" },
1839
- },
1840
- },
1841
- cca3: "CAF",
1842
- },
1843
- {
1844
- name: {
1845
- common: "Burkina Faso",
1846
- official: "Burkina Faso",
1847
- nativeName: { fra: { official: "République du Burkina", common: "Burkina Faso" } },
1848
- },
1849
- cca3: "BFA",
1850
- },
1851
- {
1852
- name: {
1853
- common: "Eritrea",
1854
- official: "State of Eritrea",
1855
- nativeName: {
1856
- ara: { official: "دولة إرتريا", common: "إرتريا‎" },
1857
- eng: { official: "State of Eritrea", common: "Eritrea" },
1858
- tir: { official: "ሃገረ ኤርትራ", common: "ኤርትራ" },
1859
- },
1860
- },
1861
- cca3: "ERI",
1862
- },
1863
- {
1864
- name: {
1865
- common: "Tanzania",
1866
- official: "United Republic of Tanzania",
1867
- nativeName: {
1868
- eng: { official: "United Republic of Tanzania", common: "Tanzania" },
1869
- swa: { official: "Jamhuri ya Muungano wa Tanzania", common: "Tanzania" },
1870
- },
1871
- },
1872
- cca3: "TZA",
1873
- },
1874
- {
1875
- name: {
1876
- common: "South Korea",
1877
- official: "Republic of Korea",
1878
- nativeName: { kor: { official: "대한민국", common: "한국" } },
1879
- },
1880
- cca3: "KOR",
1881
- },
1882
- {
1883
- name: {
1884
- common: "Jordan",
1885
- official: "Hashemite Kingdom of Jordan",
1886
- nativeName: { ara: { official: "المملكة الأردنية الهاشمية", common: "الأردن" } },
1887
- },
1888
- cca3: "JOR",
1889
- },
1890
- {
1891
- name: {
1892
- common: "Mauritania",
1893
- official: "Islamic Republic of Mauritania",
1894
- nativeName: { ara: { official: "الجمهورية الإسلامية الموريتانية", common: "موريتانيا" } },
1895
- },
1896
- cca3: "MRT",
1897
- },
1898
- {
1899
- name: {
1900
- common: "Lithuania",
1901
- official: "Republic of Lithuania",
1902
- nativeName: { lit: { official: "Lietuvos Respublikos", common: "Lietuva" } },
1903
- },
1904
- cca3: "LTU",
1905
- },
1906
- {
1907
- name: {
1908
- common: "United States Minor Outlying Islands",
1909
- official: "United States Minor Outlying Islands",
1910
- nativeName: {
1911
- eng: {
1912
- official: "United States Minor Outlying Islands",
1913
- common: "United States Minor Outlying Islands",
1914
- },
1915
- },
1916
- },
1917
- cca3: "UMI",
1918
- },
1919
- {
1920
- name: {
1921
- common: "Slovakia",
1922
- official: "Slovak Republic",
1923
- nativeName: { slk: { official: "Slovenská republika", common: "Slovensko" } },
1924
- },
1925
- cca3: "SVK",
1926
- },
1927
- {
1928
- name: {
1929
- common: "Angola",
1930
- official: "Republic of Angola",
1931
- nativeName: { por: { official: "República de Angola", common: "Angola" } },
1932
- },
1933
- cca3: "AGO",
1934
- },
1935
- {
1936
- name: {
1937
- common: "Kazakhstan",
1938
- official: "Republic of Kazakhstan",
1939
- nativeName: {
1940
- kaz: { official: "Қазақстан Республикасы", common: "Қазақстан" },
1941
- rus: { official: "Республика Казахстан", common: "Казахстан" },
1942
- },
1943
- },
1944
- cca3: "KAZ",
1945
- },
1946
- {
1947
- name: {
1948
- common: "Moldova",
1949
- official: "Republic of Moldova",
1950
- nativeName: { ron: { official: "Republica Moldova", common: "Moldova" } },
1951
- },
1952
- cca3: "MDA",
1953
- },
1954
- {
1955
- name: {
1956
- common: "Mali",
1957
- official: "Republic of Mali",
1958
- nativeName: { fra: { official: "République du Mali", common: "Mali" } },
1959
- },
1960
- cca3: "MLI",
1961
- },
1962
- {
1963
- name: {
1964
- common: "Falkland Islands",
1965
- official: "Falkland Islands",
1966
- nativeName: { eng: { official: "Falkland Islands", common: "Falkland Islands" } },
1967
- },
1968
- cca3: "FLK",
1969
- },
1970
- {
1971
- name: {
1972
- common: "Armenia",
1973
- official: "Republic of Armenia",
1974
- nativeName: { hye: { official: "Հայաստանի Հանրապետություն", common: "Հայաստան" } },
1975
- },
1976
- cca3: "ARM",
1977
- },
1978
- {
1979
- name: {
1980
- common: "Samoa",
1981
- official: "Independent State of Samoa",
1982
- nativeName: {
1983
- eng: { official: "Independent State of Samoa", common: "Samoa" },
1984
- smo: { official: "Malo Saʻoloto Tutoʻatasi o Sāmoa", common: "Sāmoa" },
1985
- },
1986
- },
1987
- cca3: "WSM",
1988
- },
1989
- {
1990
- name: {
1991
- common: "Jersey",
1992
- official: "Bailiwick of Jersey",
1993
- nativeName: {
1994
- eng: { official: "Bailiwick of Jersey", common: "Jersey" },
1995
- fra: { official: "Bailliage de Jersey", common: "Jersey" },
1996
- nrf: { official: "Bailliage dé Jèrri", common: "Jèrri" },
1997
- },
1998
- },
1999
- cca3: "JEY",
2000
- },
2001
- {
2002
- name: {
2003
- common: "Japan",
2004
- official: "Japan",
2005
- nativeName: { jpn: { official: "日本", common: "日本" } },
2006
- },
2007
- cca3: "JPN",
2008
- },
2009
- {
2010
- name: {
2011
- common: "Bolivia",
2012
- official: "Plurinational State of Bolivia",
2013
- nativeName: {
2014
- aym: { official: "Wuliwya Suyu", common: "Wuliwya" },
2015
- grn: { official: "Tetã Volívia", common: "Volívia" },
2016
- que: { official: "Buliwya Mamallaqta", common: "Buliwya" },
2017
- spa: { official: "Estado Plurinacional de Bolivia", common: "Bolivia" },
2018
- },
2019
- },
2020
- cca3: "BOL",
2021
- },
2022
- {
2023
- name: {
2024
- common: "Chile",
2025
- official: "Republic of Chile",
2026
- nativeName: { spa: { official: "República de Chile", common: "Chile" } },
2027
- },
2028
- cca3: "CHL",
2029
- },
2030
- {
2031
- name: {
2032
- common: "United States",
2033
- official: "United States of America",
2034
- nativeName: { eng: { official: "United States of America", common: "United States" } },
2035
- },
2036
- cca3: "USA",
2037
- },
2038
- {
2039
- name: {
2040
- common: "Saint Vincent and the Grenadines",
2041
- official: "Saint Vincent and the Grenadines",
2042
- nativeName: {
2043
- eng: {
2044
- official: "Saint Vincent and the Grenadines",
2045
- common: "Saint Vincent and the Grenadines",
2046
- },
2047
- },
2048
- },
2049
- cca3: "VCT",
2050
- },
2051
- {
2052
- name: {
2053
- common: "Bermuda",
2054
- official: "Bermuda",
2055
- nativeName: { eng: { official: "Bermuda", common: "Bermuda" } },
2056
- },
2057
- cca3: "BMU",
2058
- },
2059
- {
2060
- name: {
2061
- common: "Seychelles",
2062
- official: "Republic of Seychelles",
2063
- nativeName: {
2064
- crs: { official: "Repiblik Sesel", common: "Sesel" },
2065
- eng: { official: "Republic of Seychelles", common: "Seychelles" },
2066
- fra: { official: "République des Seychelles", common: "Seychelles" },
2067
- },
2068
- },
2069
- cca3: "SYC",
2070
- },
2071
- {
2072
- name: {
2073
- common: "British Indian Ocean Territory",
2074
- official: "British Indian Ocean Territory",
2075
- nativeName: {
2076
- eng: {
2077
- official: "British Indian Ocean Territory",
2078
- common: "British Indian Ocean Territory",
2079
- },
2080
- },
2081
- },
2082
- cca3: "IOT",
2083
- },
2084
- {
2085
- name: {
2086
- common: "Guatemala",
2087
- official: "Republic of Guatemala",
2088
- nativeName: { spa: { official: "República de Guatemala", common: "Guatemala" } },
2089
- },
2090
- cca3: "GTM",
2091
- },
2092
- {
2093
- name: {
2094
- common: "Ecuador",
2095
- official: "Republic of Ecuador",
2096
- nativeName: { spa: { official: "República del Ecuador", common: "Ecuador" } },
2097
- },
2098
- cca3: "ECU",
2099
- },
2100
- {
2101
- name: {
2102
- common: "Martinique",
2103
- official: "Martinique",
2104
- nativeName: { fra: { official: "Martinique", common: "Martinique" } },
2105
- },
2106
- cca3: "MTQ",
2107
- },
2108
- {
2109
- name: {
2110
- common: "Tajikistan",
2111
- official: "Republic of Tajikistan",
2112
- nativeName: {
2113
- rus: { official: "Республика Таджикистан", common: "Таджикистан" },
2114
- tgk: { official: "Ҷумҳурии Тоҷикистон", common: "Тоҷикистон" },
2115
- },
2116
- },
2117
- cca3: "TJK",
2118
- },
2119
- {
2120
- name: {
2121
- common: "Malta",
2122
- official: "Republic of Malta",
2123
- nativeName: {
2124
- eng: { official: "Republic of Malta", common: "Malta" },
2125
- mlt: { official: "Repubblika ta ' Malta", common: "Malta" },
2126
- },
2127
- },
2128
- cca3: "MLT",
2129
- },
2130
- {
2131
- name: {
2132
- common: "Gambia",
2133
- official: "Republic of the Gambia",
2134
- nativeName: { eng: { official: "Republic of the Gambia", common: "Gambia" } },
2135
- },
2136
- cca3: "GMB",
2137
- },
2138
- {
2139
- name: {
2140
- common: "Nigeria",
2141
- official: "Federal Republic of Nigeria",
2142
- nativeName: { eng: { official: "Federal Republic of Nigeria", common: "Nigeria" } },
2143
- },
2144
- cca3: "NGA",
2145
- },
2146
- {
2147
- name: {
2148
- common: "Bahamas",
2149
- official: "Commonwealth of the Bahamas",
2150
- nativeName: { eng: { official: "Commonwealth of the Bahamas", common: "Bahamas" } },
2151
- },
2152
- cca3: "BHS",
2153
- },
2154
- {
2155
- name: {
2156
- common: "Kosovo",
2157
- official: "Republic of Kosovo",
2158
- nativeName: {
2159
- sqi: { official: "Republika e Kosovës", common: "Kosova" },
2160
- srp: { official: "Република Косово", common: "Косово" },
2161
- },
2162
- },
2163
- cca3: "UNK",
2164
- },
2165
- {
2166
- name: {
2167
- common: "Kuwait",
2168
- official: "State of Kuwait",
2169
- nativeName: { ara: { official: "دولة الكويت", common: "الكويت" } },
2170
- },
2171
- cca3: "KWT",
2172
- },
2173
- {
2174
- name: {
2175
- common: "Maldives",
2176
- official: "Republic of the Maldives",
2177
- nativeName: { div: { official: "ދިވެހިރާއްޖޭގެ ޖުމްހޫރިއްޔާ", common: "ދިވެހިރާއްޖޭގެ" } },
2178
- },
2179
- cca3: "MDV",
2180
- },
2181
- {
2182
- name: {
2183
- common: "South Sudan",
2184
- official: "Republic of South Sudan",
2185
- nativeName: { eng: { official: "Republic of South Sudan", common: "South Sudan" } },
2186
- },
2187
- cca3: "SSD",
2188
- },
2189
- {
2190
- name: {
2191
- common: "Iran",
2192
- official: "Islamic Republic of Iran",
2193
- nativeName: { fas: { official: "جمهوری اسلامی ایران", common: "ایران" } },
2194
- },
2195
- cca3: "IRN",
2196
- },
2197
- {
2198
- name: {
2199
- common: "Albania",
2200
- official: "Republic of Albania",
2201
- nativeName: { sqi: { official: "Republika e Shqipërisë", common: "Shqipëria" } },
2202
- },
2203
- cca3: "ALB",
2204
- },
2205
- {
2206
- name: {
2207
- common: "Brazil",
2208
- official: "Federative Republic of Brazil",
2209
- nativeName: { por: { official: "República Federativa do Brasil", common: "Brasil" } },
2210
- },
2211
- cca3: "BRA",
2212
- },
2213
- {
2214
- name: {
2215
- common: "Serbia",
2216
- official: "Republic of Serbia",
2217
- nativeName: { srp: { official: "Република Србија", common: "Србија" } },
2218
- },
2219
- cca3: "SRB",
2220
- },
2221
- {
2222
- name: {
2223
- common: "Belize",
2224
- official: "Belize",
2225
- nativeName: {
2226
- bjz: { official: "Belize", common: "Belize" },
2227
- eng: { official: "Belize", common: "Belize" },
2228
- spa: { official: "Belice", common: "Belice" },
2229
- },
2230
- },
2231
- cca3: "BLZ",
2232
- },
2233
- {
2234
- name: {
2235
- common: "Myanmar",
2236
- official: "Republic of the Union of Myanmar",
2237
- nativeName: { mya: { official: "ပြည်ထောင်စု သမ္မတ မြန်မာနိုင်ငံတော်", common: "မြန်မာ" } },
2238
- },
2239
- cca3: "MMR",
2240
- },
2241
- {
2242
- name: {
2243
- common: "Bhutan",
2244
- official: "Kingdom of Bhutan",
2245
- nativeName: { dzo: { official: "འབྲུག་རྒྱལ་ཁབ་", common: "འབྲུག་ཡུལ་" } },
2246
- },
2247
- cca3: "BTN",
2248
- },
2249
- {
2250
- name: {
2251
- common: "Venezuela",
2252
- official: "Bolivarian Republic of Venezuela",
2253
- nativeName: { spa: { official: "República Bolivariana de Venezuela", common: "Venezuela" } },
2254
- },
2255
- cca3: "VEN",
2256
- },
2257
- {
2258
- name: {
2259
- common: "Liberia",
2260
- official: "Republic of Liberia",
2261
- nativeName: { eng: { official: "Republic of Liberia", common: "Liberia" } },
2262
- },
2263
- cca3: "LBR",
2264
- },
2265
- {
2266
- name: {
2267
- common: "Jamaica",
2268
- official: "Jamaica",
2269
- nativeName: {
2270
- eng: { official: "Jamaica", common: "Jamaica" },
2271
- jam: { official: "Jamaica", common: "Jamaica" },
2272
- },
2273
- },
2274
- cca3: "JAM",
2275
- },
2276
- {
2277
- name: {
2278
- common: "Poland",
2279
- official: "Republic of Poland",
2280
- nativeName: { pol: { official: "Rzeczpospolita Polska", common: "Polska" } },
2281
- },
2282
- cca3: "POL",
2283
- },
2284
- {
2285
- name: {
2286
- common: "Cayman Islands",
2287
- official: "Cayman Islands",
2288
- nativeName: { eng: { official: "Cayman Islands", common: "Cayman Islands" } },
2289
- },
2290
- cca3: "CYM",
2291
- },
2292
- {
2293
- name: {
2294
- common: "Brunei",
2295
- official: "Nation of Brunei, Abode of Peace",
2296
- nativeName: {
2297
- msa: { official: "Nation of Brunei, Abode Damai", common: "Negara Brunei Darussalam" },
2298
- },
2299
- },
2300
- cca3: "BRN",
2301
- },
2302
- {
2303
- name: {
2304
- common: "Comoros",
2305
- official: "Union of the Comoros",
2306
- nativeName: {
2307
- ara: { official: "الاتحاد القمري", common: "القمر‎" },
2308
- fra: { official: "Union des Comores", common: "Comores" },
2309
- zdj: { official: "Udzima wa Komori", common: "Komori" },
2310
- },
2311
- },
2312
- cca3: "COM",
2313
- },
2314
- {
2315
- name: {
2316
- common: "Guam",
2317
- official: "Guam",
2318
- nativeName: {
2319
- cha: { official: "Guåhån", common: "Guåhån" },
2320
- eng: { official: "Guam", common: "Guam" },
2321
- spa: { official: "Guam", common: "Guam" },
2322
- },
2323
- },
2324
- cca3: "GUM",
2325
- },
2326
- {
2327
- name: {
2328
- common: "Tonga",
2329
- official: "Kingdom of Tonga",
2330
- nativeName: {
2331
- eng: { official: "Kingdom of Tonga", common: "Tonga" },
2332
- ton: { official: "Kingdom of Tonga", common: "Tonga" },
2333
- },
2334
- },
2335
- cca3: "TON",
2336
- },
2337
- {
2338
- name: {
2339
- common: "Kiribati",
2340
- official: "Independent and Sovereign Republic of Kiribati",
2341
- nativeName: {
2342
- eng: { official: "Independent and Sovereign Republic of Kiribati", common: "Kiribati" },
2343
- gil: { official: "Ribaberiki Kiribati", common: "Kiribati" },
2344
- },
2345
- },
2346
- cca3: "KIR",
2347
- },
2348
- {
2349
- name: {
2350
- common: "Ghana",
2351
- official: "Republic of Ghana",
2352
- nativeName: { eng: { official: "Republic of Ghana", common: "Ghana" } },
2353
- },
2354
- cca3: "GHA",
2355
- },
2356
- {
2357
- name: {
2358
- common: "Chad",
2359
- official: "Republic of Chad",
2360
- nativeName: {
2361
- ara: { official: "جمهورية تشاد", common: "تشاد‎" },
2362
- fra: { official: "République du Tchad", common: "Tchad" },
2363
- },
2364
- },
2365
- cca3: "TCD",
2366
- },
2367
- {
2368
- name: {
2369
- common: "Zimbabwe",
2370
- official: "Republic of Zimbabwe",
2371
- nativeName: {
2372
- bwg: { official: "Republic of Zimbabwe", common: "Zimbabwe" },
2373
- eng: { official: "Republic of Zimbabwe", common: "Zimbabwe" },
2374
- kck: { official: "Republic of Zimbabwe", common: "Zimbabwe" },
2375
- khi: { official: "Republic of Zimbabwe", common: "Zimbabwe" },
2376
- ndc: { official: "Republic of Zimbabwe", common: "Zimbabwe" },
2377
- nde: { official: "Republic of Zimbabwe", common: "Zimbabwe" },
2378
- nya: { official: "Republic of Zimbabwe", common: "Zimbabwe" },
2379
- sna: { official: "Republic of Zimbabwe", common: "Zimbabwe" },
2380
- sot: { official: "Republic of Zimbabwe", common: "Zimbabwe" },
2381
- toi: { official: "Republic of Zimbabwe", common: "Zimbabwe" },
2382
- tsn: { official: "Republic of Zimbabwe", common: "Zimbabwe" },
2383
- tso: { official: "Republic of Zimbabwe", common: "Zimbabwe" },
2384
- ven: { official: "Republic of Zimbabwe", common: "Zimbabwe" },
2385
- xho: { official: "Republic of Zimbabwe", common: "Zimbabwe" },
2386
- zib: { official: "Republic of Zimbabwe", common: "Zimbabwe" },
2387
- },
2388
- },
2389
- cca3: "ZWE",
2390
- },
2391
- {
2392
- name: {
2393
- common: "Saint Martin",
2394
- official: "Saint Martin",
2395
- nativeName: { fra: { official: "Saint-Martin", common: "Saint-Martin" } },
2396
- },
2397
- cca3: "MAF",
2398
- },
2399
- {
2400
- name: {
2401
- common: "Mongolia",
2402
- official: "Mongolia",
2403
- nativeName: { mon: { official: "Монгол улс", common: "Монгол улс" } },
2404
- },
2405
- cca3: "MNG",
2406
- },
2407
- {
2408
- name: {
2409
- common: "Portugal",
2410
- official: "Portuguese Republic",
2411
- nativeName: { por: { official: "República português", common: "Portugal" } },
2412
- },
2413
- cca3: "PRT",
2414
- },
2415
- {
2416
- name: {
2417
- common: "American Samoa",
2418
- official: "American Samoa",
2419
- nativeName: {
2420
- eng: { official: "American Samoa", common: "American Samoa" },
2421
- smo: { official: "Sāmoa Amelika", common: "Sāmoa Amelika" },
2422
- },
2423
- },
2424
- cca3: "ASM",
2425
- },
2426
- {
2427
- name: {
2428
- common: "Republic of the Congo",
2429
- official: "Republic of the Congo",
2430
- nativeName: {
2431
- fra: { official: "République du Congo", common: "République du Congo" },
2432
- kon: { official: "Repubilika ya Kongo", common: "Repubilika ya Kongo" },
2433
- lin: { official: "Republíki ya Kongó", common: "Republíki ya Kongó" },
2434
- },
2435
- },
2436
- cca3: "COG",
2437
- },
2438
- {
2439
- name: {
2440
- common: "Belgium",
2441
- official: "Kingdom of Belgium",
2442
- nativeName: {
2443
- deu: { official: "Königreich Belgien", common: "Belgien" },
2444
- fra: { official: "Royaume de Belgique", common: "Belgique" },
2445
- nld: { official: "Koninkrijk België", common: "België" },
2446
- },
2447
- },
2448
- cca3: "BEL",
2449
- },
2450
- {
2451
- name: {
2452
- common: "Israel",
2453
- official: "State of Israel",
2454
- nativeName: {
2455
- ara: { official: "دولة إسرائيل", common: "إسرائيل" },
2456
- heb: { official: "מדינת ישראל", common: "ישראל" },
2457
- },
2458
- },
2459
- cca3: "ISR",
2460
- },
2461
- {
2462
- name: {
2463
- common: "New Zealand",
2464
- official: "New Zealand",
2465
- nativeName: {
2466
- eng: { official: "New Zealand", common: "New Zealand" },
2467
- mri: { official: "Aotearoa", common: "Aotearoa" },
2468
- nzs: { official: "New Zealand", common: "New Zealand" },
2469
- },
2470
- },
2471
- cca3: "NZL",
2472
- },
2473
- {
2474
- name: {
2475
- common: "Nicaragua",
2476
- official: "Republic of Nicaragua",
2477
- nativeName: { spa: { official: "República de Nicaragua", common: "Nicaragua" } },
2478
- },
2479
- cca3: "NIC",
2480
- },
2481
- {
2482
- name: {
2483
- common: "Anguilla",
2484
- official: "Anguilla",
2485
- nativeName: { eng: { official: "Anguilla", common: "Anguilla" } },
2486
- },
2487
- cca3: "AIA",
2488
- },
2489
- ];
43
+ export const DEFAULT_QUAI_GAS_LIMIT = 2000000;
44
+ export const DEFAULT_QUAI_GAS_PRICE = 1000000000;
2490
45
  export const PLATFORM_FEE = 5 * 100;