Closed PoCk3T-SPAI closed 1 year ago
@fubuloubu humble contribution here I've identified 4 files where additions needed to be made to support the Fuji testnet of Avalanche Hope I didn't miss to update any other file Let me know your thoughts
@fubuloubu thanks for the prompt action; 2 CI/CD tests seem to have failed:
@fubuloubu thanks for the prompt action; 2 CI/CD tests seem to have failed:
- Lint -> not sure what's the hold up, I followed the exact same syntax as the other ecosystems/chains listed and the lint test logs are not very descriptive
To fix the lint issue, just run black
or install pre-commit
For the tests, you are right, they won't execute for you specifically because you don't have a Vess to our secrets. If you can run the new test locally (just grab an etherscan key) we can merge it with the lint fix and be on our way
Thanks @fubuloubu , done, hope it works!
What I did
As per https://docs.snowtrace.io/v/fuji-snowtrace, adding the Etherscan/Snowtrace API for Avalanche Fuji testnet in client.py
Checklist