BuidlGuidl / eth-tech-tree-challenges

MIT License
1 stars 1 forks source link

Token voting #17

Closed escottalexander closed 1 week ago

escottalexander commented 1 week ago

This PR changes the way we instantiate the new contract so that the contract doesn't exist prior to overwriting. Using vm.etch to write over the existing contract address leaves any existing contract state which makes the constructor not work.