@pafi-dev/core 0.22.0 → 0.23.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/dist/index.cjs +17 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +17 -5
- package/dist/index.js.map +1 -1
- package/package.json +12 -12
package/dist/index.cjs
CHANGED
|
@@ -900,11 +900,23 @@ var CONTRACT_ADDRESSES = {
|
|
|
900
900
|
// top-level export.
|
|
901
901
|
permit2: "0xEB450d21ae68D3303Cf5775A54Cc84EE7c3fC8eC",
|
|
902
902
|
// ── Stablecoins ───────────────────────────────────────────────
|
|
903
|
-
//
|
|
904
|
-
|
|
905
|
-
//
|
|
906
|
-
//
|
|
907
|
-
|
|
903
|
+
// Canonical Base stables — the PT pools team deploys against these
|
|
904
|
+
// (verified on-chain: pool `0xB135E06E…` LTR/USDC and `0x6348D133…`
|
|
905
|
+
// JLB/USDC both list `token = 0x833589fC…` = canonical USDC). The
|
|
906
|
+
// earlier PAFI custom-deploy USDT/USDC (MockUSDT `0x3F7e71…` +
|
|
907
|
+
// PAFI V2 USDC `0xf0Fa9eB0…`) were unused by production pools and
|
|
908
|
+
// caused sponsor-relayer's `isStableFeeToken` to fall through to
|
|
909
|
+
// the PT quoter, producing 1e12× INSUFFICIENT_FEE rejects on every
|
|
910
|
+
// swap. See addresses.ts history before 2026-06-16 if archeology
|
|
911
|
+
// is needed.
|
|
912
|
+
//
|
|
913
|
+
// Canonical Tether USDT on Base (Tether's official native deploy,
|
|
914
|
+
// symbol="USDT", name="Tether USD", 6 decimals).
|
|
915
|
+
usdt: "0xfde4C96c8593536E31F229EA8f37b2ADa2699bb2",
|
|
916
|
+
// Canonical Circle USDC on Base (Coinbase official deploy,
|
|
917
|
+
// symbol="USDC", 6 decimals). Paired with the USDC/USD Chainlink
|
|
918
|
+
// feed below.
|
|
919
|
+
usdc: "0x833589fCD6EDb6E08f4c7C32D4f71b54bdA02913",
|
|
908
920
|
chainlinkUsdcUsd: "0xEE86BfD4E2B3A1e71a1b45f750791D67e735e4a7",
|
|
909
921
|
// ── V2 core registries (replaces v1.6) ────────────────────────
|
|
910
922
|
issuerRegistry: "0x3e82647b0f716f80e65d311354E2C4F0DcFd6997",
|