mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-07-08 10:07:36 +00:00
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:
@@ -77,8 +77,8 @@ Apache 2.0
|
||||
|
||||
- Website: https://pezkuwichain.io
|
||||
- Documentation: https://docs.pezkuwichain.io
|
||||
- Telegram: https://t.me/pezkuwichain
|
||||
- Twitter: https://twitter.com/pezkuwichain
|
||||
- Telegram: https://t.me/kurdishmedya
|
||||
- Twitter: https://x.com/bizinikiwi
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
"background": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/banners/v2/resources/backgrounds/pezkuwi_red_bg.png",
|
||||
"image": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/banners/v2/resources/images/pezkuwi_community.png",
|
||||
"clipsToBounds": false,
|
||||
"action": "https://t.me/pezkuwichain"
|
||||
"action": "https://t.me/kurdishmedya"
|
||||
},
|
||||
{
|
||||
"id": "pezkuwi-explorer-001",
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
"background": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/banners/v2/resources/backgrounds/pezkuwi_red_bg.png",
|
||||
"image": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/banners/v2/resources/images/pezkuwi_community.png",
|
||||
"clipsToBounds": false,
|
||||
"action": "https://t.me/pezkuwichain"
|
||||
"action": "https://t.me/kurdishmedya"
|
||||
},
|
||||
{
|
||||
"id": "pezkuwi-explorer-001",
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
"background": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/banners/v2/resources/backgrounds/pezkuwi_red_bg.png",
|
||||
"image": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/banners/v2/resources/images/pezkuwi_community.png",
|
||||
"clipsToBounds": false,
|
||||
"action": "https://t.me/pezkuwichain"
|
||||
"action": "https://t.me/kurdishmedya"
|
||||
},
|
||||
{
|
||||
"id": "pezkuwi-explorer-001",
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
"background": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/banners/v2/resources/backgrounds/pezkuwi_red_bg.png",
|
||||
"image": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/banners/v2/resources/images/pezkuwi_community.png",
|
||||
"clipsToBounds": false,
|
||||
"action": "https://t.me/pezkuwichain"
|
||||
"action": "https://t.me/kurdishmedya"
|
||||
},
|
||||
{
|
||||
"id": "pezkuwi-explorer-001",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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 Relay",
|
||||
|
||||
@@ -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 Relay",
|
||||
|
||||
@@ -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 Relay",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@
|
||||
<p>These terms and conditions ("Agreement") set forth the general terms and conditions of your use of the "Pezkuwi Wallet" mobile application ("Mobile Application" or "Service") and any of its related products and services (collectively, "Services"). This Agreement is legally binding between you ("User", "you" or "your") and this Mobile Application developer ("Operator", "we", "us" or "our"). If you are entering into this agreement on behalf of a business or other legal entity, you represent that you have the authority to bind such an entity to this agreement, in which case the terms "User", "you" or "your" shall refer to such entity. If you do not have such authority, or if you do not agree with the terms of this agreement, you must not accept this agreement and may not access and use the Mobile Application and Services. By accessing and using the Mobile Application and Services, you acknowledge that you have read, understood, and agree to be bound by the terms of this Agreement. You acknowledge that this Agreement is a contract between you and the Operator, even though it is electronic and is not physically signed by you, and it governs your use of the Mobile Application and Services.</p>
|
||||
|
||||
<h5>Overview</h5>
|
||||
<p>To ease the life of our users we decided to provide this section containing a brief summary of the highlights of this Agreement. It is important to understand that when you accept this Agreement, you are accepting full terms and conditions, not just this section. Pezkuwi Wallet provides self-hosted wallet services for managing assets in the Pezkuwi and Polkadot ecosystems. By building our application from a source code, downloading it from any application store, running it on any platform, creating or importing a wallet or visiting our website, you are agreeing to our Terms, so please read carefully. These terms outline approved uses of Pezkuwi Wallet, various licenses that we grant to you, and licenses that you grant us. If you have any questions or comments related to this Agreement, please send us a message at <a href="mailto:support@pezkuwichain.io">support@pezkuwichain.io</a> or contact us through <a href="https://t.me/pezkuwichain">Telegram</a>, <a href="https://twitter.com/pezkuwichain">Twitter</a> or any other means of communication. If you do not agree to this Agreement or any modifications to this Agreement, you should stop using our Services immediately.</p>
|
||||
<p>To ease the life of our users we decided to provide this section containing a brief summary of the highlights of this Agreement. It is important to understand that when you accept this Agreement, you are accepting full terms and conditions, not just this section. Pezkuwi Wallet provides self-hosted wallet services for managing assets in the Pezkuwi and Polkadot ecosystems. By building our application from a source code, downloading it from any application store, running it on any platform, creating or importing a wallet or visiting our website, you are agreeing to our Terms, so please read carefully. These terms outline approved uses of Pezkuwi Wallet, various licenses that we grant to you, and licenses that you grant us. If you have any questions or comments related to this Agreement, please send us a message at <a href="mailto:support@pezkuwichain.io">support@pezkuwichain.io</a> or contact us through <a href="https://t.me/kurdishmedya">Telegram</a>, <a href="https://x.com/bizinikiwi">Twitter</a> or any other means of communication. If you do not agree to this Agreement or any modifications to this Agreement, you should stop using our Services immediately.</p>
|
||||
|
||||
<h5>Accounts and membership</h5>
|
||||
<p>If you create a wallet in the Mobile Application, you are responsible for maintaining the security of your wallet and you are fully responsible for all activities that occur with the wallet and any other actions taken in connection with it. You should understand that we do not have access to any wallet related information on our side, nor are able to send it to any other party. All such information is stored locally on your device(s) which we don't have access to and you bear full responsibility for its(their) safety. Your wallet keys are not backed up along with other data so if you delete Mobile Application, it will be impossible to restore your keys from a backup.</p>
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M0 14C0 6.26801 6.26801 0 14 0H34C41.732 0 48 6.26801 48 14V34C48 41.732 41.732 48 34 48H14C6.26801 48 0 41.732 0 34V14Z" fill="url(#paint0_linear_tron)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M13 15.5L24.5 13L35 16.7L24.9 27.9L13 15.5ZM24.1 30.1L33.6 18.7L25.5 30.9L24.1 30.1ZM22.8 30.9L14.4 17L23 26.3L22.8 30.9Z" fill="white"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_tron" x1="0" y1="0" x2="48" y2="48" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FF3B30"/>
|
||||
<stop offset="1" stop-color="#B8001F"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 659 B |
@@ -0,0 +1,4 @@
|
||||
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="24" cy="24" r="24" fill="#EB0029"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M13 15.5L24.5 13L35 16.7L24.9 27.9L13 15.5ZM24.1 30.1L33.6 18.7L25.5 30.9L24.1 30.1ZM22.8 30.9L14.4 17L23 26.3L22.8 30.9Z" fill="white"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 338 B |
@@ -273,5 +273,70 @@
|
||||
"feeViaRuntimeCall": true,
|
||||
"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"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M0 14C0 6.26801 6.26801 0 14 0H34C41.732 0 48 6.26801 48 14V34C48 41.732 41.732 48 34 48H14C6.26801 48 0 41.732 0 34V14Z" fill="url(#paint0_linear_tron)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M13 15.5L24.5 13L35 16.7L24.9 27.9L13 15.5ZM24.1 30.1L33.6 18.7L25.5 30.9L24.1 30.1ZM22.8 30.9L14.4 17L23 26.3L22.8 30.9Z" fill="white"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_tron" x1="0" y1="0" x2="48" y2="48" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FF3B30"/>
|
||||
<stop offset="1" stop-color="#B8001F"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 659 B |
@@ -0,0 +1,4 @@
|
||||
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="24" cy="24" r="24" fill="#EB0029"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M13 15.5L24.5 13L35 16.7L24.9 27.9L13 15.5ZM24.1 30.1L33.6 18.7L25.5 30.9L24.1 30.1ZM22.8 30.9L14.4 17L23 26.3L22.8 30.9Z" fill="white"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 338 B |
@@ -3,8 +3,10 @@
|
||||
"proxyApiUrl": "https://subquery-proxy-prod.novasama-tech.org",
|
||||
"multiStakingApiUrl": "https://subquery-multi-staking-prod.novasama-tech.org",
|
||||
"stakingApiOverrides": {
|
||||
"https://subquery.pezkuwichain.io/assethub": [
|
||||
"e7c15092dcbe3f320260ddbbc685bfceed9125a3b3d8436db2766201dec3b949"
|
||||
"https://subquery.pezkuwichain.io": [
|
||||
"1aa94987791a5544e9667ec249d2cef1b8fdd6083c85b93fc37892d54a1156ca",
|
||||
"e7c15092dcbe3f320260ddbbc685bfceed9125a3b3d8436db2766201dec3b949",
|
||||
"69a8d025ab7b63363935d7d9397e0f652826c94271c1bc55c4fdfe72cccf1cfa"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,8 +3,10 @@
|
||||
"proxyApiUrl": "https://subquery-proxy-prod.novasama-tech.org",
|
||||
"multiStakingApiUrl": "https://subquery-multi-staking-stg.novasama-tech.org",
|
||||
"stakingApiOverrides": {
|
||||
"https://subquery.pezkuwichain.io/assethub": [
|
||||
"e7c15092dcbe3f320260ddbbc685bfceed9125a3b3d8436db2766201dec3b949"
|
||||
"https://subquery.pezkuwichain.io": [
|
||||
"1aa94987791a5544e9667ec249d2cef1b8fdd6083c85b93fc37892d54a1156ca",
|
||||
"e7c15092dcbe3f320260ddbbc685bfceed9125a3b3d8436db2766201dec3b949",
|
||||
"69a8d025ab7b63363935d7d9397e0f652826c94271c1bc55c4fdfe72cccf1cfa"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user