add eth_blobBaseFee (#736)

This commit is contained in:
a10zn8
2025-10-29 11:16:11 +03:00
committed by GitHub
parent 8d042f4a10
commit b4acc08f51

View File

@@ -185,6 +185,7 @@ class DefaultEthereumMethods(
"eth_getProof", "eth_getProof",
"eth_createAccessList", "eth_createAccessList",
"eth_getBlockReceipts", "eth_getBlockReceipts",
"eth_blobBaseFee",
) )
private val specialMethods = listOf( private val specialMethods = listOf(