We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e430d commit 11c7bf0Copy full SHA for 11c7bf0
apps/playground-web/src/app/payments/x402/components/X402RightSection.tsx
@@ -43,7 +43,6 @@ export function X402RightSection(props: { options: X402PlaygroundOptions }) {
43
fetch,
44
THIRDWEB_CLIENT,
45
activeWallet,
46
- BigInt(1 * 10 ** 18),
47
);
48
const searchParams = new URLSearchParams();
49
searchParams.set("chainId", props.options.chain.id.toString());
0 commit comments