UNPKG

ethers-tools

Version:

Contains tools for work with web3 contracts.

7 lines (6 loc) 200 B
export const MULTICALL_ERRORS = { SIMULTANEOUS_INVOCATIONS: new Error( 'Another execution was triggered during processing.' ), RESULT_NOT_FOUND: new Error('Multicall result not found.'), };