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

fix small bugs in deploy flow #2

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

samlaf
Copy link

@samlaf samlaf commented Aug 31, 2024

No description provided.

@@ -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
Copy link
Author

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"
Copy link
Author

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",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

had to update this to 0.9.0 because the 0.8.0 version didn't have holesky in its chain config for some reason (even though I checked in their repo and its there in the tagged branch...)
image

Bowen was getting the same error.

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

Successfully merging this pull request may close these issues.

1 participant