From 331ed61a3967083fb89c9d3cf496ebc4343b3033 Mon Sep 17 00:00:00 2001 From: Satoshi Qazi Muhammed Date: Sat, 11 Jul 2026 14:22:33 -0700 Subject: [PATCH 1/2] rename: Pezkuwi P2P -> Pezkuwi Exchange, point at pex.network --- dapps/dapps_dev.json | 4 ++-- dapps/dapps_full.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index eeadbcd..45f548d 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -87,8 +87,8 @@ ] }, { - "name": "Pezkuwi P2P", - "url": "https://app.pezkuwichain.io/p2p", + "name": "Pezkuwi Exchange", + "url": "https://pex.network", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/dapps/dapps/Pezkuwi.png", "categories": [ "dex" diff --git a/dapps/dapps_full.json b/dapps/dapps_full.json index eeadbcd..45f548d 100644 --- a/dapps/dapps_full.json +++ b/dapps/dapps_full.json @@ -87,8 +87,8 @@ ] }, { - "name": "Pezkuwi P2P", - "url": "https://app.pezkuwichain.io/p2p", + "name": "Pezkuwi Exchange", + "url": "https://pex.network", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/dapps/dapps/Pezkuwi.png", "categories": [ "dex" From 65334529ed30aa1e7babff326c8129a6610dc8e9 Mon Sep 17 00:00:00 2001 From: Satoshi Qazi Muhammed Date: Fri, 17 Jul 2026 13:23:14 -0700 Subject: [PATCH 2/2] Pin Pezsnowbridge, Pezkuwi Exchange, Dijital Kurdistan as the first 3 Popular dapps Popular is a plain ordered array (app renders it verbatim, no sorting) - reordered/added these 3 pezkuwi-owned dapps to the front in both the release (dapps_full.json) and debug (dapps_dev.json) variants, keeping the rest of the existing list in its prior relative order after them. --- dapps/dapps_dev.json | 6 ++++++ dapps/dapps_full.json | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 45f548d..d0fb777 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -1,5 +1,11 @@ { "popular": [ + { + "url": "https://pezsnowbridge.pezkiwi.app" + }, + { + "url": "https://pex.network" + }, { "url": "https://pezkuwichain.io/" }, diff --git a/dapps/dapps_full.json b/dapps/dapps_full.json index 45f548d..d0fb777 100644 --- a/dapps/dapps_full.json +++ b/dapps/dapps_full.json @@ -1,5 +1,11 @@ { "popular": [ + { + "url": "https://pezsnowbridge.pezkiwi.app" + }, + { + "url": "https://pex.network" + }, { "url": "https://pezkuwichain.io/" },