add rollup_gasPrices for mantle (#382)
This commit is contained in:
@@ -189,10 +189,10 @@ class DefaultEthereumMethods(
|
|||||||
|
|
||||||
private fun getChainSpecificMethods(chain: Chain): List<String> {
|
private fun getChainSpecificMethods(chain: Chain): List<String> {
|
||||||
return when (chain) {
|
return when (chain) {
|
||||||
Chain.OPTIMISM__MAINNET, Chain.OPTIMISM__GOERLI -> listOf(
|
Chain.OPTIMISM__MAINNET, Chain.OPTIMISM__GOERLI, Chain.MANTLE__MAINNET, Chain.MANTLE__TESTNET ->
|
||||||
"rollup_gasPrices",
|
listOf(
|
||||||
)
|
"rollup_gasPrices",
|
||||||
|
)
|
||||||
Chain.POLYGON__MAINNET, Chain.POLYGON__MUMBAI -> listOf(
|
Chain.POLYGON__MAINNET, Chain.POLYGON__MUMBAI -> listOf(
|
||||||
"bor_getAuthor",
|
"bor_getAuthor",
|
||||||
"bor_getCurrentValidators",
|
"bor_getCurrentValidators",
|
||||||
|
|||||||
Reference in New Issue
Block a user