We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad2e59 commit 0598d2cCopy full SHA for 0598d2c
out-front-browser/src/components/InputPage.tsx
@@ -75,7 +75,7 @@ export class InputPage extends Component<IInputPageProps, IInputState> {
75
sender: String(process.env.REACT_APP_WORKER_ADDRESS),
76
token: String(process.env.REACT_APP_TOKEN),
77
to: vaultAddress,
78
- expiration: Math.floor(Date.now() / 1000) - 2592000,
+ expiration: Math.floor(Date.now() / 1000) + 2592000,
79
nonce: new BigNumber(`0x${crypto.randomBytes(32).toString('hex')}`).toString(10),
80
fee
81
}
0 commit comments