Skip to content

Commit da7f729

Browse files
committed
remove fetch stablecoin example
1 parent c77627c commit da7f729

File tree

1 file changed

+0
-14
lines changed
  • apps/example-dapp/src/routes/examples

1 file changed

+0
-14
lines changed

apps/example-dapp/src/routes/examples/index.tsx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -63,20 +63,6 @@ const ExamplesIndexPage: React.FC = () => {
6363
</CardContent>
6464
</Card>
6565

66-
<Card>
67-
<CardHeader>
68-
<CardTitle>Fetch Stablecoins (USDC/USDT)</CardTitle>
69-
<CardDescription>
70-
Example of fetching USDC, USDT, and other stablecoin token info
71-
</CardDescription>
72-
</CardHeader>
73-
<CardContent>
74-
<Link to="/examples/fetch-stablecoins">
75-
<Button className="w-full">View Example</Button>
76-
</Link>
77-
</CardContent>
78-
</Card>
79-
8066
<Card>
8167
<CardHeader>
8268
<CardTitle>All Tokens</CardTitle>

0 commit comments

Comments
 (0)