diff --git a/proxyd/example.config.toml b/proxyd/example.config.toml index 6bfd6dff..a7dd7f9c 100644 --- a/proxyd/example.config.toml +++ b/proxyd/example.config.toml @@ -131,3 +131,40 @@ secret = "test" eth_call = "main" eth_chainId = "main" eth_blockNumber = "alchemy" +# eth_accounts = "main" +# eth_coinbase = "main" +# eth_estimateGas = "main" +# eth_feeHistory = "main" +# eth_gasPrice = "main" +# eth_getBalance = "main" +# eth_getBlockByHash = "main" +# eth_getBlockByNumber = "main" +# eth_getBlockReceipts = "main" +# eth_getBlockTransactionCountByHash = "main" +# eth_getBlockTransactionCountByNumber = "main" +# eth_getCode = "main" +# eth_getLogs = "main" +# eth_getStorageAt = "main" +# eth_getTransactionByBlockHashAndIndex = "main" +# eth_getTransactionByBlockNumberAndIndex = "main" +# eth_getTransactionByHash = "main" +# eth_getTransactionCount = "main" +# eth_getTransactionReceipt = "main" +# eth_getUncleByBlockHashAndIndex = "main" +# eth_getUncleByBlockNumberAndIndex = "main" +# eth_getUncleCountByBlockNumber = "main" +# eth_hashrate = "main" +# eth_maxPriorityFeePerGas = "main" +# eth_getUncleCountByBlockHash = "main" +# eth_mining = "main" +# eth_protocolVersion = "main" +# eth_sendRawTransaction = "main" +# eth_syncing = "main" +# net_listening = "main" +# net_peerCount = "main" +# net_version = "main" +# web3_clientVersion = "main" +# web3_sha3 = "main" +# debug_traceBlockByHash = "main" +# debug_traceBlockByNumber = "main" +# debug_traceTransaction = "main"