witnet / witnet-solidity-bridge

Witnet Bridge for EVM-compatible blockchains
MIT License
60 stars 24 forks source link

Deploy libs and implementation contracts on counter-factual addresses #390

Closed guidiaz closed 6 months ago

guidiaz commented 10 months ago
guidiaz commented 10 months ago

We'd probable make use of Create3 library, instead of CREATE2, for deploying counter-factual proxies, and start using CREATE2 for deploying libs and implementations libs.

guidiaz commented 10 months ago

Forseen steps:

guidiaz commented 10 months ago

See https://github.com/witnet/witnet-solidity-bridge/pull/392.