Skip to content

Commit

Permalink
update WatchContractEventConfig doc (#2141)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinLu authored Apr 6, 2023
1 parent b7edf93 commit c5c32fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/actions/contracts/watchContractEvent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export type WatchContractEventConfig<
address: Address
/** Chain id to use for provider */
chainId?: number
/** Function to invoke on the contract */
/** Name of the event to listen to on the contract */
eventName: GetEventName<TAbi, TEventName>
/** Receive only a single event */
once?: boolean
Expand Down

1 comment on commit c5c32fd

@vercel
Copy link

@vercel vercel bot commented on c5c32fd Apr 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.