add rollup_gasPrices for mantle (#382)

This commit is contained in:
a10zn8
2024-01-10 14:43:15 +03:00
committed by GitHub
parent 5dc00e0d72
commit 0216f3ea61

View File

@@ -189,10 +189,10 @@ class DefaultEthereumMethods(
private fun getChainSpecificMethods(chain: Chain): List<String> {
return when (chain) {
Chain.OPTIMISM__MAINNET, Chain.OPTIMISM__GOERLI -> listOf(
"rollup_gasPrices",
)
Chain.OPTIMISM__MAINNET, Chain.OPTIMISM__GOERLI, Chain.MANTLE__MAINNET, Chain.MANTLE__TESTNET ->
listOf(
"rollup_gasPrices",
)
Chain.POLYGON__MAINNET, Chain.POLYGON__MUMBAI -> listOf(
"bor_getAuthor",
"bor_getCurrentValidators",