@pafi-dev/core 0.9.0 → 0.9.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/index.cjs CHANGED
@@ -799,31 +799,28 @@ function buildEip7702Authorization(params) {
799
799
  // src/contracts/real/addresses.ts
800
800
  var PLACEHOLDER_DEAD = (suffix) => `0x000000000000000000000000000000000000${suffix.toLowerCase().padStart(4, "0")}`;
801
801
  var CONTRACT_ADDRESSES = {
802
- // Base mainnet — SC-delivered (2026-04-21, 2026-04-22)
803
- // registry: IssuerRegistry 0xda2D3338CF70F462Ac175F5f2edfa45660CA4f31
804
- // factory: PointTokenFactory 0x36c0BAb2faBE45EfA6d13001143e43A266Af673B
805
- // oracle: MintingOracle 0xD85165939C700E51c8a45099316C6482634C2Ab9
806
- // tokenImpl: PointToken (impl) 0x2e6FB1B0C1A51abb83eC974890126a64eC02E995
807
- // mockUsdt: MockERC20 0x5d313485Ba59C3bb91e1A9C0C11782F0b83d5dcd
808
- // POINT: PointToken instance 0x7d25E7156E51F865D522fd3ef257a6B5DD41b97e
809
- // batchExecutor: Pimlico Simple7702 0xe6Cae83BdE06E4c305530e199D7217f42808555B
810
- // (v0.7.6 — switched from Coinbase SW v2
811
- // `0x7702cb...7176C`; CSW v2 uses SignatureWrapper
812
- // format that Pimlico's `pm_sponsorUserOperation`
813
- // cannot produce a working dummy sig for, leading
814
- // to AA23 `0x3c10b94e` reverts on the simulator.
815
- // Pimlico's `Simple7702Account` accepts standard
816
- // v0.7 ECDSA dummy and matches what the web FE +
817
- // permissionless `to7702SimpleSmartAccount` already
818
- // used in production.)
819
- // pafiHook: PAFIHook (V4, 10%) 0x870cAF9882d3160602AaC1769C2B264A2d8EC044
802
+ // Base mainnet — v1.6 redeploy (2026-05-07)
803
+ // registry: IssuerRegistry 0xAB1d1e117c41636f30bb10194Fe6B774B6Da9E01
804
+ // factory: PointTokenFactory 0xA08274458b43E7D6F4ff61ddFe8A9852c6531085
805
+ // oracle: MintingOracle 0x2f4cf8C5F8b41efC970c5b46a5d905CeA1f871a0
806
+ // tokenImpl: PointToken (impl) 0xc41c3F8A0380c7760Ee1209d6d19C4b81dE994e4
807
+ // mintFeeWrapper: MintFeeWrapper 0xD324EE2e3220B23d1b1BfbB85f5bC1EF2E917B93
808
+ // mockUsdt: MockERC20 0x3F7e71B150e97316Bb9f363A32c19CcD36ac2382
809
+ // batchExecutor: Pimlico Simple7702 0xe6Cae83BdE06E4c305530e199D7217f42808555B (unchanged from v1.5)
810
+ //
811
+ // pointToken: gg56's clone redeploy is pending. Field set to dead
812
+ // placeholder until SC team provides the new clone address — consumers
813
+ // that need a specific PointToken should read from PointTokenFactory or
814
+ // the issuer's env config (`POINT_TOKEN_ADDRESS`). Old v1.5 clone
815
+ // `0x7d25E7156E51F865D522fd3ef257a6B5DD41b97e` is no longer authoritative.
820
816
  8453: {
821
- pointToken: "0x7d25E7156E51F865D522fd3ef257a6B5DD41b97e",
817
+ pointToken: PLACEHOLDER_DEAD("dead"),
822
818
  batchExecutor: "0xe6Cae83BdE06E4c305530e199D7217f42808555B",
823
- usdt: "0x5d313485Ba59C3bb91e1A9C0C11782F0b83d5dcd",
824
- issuerRegistry: "0xda2D3338CF70F462Ac175F5f2edfa45660CA4f31",
825
- mintingOracle: "0xD85165939C700E51c8a45099316C6482634C2Ab9",
826
- pafiHook: "0x870cAF9882d3160602AaC1769C2B264A2d8EC044",
819
+ usdt: "0x3F7e71B150e97316Bb9f363A32c19CcD36ac2382",
820
+ issuerRegistry: "0xAB1d1e117c41636f30bb10194Fe6B774B6Da9E01",
821
+ mintingOracle: "0x2f4cf8C5F8b41efC970c5b46a5d905CeA1f871a0",
822
+ mintFeeWrapper: "0xD324EE2e3220B23d1b1BfbB85f5bC1EF2E917B93",
823
+ pafiHook: PLACEHOLDER_DEAD("dead"),
827
824
  chainlinkEthUsd: "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70",
828
825
  orderlyRelay: "0xDA082DAce1522c185aeB5A713FcA6fa6B6E99e7f",
829
826
  pafiFeeRecipient: "0xa3F71eadEd101513a0151007590020dCFD7C495e",
@@ -837,6 +834,7 @@ var CONTRACT_ADDRESSES = {
837
834
  usdt: PLACEHOLDER_DEAD("dead"),
838
835
  issuerRegistry: PLACEHOLDER_DEAD("dead"),
839
836
  mintingOracle: PLACEHOLDER_DEAD("dead"),
837
+ mintFeeWrapper: PLACEHOLDER_DEAD("dead"),
840
838
  pafiHook: PLACEHOLDER_DEAD("dead"),
841
839
  chainlinkEthUsd: PLACEHOLDER_DEAD("de02"),
842
840
  orderlyRelay: PLACEHOLDER_DEAD("de03"),
@@ -845,11 +843,11 @@ var CONTRACT_ADDRESSES = {
845
843
  }
846
844
  };
847
845
  var POINT_TOKEN_FACTORY_ADDRESSES = {
848
- 8453: "0x36c0BAb2faBE45EfA6d13001143e43A266Af673B",
846
+ 8453: "0xA08274458b43E7D6F4ff61ddFe8A9852c6531085",
849
847
  84532: PLACEHOLDER_DEAD("dead")
850
848
  };
851
849
  var POINT_TOKEN_IMPL_ADDRESSES = {
852
- 8453: "0x2e6FB1B0C1A51abb83eC974890126a64eC02E995",
850
+ 8453: "0xc41c3F8A0380c7760Ee1209d6d19C4b81dE994e4",
853
851
  84532: PLACEHOLDER_DEAD("dead")
854
852
  };
855
853
  function getContractAddresses(chainId) {