Skip to content

Commit

Permalink
rely on quickstart default by default
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Apr 29, 2024
1 parent 94d1257 commit 92ed914
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ SOROBAN_CLI_STAGE_IMAGE=stellar/system-test-soroban-cli:dev

# The default protocol version that the image should start with. Should
# typically be set to the maximum supported protocol version of all components.
PROTOCOL_VERSION_DEFAULT=21
# If not set will default to the core max supported protocol version in quickstart.
PROTOCOL_VERSION_DEFAULT=

# variables to set for source code, can be any valid docker context url local path github remote repo `https://github.com/repo#<ref>`
CORE_GIT_REF=https://github.com/stellar/stellar-core.git\#master
Expand Down

0 comments on commit 92ed914

Please sign in to comment.