UNPKG

@parifi/sdk

Version:

Parifi SDK with common utility functions

7 lines (4 loc) 188 B
import { Contract } from 'ethers'; import { Chain } from '@parifi/references'; declare const getSubgraphHelperInstance: (chain: Chain) => Contract; export { getSubgraphHelperInstance };