-
Notifications
You must be signed in to change notification settings - Fork 12
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
WIP: use latest explorer and explorer-api #172
base: feature/cli-nodev2-alpha.2
Are you sure you want to change the base?
WIP: use latest explorer and explorer-api #172
Conversation
🦋 Changeset detectedLatest commit: 17a6274 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Coverage Report for ./apps/cli
File CoverageNo changed files found. |
b999336
to
24ad87e
Compare
6164375
to
d97fb58
Compare
ca2f8c1
to
32d582f
Compare
d97fb58
to
75c0c5b
Compare
@@ -30,13 +33,10 @@ services: | |||
squid_processor: | |||
image: ghcr.io/cartesi/rollups-explorer-api:pr-52 | |||
environment: | |||
<<: *explorer_db_env | |||
CHAIN_ID: ${CHAIN_ID:-13370} |
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.
Hey @endersonmaia there is no 13370 support. We do support 31337 (it will default to 31337 anyway, you can see in the logs). Also, the Environment variable now is CHAIN_IDS
so you could have something like;
CHAIN_IDS="1"
# or for multiple supported chains.
CHAIN_IDS="1, 11155111"
- anvil 1.0.0 - cannon chain 13370
- rollups-contracts 2.0.0-rc.17 - cannon chain 13370
75c0c5b
to
63f9b8c
Compare
I'm using the container images released from the PRs: