Convert UltralightProvider
into a pure EIP-1193 JSON-RPC Provider
#687
Labels
UltralightProvider
into a pure EIP-1193 JSON-RPC Provider
#687
The current implementation of the
UltralightProvider
extends theethers.JsonRpcProvider
class fromethers
v5 and is basically useless at this point. We should convert it into a pure EIP-1193 provider so it can be used independent of a specific implementation of a web3 library. Updates do not need to implement the complete spec (as that isn't currently possible since Portal Network doesn't have any way to realistically support subscriptions right now), but focus on just implementing therequest
method as specified in the EIP and return appropriate error messages.The text was updated successfully, but these errors were encountered: