You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.add_library is great for pre-compile scripts but it'd be nice to have a way to list the libraries in the ape-config.yaml file as well.
Specification
solidity:
libraries:
ethereum:
mainnet:
MyLibrary: 0x003123012312412541241241242# pretend is address
And then (not sure about this next part): Have compile() detect if we are connected to a provider and if the network matches anything we have listed in libraries: and if it does, grab those addresses and add the libraries.
Dependencies
Include links to any open issues that must be resolved before this feature can be implemented.
The text was updated successfully, but these errors were encountered:
Overview
.add_library
is great for pre-compile scripts but it'd be nice to have a way to list the libraries in theape-config.yaml
file as well.Specification
And then (not sure about this next part): Have
compile()
detect if we are connected to a provider and if the network matches anything we have listed inlibraries:
and if it does, grab those addresses and add the libraries.Dependencies
Include links to any open issues that must be resolved before this feature can be implemented.
The text was updated successfully, but these errors were encountered: