Skip to content

Commit

Permalink
fix: add missing chain id (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
renancloudwalk authored Apr 3, 2024
1 parent ebc8c84 commit 14af786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ e2e-flamegraph:

# Run cargo flamegraph with necessary environment variables
echo "Running cargo flamegraph"
CARGO_PROFILE_RELEASE_DEBUG=true cargo flamegraph --bin importer-online --deterministic --features dev,perf -- --external-rpc=http://localhost:3003/rpc
CARGO_PROFILE_RELEASE_DEBUG=true cargo flamegraph --bin importer-online --deterministic --features dev,perf -- --external-rpc=http://localhost:3003/rpc --chain-id=2009

# ------------------------------------------------------------------------------
# Contracts tasks
Expand Down

0 comments on commit 14af786

Please sign in to comment.