10 lines
319 B
TypeScript
10 lines
319 B
TypeScript
/**
|
|
* This file is autogenerated by Scaffold-ETH.
|
|
* You should not edit it manually or your changes might be overwritten.
|
|
*/
|
|
import { GenericContractsDeclaration } from "~~/utils/scaffold-eth/contract";
|
|
|
|
const deployedContracts = {} as const;
|
|
|
|
export default deployedContracts satisfies GenericContractsDeclaration;
|