opstack-kit-chains
Version:
Support your OP-Stack network with 'opstack-kit'
9 lines • 400 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.getBridgehubContractAddress = void 0;
async function getBridgehubContractAddress(client) {
const result = await client.request({ method: 'zks_getBridgehubContract' });
return result;
}
exports.getBridgehubContractAddress = getBridgehubContractAddress;
//# sourceMappingURL=getBridgehubContractAddress.js.map
;