mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-06-24 17:11:04 +00:00
feat: add Pezkuwi Dashboard card with live People Chain data
- Dashboard card on Assets page showing roles, trust score, referral, staking, and perwerde points from People Chain pallets - Repository queries: Tiki, Trust, Referral, StakingScore, Perwerde - CachedStakingDetails double map query (RelayChain + AssetHub sources) - Full i18n support across all 15 locales including new Turkish locale - "Apply & Actions" button opens Telegram bot - Staking improvements for split ecosystem multi-endpoint stats
This commit is contained in:
+2
-2
@@ -48,7 +48,7 @@ android {
|
||||
|
||||
buildConfigField "long", "CLOUD_PROJECT_NUMBER", "171267697857L"
|
||||
|
||||
buildConfigField "String", "GLOBAL_CONFIG_URL", "\"https://wallet.pezkuwichain.io/config/global_config_dev.json\""
|
||||
buildConfigField "String", "GLOBAL_CONFIG_URL", "\"https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/staking/global_config_dev.json\""
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
@@ -61,7 +61,7 @@ android {
|
||||
|
||||
buildConfigField "long", "CLOUD_PROJECT_NUMBER", "802342409053L"
|
||||
|
||||
buildConfigField "String", "GLOBAL_CONFIG_URL", "\"https://wallet.pezkuwichain.io/config/global_config.json\""
|
||||
buildConfigField "String", "GLOBAL_CONFIG_URL", "\"https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/staking/global_config.json\""
|
||||
}
|
||||
|
||||
releaseGithub {
|
||||
|
||||
Reference in New Issue
Block a user