Revert "internal/web3ext: fix eth_call stateOverrides in console (#26265)"

This reverts commit 1325fef102.
pull/26592/head
Sina Mahmoodi 2 years ago committed by GitHub
parent 1325fef102
commit eb8be4e4fe
  1. 5
      internal/web3ext/web3ext.go

@ -600,11 +600,6 @@ web3._extend({
call: 'eth_getLogs',
params: 1,
}),
new web3._extend.Method({
name: 'call',
call: 'eth_call',
params: 3,
}),
],
properties: [
new web3._extend.Property({

Loading…
Cancel
Save