-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
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
Error when running with testnet #214
Comments
|
Thanks for the answer, I'm using I just run the tests again after some hours, and it surprisingly worked without touching anything. Is there like a rate limit on how many times you can call |
There is (in a sense). The Helper contract is what is creating all these dev accounts for testnet, and it funds them with Testnet tokens. There's a set limit to how many dev accounts we can create due to the limited supply of testnet tokens. If the account gets drained, then we're not able to create accounts. There's an issue added to help alleviate the draining of account funds here: #215 |
All my tests were working fine until they suddenly stopped working on testnet. They still run perfectly when using the sandbox, but when I switch to testnet it throws the following error.
I tried cleaning cargo but no luck
The text was updated successfully, but these errors were encountered: