Rob Secord

Results 13 comments of Rob Secord

@uivlis are you on Discord? would be great to chat there, and I can explain things a bit better for you. Otherwise, everything looks good, I left a couple of...

This will be a possibility with an rDAI variation :)

Rename the initialize function in your top-level contract: `function initializeAll(address sender) public initializer { ...` Then you can call in a shell script: `contractAddress=$(oz create MyContractName --init initializeAll --args ${ownerAccount}...