From bdc1dbf08afbedc054480ae01f9504de2aba04d2 Mon Sep 17 00:00:00 2001 From: Lawrence Forman Date: Mon, 6 Jul 2020 11:44:51 -0400 Subject: [PATCH] `@0x/order-utils`: Address review feedback. --- packages/order-utils/src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/order-utils/src/constants.ts b/packages/order-utils/src/constants.ts index e8f52deea8..d4295a75f5 100644 --- a/packages/order-utils/src/constants.ts +++ b/packages/order-utils/src/constants.ts @@ -164,7 +164,7 @@ export const constants = { { name: 'sender', type: 'address' }, { name: 'minGasPrice', type: 'uint256' }, { name: 'maxGasPrice', type: 'uint256' }, - { name: 'expirationTime', type: 'uint256' }, + { name: 'expirationTimeSeconds', type: 'uint256' }, { name: 'salt', type: 'uint256' }, { name: 'callData', type: 'bytes' }, { name: 'value', type: 'uint256' },