Files
pezkuwi-wallet-utils/banners/v2/content/assets/banners_dev.json
T
pezkuwichain 84b87458da feat: replace governance banner with builders call-to-action (#63)
The "Your Voice Matters" card used pezkuwiwallet://pezkuwi/open/governance.
That path prefix-matches the referendum deep link handler (/open/gov), which
requires an id; without one it reports "Referendum not found". Worse, a
matched-but-failed deep link is persisted and never cleared, so it replays on
every app launch.

Replace it with a builders/developer call-to-action (image: Gre Miraza scene)
that links to an external Telegram invite. External https links bypass the
in-app deep link engine entirely, so this card cannot get stuck.

prod + dev kept in sync; en/ku/tr localised.
2026-07-22 21:32:23 -07:00

59 lines
3.2 KiB
JSON

[
{
"id": "pezkuwi-welcome-001",
"background": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/banners/v2/resources/backgrounds/pezkuwi_green_bg.png",
"image": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/banners/v2/resources/images/pezkuwi_welcome.png",
"clipsToBounds": false,
"action": null
},
{
"id": "pezkuwi-staking-001",
"background": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/banners/v2/resources/backgrounds/pezkuwi_staking_bg.png",
"image": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/banners/v2/resources/images/pezkuwi_staking.png",
"clipsToBounds": false,
"action": "pezkuwiwallet://pezkuwi/open/staking"
},
{
"id": "pezkuwi-hez-001",
"background": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/banners/v2/resources/backgrounds/pezkuwi_gold_bg.png",
"image": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/banners/v2/resources/images/hez_token.png",
"clipsToBounds": false,
"action": null
},
{
"id": "pezkuwi-pez-001",
"background": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/banners/v2/resources/backgrounds/pezkuwi_blue_bg.png",
"image": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/banners/v2/resources/images/pez_token.png",
"clipsToBounds": false,
"action": null
},
{
"id": "pezkuwi-builders-001",
"background": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/banners/v2/resources/backgrounds/pezkuwi_purple_bg.png",
"image": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/banners/v2/resources/images/gremiraza_builders.png",
"clipsToBounds": false,
"action": "https://t.me/+LvoC1nX11PowNzFi"
},
{
"id": "pezkuwi-community-001",
"background": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/banners/v2/resources/backgrounds/pezkuwi_red_bg.png",
"image": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/banners/v2/resources/images/pezkuwi_community.png",
"clipsToBounds": false,
"action": "https://t.me/+DUWJ8wtt5qI4Njgy"
},
{
"id": "pezkuwi-hiring-001",
"background": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/banners/v2/resources/backgrounds/pezkuwi_purple_bg.png",
"image": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/banners/v2/resources/images/pezkuwi_hiring.png",
"clipsToBounds": false,
"action": "https://welati.pex.network"
},
{
"id": "pezkuwi-book-001",
"background": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/banners/v2/resources/backgrounds/pezkuwi_dark_bg.png",
"image": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/banners/v2/resources/images/cloud_nations_book.png",
"clipsToBounds": false,
"action": null
}
]