Skip to content

Commit

Permalink
constants: (nearly) limitless suggested gas price
Browse files Browse the repository at this point in the history
  • Loading branch information
Fang- authored Aug 17, 2020
1 parent 14ac3f1 commit 4415ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { isDevelopment } from './flags';

const CHECK_BLOCK_EVERY_MS = isDevelopment ? 1000 : 10000;
const DEFAULT_GAS_PRICE_GWEI = 40;
const MAX_GAS_PRICE_GWEI = 80;
const MAX_GAS_PRICE_GWEI = 400;

const MIN_GALAXY = 0;
const MAX_GALAXY = 255;
Expand Down

0 comments on commit 4415ae3

Please sign in to comment.