mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-04-22 07:48:00 +00:00
feat: update branding, genesis hash, and fix UI issues
- Update PEZKUWI_GENESIS to correct hash (0x1fc56b6a5fcd50358707f69b2b0bb0c8ab1fea2bcfc5eba7279efbcafef642af) - Change highlight color from pink/orange to Kurdistan green (#86e62a) - Add critical CSS in index.html to fix initial theme load issue - Fix metadata badge showing incorrectly on every page load - Fix block time text rendering vertically in explorer - Update SVG logos with correct branding colors
This commit is contained in:
@@ -19,8 +19,8 @@ export const KULUPU_GENESIS = getGenesis('kulupu');
|
||||
// Dicle - Pezkuwi canary relay chain (placeholder until mainnet launch)
|
||||
export const DICLE_GENESIS = '0xd9d3cd7c1e5d890d969b957f4c5b71a111bbeeabc968f1d0d4538c2663f080a7';
|
||||
|
||||
// Pezkuwi - Pezkuwi main relay chain (placeholder until mainnet launch)
|
||||
export const PEZKUWI_GENESIS = '0x41693961995d879073269a008d0a52832caa3e0ae73869f02127f3d5daa4934c';
|
||||
// Pezkuwi - Pezkuwi main relay chain
|
||||
export const PEZKUWI_GENESIS = '0x1fc56b6a5fcd50358707f69b2b0bb0c8ab1fea2bcfc5eba7279efbcafef642af';
|
||||
export const PEZKUWI_DENOM_BLOCK = new BN(1248328);
|
||||
|
||||
export const PASEO_GENESIS = '0x77afd6190f1554ad45fd0d31aee62aacc33c6db0ea801129acb813f913e0764f';
|
||||
|
||||
Reference in New Issue
Block a user