params: set ropsten TTD for TheMerge (#24876)

This commit is contained in:
Marius van der Wijden
2022-05-16 07:32:56 +03:00
committed by GitHub
parent ae7d834bc7
commit 4f80f7806e
2 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ import (
)
const (
ipcAPIs = "admin:1.0 debug:1.0 eth:1.0 ethash:1.0 miner:1.0 net:1.0 personal:1.0 rpc:1.0 txpool:1.0 web3:1.0"
ipcAPIs = "admin:1.0 debug:1.0 engine:1.0 eth:1.0 ethash:1.0 miner:1.0 net:1.0 personal:1.0 rpc:1.0 txpool:1.0 web3:1.0"
httpAPIs = "eth:1.0 net:1.0 rpc:1.0 web3:1.0"
)