aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website/ts/types.ts')
-rw-r--r--packages/website/ts/types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/types.ts b/packages/website/ts/types.ts
index 4ac972783..b64d164a1 100644
--- a/packages/website/ts/types.ts
+++ b/packages/website/ts/types.ts
@@ -87,7 +87,7 @@ export interface SerializedOrder {
feeRecipient: string;
salt: string;
signature: SignatureData;
- exchangeContract: string;
+ exchangeContractAddress: string;
networkId: number;
}