mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 21:47:56 +00:00
453c526ef5
Wallet Features: - Fix address encoding (48 byte → 32 byte) for chain queries - Add gas fee preview before sending transactions - Add address validation with error display - Add real-time balance via chain subscription - Add address book (save/load frequently used addresses) - Add balance check before send (insufficient funds warning) - Use transferKeepAlive to prevent account reaping UI/UX: - Browser title: "Pezkuwi Wallet" → "Pezkuwi" - Update favicon from shared/images - Standardize token logos (hez_token_512.png, pez_token_512.png) Infrastructure: - Fix zombienet endpoint: wss://beta-rpc.pezkuwichain.io:19944 - Disable indexer API (not production ready yet) - Optimize logo images for mobile (5MB → 300KB)
32 lines
728 B
JSON
32 lines
728 B
JSON
{
|
|
"expo": {
|
|
"name": "Pezkuwi",
|
|
"slug": "pezkuwi",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/icon.png",
|
|
"userInterfaceStyle": "light",
|
|
"newArchEnabled": true,
|
|
"splash": {
|
|
"image": "./assets/splash-icon.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"ios": {
|
|
"supportsTablet": true
|
|
},
|
|
"android": {
|
|
"package": "io.pezkuwichain.wallet",
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/adaptive-icon.png",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"edgeToEdgeEnabled": true,
|
|
"predictiveBackGestureEnabled": false
|
|
},
|
|
"web": {
|
|
"favicon": "./assets/favicon.png"
|
|
}
|
|
}
|
|
}
|