Skip to content
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 contract instance on Linea #31

Closed
clemsos opened this issue Sep 26, 2024 · 1 comment
Closed

Verify contract instance on Linea #31

clemsos opened this issue Sep 26, 2024 · 1 comment

Comments

@clemsos
Copy link

clemsos commented Sep 26, 2024

I added support for Linea in https://github.com/gnosisguild/zodiac/pull/163/files but it turns out the Delay module contract is unverified (see https://lineascan.build/address/0x2D4123dB5A4d3bAA2DbeA4cB10333a9E3271292a )

I think I have to verify the mastercopy but after adding the Linea network to the hardhat config and executing yarn hardhat verify 0x2D4123dB5A4d3bAA2DbeA4cB10333a9E3271292a --network linea I get the following error

Etherscan:
The contract you want to verify was compiled with solidity <0.4.7, but your configured compiler version is: 0.8.20.

Any idea how I can verify it ?

Many thanks

@clemsos
Copy link
Author

clemsos commented Oct 5, 2024

Ok that's done. For future reference, you can use the following command to verify the contract from the deploy module's repo.

`yarn verify:mastercopy linea --contract-version 1.0.1ˋ

@clemsos clemsos closed this as completed Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant