Skip to content

Commit

Permalink
Add name
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangoree committed Feb 12, 2024
1 parent fdcc9ef commit 97bd2ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/evm-client/src/contract/types/Contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import { BlockTag } from 'src/network/types/Block';
export interface ReadContract<TAbi extends Abi = Abi> {
abi: TAbi;
address: `0x${string}`;
name: string;

/**
* Reads a specified function from the contract.
Expand Down

0 comments on commit 97bd2ce

Please sign in to comment.