Skip to content

Commit

Permalink
Provide legacy address info
Browse files Browse the repository at this point in the history
  • Loading branch information
aryzing committed Jul 9, 2024
1 parent 1f8fab7 commit 0823849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function App() {
</div>
<AddressDisplay
network={network}
addresses={[...btcAddressInfo, ...stxAddressInfo]}
addresses={[...legacyAddressInfo, ...btcAddressInfo, ...stxAddressInfo]}
onDisconnect={onDisconnect}
/>
<SendStx network={network} />
Expand Down

0 comments on commit 0823849

Please sign in to comment.