@pafi-dev/core 0.25.0 → 0.25.1
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/auth/index.cjs +2 -2
- package/dist/auth/index.js +1 -1
- package/dist/{chunk-IKLFFJJK.js → chunk-NSTUVR2D.js} +1 -1
- package/dist/chunk-NSTUVR2D.js.map +1 -0
- package/dist/{chunk-6DSK5VR2.cjs → chunk-QFBHBFEY.cjs} +1 -1
- package/dist/chunk-QFBHBFEY.cjs.map +1 -0
- package/dist/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-6DSK5VR2.cjs.map +0 -1
- package/dist/chunk-IKLFFJJK.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
signSponsorAuth,
|
|
26
26
|
verifyLoginMessage,
|
|
27
27
|
verifySponsorAuth
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-NSTUVR2D.js";
|
|
29
29
|
import {
|
|
30
30
|
Source,
|
|
31
31
|
computeEquityCap,
|
|
@@ -943,7 +943,7 @@ var CONTRACT_ADDRESSES = {
|
|
|
943
943
|
// Canonical Circle USDC on Base (Coinbase official deploy,
|
|
944
944
|
// symbol="USDC", 6 decimals). Paired with the USDC/USD Chainlink
|
|
945
945
|
// feed below.
|
|
946
|
-
usdc: "
|
|
946
|
+
usdc: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
|
|
947
947
|
chainlinkUsdcUsd: "0xEE86BfD4E2B3A1e71a1b45f750791D67e735e4a7",
|
|
948
948
|
// ── V2 core registries (replaces v1.6) ────────────────────────
|
|
949
949
|
issuerRegistry: "0x3e82647b0f716f80e65d311354E2C4F0DcFd6997",
|