export const ERROR_COIN_METADATA_NOT_FUND = new Error( 'Coin Metadata could not be found.', ); export const ERROR_NOT_ENOUGH_BALANCE = new Error('Not enough balance.');