Add Tron chain to Pezkuwi overlay; regenerate merged configs

- pezkuwi-overlay/chains/pezkuwi-chains.json: add Tron mainnet
  (native TRX + USDT-TRC20) chain entry, plus new TRX/Tron icons
  under pezkuwi-overlay/icons/ (the correct source location - synced
  into the top-level icons/ output by sync_from_nova.py).
- Regenerate all chains/*, xcm/*, staking/* merged output via
  sync_from_nova.py against the current nova-base submodule state.
- Also picks up previously-uncommitted local fixes: canonical
  Telegram/Twitter links (t.me/kurdishmedya, x.com/bizinikiwi) in
  README/docs/banners, and Pezkuwi mainnet + People chain SubQuery
  staking overrides.
This commit is contained in:
2026-07-07 11:02:08 -07:00
parent 7a087cfa14
commit 45cbb72e1c
76 changed files with 4203 additions and 11 deletions
+65
View File
@@ -274,6 +274,71 @@
"disabledCheckMetadataHash": true
}
},
{
"chainId": "tron:0x2b6653dc",
"name": "Tron",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/gradient/Tron.svg",
"addressPrefix": 0,
"options": [
"tronBased",
"noSubstrateRuntime"
],
"nodeSelectionStrategy": "roundRobin",
"nodes": [
{
"url": "https://api.trongrid.io",
"name": "TronGrid"
}
],
"explorers": [
{
"name": "Tronscan",
"extrinsic": "https://tronscan.org/#/transaction/{value}",
"account": "https://tronscan.org/#/address/{value}"
}
],
"externalApi": {
"history": [
{
"type": "trongrid",
"url": "https://api.trongrid.io"
}
]
},
"assets": [
{
"assetId": 0,
"symbol": "TRX",
"precision": 6,
"name": "Tron",
"priceId": "tron",
"staking": null,
"type": "tronNative",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/colored/TRX.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": null
},
{
"assetId": 1,
"symbol": "USDT",
"precision": 6,
"name": "Tether USD",
"priceId": "tether",
"staking": null,
"type": "trc20",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/colored/USDT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"contractAddress": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t"
}
}
],
"additional": {
"themeColor": "#EB0029"
}
},
{
"chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
"name": "Polkadot",