Overview
We have tests for the ERC contract imports however some of the code is hardcoded specifically for those contracts. Test imports of solidity contracts more generically.
Also for the ERC contracts we deploy these and then use the deployed address. However, we should also support the user inputting already deployed addresses.
Definition of done
When is this task complete?
We should be able to call a solidity function without adding any hardcoded code just for that contract.
Overview
We have tests for the ERC contract imports however some of the code is hardcoded specifically for those contracts. Test imports of solidity contracts more generically.
Also for the ERC contracts we deploy these and then use the deployed address. However, we should also support the user inputting already deployed addresses.
Definition of done
When is this task complete?
We should be able to call a solidity function without adding any hardcoded code just for that contract.