Skip to content

Commit

Permalink
Fix externalContracts object example code (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pabl0cks committed Dec 10, 2023
1 parent b72bcca commit c0770e7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/nextjs/contracts/externalContracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ import { GenericContractsDeclaration } from "~~/utils/scaffold-eth/contract";
* const externalContracts = {
* 1: {
* DAI: {
* address: "0x...",
* abi: [...],
* }
* address: "0x...",
* abi: [...],
* },
* },
* } as const;
*/
const externalContracts = {} as const;
Expand Down

0 comments on commit c0770e7

Please sign in to comment.