UNPKG

wido

Version:

JavaScript library for interacting with the Wido protocol which allows you to seamlessly move liquidity across vaults and chains.

18 lines (17 loc) 450 B
// API Functions export * from "./approve" export * from "./get-status" export * from "./get-token-allowance" export * from "./get-wido-contract-address" export * from "./get-wido-spender" export * from "./get-supported-tokens" export * from "./get-balances" export * from "./quote" // Paymaster API export * from "./paymaster/biconomy" // Config export * from "./config" // Utils export * from "./utils/chain-utils" // Types export * from "./types"