You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a request for new documentation or updates to existing documentation
Existing Documentation
If existing documentation, a clear summary of what needs to be changed
This README.md documents the creation of an AlchemySmartAccountClient by calling importing and calling the new AlchemyProvider function.
This no longer exists, erroring Module '"@alchemy/aa-alchemy"' has no exported member 'AlchemyProvider'. on line import { AlchemyProvider } from "@alchemy/aa-alchemy";.
If new documentation, a clear summary of what needs to be added
Document a new example with the newly intended setup code and make it clear what the alternative to AlchemyProvider is.
Additional context
It would also be worth mentioning in the breaking changes post here
The text was updated successfully, but these errors were encountered:
Is this a request for new documentation or updates to existing documentation
Existing Documentation
If existing documentation, a clear summary of what needs to be changed
This README.md documents the creation of an
AlchemySmartAccountClient
by calling importing and calling thenew AlchemyProvider
function.This no longer exists, erroring
Module '"@alchemy/aa-alchemy"' has no exported member 'AlchemyProvider'.
on lineimport { AlchemyProvider } from "@alchemy/aa-alchemy";
.If new documentation, a clear summary of what needs to be added
Document a new example with the newly intended setup code and make it clear what the alternative to
AlchemyProvider
is.Additional context
It would also be worth mentioning in the breaking changes post here
The text was updated successfully, but these errors were encountered: