Add some eip 1559 related rpc methods to router
This commit is contained in:
parent
d84da4f515
commit
59e8ad0e02
|
@ -73,6 +73,8 @@ var remoteMethods = [...]string{
|
|||
"eth_mining",
|
||||
"eth_hashrate",
|
||||
"eth_gasPrice",
|
||||
"eth_maxPriorityFeePerGas",
|
||||
"eth_feeHistory",
|
||||
//"eth_accounts", // due to sub-accounts handling
|
||||
"eth_blockNumber",
|
||||
"eth_getBalance",
|
||||
|
|
Loading…
Reference in New Issue