add rollup_gasPrices for mantle (#382)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user