-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Verify the deployed contracts #91
Comments
Which network you need us to verify? Verification is quite fragemented and we are working on a CI for the next batch of version update to make sure all codes are deployed & verified for all networks, but we need to do this manually for current version. But I can prioritize the network you need me to verify. |
Celo. (celoscan) |
@leekt it'd be awesome to have the v3.1 contracts verified on Optimism, Base, and BSC. |
I am adding myself to the request In mainnet: Also, the 3.1 deployment in Gnosis-chain. <3 |
Guide to verify the contract (example here is for verifying the factory staker on ethereum mainnet) install foundry
clone contract from sepolia(This is example command for cloning FactoryStaker(aka meta factory) from sepolia)
run forge verify-contractthis requires you to know the constructor args, so copy and paste the following commands and replace etherscan api key and chain name that matches your demands MetaFactory
ECDSAValidator
Kernel
KernelFactoryFor KernelFactory, you need to match the foundry.toml to Kernel's foundry.toml since sepolia refuses to update the compiler setting for "Similar Contracts"
|
this is done now |
@freeatnet |
only the factory seems to be verified, please verify others also
The text was updated successfully, but these errors were encountered: