Cyfrin / solidity-by-example.github.io

Solidity By Example
https://solidity-by-example.org/
MIT License
605 stars 191 forks source link

Use newer create2 syntax #214

Closed devanoneth closed 2 years ago

devanoneth commented 2 years ago

It is cleaner and also more gas efficient to invoke create2 this way.

Some context: https://twitter.com/rage_pit/status/1495083730754543616

t4sk commented 2 years ago

@devanonon Thanks