From 93d278cef768e5400f81654496b4c307ddfe23ca Mon Sep 17 00:00:00 2001 From: mrq1911 Date: Wed, 13 Dec 2023 12:00:14 +0100 Subject: [PATCH] subsquid indexer & processor fix (#150) --- rpc_configs/substrate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/rpc_configs/substrate.yml b/rpc_configs/substrate.yml index c5d5b5c..30a9be6 100644 --- a/rpc_configs/substrate.yml +++ b/rpc_configs/substrate.yml @@ -214,4 +214,5 @@ aliases: - [ chain_getBlockHash, chain_getHead ] - [ state_getKeysPaged, state_getKeysPagedAt ] - [ state_getStorage, state_getStorageAt ] + - [ state_getRuntimeVersion, chain_getRuntimeVersion ] - [ childstate_getKeysPaged, childstate_getKeysPagedAt ]