Skip to content

Commit 0598d2c

Browse files
committed
updated timestamp
1 parent cad2e59 commit 0598d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

out-front-browser/src/components/InputPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export class InputPage extends Component<IInputPageProps, IInputState> {
7575
sender: String(process.env.REACT_APP_WORKER_ADDRESS),
7676
token: String(process.env.REACT_APP_TOKEN),
7777
to: vaultAddress,
78-
expiration: Math.floor(Date.now() / 1000) - 2592000,
78+
expiration: Math.floor(Date.now() / 1000) + 2592000,
7979
nonce: new BigNumber(`0x${crypto.randomBytes(32).toString('hex')}`).toString(10),
8080
fee
8181
}

0 commit comments

Comments
 (0)