Skip to content

Commit 2a7a15d

Browse files
committed
chore: update OpenRPC JSON updater config to include eth_getStorageAt.params.2.required in CUSTOM_FIELDS (#1837)
Signed-off-by: Michał Walczak <[email protected]>
1 parent 5937d64 commit 2a7a15d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/openrpc-json-updater/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export const CUSTOM_FIELDS = [
1212
'eth_feeHistory.result.schema.properties.reward.title',
1313
'eth_getTransactionCount.summary',
1414
'eth_maxPriorityFeePerGas.result.schema.description',
15+
'eth_getStorageAt.params.2.required',
1516
];
1617

1718
export const DISCARDED_METHODS = ['engine_*'];

0 commit comments

Comments
 (0)