facinet 2.4.2 → 2.4.3

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/browser.js CHANGED
@@ -2886,7 +2886,10 @@ var FacinetSDK = (() => {
2886
2886
  `${this.config.apiUrl}/api/x402/settle-custom`,
2887
2887
  {
2888
2888
  facilitatorId: facilitator.id,
2889
- paymentPayload
2889
+ paymentPayload,
2890
+ network: this.config.network,
2891
+ chainId: this.chain.chainId,
2892
+ usdcAddress: this.chain.usdcAddress
2890
2893
  }
2891
2894
  );
2892
2895
  if (!response.data.success) {