From bc71d2859832adac31f208ac55cb8d8bf4393825 Mon Sep 17 00:00:00 2001 From: woodser Date: Thu, 28 Mar 2024 12:15:04 -0400 Subject: [PATCH] update deployment guide for mainnet --- docs/deployment-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment-guide.md b/docs/deployment-guide.md index ec77ed82e3..3f134c98ba 100644 --- a/docs/deployment-guide.md +++ b/docs/deployment-guide.md @@ -142,7 +142,7 @@ Test trades among the users and arbitrator. ## Build Haveno installers for distribution -For mainnet, first modify [package.gradle](https://github.com/haveno-dex/haveno/blob/aeb0822f9fc72bd5a0e23d0c42c2a8f5f87625bb/desktop/package/package.gradle#L252) to remove the line with ` --arguments --baseCurrencyNetwork=XMR_STAGENET` (also remove the `+` on the preceding line). +For mainnet, first modify [package.gradle](https://github.com/haveno-dex/haveno/blob/aeb0822f9fc72bd5a0e23d0c42c2a8f5f87625bb/desktop/package/package.gradle#L252) to `--arguments --baseCurrencyNetwork=XMR_MAINNET`. Then follow these instructions: https://github.com/haveno-dex/haveno/blob/master/desktop/package/README.md.