Skip to content

Commit

Permalink
feat: updated gas margin to 30% (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
sendra authored Mar 15, 2021
1 parent fbd9eea commit 776904c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tx-builder/utils/gasStation.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { BigNumber } from 'ethers';
import { transactionType, Configuration } from '../types';

const DEFAULT_SURPLUS = 15; // 15%
const DEFAULT_SURPLUS = 30; // 30%

export const estimateGas = async (
tx: transactionType,
Expand Down

0 comments on commit 776904c

Please sign in to comment.