Types for patched EIP1559 methods not available
Closed this issue · 1 comments
davidLeonardi commented
in src/index.ts we find this:
patchSubscriptions(alchemyWeb3);
patchEnableCustomRPC(alchemyWeb3);
patchEthFeeHistoryMethod(alchemyWeb3);
patchEthMaxPriorityFeePerGasMethod(alchemyWeb3);
Yet unfortunately when using these methods in typescript, no types are found for the patched methods.
Please provide correct types
thebrianchen commented
@davidLeonardi Thanks for letting us know! Apologies for the delayed response, but we will be updating these shortly