You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The codebase supports both x402 v1 (human-readable network names like `base-sepolia`) and v2 (CAIP-2 identifiers like `eip155:84532`). Detection is automatic based on request format. Enable v2 with `FACILITATOR_ENABLE_V2=true`.
165
+
The codebase supports both x402 v1 (human-readable network names like `base-sepolia`) and v2 (CAIP-2 identifiers like `eip155:84532`). Detection is automatic based on request format. CAIP-2 format is recommended for all new implementations.
@@ -113,12 +113,12 @@ The additional ~8k gas provides:
113
113
114
114
#### Deployment Addresses
115
115
116
-
| Network | Address | Status |
117
-
|---------|---------|--------|
118
-
| Base Sepolia (Testnet) |[`0x6b486aF5A08D27153d0374BE56A1cB1676c460a8`](https://sepolia.basescan.org/address/0x6b486aF5A08D27153d0374BE56A1cB1676c460a8)| ✅ Active |
119
-
| X-Layer Testnet |[`0x3D07D4E03a2aDa2EC49D6937ab1B40a83F3946AB`](https://www.oklink.com/xlayer-test/address/0x3D07D4E03a2aDa2EC49D6937ab1B40a83F3946AB)| ✅ Active |
120
-
| Base Mainnet | TBD | 🚧 Pending Audit |
121
-
| Ethereum Mainnet | TBD | 🚧 Pending Audit |
116
+
| Network |CAIP-2 Identifier |Address | Status |
117
+
|---------|------------------|---------|--------|
118
+
| Base Sepolia (Testnet) |`eip155:84532`|[`0x6b486aF5A08D27153d0374BE56A1cB1676c460a8`](https://sepolia.basescan.org/address/0x6b486aF5A08D27153d0374BE56A1cB1676c460a8)| ✅ Active |
119
+
| X-Layer Testnet |`eip155:1952`|[`0x3D07D4E03a2aDa2EC49D6937ab1B40a83F3946AB`](https://www.oklink.com/xlayer-test/address/0x3D07D4E03a2aDa2EC49D6937ab1B40a83F3946AB)| ✅ Active |
120
+
| Base Mainnet |`eip155:8453`|TBD | 🚧 Pending Audit |
0 commit comments