Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions src/pages/guide/use-accounts/add-funds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ import { Tabs, Tab } from 'vocs'
Get test tokens to build on Tempo testnet.

<Tabs>
<Tab title="Fund an address">

<div className="h-4" />
Send test stablecoins to any address.

<div className="h-6"/>
<Demo.Container name="Fund an address">
<AddFundsToOthers stepNumber={1} last />
</Demo.Container>

</Tab>
<Tab title="Fund your wallet">

<div className="h-4" />
Expand All @@ -32,17 +43,6 @@ Connect your wallet to receive test stablecoins directly.
<SetFeeToken stepNumber={4} last />
</Demo.Container>

</Tab>
<Tab title="Fund an address">

<div className="h-4" />
Send test stablecoins to any address.

<div className="h-6"/>
<Demo.Container name="Fund an address">
<AddFundsToOthers stepNumber={1} last />
</Demo.Container>

</Tab>
<Tab title="cURL request">

Expand Down
22 changes: 11 additions & 11 deletions src/pages/quickstart/faucet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ import { Tabs, Tab } from 'vocs'
Get test stablecoins on Tempo testnet.

<Tabs>
<Tab title="Fund an address">

<div className="h-4" />
Send test stablecoins to any address.

<div className="h-6"/>
<Demo.Container name="Fund an address">
<AddFundsToOthers stepNumber={1} last />
</Demo.Container>

</Tab>
<Tab title="Fund your wallet">

<div className="h-4" />
Expand All @@ -33,17 +44,6 @@ Connect your wallet to receive test stablecoins directly.
<SetFeeToken stepNumber={4} last />
</Demo.Container>

</Tab>
<Tab title="Fund an address">

<div className="h-4" />
Send test stablecoins to any address.

<div className="h-6"/>
<Demo.Container name="Fund an address">
<AddFundsToOthers stepNumber={1} last />
</Demo.Container>

</Tab>
<Tab title="cURL request">

Expand Down
Loading