From a0717e38887e30ed32eb9d08f7be81a2dec105a9 Mon Sep 17 00:00:00 2001 From: friedger Date: Wed, 18 Oct 2023 14:01:14 +0200 Subject: [PATCH] feat: return addresses of regtest and signet --- src/app/common/authentication/use-finish-auth-request.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/common/authentication/use-finish-auth-request.ts b/src/app/common/authentication/use-finish-auth-request.ts index 0abdea67879..a24732b409a 100644 --- a/src/app/common/authentication/use-finish-auth-request.ts +++ b/src/app/common/authentication/use-finish-auth-request.ts @@ -89,10 +89,14 @@ export function useFinishAuthRequest() { p2tr: { mainnet: taprootAccount.mainnet.payment.address, testnet: taprootAccount.testnet.payment.address, + regtest: taprootAccount.regtest.payment.address, + signet: taprootAccount.signet.payment.address, }, p2wpkh: { mainnet: nativeSegwitAccount.mainnet.payment.address, testnet: nativeSegwitAccount.testnet.payment.address, + regtest: nativeSegwitAccount.regtest.payment.address, + signet: nativeSegwitAccount.signet.payment.address, }, }, btcPublicKey: {