Merge branch 'releases' into asr/merge-release-into-master

This commit is contained in:
Aayush
2023-03-01 14:18:35 -05:00
29 changed files with 597 additions and 189 deletions
@@ -102,6 +102,8 @@
* [EthSubscribe](#EthSubscribe)
* [EthUninstallFilter](#EthUninstallFilter)
* [EthUnsubscribe](#EthUnsubscribe)
* [Filecoin](#Filecoin)
* [FilecoinAddressToEthAddress](#FilecoinAddressToEthAddress)
* [Gas](#Gas)
* [GasEstimateFeeCap](#GasEstimateFeeCap)
* [GasEstimateGasLimit](#GasEstimateGasLimit)
@@ -2989,6 +2991,24 @@ Inputs:
Response: `true`
## Filecoin
### FilecoinAddressToEthAddress
FilecoinAddressToEthAddress converts an f410 or f0 Filecoin Address to an EthAddress
Perms: read
Inputs:
```json
[
"f01234"
]
```
Response: `"0x5cbeecf99d3fdb3f25e309cc264f240bb0664031"`
## Gas