-
@@ -162,6 +173,8 @@
@await Html.PartialAsync("_ValidationScriptsPartial")
+
+
diff --git a/BTCPayServer/Views/Stores/AddDerivationSchemes_HardwareWalletDialogs.cshtml b/BTCPayServer/Views/Stores/AddDerivationSchemes_HardwareWalletDialogs.cshtml
index b633bf925..ea099b353 100644
--- a/BTCPayServer/Views/Stores/AddDerivationSchemes_HardwareWalletDialogs.cshtml
+++ b/BTCPayServer/Views/Stores/AddDerivationSchemes_HardwareWalletDialogs.cshtml
@@ -28,10 +28,9 @@
+ title="Open Ledger wallet manual setup docs"
+ target="_blank"
+ rel="noopener noreferrer">
Can't find your account in the select?
@@ -80,3 +79,41 @@
+
+@Url.Action("VaultBridgeConnection", "Vault", new { cryptoCode = Model.CryptoCode })
+
diff --git a/BTCPayServer/Views/Wallets/WalletSend.cshtml b/BTCPayServer/Views/Wallets/WalletSend.cshtml
index 30fd5d14d..e73c7f21e 100644
--- a/BTCPayServer/Views/Wallets/WalletSend.cshtml
+++ b/BTCPayServer/Views/Wallets/WalletSend.cshtml
@@ -152,6 +152,9 @@
+ @if (Model.CryptoCode == "BTC") {
+
+ }