owlprotocol / web3-redux

Web3 Redux Library
6 stars 1 forks source link

`ProxyFactoryForm` #205

Closed leovigna closed 2 years ago

leovigna commented 2 years ago

Create Form that deploys a transparent proxy using the ProxyFactory contract and stores the newly deployed proxy with the appropriate interface.

leovigna commented 2 years ago

/cib

github-actions[bot] commented 2 years ago

Branch issue-205 created! Clone with: git fetch && git checkout --track origin/issue-205 Rebase develop branch changes with: git checkout issue-205 && git rebase develop