mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-04-21 23:48:06 +00:00
Move staking config from Relay Chain to Asset Hub
Staking pallet lives on Asset Hub, not Relay Chain. - RC HEZ staking set to null - AH HEZ staking enabled with relaychain and nomination-pools - AH externalApi staking subquery URL added - Removed RC staking override from global configs
This commit is contained in:
@@ -40,10 +40,7 @@
|
|||||||
"precision": 12,
|
"precision": 12,
|
||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": null,
|
"priceId": null,
|
||||||
"staking": [
|
"staking": null,
|
||||||
"relaychain",
|
|
||||||
"nomination-pools"
|
|
||||||
],
|
|
||||||
"type": "Native",
|
"type": "Native",
|
||||||
"icon": "https://pezkuwichain.io/tokens/HEZ.png",
|
"icon": "https://pezkuwichain.io/tokens/HEZ.png",
|
||||||
"buyProviders": {},
|
"buyProviders": {},
|
||||||
@@ -84,7 +81,14 @@
|
|||||||
"event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}"
|
"event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"externalApi": {},
|
"externalApi": {
|
||||||
|
"staking": [
|
||||||
|
{
|
||||||
|
"type": "subquery",
|
||||||
|
"url": "https://subquery.pezkuwichain.io/assethub"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"assets": [
|
"assets": [
|
||||||
{
|
{
|
||||||
"assetId": 0,
|
"assetId": 0,
|
||||||
@@ -92,7 +96,10 @@
|
|||||||
"precision": 12,
|
"precision": 12,
|
||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": null,
|
"priceId": null,
|
||||||
"staking": null,
|
"staking": [
|
||||||
|
"relaychain",
|
||||||
|
"nomination-pools"
|
||||||
|
],
|
||||||
"type": "Native",
|
"type": "Native",
|
||||||
"icon": "https://pezkuwichain.io/tokens/HEZ.png",
|
"icon": "https://pezkuwichain.io/tokens/HEZ.png",
|
||||||
"buyProviders": {},
|
"buyProviders": {},
|
||||||
|
|||||||
@@ -3,9 +3,6 @@
|
|||||||
"proxyApiUrl": "https://subquery-proxy-prod.novasama-tech.org",
|
"proxyApiUrl": "https://subquery-proxy-prod.novasama-tech.org",
|
||||||
"multiStakingApiUrl": "https://subquery-multi-staking-prod.novasama-tech.org",
|
"multiStakingApiUrl": "https://subquery-multi-staking-prod.novasama-tech.org",
|
||||||
"stakingApiOverrides": {
|
"stakingApiOverrides": {
|
||||||
"https://subquery.pezkuwichain.io": [
|
|
||||||
"1aa94987791a5544e9667ec249d2cef1b8fdd6083c85b93fc37892d54a1156ca"
|
|
||||||
],
|
|
||||||
"https://subquery.pezkuwichain.io/assethub": [
|
"https://subquery.pezkuwichain.io/assethub": [
|
||||||
"e7c15092dcbe3f320260ddbbc685bfceed9125a3b3d8436db2766201dec3b949"
|
"e7c15092dcbe3f320260ddbbc685bfceed9125a3b3d8436db2766201dec3b949"
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -3,9 +3,6 @@
|
|||||||
"proxyApiUrl": "https://subquery-proxy-prod.novasama-tech.org",
|
"proxyApiUrl": "https://subquery-proxy-prod.novasama-tech.org",
|
||||||
"multiStakingApiUrl": "https://subquery-multi-staking-stg.novasama-tech.org",
|
"multiStakingApiUrl": "https://subquery-multi-staking-stg.novasama-tech.org",
|
||||||
"stakingApiOverrides": {
|
"stakingApiOverrides": {
|
||||||
"https://subquery.pezkuwichain.io": [
|
|
||||||
"1aa94987791a5544e9667ec249d2cef1b8fdd6083c85b93fc37892d54a1156ca"
|
|
||||||
],
|
|
||||||
"https://subquery.pezkuwichain.io/assethub": [
|
"https://subquery.pezkuwichain.io/assethub": [
|
||||||
"e7c15092dcbe3f320260ddbbc685bfceed9125a3b3d8436db2766201dec3b949"
|
"e7c15092dcbe3f320260ddbbc685bfceed9125a3b3d8436db2766201dec3b949"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user