Skip to content

Commit

Permalink
src/proxies.ts: Fix cachedCodeProvider docs example
Browse files Browse the repository at this point in the history
  • Loading branch information
shazow committed Oct 1, 2024
1 parent ade4d30 commit 3f46d69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/proxies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* [address]: bytecode,
* });
*
* const result = whatsabi.autoload(cachedCodeProvider, address, {
* const result = whatsabi.autoload(address, {
* provider: cachedCodeProvider,
* abiLoader: false, // Skip ABI loaders
* signatureLookup: false, // Skip looking up selector signatures
* })
Expand Down

0 comments on commit 3f46d69

Please sign in to comment.