Add linea method and fix docs (#443)

This commit is contained in:
KirillPamPam
2024-03-26 16:26:01 +04:00
committed by GitHub
parent b113b56f62
commit 8b609ee2d1
2 changed files with 4 additions and 4 deletions

View File

@@ -324,6 +324,10 @@ class DefaultEthereumMethods(
.plus(harmonySpecialMethods)
.plus(harmonyPossibleNotIndexedMethods)
Chain.LINEA__MAINNET, Chain.LINEA__GOERLI -> listOf(
"linea_estimateGas",
)
else -> emptyList()
}
}