adjusted quorums for default EVM methods

This commit is contained in:
Termina1
2022-12-08 15:33:00 +02:00
parent 70577b7ef9
commit 7c13902b03
2 changed files with 6 additions and 7 deletions

View File

@@ -67,6 +67,6 @@ class DefaultEthereumMethodsSpec extends Specification {
"bor_getRootHash",
"bor_getSignersAtHash",
"eth_getRootHash"]
Chain.OPTIMISM | ["eth_getBlockRange", "rollup_gasPrices"]
Chain.OPTIMISM | ["rollup_gasPrices"]
}
}