Skip to content

Commit 4a5f0ee

Browse files
authored
Update contract.ts
Signed-off-by: greg <[email protected]>
1 parent df0cc31 commit 4a5f0ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/thirdweb/src/contract/contract.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export type ContractOptions<
1111
address extends string = string,
1212
> = {
1313
client: ThirdwebClient;
14-
address: address;
14+
address: Address;
1515
chain: Chain;
1616
readonly abi?: abi;
1717
};

0 commit comments

Comments
 (0)