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
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: