op-deployer always returns version 0.0.0-dev after build #859
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 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.
-
Did you check the documentation?
Did you check for duplicate questions?
Issue Description
Issue Description
I'm trying to use
op-deployer
to deploy the OP Stack on Sepolia as part of the tutorials.I built
op-deployer
locally from theoptimism
monorepo, and everything compiles successfully.However, when I run:
It always returns:
Logs
No response
Additional Information
Regardless of which Git tag or branch I checkout before building (e.g.,
op-deployer/v0.3.0
),the resulting binary always shows
v0.0.0-dev
.This causes issues when trying to run
apply
, because some standard fields likeSystemConfigOwner
are not validated correctly.The tool seems to assume the intent-type is "standard" and throws an error about a zero address —
even though my
intent.json
includes a validsystemConfig.owner
.I checked:
.deployer/intent.json
is fully valid and parses correctly--private-key
onapply
pnpm build
from the monorepoWhat I'm trying to understand
op-deployer
such that it includes the proper version metadata (likev0.3.x
)?--intent-type custom
) disabled because of this missing version tag?op-deployer
?Thanks in advance for your help!
Feedback
No response
Beta Was this translation helpful? Give feedback.
All reactions