UNPKG

@cryptoalgebra/alm-sdk

Version:

Algebra ALM SDK

3 lines (2 loc) 177 B
import { SupportedDex, SupportedChainId } from '../types'; export default function getVaultDeployer(vaultAddress: string, chainId: SupportedChainId, dex: SupportedDex): string;