Open fubuloubu opened 12 months ago
Add config item for tokens that supports an ad-hoc list of custom tokens for a project to use (or a global custom list)
tokens
Using the TokenInfo type from py-tokenlists:
TokenInfo
py-tokenlists
tokens: - name: "cHaOSneT Credits" address: 0x0579fc0e764e7cc10c7175533b1330b184b8d505 symbol: CHAOS decimals: 18 chainId: 11155111 - ... # More tokens
Also, merge the global list (under ~/.ape/ape-config.yaml) with a local project's
~/.ape/ape-config.yaml
Include links to any open issues that must be resolved before this feature can be implemented.
Overview
Add config item for
tokens
that supports an ad-hoc list of custom tokens for a project to use (or a global custom list)Specification
Using the
TokenInfo
type frompy-tokenlists
:Also, merge the global list (under
~/.ape/ape-config.yaml
) with a local project'sDependencies
Include links to any open issues that must be resolved before this feature can be implemented.