fix: correct Pezkuwi chain IDs and priceIds from app config

This commit is contained in:
2026-02-09 05:03:41 +03:00
parent e8045a4b75
commit 173f08a70b
65 changed files with 4753 additions and 1665 deletions
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+74 -26
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,19 +218,19 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
+16
View File
@@ -0,0 +1,16 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_10356_20506)">
<path d="M0 12C0 5.37258 5.37258 0 12 0H36C42.6274 0 48 5.37258 48 12V36C48 42.6274 42.6274 48 36 48H12C5.37258 48 0 42.6274 0 36V12Z" fill="url(#paint0_linear_10356_20506)"/>
<path d="M15.4743 12H28.7372L19.2629 30.7509H6L15.4743 12Z" fill="white"/>
<path d="M36.3143 23.2528H24.9485L30.6342 34.5H42L36.3143 23.2528Z" fill="white"/>
</g>
<defs>
<linearGradient id="paint0_linear_10356_20506" x1="48" y1="48" x2="0.146965" y2="-0.14607" gradientUnits="userSpaceOnUse">
<stop offset="0.16" stop-color="#040404"/>
<stop offset="1" stop-color="#393939"/>
</linearGradient>
<clipPath id="clip0_10356_20506">
<rect width="48" height="48" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 811 B

+75 -27
View File
@@ -2,13 +2,15 @@
{ {
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi", "name": "Pezkuwi",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"crowdloans",
"governance-v2", "governance-v2",
"proxy", "proxy",
"multisig", "multisig",
"pushSupport" "pushSupport",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -39,36 +41,36 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": [ "staking": [
"relaychain", "relaychain",
"nomination-pools" "nomination-pools"
], ],
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"disabledCheckMetadataHash": true "feeViaRuntimeCall": true
} }
}, },
{ {
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi Asset Hub", "name": "Pezkuwi Asset Hub",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"swap-hub", "swap-hub",
"assethub-fees", "assethub-fees",
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -92,10 +94,10 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
@@ -105,10 +107,10 @@
"symbol": "PEZ", "symbol": "PEZ",
"precision": 12, "precision": 12,
"name": "Pezkuwi", "name": "Pezkuwi",
"priceId": null, "priceId": "pezkuwi",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/PEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
@@ -122,31 +124,77 @@
"name": "Tether USD", "name": "Tether USD",
"priceId": "tether", "priceId": "tether",
"staking": null, "staking": null,
"type": "Statemine", "type": "statemine",
"icon": "https://pezkuwichain.io/tokens/wUSDT.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": { "typeExtras": {
"assetId": "1000" "assetId": "1000"
} }
},
{
"assetId": 1001,
"symbol": "DOT",
"precision": 10,
"name": "Polkadot",
"priceId": "polkadot",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1001"
}
},
{
"assetId": 1002,
"symbol": "ETH",
"precision": 18,
"name": "Ethereum",
"priceId": "ethereum",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1002"
}
},
{
"assetId": 1003,
"symbol": "BTC",
"precision": 8,
"name": "Bitcoin",
"priceId": "bitcoin",
"staking": null,
"type": "statemine",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"buyProviders": {},
"sellProviders": {},
"typeExtras": {
"assetId": "1003"
}
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
}, },
{ {
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
"name": "Pezkuwi People", "name": "Pezkuwi People",
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
"addressPrefix": 42, "addressPrefix": 42,
"options": [ "options": [
"proxy", "proxy",
"multisig" "multisig",
"fullSyncByDefault"
], ],
"nodeSelectionStrategy": "roundRobin", "nodeSelectionStrategy": "roundRobin",
"nodes": [ "nodes": [
@@ -170,20 +218,20 @@
"symbol": "HEZ", "symbol": "HEZ",
"precision": 12, "precision": 12,
"name": "Hezkurd", "name": "Hezkurd",
"priceId": null, "priceId": "hezkurd",
"staking": null, "staking": null,
"type": "Native", "type": "native",
"icon": "https://pezkuwichain.io/tokens/HEZ.png", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
"buyProviders": {}, "buyProviders": {},
"sellProviders": {}, "sellProviders": {},
"typeExtras": null "typeExtras": null
} }
], ],
"types": null,
"additional": { "additional": {
"themeColor": "#009639", "themeColor": "#009639",
"defaultBlockTimeMillis": 6000, "defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true "disabledCheckMetadataHash": true
} }
} }
] ]