Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Member

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

import { TokenPaymaster, smartWallet } from "thirdweb/wallets";
Comment on lines +26 to 27
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since TokenPaymaster and smartWallet have been removed from thirdweb/wallets, both the import statement and the explanatory comment should be deleted. The code that follows will need to be updated to use the current implementation pattern for handling gas payments. Consider opening a separate PR to update the remaining code examples in this documentation.

Spotted by Graphite Reviewer

Is this helpful? React 👍 or 👎 to let us know.


// Have users pay for gas in Base USDC
Expand Down