Uniswap / permit2

🔑🔑🔑 next generation token approvals mechanism
MIT License
759 stars 187 forks source link

Error CREATE2 Deployer not present on Arthera Mainnet (chainId: 10242) #259

Open dante055 opened 1 month ago

dante055 commented 1 month ago
image
bertux commented 1 month ago

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.