Skip to content

Commit

Permalink
feat: return addresses of regtest and signet
Browse files Browse the repository at this point in the history
  • Loading branch information
friedger authored and kyranjamie committed Oct 19, 2023
1 parent ddc91e3 commit cb40501
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/common/authentication/use-finish-auth-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit cb40501

Please sign in to comment.