Skip to content

Commit

Permalink
feat: Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMcL committed Jun 18, 2024
1 parent e65057f commit ac5cdab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VEGA_SIM_VEGA_TAG=e4890557c52ad5a24d14d38d64bfb79704c75cf7
VEGA_SIM_VEGA_TAG=e328f7a446db9c004eb2cead4b9c3e8ea4daeda7
VEGA_SIM_CONSOLE_TAG=develop
VEGA_DEFAULT_KEY_NAME='Key 1'
VEGA_SIM_NETWORKS_INTERNAL_TAG=main
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pipeline {
disableConcurrentBuilds(abortPrevious: true)
}
parameters {
string( name: 'VEGA_VERSION', defaultValue: 'v0.76.8',
string( name: 'VEGA_VERSION', defaultValue: 'e328f7a446db9c004eb2cead4b9c3e8ea4daeda7',
description: 'Git branch, tag or hash of the vegaprotocol/vega repository')
string( name: 'VEGACAPSULE_VERSION', defaultValue: 'main',
description: 'Git branch, tag or hash of the vegaprotocol/vegacapsule repository')
Expand Down
2 changes: 1 addition & 1 deletion vega_sim/api/market.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def build(self, oracle_pubkey: str):
oracle_pubkey=oracle_pubkey
),
tick_size=str(self.tick_size),
enable_transaction_reordering=enable_transaction_reordering,
enable_transaction_reordering=self.enable_transaction_reordering,
)
)
return new_market
Expand Down

0 comments on commit ac5cdab

Please sign in to comment.