Skip to content

Commit 6f1c741

Browse files
committed
Temporarily disable token paymaster
1 parent 375549a commit 6f1c741

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Thirdweb/Thirdweb.Wallets/SmartWallet/SmartWallet.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ public static async Task<SmartWallet> Create(
159159
{
160160
throw new InvalidOperationException("Token paymaster chain ID does not match the smart account chain ID.");
161161
}
162+
163+
// TODO: Re-enable token paymasters
164+
throw new InvalidOperationException("Token paymasters are currently disabled.");
162165
}
163166

164167
return new SmartWallet(

0 commit comments

Comments
 (0)