Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(contracts/solve): fix deployedAt on Arbitrum chains (#2672)
Arbitrum chains return L1 block values when using `block.number`. L2 block numbers need to be retrieved from the ArbSys precompile. Implemented temporary fix, but a more robust method is necessary for detecting when we are deployed to any Arbitrum chain. issue: none
- Loading branch information