diff --git a/index.d.ts b/index.d.ts index eae5e74..5014462 100644 --- a/index.d.ts +++ b/index.d.ts @@ -66,7 +66,7 @@ declare namespace Truffle { interface Contract extends ContractNew { deployed(): Promise; - at(address: string): T; + at(address: string): Promise; address: string; contractName: string; }