aboutsummaryrefslogtreecommitdiffstats
path: root/src/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.ts b/src/types.ts
index f37cb73f0..2af778677 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -149,7 +149,7 @@ export interface EtherTokenContract extends ContractInstance {
}
export interface ProxyContract extends ContractInstance {
- authrized: {
+ authorized: {
call: (address: string) => Promise<boolean>;
};
}