Skip to content

Commit 1f1ed10

Browse files
committed
feat: add lncurl.lol as a production wallet option next to rizful and coinos
1 parent 5231a18 commit 1f1ed10

1 file changed

Lines changed: 32 additions & 1 deletion

File tree

src/components/visualizations/production-wallet.tsx

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export function ProductionWallet() {
192192
</Card>
193193
</div>
194194

195-
<div className="grid gap-4 md:grid-cols-2">
195+
<div className="grid gap-4 md:grid-cols-3">
196196
<Card>
197197
<CardHeader className="pb-3">
198198
<CardTitle className="text-base">Rizful</CardTitle>
@@ -257,6 +257,37 @@ export function ProductionWallet() {
257257
</Button>
258258
</CardContent>
259259
</Card>
260+
261+
<Card>
262+
<CardHeader className="pb-3">
263+
<CardTitle className="text-base">lncurl.lol</CardTitle>
264+
<CardDescription>Agent-first custodial wallet</CardDescription>
265+
</CardHeader>
266+
<CardContent className="space-y-3 text-sm">
267+
<div className="flex flex-wrap gap-2">
268+
<span className="inline-flex items-center gap-1 rounded-full bg-orange-500/10 px-2 py-1 text-xs text-orange-600">
269+
Custodial
270+
</span>
271+
<span className="inline-flex items-center gap-1 rounded-full bg-purple-500/10 px-2 py-1 text-xs text-purple-600">
272+
Agent-first
273+
</span>
274+
</div>
275+
<p className="text-muted-foreground">
276+
An agent-first custodial Lightning wallet service. Create a
277+
wallet with one HTTP call.
278+
</p>
279+
<Button asChild variant="outline" size="sm" className="gap-2">
280+
<a
281+
href="https://lncurl.lol/"
282+
target="_blank"
283+
rel="noopener noreferrer"
284+
>
285+
Visit lncurl.lol
286+
<ExternalLink className="h-3 w-3" />
287+
</a>
288+
</Button>
289+
</CardContent>
290+
</Card>
260291
</div>
261292
</div>
262293

0 commit comments

Comments
 (0)