viem
Version:
6 lines • 331 B
JavaScript
/* @deprecated Check the corresponding ZKsync chain technical documentation to find the testnet paymaster address */
export async function getTestnetPaymasterAddress(client) {
const result = await client.request({ method: 'zks_getTestnetPaymaster' });
return result;
}
//# sourceMappingURL=getTestnetPaymasterAddress.js.map