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
README file states:
**Note:** To use the Fantom public RPC, write "public" in place of the API key.
And env.example file states:
export WEB3_FANTOM="FANTOM-API-KEY-HERE" // "public" can be used in place of a paid API key
While the actual code (network.py) uses:
RPC_ENDPOINT = "https://fantom.blockpi.network/v1/rpc/"
The text was updated successfully, but these errors were encountered:
zavelevsky
ashachaf
NIXBNT
Lesigh-3100
No branches or pull requests
Bug Description
README file states:
And env.example file states:
While the actual code (network.py) uses:
The text was updated successfully, but these errors were encountered: