Merge branch 'master' into docker_update

This commit is contained in:
mainnet-pat 2024-09-05 16:52:29 +00:00
commit 7918dfa4c5
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
],
"scripts": {
"prepare": "scripts/build_protobuf.sh",
"test": "node --no-experimental-fetch ./node_modules/.bin/jest --forceExit --detectOpenHandles",
"test": "node ./node_modules/.bin/jest --forceExit --detectOpenHandles",
"eslint": "eslint .",
"eslintfix": "eslint src/* --fix",
"typedoc": "typedoc ./src/index.ts --entryPointStrategy expand src/ --exclude **/*.test.ts --excludePrivate"

View File

@ -356,7 +356,7 @@ const TestConfig = {
testDataDir: "./testdata",
haveno: {
path: "../haveno",
version: "1.0.10"
version: "1.0.11"
},
monerod: {
url: "http://localhost:" + getNetworkStartPort() + "8081", // 18081, 28081, 38081 for mainnet, testnet, and stagenet, respectively