Add linea method and fix docs (#443)
This commit is contained in:
@@ -220,10 +220,6 @@ You can specify this modes through `connector-mode` parameter in connection conf
|
|||||||
- `eth_getUncleByBlockNumberAndIndex`
|
- `eth_getUncleByBlockNumberAndIndex`
|
||||||
- `eth_feeHistory`
|
- `eth_feeHistory`
|
||||||
- `eth_getLogs`
|
- `eth_getLogs`
|
||||||
- `eth_getFilterChanges`
|
|
||||||
- `eth_newFilter`
|
|
||||||
- `eth_newBlockFilter`
|
|
||||||
- `eth_newPendingTransactionFilter`
|
|
||||||
|
|
||||||
.Plus following methods are answered directly by Dshackle
|
.Plus following methods are answered directly by Dshackle
|
||||||
- `net_version`
|
- `net_version`
|
||||||
|
|||||||
@@ -324,6 +324,10 @@ class DefaultEthereumMethods(
|
|||||||
.plus(harmonySpecialMethods)
|
.plus(harmonySpecialMethods)
|
||||||
.plus(harmonyPossibleNotIndexedMethods)
|
.plus(harmonyPossibleNotIndexedMethods)
|
||||||
|
|
||||||
|
Chain.LINEA__MAINNET, Chain.LINEA__GOERLI -> listOf(
|
||||||
|
"linea_estimateGas",
|
||||||
|
)
|
||||||
|
|
||||||
else -> emptyList()
|
else -> emptyList()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user