You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior to Matt telling me about it, I wasn't aware that by simply providing a salt, Forge will deploy the contract using a deterministic CREATE2 factory (specifically, Arachnid's deterministic-deployment-proxy, deployed at address 0x4e59b44847b379578588920cA78FbF26c0B4956C).
I have searched through the docs but it looks like this behavior of Forge is not documented.
Prior to Matt telling me about it, I wasn't aware that by simply providing a salt, Forge will deploy the contract using a deterministic CREATE2 factory (specifically, Arachnid's deterministic-deployment-proxy, deployed at address
0x4e59b44847b379578588920cA78FbF26c0B4956C
).I have searched through the docs but it looks like this behavior of Forge is not documented.
Should we add a mention for it in the Solidity Scripting tutorial?
The text was updated successfully, but these errors were encountered: