Skip to content

Commit

Permalink
change value of MaxMarketSize to approx $1m
Browse files Browse the repository at this point in the history
  • Loading branch information
cavalier-eth committed Nov 9, 2023
1 parent 97f51d8 commit c8a2eef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tomls/omnibus-base-goerli-andromeda/perps/btc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ defaultValue = "0.0007"
defaultValue = "0.0003"

[setting.perpsBtcMaxMarketSize]
defaultValue = "100000"
defaultValue = "30" #approx $1m

[setting.perpsBtcInitialMarginRatio]
defaultValue = "1"
Expand Down
2 changes: 1 addition & 1 deletion tomls/omnibus-base-goerli-andromeda/perps/eth.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ defaultValue = "0.0002"
defaultValue = "0.0005"

[setting.perpsEthMaxMarketSize]
defaultValue = "100000"
defaultValue = "525" # approx $1m

[setting.perpsEthInitialMarginRatio]
defaultValue = "1"
Expand Down
2 changes: 1 addition & 1 deletion tomls/omnibus-base-goerli-andromeda/perps/ltc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ defaultValue = "0.0007"
defaultValue = "0.0003"

[setting.perpsLtcMaxMarketSize]
defaultValue = "100000"
defaultValue = "13333" #approx $1m

[setting.perpsLtcInitialMarginRatio]
defaultValue = "1"
Expand Down
2 changes: 1 addition & 1 deletion tomls/omnibus-base-goerli-andromeda/perps/xrp.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ defaultValue = "0.0007"
defaultValue = "0.0003"

[setting.perpsXrpMaxMarketSize]
defaultValue = "100000"
defaultValue = "1500000" #approx $1m

[setting.perpsXrpInitialMarginRatio]
defaultValue = "1"
Expand Down

0 comments on commit c8a2eef

Please sign in to comment.