UNPKG

viem

Version:

TypeScript Interface for Ethereum

6 lines 331 B
/* @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