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 a new class to group smart contract addresses know to work together. And return an instance of this class instead of a dictionary in get_contracts_deployment_info. The goal here is to have proper type checking for the addresses.
If there are ABI breakage, a new class should be introduced (this will break the state linting on Raiden and force us to fix the corresponding proxies). I
The text was updated successfully, but these errors were encountered:
Add a new class to group smart contract addresses know to work together. And return an instance of this class instead of a dictionary in
get_contracts_deployment_info
. The goal here is to have proper type checking for the addresses.If there are ABI breakage, a new class should be introduced (this will break the state linting on Raiden and force us to fix the corresponding proxies). I
The text was updated successfully, but these errors were encountered: