UNPKG

opstack-kit-chains

Version:
9 lines 394 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getTestnetPaymasterAddress = void 0; async function getTestnetPaymasterAddress(client) { const result = await client.request({ method: 'zks_getTestnetPaymaster' }); return result; } exports.getTestnetPaymasterAddress = getTestnetPaymasterAddress; //# sourceMappingURL=getTestnetPaymasterAddress.js.map