Skip to content

Commit d57a3bd

Browse files
committed
docs: update natspecs of contracts getAll query
1 parent c367978 commit d57a3bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/contracts/queries.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export const contractsQueries = {
4646
/**
4747
* Get many contracts.
4848
* - no options ⇒ all
49+
* - { chainId } ⇒ all for that chain
4950
* - { protocol } ⇒ all for that protocol
5051
* - { protocol, chainId } ⇒ filtered by chain
5152
* - { release } ⇒ all deployments of that release

0 commit comments

Comments
 (0)