-
Notifications
You must be signed in to change notification settings - Fork 621
TokenPaymaster no longer exists, docs update neded #6244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,6 +23,7 @@ Currently you may use Lisk LSK, Base USDC or Celo CUSD. | |
| <TabsContent value="typescript"> | ||
| ```tsx | ||
| import { base, lisk, celo } from "thirdweb/chains"; | ||
| //This no longer exists | ||
| import { TokenPaymaster, smartWallet } from "thirdweb/wallets"; | ||
|
Comment on lines
+26
to
27
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Since Spotted by Graphite Reviewer |
||
|
|
||
| // Have users pay for gas in Base USDC | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wdym ? exports are still there