likecoin / migrate-to-likecoin-chain

Migrate ERC20 LIKE to LikeCoin chain LIKE
https://migration.like.co
GNU General Public License v3.0
1 stars 3 forks source link

Set a min gas price for ledger / direct transfer #30

Closed williamchong closed 5 years ago

williamchong commented 5 years ago

Currently we always use network price x 1.5, however it might be too low when the network price is fluctuating in lower prices. Should set a reasonable min gas price, and show the required ETH amount in the NOT_ENOUGH_GAS error

nnkken commented 5 years ago

Ideally should be something like min(userBalance / gasLimit, max(MIN_GAS_PRICE, 1.5 * networkGasPrice))