diff --git a/packages/evm-client/src/contract/types/Contract.ts b/packages/evm-client/src/contract/types/Contract.ts index 104e4af6..1d9dafe3 100644 --- a/packages/evm-client/src/contract/types/Contract.ts +++ b/packages/evm-client/src/contract/types/Contract.ts @@ -17,6 +17,7 @@ import { BlockTag } from 'src/network/types/Block'; export interface ReadContract { abi: TAbi; address: `0x${string}`; + name: string; /** * Reads a specified function from the contract.