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
enso
At the moment we use the enso simulator in production but only test with the web3 simulator in the e2e tests.
web3
To get our tests closer to the real thing we should spin up an instance of temper and use the local anvil testnet URL as the FORK_URL for temper.
anvil
FORK_URL
temper
e2e tests use temper as the default simulator
The text was updated successfully, but these errors were encountered:
This issue has been marked as stale because it has been inactive a while. Please update this issue or it will be automatically closed.
Sorry, something went wrong.
No branches or pull requests
Background
At the moment we use the enso simulator in production but only test with the
web3
simulator in the e2e tests.Details
To get our tests closer to the real thing we should spin up an instance of temper and use the local
anvil
testnet URL as theFORK_URL
fortemper
.Acceptance criteria
e2e tests use
temper
as the default simulatorThe text was updated successfully, but these errors were encountered: