Skip to content

Commit f23d867

Browse files
author
Julien
committed
Increase gas limit for liquidateMutual call
1 parent 4dcf56d commit f23d867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/infura/proxy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ export default class Proxy {
274274
}
275275

276276
async proxyLiquidateMutual(proxy, cfd) {
277-
return this.proxyTx(proxy, 'liquidateMutual', [cfd.options.address], 300000)
277+
return this.proxyTx(proxy, 'liquidateMutual', [cfd.options.address], 500000)
278278
}
279279

280280
async proxyLiquidateMutualCancel(proxy, cfd) {

0 commit comments

Comments
 (0)