mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-07-11 18:45:48 +00:00
restore: re-add Tron after diagnostic test cleared it as the cause (#42)
The diagnostic (temporarily-remove-tron) didn't fix the live app - confirmed the real cause was stale local app data on a specific test device (large 98->68 chain diff against old cached state), resolved by a clean reinstall on that device, and unrelated to Tron entirely. Also fixes a real inconsistency found while restoring: Tron's USDT icon pointed at the "main" branch while every other icon URL in this file (including Tron's own chain icon and TRX's icon) points at "master" - now consistent.
This commit is contained in:
@@ -274,6 +274,71 @@
|
||||
"disabledCheckMetadataHash": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": "tron:0x2b6653dc",
|
||||
"name": "Tron",
|
||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/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/master/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/master/icons/tokens/colored/USDT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"contractAddress": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
"themeColor": "#EB0029"
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
"name": "Polkadot",
|
||||
|
||||
@@ -274,6 +274,71 @@
|
||||
"disabledCheckMetadataHash": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": "tron:0x2b6653dc",
|
||||
"name": "Tron",
|
||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/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/master/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/master/icons/tokens/colored/USDT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"contractAddress": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
"themeColor": "#EB0029"
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
"name": "Polkadot",
|
||||
|
||||
@@ -274,6 +274,71 @@
|
||||
"disabledCheckMetadataHash": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": "tron:0x2b6653dc",
|
||||
"name": "Tron",
|
||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/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/master/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/master/icons/tokens/colored/USDT.svg",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"contractAddress": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t"
|
||||
}
|
||||
}
|
||||
],
|
||||
"additional": {
|
||||
"themeColor": "#EB0029"
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
"name": "Polkadot",
|
||||
|
||||
Reference in New Issue
Block a user