mirror of
https://github.com/pezkuwichain/pezkuwi-subquery.git
synced 2026-04-22 01:57:58 +00:00
Update genesis hashes and startBlock for mainnet relaunch
- Relay chain: 0xbb4a61ab... -> 0x1aa94987... - Asset Hub: 0x00d0e1d0... -> 0xe7c15092... - Reset startBlock to 1 for full re-index from genesis
This commit is contained in:
@@ -13,13 +13,13 @@ repository: https://github.com/pezkuwichain/pezkuwi-subquery
|
|||||||
schema:
|
schema:
|
||||||
file: ./schema.graphql
|
file: ./schema.graphql
|
||||||
network:
|
network:
|
||||||
chainId: "0x00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948"
|
chainId: "0xe7c15092dcbe3f320260ddbbc685bfceed9125a3b3d8436db2766201dec3b949"
|
||||||
endpoint:
|
endpoint:
|
||||||
- wss://asset-hub-rpc.pezkuwichain.io
|
- wss://asset-hub-rpc.pezkuwichain.io
|
||||||
dataSources:
|
dataSources:
|
||||||
- name: main
|
- name: main
|
||||||
kind: substrate/Runtime
|
kind: substrate/Runtime
|
||||||
startBlock: 198000
|
startBlock: 1
|
||||||
mapping:
|
mapping:
|
||||||
file: ./dist/index.js
|
file: ./dist/index.js
|
||||||
handlers:
|
handlers:
|
||||||
|
|||||||
+2
-2
@@ -13,7 +13,7 @@ repository: https://github.com/pezkuwichain/pezkuwi-subquery
|
|||||||
schema:
|
schema:
|
||||||
file: ./schema.graphql
|
file: ./schema.graphql
|
||||||
network:
|
network:
|
||||||
chainId: "0xbb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
chainId: "0x1aa94987791a5544e9667ec249d2cef1b8fdd6083c85b93fc37892d54a1156ca"
|
||||||
endpoint:
|
endpoint:
|
||||||
- wss://rpc.pezkuwichain.io
|
- wss://rpc.pezkuwichain.io
|
||||||
- wss://mainnet.pezkuwichain.io
|
- wss://mainnet.pezkuwichain.io
|
||||||
@@ -22,7 +22,7 @@ network:
|
|||||||
dataSources:
|
dataSources:
|
||||||
- name: main
|
- name: main
|
||||||
kind: substrate/Runtime
|
kind: substrate/Runtime
|
||||||
startBlock: 199000
|
startBlock: 1
|
||||||
mapping:
|
mapping:
|
||||||
file: ./dist/index.js
|
file: ./dist/index.js
|
||||||
handlers:
|
handlers:
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
// Pezkuwi chain genesis hashes (with 0x prefix, as the app expects)
|
// Pezkuwi chain genesis hashes (with 0x prefix, as the app expects)
|
||||||
export const PEZKUWI_RELAY_GENESIS =
|
export const PEZKUWI_RELAY_GENESIS =
|
||||||
"0xbb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75";
|
"0x1aa94987791a5544e9667ec249d2cef1b8fdd6083c85b93fc37892d54a1156ca";
|
||||||
export const PEZKUWI_ASSET_HUB_GENESIS =
|
export const PEZKUWI_ASSET_HUB_GENESIS =
|
||||||
"0x00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948";
|
"0xe7c15092dcbe3f320260ddbbc685bfceed9125a3b3d8436db2766201dec3b949";
|
||||||
|
|
||||||
// Staking type identifiers (must match the app's mapStakingTypeToSubQueryId)
|
// Staking type identifiers (must match the app's mapStakingTypeToSubQueryId)
|
||||||
export const STAKING_TYPE_RELAYCHAIN = "relaychain";
|
export const STAKING_TYPE_RELAYCHAIN = "relaychain";
|
||||||
|
|||||||
Reference in New Issue
Block a user