Skip to content

Commit c5305b7

Browse files
authored
chore: virtual address demo default to fast (#339)
1 parent a391d10 commit c5305b7

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

src/pages/guide/payments/virtual-addresses.mdx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,35 +49,35 @@ This walkthrough shows the full flow:
4949
4. confirm that the balance lands in the registered wallet
5050

5151
<Tabs stateKey="virtual-address-demo-mode">
52-
<Tab title="Real registration">
53-
54-
<div className="h-4" />
55-
56-
Use `VirtualMaster.mineSaltAsync` to register a master id for the passkey account you create in the demo.
52+
<Tab title="Fast demo">
5753

5854
<div className="h-4" />
5955

60-
:::info
61-
Mining the TIP-1022 salt can take 30+ seconds depending on your browser, hardware, and available worker parallelism.
62-
:::
56+
Use a docs-managed master with a pre-mined valid salt so you can skip the wait and jump straight to the forwarding flow.
6357

6458
<div className="h-6" />
6559

6660
<Demo.Container name="Virtual addresses" footerVariant={undefined}>
67-
<VirtualAddressesLiveDemo />
61+
<VirtualAddressesFastDemo />
6862
</Demo.Container>
6963

7064
</Tab>
71-
<Tab title="Fast demo">
65+
<Tab title="Real registration">
7266

7367
<div className="h-4" />
7468

75-
Use a docs-managed master with a pre-mined valid salt so you can skip the wait and jump straight to the forwarding flow.
69+
Use `VirtualMaster.mineSaltAsync` to register a master id for the passkey account you create in the demo.
70+
71+
<div className="h-4" />
72+
73+
:::info
74+
Mining the TIP-1022 salt can take 30+ seconds depending on your browser, hardware, and available worker parallelism.
75+
:::
7676

7777
<div className="h-6" />
7878

7979
<Demo.Container name="Virtual addresses" footerVariant={undefined}>
80-
<VirtualAddressesFastDemo />
80+
<VirtualAddressesLiveDemo />
8181
</Demo.Container>
8282

8383
</Tab>

0 commit comments

Comments
 (0)