don't use non-engine-API-whitelisted web3 methods (#4484)

This commit is contained in:
tersec 2023-01-10 15:50:34 +00:00 committed by GitHub
parent 0590be7afe
commit 2fc0fa4288
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 9 deletions

View File

@ -1747,9 +1747,6 @@ proc testWeb3Provider*(web3Url: Uri,
res
let
clientVersion = request "Client version":
web3.provider.web3_clientVersion()
chainId = request "Chain ID":
web3.provider.eth_chainId()
@ -1759,12 +1756,6 @@ proc testWeb3Provider*(web3Url: Uri,
syncStatus = request "Sync status":
web3.provider.eth_syncing()
peers = request "Peers":
web3.provider.net_peerCount()
miningStatus = request "Mining status":
web3.provider.eth_mining()
ns = web3.contractSender(DepositContract, depositContractAddress)
depositRoot = request "Deposit root":