vega_binary_path = "vega" network "testnet" { ethereum { chain_id = "1440" network_id = "1441" endpoint = "http://127.0.0.1:8545/" } faucet "faucet-1" { wallet_pass = "f4uc3tw4ll3t-v3g4-p4ssphr4e3" template = <<-EOT [Node] Port = 3002 IP = "127.0.0.1" EOT } wallet "wallet-1" { binary = "vegawallet" template = <<-EOT Name = "DV" Level = "info" TokenExpiry = "168h0m0s" Port = 1789 Host = "0.0.0.0" [API] [API.GRPC] Hosts = [{{range $i, $v := .Validators}}{{if ne $i 0}},{{end}}"127.0.0.1:30{{$i}}2"{{end}}] Retries = 5 EOT } pre_start { docker_service "ganache-1" { image = "vegaprotocol/ganache:v1.2.4" cmd = "ganache-cli" args = [ "--blockTime", "1", "--chainId", "1440", "--networkId", "1441", "-h", "0.0.0.0", "-p", "8545", "-m", "ozone access unlock valid olympic save include omit supply green clown session", "--db", "/app/ganache-db", "--account_keys_path", "keys.json" ] static_port { value = 8545 } auth_soft_fail = true } } genesis_template = <