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

WIP: use latest explorer and explorer-api #172

Draft
wants to merge 25 commits into
base: feature/cli-nodev2-alpha.2
Choose a base branch
from

Conversation

endersonmaia
Copy link
Contributor

Copy link

changeset-bot bot commented Mar 10, 2025

🦋 Changeset detected

Latest commit: 17a6274

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@cartesi/cli Major
@cartesi/sdk Patch

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

Copy link
Contributor

github-actions bot commented Mar 10, 2025

Coverage Report for ./apps/cli

Status Category Percentage Covered / Total
🔵 Lines 26.77% 294 / 1098
🔵 Statements 26.74% 299 / 1118
🔵 Functions 26.28% 51 / 194
🔵 Branches 25.2% 121 / 480
File CoverageNo changed files found.
Generated in workflow #427 for commit d97fb58 by the Vitest Coverage Report Action

@tuler tuler force-pushed the feature/cli-run-v2 branch 5 times, most recently from b999336 to 24ad87e Compare March 17, 2025 14:09
Base automatically changed from feature/cli-run-v2 to prerelease/v2-alpha March 17, 2025 14:23
@endersonmaia endersonmaia changed the base branch from prerelease/v2-alpha to feature/cli-devnet March 27, 2025 13:48
@endersonmaia endersonmaia force-pushed the feature/update-explorer-stack branch 2 times, most recently from 6164375 to d97fb58 Compare March 27, 2025 13:53
@endersonmaia endersonmaia force-pushed the feature/cli-devnet branch 2 times, most recently from ca2f8c1 to 32d582f Compare March 27, 2025 14:00
@endersonmaia endersonmaia force-pushed the feature/update-explorer-stack branch from d97fb58 to 75c0c5b Compare March 27, 2025 14:25
@endersonmaia endersonmaia changed the base branch from feature/cli-devnet to feature/cli-nodev2-alpha.2 March 27, 2025 14:26
@@ -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}
Copy link
Contributor

@brunomenezes brunomenezes Mar 27, 2025

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"

@endersonmaia endersonmaia force-pushed the feature/update-explorer-stack branch from 75c0c5b to 63f9b8c Compare April 10, 2025 13:56
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.

3 participants