You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice to extend the interface to allow specification of other chains (especially testnets - we could test with sepolia, for example).
Also, modify the docstring to have a pythonic one-liner with an abbreviated tx.hash and chainid. The full tx.hash can be then provided below with link.
The text was updated successfully, but these errors were encountered:
It's worth taking a look at foundry's cast CLI, at least for inspiration regarding cli design.
I would love to be able to use it within EEST, but we've tried hard to remove non-python dependencies to make it easy for new test developers getting started. If you feel it would add a lot of value, we can reconsider.
This approach requires verifying the chainid using RPC before running tests to ensure a match. Otherwise, the setup below will work, but ideally, it shouldn’t.
Would be nice to extend the interface to allow specification of other chains (especially testnets - we could test with sepolia, for example).
Also, modify the docstring to have a pythonic one-liner with an abbreviated
tx.hash
andchainid
. The fulltx.hash
can be then provided below with link.The text was updated successfully, but these errors were encountered: