[OP Stack Deployment] No matching artifact found #344
Unanswered
yiming-face
asked this question in
Deploying the OP Stack
Replies: 1 comment 10 replies
-
Hi, please deploy contracts from
Sorry for misleading docs. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Did you check the documentation?
Did you check for duplicate questions?
Issue Description
after run
forge script scripts/Deploy.s.sol:Deploy --sig 'sync()' --rpc-url $L1_RPC_UR
get this error
"No matching artifact found"
at the second sync call: Syncing deployment DisputeGameFactory: contract DisputeGameFactory.0.8.15
foundry tries to call function sync, which is looking for contract DisputeGameFactory.0.8.15 , but this is clearly not a correct contract name
and in my forge-artifacts directory, under DisputeGameFactory.sol, there are two json files:
DisputeGameFactory.0.8.15.json
DisputeGameFactory.0.8.19.json
I think this may affect the "sync" call,
does anyone get the same issue?
Logs
Connected to network with chainid 11155111
Storing temp deployment data in /home/ubuntu/op-stack/optimism/packages/contracts-bedrock/deployments/getting-started/.deploy
DeployConfig: reading file /home/ubuntu/op-stack/optimism/packages/contracts-bedrock/deploy-config/getting-started.json
Deploying from Deploy
Deployment context: getting-started
Syncing 27 deployments
Using deployment artifact /home/ubuntu/op-stack/optimism/packages/contracts-bedrock/broadcast/Deploy.s.sol/11155111/run-latest.json
Syncing deployment AddressManager: contract AddressManager
Syncing deployment DisputeGameFactory: contract DisputeGameFactory.0.8.15
Additional Information
No response
Feedback
No response
Beta Was this translation helpful? Give feedback.
All reactions