Skip to content

Commit

Permalink
Fix gas price failure
Browse files Browse the repository at this point in the history
  • Loading branch information
floating committed Jul 2, 2021
1 parent 8e18bc0 commit ee0d423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/data/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const getCurrentChainGas = () => {
slow: 0,
standard: 0,
fast: 0,
asap: Math.round((price + 1) * 1.2),
asap: 1,
custom: store('main.networksMeta', network.type, network.id, 'gas.price.levels.custom') || 0,
})
}
Expand Down

0 comments on commit ee0d423

Please sign in to comment.