1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-28 05:12:18 +01:00
metamask-extension/ui/selectors
Dan J Miller 6d53b00dcd Ensure that eth_estimateGas is called to estimate gas limit for simple sends on custom networks (#11418)
* Ensure that eth_estimateGas is called to estimate gas limit for simple sends on custom networks

* getIsNonStandardEthChain returns false when in test

* Add comment explaining gas limit buffer multipliers in estimateGasLimitForSend
2021-07-05 01:30:12 -07:00
..
confirm-transaction.js Refactor send page state management (#10965) 2021-07-05 01:09:19 -07:00
confirm-transaction.test.js
custom-gas.js Refactor send page state management (#10965) 2021-07-05 01:09:19 -07:00
custom-gas.test.js Refactor send page state management (#10965) 2021-07-05 01:09:19 -07:00
first-time-flow.js
index.js Refactor send page state management (#10965) 2021-07-05 01:09:19 -07:00
permissions.js
permissions.test.js
selectors.js Ensure that eth_estimateGas is called to estimate gas limit for simple sends on custom networks (#11418) 2021-07-05 01:30:12 -07:00
selectors.test.js
transactions.js
transactions.test.js