Add some eip 1559 related rpc methods to router

This commit is contained in:
Roman Volosovskyi 2021-06-18 15:08:07 +03:00 committed by Andrea Maria Piana
parent d84da4f515
commit 59e8ad0e02
1 changed files with 2 additions and 0 deletions

View File

@ -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",