Closed mikeshultz closed 10 months ago
Adds support for custom networks.
Depends on https://github.com/ApeWorX/ape/pull/1852
When available, it will read the necessary information from the relevant ecosystem or from configuration. Example configuration:
networks: custom: - name: customnetwork chain_id: 31337 default_provider: geth geth: ethereum: customnetwork: uri: http://localhost:8545 etherscan: ethereum: rate_limit: 15 customnetwork: uri: https://custom.scan api_uri: https://api.custom.scan/api
Tests failing because they depend on a pending Ape change in the above linked PR.
Tests are now fully working
@antazoey I can't merge this due to the failing commit message, can you?
What I did
Adds support for custom networks.
Depends on https://github.com/ApeWorX/ape/pull/1852
How I did it
When available, it will read the necessary information from the relevant ecosystem or from configuration. Example configuration:
How to verify it
Checklist