1 min readAug 5, 2020
What exactly is this deploying contract requesting as a parameter on this line:
`deployer.deploy(Exchange, erc20);`
is the parameter the contract ABI or is it the addresss? If it's the address wouldn't we have to do like `erc20.address()` or something?