-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix small bugs in deploy flow #2
base: main
Are you sure you want to change the base?
Conversation
@@ -86,7 +86,7 @@ services: | |||
service: proxy | |||
|
|||
nitro: | |||
image: ghcr.io/layr-labs/nitro-eigenda:8b4f4ce | |||
image: ghcr.io/layr-labs/nitro-eigenda:8b4f4ce@sha256:13de1fe786200289d52a68d2b8451c7cd55972d784dbc21dd9181c161ea24996 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pinning sha version is needed to let docker download the image on mac given we only publish an x86 image
@@ -22,10 +22,13 @@ | |||
"ts-node": "^10.9.1", | |||
"typescript": "^5.1.3" | |||
}, | |||
"engines": { | |||
"yarn": ">=1.22.0 < 2.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pinning yarn version to something arbitrary. Feel free to change
@@ -2,7 +2,7 @@ | |||
"name": "orbit-setup-script", | |||
"dependencies": { | |||
"@arbitrum/nitro-contracts": "^1.1.1", | |||
"@arbitrum/orbit-sdk": "^0.8.0", | |||
"@arbitrum/orbit-sdk": "^0.9.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.