Skip to content

Commit

Permalink
add testnet chain-id
Browse files Browse the repository at this point in the history
  • Loading branch information
wsodsong committed Jun 20, 2024
1 parent 8787278 commit bd15729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions release_testing/functional_tests/F01.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ pipeline {
--db-impl carmen --db-variant go-file --carmen-schema 5 \
--vm-impl geth \
--db-tmp /mnt/tmp-disk \
--chainid 4002 \
--aida-db /mnt/aida-db-testnet/aida-db \
--track-progress --no-heartbeat-logging \
--memory-breakdown --cpu-profile ${BUILD_NUMBER}.cpuprofile --memory-profile ${BUILD_NUMBER}.memprofile \
Expand Down
1 change: 1 addition & 0 deletions release_testing/functional_tests/F03.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ pipeline {
--db-impl carmen --db-variant go-file --carmen-schema 5 \
--vm-impl geth \
--db-tmp /mnt/tmp-disk \
--chainid 4002 \
--aida-db /mnt/aida-db-testnet/aida-db \
--track-progress --no-heartbeat-logging \
--memory-breakdown --cpu-profile ${BUILD_NUMBER}.cpuprofile --memory-profile ${BUILD_NUMBER}.memprofile \
Expand Down

0 comments on commit bd15729

Please sign in to comment.