Skip to content

Commit

Permalink
fix externalContracts example
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 committed Dec 10, 2023
1 parent 34cc67b commit 568917e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/hooks/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const externalContracts = {
address: "0x...",
abi: [...],
},
},
5: {
DAI: {
address: "0x...",
Expand All @@ -32,6 +33,7 @@ const externalContracts = {
address: "0x...",
abi: [...],
},
},
} as const;
```

Expand Down

0 comments on commit 568917e

Please sign in to comment.