We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now, the timestamp in blocks when forking is off, and I have some contracts that depend on accurate timestamps.
(block_identifier set to 7341111)
ape console --network ethereum:sepolia-fork:boa
In [2]: chain.provider.get_block("latest") Out[2]: <Block number=7341111 hash=0xc61bfb0ab4b8b326506c6f2d335ccde96c3a5c64161a2cbc964c2004bc61e8e8> In [3]: chain.provider.get_block("latest").timestamp Out[3]: 1735604927
ape console --network ethereum:sepolia-fork:foundry
In [4]: chain.provider.get_block(7341111).timestamp Out[4]: 1734992352
The text was updated successfully, but these errors were encountered:
I think I might have not been using the .patch , that was maybe my issue.
.patch
Sorry, something went wrong.
No branches or pull requests
Right now, the timestamp in blocks when forking is off, and I have some contracts that depend on accurate timestamps.
(block_identifier set to 7341111)
The text was updated successfully, but these errors were encountered: