Skip to content

Commit

Permalink
valid until added
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyqadir committed Jul 4, 2022
1 parent 6f1d19b commit 2629b76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pages/api/withdraw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ const credentials = {
};
const provider = new DefenderRelayProvider(credentials);

const signer = new DefenderRelaySigner(credentials, provider);
const signer = new DefenderRelaySigner(credentials, provider, {
validForSeconds: 120,
});

import POOL_ABI from '../../contracts/Pool.json';
import { getAddress } from '../../util';
Expand Down

0 comments on commit 2629b76

Please sign in to comment.