UNPKG

@sx-bet/sportx-js

Version:

Provides an easy to use API to interact with the SportX relayer.

7 lines (6 loc) 510 B
export { DEFAULT_RPC_URLS, EIP712_FILL_HASHER_ADDRESSES, Environments, FILL_ORDER_ADDRESS, RELAYER_HTTP_ENDPOINTS, RELAYER_TIMEOUT, RELAYER_URLS, Tokens, TOKEN_ADDRESSES, TOKEN_TRANSFER_PROXY_ADDRESS, } from "./constants"; export * from "./errors"; export * from "./sportx"; export * from "./types/internal"; export * from "./types/relayer"; export { convertFromAPIPercentageOdds, convertToAPIPercentageOdds, convertToDisplayAmount, convertToTakerPayAmount, convertToTrueTokenAmount, } from "./utils/convert";