simple-sushiswap-sdk
Version:
Simple easy to understand SDK for sushiswap
16 lines (15 loc) • 528 B
TypeScript
export declare enum ErrorCodes {
noRoutesFound = 1,
canNotFindChainId = 2,
tokenChainIdContractDoesNotExist = 3,
tradePathIsNotSupported = 4,
generateApproveMaxAllowanceDataNotAllowed = 5,
fromTokenContractAddressRequired = 6,
fromTokenContractAddressNotValid = 7,
toTokenContractAddressRequired = 8,
toTokenContractAddressNotValid = 9,
ethereumAddressRequired = 10,
ethereumAddressNotValid = 11,
youMustSupplyAChainId = 12,
invalidFromOrToContractToken = 13
}