Skip to content

Commit 307df18

Browse files
committed
updates URL for facilitator
1 parent bd8a496 commit 307df18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/pos/payments/x402/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Polygon currently supports x402 on Mainnet and Amoy through the following facili
1919

2020
1. [x402.rs Facilitator Endpoint](https://facilitator.x402.rs/)
2121
2. [ThirdWeb](https://playground.thirdweb.com/payments/x402)
22-
3. Polygon Testnet Facilitator: https://x402.polygon.technology
22+
3. Polygon Testnet Facilitator: https://x402-amoy.polygon.technology
2323

2424
Please note: For mainnet access through Polygon's Facilitator,
2525
reach out for [access here.](https://t.me/PolygonHQ/32)

docs/pos/payments/x402/quickstart-buyers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ import { wrapFetchWithPayment, decodeXPaymentResponse } from "x402-fetch";
7272

7373
// wallet creation logic...
7474

75-
const FACILITATOR_URL = process.env.FACILITATOR_URL || "https://x402.polygon.technology"
75+
const FACILITATOR_URL = process.env.FACILITATOR_URL || "https://x402-amoy.polygon.technology"
7676
const fetchWithPayment = wrapFetchWithPayment(fetch, client);
7777

7878
const url = process.env.QUICKSTART_RESOURCE_URL || 'http://127.0.0.1:4021/weather';

0 commit comments

Comments
 (0)