Badger-Finance / Badger-Finance/python-keepers
Create Network class with network specific information
Open
good first issue
techdebt
- Dominant language
- Python
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Enum refactor has led to cleaning up a lot of the code base, to further improve the architecture we should create a network class that contains basic information for each network. We can then store Network objects in a dict in constants.py and reference information from there.
- network name
- base currency
- gas oracle
- rpc (or list of rpcs)
- explorer
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.