@@ -18,3 +18,42 @@ export const BundlerRPCMethods = {
1818 debug_bundler_setBundleInterval : "debug_bundler_setBundleInterval" ,
1919 debug_bundler_sendBundleNow : "debug_bundler_sendBundleNow" ,
2020} ;
21+
22+ export const RedirectedRPCMethods = {
23+ web3_sha3 : "web3_sha3" ,
24+ net_version : "net_version" ,
25+ net_listening : "net_listening" ,
26+ net_peerCount : "net_peerCount" ,
27+ eth_protocolVersion : "eth_protocolVersion" ,
28+ eth_gasPrice : "eth_gasPrice" ,
29+ eth_blockNumber : "eth_blockNumber" ,
30+ eth_getBalance : "eth_getBalance" ,
31+ eth_getStorageAt : "eth_getStorageAt" ,
32+ eth_getTransactionCount : "eth_getTransactionCount" ,
33+ eth_getBlockTransactionCountByHash : "eth_getBlockTransactionCountByHash" ,
34+ eth_getBlockTransactionCountByNumber : "eth_getBlockTransactionCountByNumber" ,
35+ eth_getUncleCountByBlockHash : "eth_getUncleCountByBlockHash" ,
36+ eth_getUncleCountByBlockNumber : "eth_getUncleCountByBlockNumber" ,
37+ eth_getCode : "eth_getCode" ,
38+ eth_sign : "eth_sign" ,
39+ eth_call : "eth_call" ,
40+ eth_estimateGas : "eth_estimateGas" ,
41+ eth_getBlockByHash : "eth_getBlockByHash" ,
42+ eth_getBlockByNumber : "eth_getBlockByNumber" ,
43+ eth_getTransactionByHash : "eth_getTransactionByHash" ,
44+ eth_getTransactionByBlockHashAndIndex :
45+ "eth_getTransactionByBlockHashAndIndex" ,
46+ eth_getTransactionByBlockNumberAndIndex :
47+ "eth_getTransactionByBlockNumberAndIndex" ,
48+ eth_getTransactionReceipt : "eth_getTransactionReceipt" ,
49+ eth_getUncleByBlockHashAndIndex : "eth_getUncleByBlockHashAndIndex" ,
50+ eth_getUncleByBlockNumberAndIndex : "eth_getUncleByBlockNumberAndIndex" ,
51+ eth_newFilter : "eth_newFilter" ,
52+ eth_newBlockFilter : "eth_newBlockFilter" ,
53+ eth_newPendingTransactionFilter : "eth_newPendingTransactionFilter" ,
54+ eth_uninstallFilter : "eth_uninstallFilter" ,
55+ eth_getFilterChanges : "eth_getFilterChanges" ,
56+ eth_getFilterLogs : "eth_getFilterLogs" ,
57+ eth_getLogs : "eth_getLogs" ,
58+ eth_maxPriorityFeePerGas : "eth_maxPriorityFeePerGas" ,
59+ } ;
0 commit comments