UNPKG

@cheethas/splits-sdk

Version:

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

9 lines 371 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.reverseRecordsInterface = void 0; var abi_1 = require("@ethersproject/abi"); var REVERSE_RECORDS_ABI = [ 'function getNames(address[]) view returns (string[])', ]; exports.reverseRecordsInterface = new abi_1.Interface(REVERSE_RECORDS_ABI); //# sourceMappingURL=reverseRecords.js.map