Skip to content

Commit

Permalink
getRequiredBlockState endpoint add on rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
jstr1121 committed Oct 19, 2023
1 parent 4dcc02f commit d0c40ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions internal/web3ext/web3ext.go
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,12 @@ web3._extend({
params: 3,
inputFormatter: [web3._extend.formatters.inputAddressFormatter, null, web3._extend.formatters.inputBlockNumberFormatter]
}),
new web3._extend.Method({
name: 'getRequiredBlockState',
call: 'eth_getRequiredBlockState',
params: 1,
inputFormatter: [web3._extend.formatters.inputBlockNumberFormatter]
}),
new web3._extend.Method({
name: 'createAccessList',
call: 'eth_createAccessList',
Expand Down

0 comments on commit d0c40ed

Please sign in to comment.