add: debug batch storage RPCs

This commit is contained in:
quantumshiro 2025-09-12 02:00:47 +09:00 committed by Sina Mahmoodi
parent d2f83bd4da
commit 086e2be246

View file

@ -415,6 +415,16 @@ web3._extend({
call: 'debug_storageRangeAt',
params: 5,
}),
new web3._extend.Method({
name: 'batchGetStorageAt',
call: 'debug_batchGetStorageAt',
params: 3,
}),
new web3._extend.Method({
name: 'batchGetStorage',
call: 'debug_batchGetStorage',
params: 2,
}),
new web3._extend.Method({
name: 'getModifiedAccountsByNumber',
call: 'debug_getModifiedAccountsByNumber',