UNPKG

emmet.sdk

Version:
14 lines 419 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getContract = void 0; const viem_1 = require("viem"); function getContract(address, abi, publicClient) { const contract = (0, viem_1.getContract)({ address: `0x${address.slice(2)}`, abi, publicClient, }); return contract; } exports.getContract = getContract; //# sourceMappingURL=getContract.js.map