Open IkerAlus opened 1 week ago
Could you try again now? Remember to set the env var PRIVATE_KEY to your Infura API key, since it connects to an Infura provider.
Could you try again now? Remember to set the env var PRIVATE_KEY to your Infura API key, since it connects to an Infura provider.
So this test will only work when setting the API keys, yes?
So this test will only work when setting the API keys, yes?
Yes. The issue here was that the public endpoints for Polygon are few and unreliable, so we need to use Infura due to the lack of a dedicated provider, and for that you need an API key.
then it would be nice to make it clear in the readme and/or disallow the "normal" option through the script
Script throws when testing Polygon with smart contracts flag, the output is as follows:
It seems that the test is expecting a concrete state when calling
eth_getCode
for these tests.