-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwrangler.toml
More file actions
25 lines (21 loc) · 943 Bytes
/
Copy pathwrangler.toml
File metadata and controls
25 lines (21 loc) · 943 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name = "x402-data-engine"
main = "src/index.ts"
compatibility_date = "2026-03-01"
compatibility_flags = ["nodejs_compat"]
[vars]
ENVIRONMENT = "production"
PAYOUT_WALLET = "0x267e548ab3444aa0a671914ac7c644306a6b90b4"
# Polygon PoS Settlement (eip155:137)
POLYGON_USDC_NATIVE = "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359"
POLYGON_USDC_BRIDGED = "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174"
POLYGON_RPC_PRIMARY = "https://polygon-bor-rpc.publicnode.com"
POLYGON_RPC_SECONDARY = "https://polygon.drpc.org"
# Base Mainnet Settlement (eip155:8453)
BASE_USDC_NATIVE = "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
BASE_RPC_PRIMARY = "https://mainnet.base.org"
BASE_RPC_SECONDARY = "https://base-rpc.publicnode.com"
# Dual-Network x402 Facilitators
FACILITATOR_URL = "https://x402.org/facilitator"
FALLBACK_FACILITATOR_URL = "https://api.cdp.coinbase.com/platform/v1/x402/facilitator"
DEFAULT_NETWORK = "base"
SUPPORTED_NETWORKS = "base,polygon"