// near contract event name
export const TRANSFER_OUT_NATIVE: string = 'transfer_out_native';
export const TRANSFER_OUT_TOKEN: string = 'transfer_out_token';
export const SWAP_OUT_NATIVE: string = 'swap_out_native';
export const ADD_NATIVE_TO_CHAIN: string = 'add_native_to_chain';
export const ADD_MCS_TOKEN_TO_CHAIN: string = 'add_mcs_token_to_chain';
export const FT_TRANSFER_CALL: string = 'ft_transfer_call';
export const GET_MCS_TOKENS: string = 'get_mcs_tokens';
export const VALID_MCS_TOKEN_OUT = 'valid_mcs_token_out';
