package com.reactnativethalespaysdkwrapper.util;


import static com.reactnativethalespaysdkwrapper.util.Constants.MG_CONNECTION_URL_LAB;
import static com.reactnativethalespaysdkwrapper.util.Constants.MG_TRANSACTION_HISTORY_CONNECTION_URL_LAB;
import static com.reactnativethalespaysdkwrapper.util.Constants.PUBLIC_KEY_LAB;
import static com.reactnativethalespaysdkwrapper.util.Constants.SUBJECT_IDENTIFIER_LAB;
import static com.reactnativethalespaysdkwrapper.util.Constants.WALLET_PROVIDER_ID_LAB;

public class EnvConfigs {
    public static String WALLET_PROVIDER_ID_USED = WALLET_PROVIDER_ID_LAB;
    public static String MG_CONNECTION_URL_USED = MG_CONNECTION_URL_LAB;
    public static String MG_TRANSACTION_HISTORY_CONNECTION_URL_USED = MG_TRANSACTION_HISTORY_CONNECTION_URL_LAB;
    public static String SUBJECT_IDENTIFIER_USED = SUBJECT_IDENTIFIER_LAB;
    public static String PUBLIC_KEY_USED = PUBLIC_KEY_LAB;
}
