mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +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 BN = ethUtil.BN
|
||||||
|
|
||||||
const baseGasFee = new BN('21000', 10)
|
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)
|
const baseFeeHex = baseGasFee.mul(gasCost).toString(16)
|
||||||
|
|
||||||
module.exports = PendingTxDetails
|
module.exports = PendingTxDetails
|
||||||
|
Loading…
Reference in New Issue
Block a user