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
It's explained at Foundry CREATE2 tutorial which points to common deployer used by Foundry
You should try what is explained at https://github.com/Arachnid/deterministic-deployment-proxy#usage to deploy CREATE2 contract but it may not work because of the replay protection which doesn't raw transaction not containing the ChainID, as explained by Safe Singleton deployment which adapted this deployment and managed to deploy on Arthera at the same address than on other chains.
The text was updated successfully, but these errors were encountered: