Skip to content

Commit

Permalink
feat: update gas margin to 0.015
Browse files Browse the repository at this point in the history
  • Loading branch information
toniocodo committed Oct 4, 2023
1 parent 84f8c07 commit 3ee91ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/shared/components/src/Inputs/TokenInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import type { Token } from '@origin/shared/contracts';

import type { BigintInputProps } from './BigIntInput';

const MIN_ETH_FOR_GAS = '0.01';
const MIN_ETH_FOR_GAS = '0.015';

export type TokenInputProps = {
amount: bigint;
Expand Down

0 comments on commit 3ee91ac

Please sign in to comment.