* Ensure correct transaction category when sending to contracts but there is no txParams data
* Update gas when pasting address in send
* Gracefully fall back is send.util/estimateGas when blockGasLimit from background is falsy
* Remove network request frontend fallback for blockGasLimit
* Add some needed slow downs to e2e tests
it('should return a contract interaction transactionCategory with the correct getCodeResponse when to is a contract address and data is falsey',asyncfunction(){
const_providerResultStub={
// 1 gwei
eth_gasPrice:'0x0de0b6b3a7640000',
// by default, all accounts are external accounts (not contracts)