From a7d0092ccee1ac649d16b5830166d4a80e91ea4a Mon Sep 17 00:00:00 2001 From: Satoshi Qazi Muhammed Date: Sat, 11 Jul 2026 13:58:03 -0700 Subject: [PATCH 1/2] fix: restore corrected TRX icon file (lost in the compat revert) Static asset, unrelated to the chains.json schema/parsing incompatibility that forced master back to 7a087cf - the live app's chains.json doesn't reference this file right now (no Tron chain config), so it's inert for production, but pending/post-fix-release's config (and the eventual coordinated release) already points at this exact path. --- icons/tokens/colored/TRX.svg | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 icons/tokens/colored/TRX.svg diff --git a/icons/tokens/colored/TRX.svg b/icons/tokens/colored/TRX.svg new file mode 100644 index 0000000..8106e94 --- /dev/null +++ b/icons/tokens/colored/TRX.svg @@ -0,0 +1,6 @@ + + + + + + From d02970d8e83a9f7528a5caf3ddafff2865c39c5f Mon Sep 17 00:00:00 2001 From: Satoshi Qazi Muhammed Date: Sat, 11 Jul 2026 14:01:18 -0700 Subject: [PATCH 2/2] fix: restore missing Tron chain gradient icons (lost in the compat revert) icons/chains/gradient/Tron.svg is what NetworkFlowRvItem actually renders per-row (chain.icon, not the token icon) - missed this one when restoring the token-level TRX.svg earlier. Also restoring the pezkuwi-overlay copy for consistency. Both are static assets, unrelated to the chains.json parsing incompatibility that forced master back to 7a087cf. --- icons/chains/gradient/Tron.svg | 10 ++++++++++ pezkuwi-overlay/icons/chains/gradient/Tron.svg | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 icons/chains/gradient/Tron.svg create mode 100644 pezkuwi-overlay/icons/chains/gradient/Tron.svg diff --git a/icons/chains/gradient/Tron.svg b/icons/chains/gradient/Tron.svg new file mode 100644 index 0000000..21cd0a0 --- /dev/null +++ b/icons/chains/gradient/Tron.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/pezkuwi-overlay/icons/chains/gradient/Tron.svg b/pezkuwi-overlay/icons/chains/gradient/Tron.svg new file mode 100644 index 0000000..21cd0a0 --- /dev/null +++ b/pezkuwi-overlay/icons/chains/gradient/Tron.svg @@ -0,0 +1,10 @@ + + + + + + + + + +