UNPKG

@cheethas/splits-sdk

Version:

Fork of the splits SDK for the 0xSplits protocol, testing experimental features

8 lines (5 loc) 213 B
import { Interface } from '@ethersproject/abi' const REVERSE_RECORDS_ABI = [ 'function getNames(address[]) view returns (string[])', ] export const reverseRecordsInterface = new Interface(REVERSE_RECORDS_ABI)