[Application Development] Verify my contract in artifacts by using op-deployer failed #850
Replies: 1 comment 4 replies
-
Have you done anything to |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Did you check the documentation?
Documentation Feedback (Optional)
No response
What type of issue are you experiencing?
Issue Description
I use the contract op-contract/v0.2.0 and do some change based on that. Then i use the command
just build
in the path of '/optimism/packages/contracts-bedrock' then there is a file named forge-artifacts was generated.I use the op-deployer/v0.2.0 to deploy the contract.The contract deploy info has been update successful in the filestate.json
on the folder.deployer
,then i create aninput.json
file in the same directory and get theimplementationsDeployment
info successful and copy the info into theinput.json
. Then i use the op-deployer/v0.4.0 by run this commandop-deployer verify --l1-rpc-url https://sepolia.infura.io/v3/xxxxx --etherscan-api-key xxxxx --input-file .deployer/input.json --artifacts-locator file:///root/optimism/packages/contracts-bedrock/forge-artifacts
and then i get the problem.Steps to Reproduce
Are you using a specific library or SDK?
Are you using the latest version of the library/SDK?
Environment Details
here is my
intent.toml
Troubleshooting Attempts
No response
What type of support do you need?
Additional Information
No response
Feedback
No response
Beta Was this translation helpful? Give feedback.
All reactions