Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve(SpokePool): deposit with message gas optimization (#603)
In most cases, we can avoid having to do the `extcodesize` call that’s inside `isContract()`. This could save [~2600](https://github.com/wolflo/evm-opcodes/blob/main/gas.md#a5-balance-extcodesize-extcodehash) gas per call for non ETH bridges to EOAs
- Loading branch information