add eth_baseFee to avax (#760)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user