add sanctioned country codes

This commit is contained in:
keyan 2024-01-02 16:05:07 -06:00
parent 240ac3497d
commit c96d01e23a
1 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,8 @@ export const FREEBIE_BASE_COST_THRESHOLD = 10
export const USER_IDS_BALANCE_NO_LIMIT = [...SN_USER_IDS, AD_USER_ID]
// WIP ultimately subject to this list: https://ofac.treasury.gov/sanctions-programs-and-country-information
export const SANCTIONED_COUNTRY_CODES = []
// From lawyers: north korea, cuba, iran, ukraine, syria
export const SANCTIONED_COUNTRY_CODES = ['KP', 'CU', 'IR', 'UA', 'SY']
export const TERRITORY_COST_MONTHLY = 100000
export const TERRITORY_COST_YEARLY = 1000000