From b4e742ba63ed7ff73dce90120f0e913a7fe7a5cb Mon Sep 17 00:00:00 2001 From: Silady Date: Tue, 5 Sep 2023 11:02:09 +0200 Subject: [PATCH] BATM-5339 - CryptX parameters have changed, fix admin help + context --- .../src/main/resources/batm-extensions.xml | 38 +++++++++---------- 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/server_extensions_extra/src/main/resources/batm-extensions.xml b/server_extensions_extra/src/main/resources/batm-extensions.xml index bc98c36f3..2a5aadea3 100644 --- a/server_extensions_extra/src/main/resources/batm-extensions.xml +++ b/server_extensions_extra/src/main/resources/batm-extensions.xml @@ -68,12 +68,11 @@ - + - + - BCH BTC LTC @@ -82,13 +81,13 @@ ETH USDT - *host: https://api.cryptx.com/ (required) - - port: (not required) - *token: generate Access tokens from CryptX Settings (required) - - *walletid: find under [Wallet] > Settings > Wallet Info > Wallet ID (required) - - password: wallet password (not required) - - priority: Select "high" (2 blocks, default), "medium" (8 blocks), "low" (24 blocks), or "custom" - - max_custom_fee: fee rate (in s/vByte for bitcoin, gas price for ethereum) when "custom" priority is set (instead of estimating one using blocks) - - limit: gas limit - only for ETH, e.g., 50000 (not required) + *host: https://api.walletpro.cryptal.com/ (required) - + port: (not required) - + *api_key: the API Key obtained from CryptX (required) - + *walletid: the name of the wallet on CryptX (required) - + passphrase: the wallet passphrase (if used) (not required) - + priority: high: (default) = 2 blocks, medium = 8, low = 24, custom - also indicate the number of required blocks (e.g. custom:12) - + max_custom_fee: the maximum fee (in s/vByte) when "custom" priority is used @@ -96,25 +95,24 @@ - + - + - BCH BTC LTC ETH USDT - *host: https://api.cryptx.com/ (required) - - port: (not required) - *token: generate Access tokens from CryptX Settings (required) - - *walletid: find under [Wallet] > Settings > Wallet Info > Wallet ID (required) - - password: wallet password (not required) - - priority: Select high (2 blocks, default), medium (8 blocks), low (24 blocks), or custom - - max_custom_fee: fee rate in s/vByte when "custom" priority is set (instead of estimating one using blocks) - - limit: gas limit - only for ETH, e.g., 50000 (not required) + *host: https://api.walletpro.cryptal.com/ (required) - + port: (not required) - + *api_key: the API Key obtained from CryptX (required) - + *walletid: the name of the wallet on CryptX (required) - + passphrase: the wallet passphrase (if used) (not required) - + priority: high: (default) = 2 blocks, medium = 8, low = 24, custom - also indicate the number of required blocks (e.g. custom:12) - + max_custom_fee: the maximum fee (in s/vByte) when "custom" priority is used