mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Update gas cost
This commit is contained in:
parent
3bcf44509e
commit
5faa64817c
@ -10,7 +10,7 @@ const ethUtil = require('ethereumjs-util')
|
||||
const BN = ethUtil.BN
|
||||
|
||||
const baseGasFee = new BN('21000', 10)
|
||||
const gasCost = new BN('10000000000', 10)
|
||||
const gasCost = new BN('4a817c800', 16)
|
||||
const baseFeeHex = baseGasFee.mul(gasCost).toString(16)
|
||||
|
||||
module.exports = PendingTxDetails
|
||||
|
Loading…
Reference in New Issue
Block a user