Skip to content

Commit 11c7bf0

Browse files
[Playground] Remove hardcoded limit from wrapFetchWithPayment (#8376)
1 parent c9e430d commit 11c7bf0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/playground-web/src/app/payments/x402/components/X402RightSection.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ export function X402RightSection(props: { options: X402PlaygroundOptions }) {
4343
fetch,
4444
THIRDWEB_CLIENT,
4545
activeWallet,
46-
BigInt(1 * 10 ** 18),
4746
);
4847
const searchParams = new URLSearchParams();
4948
searchParams.set("chainId", props.options.chain.id.toString());

0 commit comments

Comments
 (0)