From 305c8bc9fec685e456edea70c492591ee4651bdf Mon Sep 17 00:00:00 2001 From: Jennifer <5339211+jenpaff@users.noreply.github.com> Date: Tue, 21 Apr 2026 19:31:45 +0100 Subject: [PATCH] fix: use static images for virtual addresses diagram Replace StaticMermaidDiagram flowchart with the designed PNG images (light/dark mode) that already exist in public/images/tip20/. Amp-Thread-ID: https://ampcode.com/threads/T-019db12a-5544-71cb-84e7-11413093e114 Co-authored-by: Amp --- src/pages/protocol/tip20/virtual-addresses.mdx | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/src/pages/protocol/tip20/virtual-addresses.mdx b/src/pages/protocol/tip20/virtual-addresses.mdx index c4b083ee..f5245a67 100644 --- a/src/pages/protocol/tip20/virtual-addresses.mdx +++ b/src/pages/protocol/tip20/virtual-addresses.mdx @@ -5,7 +5,6 @@ description: Understand how TIP-20 virtual addresses work, why they remove sweep import { Cards, Card } from 'vocs' import { MermaidDiagram } from '../../../components/MermaidDiagram' -import { StaticMermaidDiagram } from '../../../components/StaticMermaidDiagram' # Virtual addresses for TIP-20 deposits @@ -19,18 +18,8 @@ Without virtual addresses, per-customer deposit addresses are operationally expe With virtual addresses, the customer-facing address is still unique, but it behaves like a routing alias. The protocol resolves it to the registered master wallet during the TIP-20 transfer itself. - B1[Separate onchain balance] - B1 --> S1[Sweep transaction] - S1 --> M1[Master wallet] - end - - subgraph B[With virtual addresses] - D2[Customer virtual address] --> F2[TIP-20 forwarding] - F2 --> M2[Master wallet] - end -`} /> +Without virtual addresses, each customer deposit address holds a separate onchain balance that must be swept to the master wallet. With virtual addresses, TIP-20 forwarding routes deposits directly to the master wallet. +Without virtual addresses, each customer deposit address holds a separate onchain balance that must be swept to the master wallet. With virtual addresses, TIP-20 forwarding routes deposits directly to the master wallet. This means: