Mint LP
Mints LP tokens through the engine.
Makes a call to REST API > Executes > Mint LP via the SDK.
Usage
import { createVertexClient } from '@vertex-protocol/client';
const vertexClient = await createVertexClient('arbitrumTestnet', ...);
const res = await vertexClient.market.mintLp(...);
Last updated