@piprail/sdk 2.5.0 → 2.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,25 @@ All notable changes to `@piprail/sdk` are documented here. The format
4
4
  follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and the
5
5
  versions follow [Semantic Versioning](https://semver.org/).
6
6
 
7
+ ## [2.6.0] — 2026-06-18 — keyless-gasless `exact` on 7 more EVM mainnets (6 → 13 chains)
8
+
9
+ Additive and backward-compatible — defaults and the zero-config 402 stay byte-identical; this only
10
+ grows the `KNOWN_FACILITATORS` seed map, so `exact: true` now resolves a keyless, gas-sponsoring
11
+ facilitator zero-config on **7 more chains**.
12
+
13
+ - **`exact: true` is now zero-config truly-gasless (buyer AND merchant pay zero native) on Ethereum,
14
+ Polygon, Arbitrum, Optimism, Avalanche, Sei, and Unichain** — joining Base, Monad, BNB, HyperEVM,
15
+ Algorand, and Solana (**6 → 13 chains**). Every new (chain, facilitator) pair was LIVE-settled on
16
+ mainnet with the buyer holding **zero native gas** (provably gasless), per the seed-map RULE
17
+ (settle-proven, never a `/supported` read). **17 new pairs**, e.g. Polygon now lists five keyless
18
+ facilitators (PayAI, Polygon Labs, Corbits, Ultravioleta DAO, Dexter).
19
+ - **Base** gains two more keyless facilitators (Cascade, Satoshi/bitcoinsapi).
20
+ - **Not seeded (advertised ≠ settles):** Celo and Scroll — Ultravioleta DAO lists them but its sponsor
21
+ contract reverts there (`contract_call_failed`), so neither was ever live-settled. They stay on
22
+ `onchain-proof` until a facilitator actually settles them.
23
+ - No API surface change. Merchants on an unseeded network still pass an explicit
24
+ `exact: { settle: { facilitator } }`.
25
+
7
26
  ## [2.5.0] — 2026-06-18 — gasless NEAR `exact` rail (NEP-366 meta-transactions)
8
27
 
9
28
  Additive and backward-compatible — defaults and the zero-config 402 stay byte-identical; pure-EVM
@@ -1381,6 +1400,7 @@ straight into your wallet. The API is small and self-contained.
1381
1400
  to your wallet; PipRail never holds funds.
1382
1401
  - `viem ^2.21` is a peer dependency. Node 20+ or a modern browser.
1383
1402
 
1403
+ [2.6.0]: https://www.npmjs.com/package/@piprail/sdk
1384
1404
  [2.5.0]: https://www.npmjs.com/package/@piprail/sdk
1385
1405
  [2.4.0]: https://www.npmjs.com/package/@piprail/sdk
1386
1406
  [2.3.0]: https://www.npmjs.com/package/@piprail/sdk
package/dist/index.cjs CHANGED
@@ -4962,6 +4962,20 @@ var KNOWN_FACILITATORS = {
4962
4962
  schemes: ["exact"],
4963
4963
  settles: ["eip3009"],
4964
4964
  note: "GoPlausible \u2014 keyless, sponsors gas (Base USDC EIP-3009). LIVE-settled on Base 2026-06-17 (tx 0x9bcbc1f01fe1fd1aed2a79e5582555164cc4185e9800189df378a6b46eb9c59e). 2nd GoPlausible validation chain (after Algorand)."
4965
+ },
4966
+ {
4967
+ url: "https://facilitator.cascade.fyi",
4968
+ keyless: true,
4969
+ schemes: ["exact"],
4970
+ settles: ["eip3009"],
4971
+ note: "Cascade \u2014 keyless, sponsors gas (Base USDC EIP-3009). LIVE-settled on Base 2026-06-18 (tx 0x2e784725f3c66e170720cc8df43a9248f02ad80914fcbe05dadbdbe411c3b52b)."
4972
+ },
4973
+ {
4974
+ url: "https://facilitator.bitcoinsapi.com",
4975
+ keyless: true,
4976
+ schemes: ["exact"],
4977
+ settles: ["eip3009"],
4978
+ note: "Satoshi (bitcoinsapi) \u2014 keyless, sponsors gas (Base USDC EIP-3009). LIVE-settled on Base 2026-06-18 (tx 0xbb2b6c354b12c6d07cce91e2b337e38327d4b0833bbd1dfbeda3ad495b67b819)."
4965
4979
  }
4966
4980
  ],
4967
4981
  // Monad (eip155:143). Corbits + Ultravioleta DAO each keyless-settle the EVM EIP-3009 exact rail
@@ -5024,6 +5038,139 @@ var KNOWN_FACILITATORS = {
5024
5038
  note: "Ultravioleta DAO \u2014 keyless, 100% gas-sponsored (HyperEVM native USDC EIP-3009). LIVE-settled on HyperEVM 2026-06-17 (tx 0x56af8148a92a291f0ce362e250919f7742074e5464ac0f315ad68abaec93bd0a)."
5025
5039
  }
5026
5040
  ],
5041
+ // ── gasless-extension (2026-06-18): 7 more EVM mainnets, each LIVE-settled by us — a real EIP-3009
5042
+ // exact payment with the buyer holding ZERO native (so PROVABLY gasless), funded self-service by
5043
+ // bridging USDC in (LI.FI/Eco/Relay), never a /supported read. Dexter enforces a ~$0.004 dynamic
5044
+ // floor on some chains (we cleared it at $0.005); UVD has no floor (100%-sponsors) but its sponsor
5045
+ // contract is NOT deployed on every chain it advertises (Avalanche/Celo/Scroll → contract_call_failed,
5046
+ // left UNSEEDED — the NEAR lesson: advertising ≠ settling).
5047
+ // Ethereum L1 (eip155:1) — UVD (no floor, sponsors L1 gas). 2nd keyless ETH option vs Primev, which
5048
+ // rejected PipRail's exact as unsupported_scheme.
5049
+ "eip155:1": [
5050
+ {
5051
+ url: "https://facilitator.ultravioletadao.xyz",
5052
+ keyless: true,
5053
+ schemes: ["exact"],
5054
+ settles: ["eip3009"],
5055
+ note: "Ultravioleta DAO \u2014 keyless, 100% gas-sponsored (Ethereum native USDC EIP-3009; no settlement floor). LIVE-settled on Ethereum mainnet 2026-06-18 (tx 0x7fcc3cafdf43c52888f0117cde633eff35371f832dfb8dbd84e6fd7704ae5cfc)."
5056
+ }
5057
+ ],
5058
+ // Polygon PoS (eip155:137) — FIVE keyless facilitators (the broadest after Base), all live-settled.
5059
+ "eip155:137": [
5060
+ {
5061
+ url: "https://facilitator.payai.network",
5062
+ keyless: true,
5063
+ schemes: ["exact"],
5064
+ settles: ["eip3009"],
5065
+ note: "PayAI \u2014 keyless, sponsors gas (Polygon native USDC EIP-3009). LIVE-settled on Polygon 2026-06-18 (tx 0xb37630871504618c4db35e8ef0edd3c99deac102b143b7e5eb738c03fb13a619)."
5066
+ },
5067
+ {
5068
+ url: "https://x402.polygon.technology",
5069
+ keyless: true,
5070
+ schemes: ["exact"],
5071
+ settles: ["eip3009"],
5072
+ note: "Polygon Labs (the official Polygon facilitator) \u2014 keyless, sponsors gas. LIVE-settled on Polygon 2026-06-18 (tx 0x6a8ca60ea111959a61a85ad6c4f2ed99e192052ec7b9ffb59baa33691a86f419)."
5073
+ },
5074
+ {
5075
+ url: "https://facilitator.corbits.dev",
5076
+ keyless: true,
5077
+ schemes: ["exact"],
5078
+ settles: ["eip3009"],
5079
+ note: "Corbits (Faremeter) \u2014 keyless, sponsors gas. LIVE-settled on Polygon 2026-06-18 (tx 0x2fadca2ee3cd7fcff32d015e8b06109de6b747d7cd0f80dcd8fb022b2d58d008)."
5080
+ },
5081
+ {
5082
+ url: "https://facilitator.ultravioletadao.xyz",
5083
+ keyless: true,
5084
+ schemes: ["exact"],
5085
+ settles: ["eip3009"],
5086
+ note: "Ultravioleta DAO \u2014 keyless, 100% gas-sponsored. LIVE-settled on Polygon 2026-06-18 (tx 0x0922cd78f3b7c35cc294cf0c0d9b7609e6596eb337be0d197fa5fc511eacba34)."
5087
+ },
5088
+ {
5089
+ url: "https://x402.dexter.cash",
5090
+ keyless: true,
5091
+ schemes: ["exact"],
5092
+ settles: ["eip3009"],
5093
+ note: "Dexter \u2014 keyless, sponsors gas; ~$0.004 dynamic settlement floor (sub-floor \u2192 amount_too_low). LIVE-settled on Polygon 2026-06-18 at $0.005 (tx 0x4a7cfc96e4e2496652435c77b0021db4a459e7bcd97948c15e6bea09077c164b)."
5094
+ }
5095
+ ],
5096
+ // Arbitrum One (eip155:42161) — PayAI + UVD + Dexter.
5097
+ "eip155:42161": [
5098
+ {
5099
+ url: "https://facilitator.payai.network",
5100
+ keyless: true,
5101
+ schemes: ["exact"],
5102
+ settles: ["eip3009"],
5103
+ note: "PayAI \u2014 keyless, sponsors gas (Arbitrum native USDC EIP-3009). LIVE-settled on Arbitrum 2026-06-18 (tx 0x4c7fbfb37ef087bb9bc8872b1b2b0b83ea7ca4cf6b50bc883e51f9b85be61199)."
5104
+ },
5105
+ {
5106
+ url: "https://facilitator.ultravioletadao.xyz",
5107
+ keyless: true,
5108
+ schemes: ["exact"],
5109
+ settles: ["eip3009"],
5110
+ note: "Ultravioleta DAO \u2014 keyless, 100% gas-sponsored. LIVE-settled on Arbitrum 2026-06-18 (tx 0xd1fa7e6ffbd59502bba5809ce181d7936749b93a45c8c2277b4f6d8638326dec)."
5111
+ },
5112
+ {
5113
+ url: "https://x402.dexter.cash",
5114
+ keyless: true,
5115
+ schemes: ["exact"],
5116
+ settles: ["eip3009"],
5117
+ note: "Dexter \u2014 keyless, sponsors gas; ~$0.004 dynamic floor. LIVE-settled on Arbitrum 2026-06-18 at $0.005 (tx 0x0993d51b3859dfd7e8d5b2af709ce64f01ff34ed14bfef665dbb340e7373d599)."
5118
+ }
5119
+ ],
5120
+ // Optimism (eip155:10) — Dexter + UVD.
5121
+ "eip155:10": [
5122
+ {
5123
+ url: "https://x402.dexter.cash",
5124
+ keyless: true,
5125
+ schemes: ["exact"],
5126
+ settles: ["eip3009"],
5127
+ note: "Dexter \u2014 keyless, sponsors gas; ~$0.004 dynamic floor. LIVE-settled on Optimism 2026-06-18 at $0.005 (tx 0x98b282a5dd698054eff4900ff8547170d4f7605b51140c55147fc5ae485f81da)."
5128
+ },
5129
+ {
5130
+ url: "https://facilitator.ultravioletadao.xyz",
5131
+ keyless: true,
5132
+ schemes: ["exact"],
5133
+ settles: ["eip3009"],
5134
+ note: "Ultravioleta DAO \u2014 keyless, 100% gas-sponsored. LIVE-settled on Optimism 2026-06-18 (tx 0xdd91dfdf12bed2d196e37fa1dea9a0da71a97e3c39a0ec0ed114be6a9af22837)."
5135
+ }
5136
+ ],
5137
+ // Avalanche C-Chain (eip155:43114) — PayAI + Dexter. (UVD advertises it but contract_call_failed → unseeded.)
5138
+ "eip155:43114": [
5139
+ {
5140
+ url: "https://facilitator.payai.network",
5141
+ keyless: true,
5142
+ schemes: ["exact"],
5143
+ settles: ["eip3009"],
5144
+ note: "PayAI \u2014 keyless, sponsors gas (Avalanche native USDC EIP-3009). LIVE-settled on Avalanche 2026-06-18 (tx 0x6a1307bc48a157de236ea03440ea2cb6ad4f27e22dd9c89a4345b4c3edb270c7)."
5145
+ },
5146
+ {
5147
+ url: "https://x402.dexter.cash",
5148
+ keyless: true,
5149
+ schemes: ["exact"],
5150
+ settles: ["eip3009"],
5151
+ note: "Dexter \u2014 keyless, sponsors gas (no floor hit at $0.001 here). LIVE-settled on Avalanche 2026-06-18 (tx 0xb2263e9a4ea3917eee6acabcb454d42a50264fdd69a0781ed8fcaec5590e264b)."
5152
+ }
5153
+ ],
5154
+ // Sei (eip155:1329) — PayAI (the only keyless facilitator that lists Sei).
5155
+ "eip155:1329": [
5156
+ {
5157
+ url: "https://facilitator.payai.network",
5158
+ keyless: true,
5159
+ schemes: ["exact"],
5160
+ settles: ["eip3009"],
5161
+ note: "PayAI \u2014 keyless, sponsors gas (Sei native USDC EIP-3009). LIVE-settled on Sei 2026-06-18 (tx 0xde63679b64749cb59625527e5c7682503c851d66b9b8b8ba217ed7b099461312)."
5162
+ }
5163
+ ],
5164
+ // Unichain (eip155:130) — UVD (the only keyless facilitator that lists Unichain).
5165
+ "eip155:130": [
5166
+ {
5167
+ url: "https://facilitator.ultravioletadao.xyz",
5168
+ keyless: true,
5169
+ schemes: ["exact"],
5170
+ settles: ["eip3009"],
5171
+ note: "Ultravioleta DAO \u2014 keyless, 100% gas-sponsored (Unichain native USDC EIP-3009). LIVE-settled on Unichain 2026-06-18 (tx 0xf8bf4a9a200f24159ac67c6315c30b194257999d7da21471b39d5f2cc32b2236)."
5172
+ }
5173
+ ],
5027
5174
  // Algorand (mainnet, CAIP-2 = full base64 genesis hash). GoPlausible keyless-settles the ratified
5028
5175
  // x402 Algorand `exact` rail (atomic-group fee pooling): its sponsor pools the whole group fee and
5029
5176
  // submits, so NEITHER the buyer NOR the merchant pays ALGO — both-sides gasless. LIVE-settled by us
package/dist/index.js CHANGED
@@ -4962,6 +4962,20 @@ var KNOWN_FACILITATORS = {
4962
4962
  schemes: ["exact"],
4963
4963
  settles: ["eip3009"],
4964
4964
  note: "GoPlausible \u2014 keyless, sponsors gas (Base USDC EIP-3009). LIVE-settled on Base 2026-06-17 (tx 0x9bcbc1f01fe1fd1aed2a79e5582555164cc4185e9800189df378a6b46eb9c59e). 2nd GoPlausible validation chain (after Algorand)."
4965
+ },
4966
+ {
4967
+ url: "https://facilitator.cascade.fyi",
4968
+ keyless: true,
4969
+ schemes: ["exact"],
4970
+ settles: ["eip3009"],
4971
+ note: "Cascade \u2014 keyless, sponsors gas (Base USDC EIP-3009). LIVE-settled on Base 2026-06-18 (tx 0x2e784725f3c66e170720cc8df43a9248f02ad80914fcbe05dadbdbe411c3b52b)."
4972
+ },
4973
+ {
4974
+ url: "https://facilitator.bitcoinsapi.com",
4975
+ keyless: true,
4976
+ schemes: ["exact"],
4977
+ settles: ["eip3009"],
4978
+ note: "Satoshi (bitcoinsapi) \u2014 keyless, sponsors gas (Base USDC EIP-3009). LIVE-settled on Base 2026-06-18 (tx 0xbb2b6c354b12c6d07cce91e2b337e38327d4b0833bbd1dfbeda3ad495b67b819)."
4965
4979
  }
4966
4980
  ],
4967
4981
  // Monad (eip155:143). Corbits + Ultravioleta DAO each keyless-settle the EVM EIP-3009 exact rail
@@ -5024,6 +5038,139 @@ var KNOWN_FACILITATORS = {
5024
5038
  note: "Ultravioleta DAO \u2014 keyless, 100% gas-sponsored (HyperEVM native USDC EIP-3009). LIVE-settled on HyperEVM 2026-06-17 (tx 0x56af8148a92a291f0ce362e250919f7742074e5464ac0f315ad68abaec93bd0a)."
5025
5039
  }
5026
5040
  ],
5041
+ // ── gasless-extension (2026-06-18): 7 more EVM mainnets, each LIVE-settled by us — a real EIP-3009
5042
+ // exact payment with the buyer holding ZERO native (so PROVABLY gasless), funded self-service by
5043
+ // bridging USDC in (LI.FI/Eco/Relay), never a /supported read. Dexter enforces a ~$0.004 dynamic
5044
+ // floor on some chains (we cleared it at $0.005); UVD has no floor (100%-sponsors) but its sponsor
5045
+ // contract is NOT deployed on every chain it advertises (Avalanche/Celo/Scroll → contract_call_failed,
5046
+ // left UNSEEDED — the NEAR lesson: advertising ≠ settling).
5047
+ // Ethereum L1 (eip155:1) — UVD (no floor, sponsors L1 gas). 2nd keyless ETH option vs Primev, which
5048
+ // rejected PipRail's exact as unsupported_scheme.
5049
+ "eip155:1": [
5050
+ {
5051
+ url: "https://facilitator.ultravioletadao.xyz",
5052
+ keyless: true,
5053
+ schemes: ["exact"],
5054
+ settles: ["eip3009"],
5055
+ note: "Ultravioleta DAO \u2014 keyless, 100% gas-sponsored (Ethereum native USDC EIP-3009; no settlement floor). LIVE-settled on Ethereum mainnet 2026-06-18 (tx 0x7fcc3cafdf43c52888f0117cde633eff35371f832dfb8dbd84e6fd7704ae5cfc)."
5056
+ }
5057
+ ],
5058
+ // Polygon PoS (eip155:137) — FIVE keyless facilitators (the broadest after Base), all live-settled.
5059
+ "eip155:137": [
5060
+ {
5061
+ url: "https://facilitator.payai.network",
5062
+ keyless: true,
5063
+ schemes: ["exact"],
5064
+ settles: ["eip3009"],
5065
+ note: "PayAI \u2014 keyless, sponsors gas (Polygon native USDC EIP-3009). LIVE-settled on Polygon 2026-06-18 (tx 0xb37630871504618c4db35e8ef0edd3c99deac102b143b7e5eb738c03fb13a619)."
5066
+ },
5067
+ {
5068
+ url: "https://x402.polygon.technology",
5069
+ keyless: true,
5070
+ schemes: ["exact"],
5071
+ settles: ["eip3009"],
5072
+ note: "Polygon Labs (the official Polygon facilitator) \u2014 keyless, sponsors gas. LIVE-settled on Polygon 2026-06-18 (tx 0x6a8ca60ea111959a61a85ad6c4f2ed99e192052ec7b9ffb59baa33691a86f419)."
5073
+ },
5074
+ {
5075
+ url: "https://facilitator.corbits.dev",
5076
+ keyless: true,
5077
+ schemes: ["exact"],
5078
+ settles: ["eip3009"],
5079
+ note: "Corbits (Faremeter) \u2014 keyless, sponsors gas. LIVE-settled on Polygon 2026-06-18 (tx 0x2fadca2ee3cd7fcff32d015e8b06109de6b747d7cd0f80dcd8fb022b2d58d008)."
5080
+ },
5081
+ {
5082
+ url: "https://facilitator.ultravioletadao.xyz",
5083
+ keyless: true,
5084
+ schemes: ["exact"],
5085
+ settles: ["eip3009"],
5086
+ note: "Ultravioleta DAO \u2014 keyless, 100% gas-sponsored. LIVE-settled on Polygon 2026-06-18 (tx 0x0922cd78f3b7c35cc294cf0c0d9b7609e6596eb337be0d197fa5fc511eacba34)."
5087
+ },
5088
+ {
5089
+ url: "https://x402.dexter.cash",
5090
+ keyless: true,
5091
+ schemes: ["exact"],
5092
+ settles: ["eip3009"],
5093
+ note: "Dexter \u2014 keyless, sponsors gas; ~$0.004 dynamic settlement floor (sub-floor \u2192 amount_too_low). LIVE-settled on Polygon 2026-06-18 at $0.005 (tx 0x4a7cfc96e4e2496652435c77b0021db4a459e7bcd97948c15e6bea09077c164b)."
5094
+ }
5095
+ ],
5096
+ // Arbitrum One (eip155:42161) — PayAI + UVD + Dexter.
5097
+ "eip155:42161": [
5098
+ {
5099
+ url: "https://facilitator.payai.network",
5100
+ keyless: true,
5101
+ schemes: ["exact"],
5102
+ settles: ["eip3009"],
5103
+ note: "PayAI \u2014 keyless, sponsors gas (Arbitrum native USDC EIP-3009). LIVE-settled on Arbitrum 2026-06-18 (tx 0x4c7fbfb37ef087bb9bc8872b1b2b0b83ea7ca4cf6b50bc883e51f9b85be61199)."
5104
+ },
5105
+ {
5106
+ url: "https://facilitator.ultravioletadao.xyz",
5107
+ keyless: true,
5108
+ schemes: ["exact"],
5109
+ settles: ["eip3009"],
5110
+ note: "Ultravioleta DAO \u2014 keyless, 100% gas-sponsored. LIVE-settled on Arbitrum 2026-06-18 (tx 0xd1fa7e6ffbd59502bba5809ce181d7936749b93a45c8c2277b4f6d8638326dec)."
5111
+ },
5112
+ {
5113
+ url: "https://x402.dexter.cash",
5114
+ keyless: true,
5115
+ schemes: ["exact"],
5116
+ settles: ["eip3009"],
5117
+ note: "Dexter \u2014 keyless, sponsors gas; ~$0.004 dynamic floor. LIVE-settled on Arbitrum 2026-06-18 at $0.005 (tx 0x0993d51b3859dfd7e8d5b2af709ce64f01ff34ed14bfef665dbb340e7373d599)."
5118
+ }
5119
+ ],
5120
+ // Optimism (eip155:10) — Dexter + UVD.
5121
+ "eip155:10": [
5122
+ {
5123
+ url: "https://x402.dexter.cash",
5124
+ keyless: true,
5125
+ schemes: ["exact"],
5126
+ settles: ["eip3009"],
5127
+ note: "Dexter \u2014 keyless, sponsors gas; ~$0.004 dynamic floor. LIVE-settled on Optimism 2026-06-18 at $0.005 (tx 0x98b282a5dd698054eff4900ff8547170d4f7605b51140c55147fc5ae485f81da)."
5128
+ },
5129
+ {
5130
+ url: "https://facilitator.ultravioletadao.xyz",
5131
+ keyless: true,
5132
+ schemes: ["exact"],
5133
+ settles: ["eip3009"],
5134
+ note: "Ultravioleta DAO \u2014 keyless, 100% gas-sponsored. LIVE-settled on Optimism 2026-06-18 (tx 0xdd91dfdf12bed2d196e37fa1dea9a0da71a97e3c39a0ec0ed114be6a9af22837)."
5135
+ }
5136
+ ],
5137
+ // Avalanche C-Chain (eip155:43114) — PayAI + Dexter. (UVD advertises it but contract_call_failed → unseeded.)
5138
+ "eip155:43114": [
5139
+ {
5140
+ url: "https://facilitator.payai.network",
5141
+ keyless: true,
5142
+ schemes: ["exact"],
5143
+ settles: ["eip3009"],
5144
+ note: "PayAI \u2014 keyless, sponsors gas (Avalanche native USDC EIP-3009). LIVE-settled on Avalanche 2026-06-18 (tx 0x6a1307bc48a157de236ea03440ea2cb6ad4f27e22dd9c89a4345b4c3edb270c7)."
5145
+ },
5146
+ {
5147
+ url: "https://x402.dexter.cash",
5148
+ keyless: true,
5149
+ schemes: ["exact"],
5150
+ settles: ["eip3009"],
5151
+ note: "Dexter \u2014 keyless, sponsors gas (no floor hit at $0.001 here). LIVE-settled on Avalanche 2026-06-18 (tx 0xb2263e9a4ea3917eee6acabcb454d42a50264fdd69a0781ed8fcaec5590e264b)."
5152
+ }
5153
+ ],
5154
+ // Sei (eip155:1329) — PayAI (the only keyless facilitator that lists Sei).
5155
+ "eip155:1329": [
5156
+ {
5157
+ url: "https://facilitator.payai.network",
5158
+ keyless: true,
5159
+ schemes: ["exact"],
5160
+ settles: ["eip3009"],
5161
+ note: "PayAI \u2014 keyless, sponsors gas (Sei native USDC EIP-3009). LIVE-settled on Sei 2026-06-18 (tx 0xde63679b64749cb59625527e5c7682503c851d66b9b8b8ba217ed7b099461312)."
5162
+ }
5163
+ ],
5164
+ // Unichain (eip155:130) — UVD (the only keyless facilitator that lists Unichain).
5165
+ "eip155:130": [
5166
+ {
5167
+ url: "https://facilitator.ultravioletadao.xyz",
5168
+ keyless: true,
5169
+ schemes: ["exact"],
5170
+ settles: ["eip3009"],
5171
+ note: "Ultravioleta DAO \u2014 keyless, 100% gas-sponsored (Unichain native USDC EIP-3009). LIVE-settled on Unichain 2026-06-18 (tx 0xf8bf4a9a200f24159ac67c6315c30b194257999d7da21471b39d5f2cc32b2236)."
5172
+ }
5173
+ ],
5027
5174
  // Algorand (mainnet, CAIP-2 = full base64 genesis hash). GoPlausible keyless-settles the ratified
5028
5175
  // x402 Algorand `exact` rail (atomic-group fee pooling): its sponsor pools the whole group fee and
5029
5176
  // submits, so NEITHER the buyer NOR the merchant pays ALGO — both-sides gasless. LIVE-settled by us
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@piprail/sdk",
3
- "version": "2.5.0",
3
+ "version": "2.6.0",
4
4
  "description": "Accept x402 crypto payments across 29 chains — every major EVM chain plus Solana, TON, Tron, NEAR, Sui, Aptos, Algorand, Stellar & XRPL — in a couple of lines. No backend, no database, no fee; payments settle straight to your wallet.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",