UNPKG

@rarimo/swap

Version:

Internal tools that other Rarimo packages use to swap tokens.

6 lines (5 loc) 385 B
/** * @description Instead of using this function directly, run token swaps as transactions with the [@rarimo/nft-checkout]() package. * For more information about swaps, see [Swapping tokens](https://docs.rarimo.com/overview/swapping-tokens) in the Rarimo documentation. */ export const createSwapper = (createFn, provider)=>createFn(provider); //# sourceMappingURL=swapper.js.map