transmissions11 / solmate

Modern, opinionated, and gas optimized building blocks for smart contract development.
GNU Affero General Public License v3.0
3.93k stars 645 forks source link

✨ CREATE3: allow predicting external deployers #396

Closed eugenioclrc closed 1 year ago

eugenioclrc commented 1 year ago

Description

Create3 can predict an address deployed from an external contract. Originally posted on https://github.com/Vectorized/solady/discussions/678

Checklist

Ensure you completed all of the steps below before submitting your pull request:

Pull requests with an incomplete checklist will be thrown out.

transmissions11 commented 1 year ago

lgtm, nice job on this PR, very elegant diff