Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: arbitrum nitro gas estimation overflows (#4947)
### Description The originally set balance when estimating arbitrum nitro gas was causing RPC errors, which @tkporter pointed out could be due to an overflow in the node's code. This PR sets the balance to 100 ETH, which does fix the error ### Drive-by changes <!-- Are there any minor or drive-by changes also included? --> ### Related issues <!-- - Fixes #[issue number here] --> ### Backward compatibility <!-- Are these changes backward compatible? Are there any infrastructure implications, e.g. changes that would prohibit deploying older commits using this infra tooling? Yes/No --> ### Testing <!-- What kind of testing have these changes undergone? None/Manual/Unit Tests -->
- Loading branch information