Skip to content

Commit

Permalink
feat: update research-bots config
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel1302 authored Aug 18, 2023
1 parent 5363805 commit 47c76c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mainnet-mirror/research-bots-config.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
network_config_file = "https://raw.githubusercontent.com/vegaprotocol/networks-internal/main/mainnet-mirror/vegawallet-mainnet-mirror.toml"
debug = false
work_dir = "/work-dir"
work_dir = "./network"


[healthcheck]
interface = "0.0.0.0"
port = 80
port = 8080

[vegawallet]
version = "v0.71.6"
Expand All @@ -15,8 +15,8 @@ download_wallet_binary = true
wallet_name = "vegamarketsim"
network = "mainnet-mirror"
binary = "vegawallet" # this will be used when download_wallet_binary = False
home = "/wallethome"
passphrase_file = "/work-dir/passphrase.txt"
home = "./wallethome"
passphrase_file = "./assets/passphrase.txt"

[scenario.btcusdt_230930]
market_name = "BTC/USDT expiry 2023 Sept 30th"
Expand Down

0 comments on commit 47c76c1

Please sign in to comment.