add eth_baseFee to avax (#760)

This commit is contained in:
msizov
2025-12-18 14:13:06 +07:00
committed by GitHub
parent 4f2959a75f
commit 77ae38e138

View File

@@ -234,6 +234,10 @@ class DefaultEthereumMethods(
"eth_chainId",
)
private val avalancheMethods = listOf(
"eth_baseFee",
)
private val filecoinMethods = listOf(
"Filecoin.ChainBlockstoreInfo",
"Filecoin.ChainExport",
@@ -734,6 +738,8 @@ class DefaultEthereumMethods(
Chain.FILECOIN__MAINNET, Chain.FILECOIN__CALIBRATION_TESTNET -> filecoinMethods
Chain.AVALANCHE__MAINNET, Chain.AVALANCHE__FUJI -> avalancheMethods
Chain.SEI__MAINNET, Chain.SEI__TESTNET, Chain.SEI__DEVNET -> seiMethods
Chain.CRONOS_ZKEVM__MAINNET, Chain.CRONOS_ZKEVM__TESTNET -> zxkSyncMethods + "zk_estimateFee"