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
6 changes: 3 additions & 3 deletions presentation/colosseum.html
Original file line number Diff line number Diff line change
Expand Up @@ -1731,7 +1731,7 @@ <h2 class="title">Mainnet only. Real activity.</h2>
<div class="row">
<span class="pill pill-success">Live demo</span>
<span class="pill">liminal.app</span>
<span class="pill">@WLiminal5</span>
<span class="pill">@liminaltwap</span>
</div>
<p class="footnote">
Submitted with onchain history filterable by DFlow program ID.
Expand Down Expand Up @@ -1833,8 +1833,8 @@ <h2 class="title">
<a class="cta-btn" href="https://liminal.app" target="_blank" rel="noreferrer">
Open the terminal &nbsp;→
</a>
<a class="cta-btn secondary" href="https://x.com/WLiminal5" target="_blank" rel="noreferrer">
@WLiminal5
<a class="cta-btn secondary" href="https://x.com/liminaltwap" target="_blank" rel="noreferrer">
@liminaltwap
</a>
<a class="cta-btn secondary" href="https://github.com/wienerlabs/liminal" target="_blank" rel="noreferrer">
wienerlabs/liminal
Expand Down
2 changes: 1 addition & 1 deletion src/components/ExecutionSummaryCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ function buildShareIntent(args: {
const durStr = formatDuration(args.durationMs);

const text = [
`Just executed ${sizeStr} ${args.inputSymbol} → ${args.outputSymbol} on @WLiminal5.`,
`Just executed ${sizeStr} ${args.inputSymbol} → ${args.outputSymbol} on @liminaltwap.`,
`${usdStr} (${bpsStr}) vs. Jupiter direct over ${durStr}.`,
`Earn while you trade.`,
].join("\n");
Expand Down
Loading