We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77627c commit da7f729Copy full SHA for da7f729
apps/example-dapp/src/routes/examples/index.tsx
@@ -63,20 +63,6 @@ const ExamplesIndexPage: React.FC = () => {
63
</CardContent>
64
</Card>
65
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
-
80
<Card>
81
<CardHeader>
82
<CardTitle>All Tokens</CardTitle>
0 commit comments