@actalink/commonlib 0.1.1-dev → 0.1.3-dev

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
@@ -3663,10 +3663,10 @@ var import_account_abstraction2 = require("viem/account-abstraction");
3663
3663
  var import_policies2 = require("@zerodev/permissions/policies");
3664
3664
  var import_semver = require("semver");
3665
3665
  var ECDSA_SIGNER_CONTRACT = "0x6A6F069E2a08c2468e7724Ab3250CdBFBA14D4FF";
3666
- var billingServiceUrl2 = "https://api.acta.link/pay/v1/";
3667
3666
  var depositServiceUrl2 = "https://api.acta.link/bexo/v1/";
3668
3667
  var transactionServiceUrl2 = "https://api.acta.link/transaction/v1/";
3669
- var billingServiceTestUrl2 = "https://api.acta.link/pay/test/v1/";
3668
+ var billingServiceUrl2 = "https://pay-api.fhoton.xyz/pay/v1/";
3669
+ var billingServiceTestUrl2 = "https://pay-api.fhoton.xyz/pay/test/v1/";
3670
3670
  var toSignerId = (signer) => {
3671
3671
  return (0, import_viem9.encodeAbiParameters)(
3672
3672
  [{ name: "signerData", type: "bytes" }],
package/dist/index.js CHANGED
@@ -3633,10 +3633,10 @@ import {
3633
3633
  } from "@zerodev/permissions/policies";
3634
3634
  import { coerce, gt } from "semver";
3635
3635
  var ECDSA_SIGNER_CONTRACT = "0x6A6F069E2a08c2468e7724Ab3250CdBFBA14D4FF";
3636
- var billingServiceUrl2 = "https://api.acta.link/pay/v1/";
3637
3636
  var depositServiceUrl2 = "https://api.acta.link/bexo/v1/";
3638
3637
  var transactionServiceUrl2 = "https://api.acta.link/transaction/v1/";
3639
- var billingServiceTestUrl2 = "https://api.acta.link/pay/test/v1/";
3638
+ var billingServiceUrl2 = "https://pay-api.fhoton.xyz/pay/v1/";
3639
+ var billingServiceTestUrl2 = "https://pay-api.fhoton.xyz/pay/test/v1/";
3640
3640
  var toSignerId = (signer) => {
3641
3641
  return encodeAbiParameters(
3642
3642
  [{ name: "signerData", type: "bytes" }],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actalink/commonlib",
3
- "version": "0.1.1-dev",
3
+ "version": "0.1.3-dev",
4
4
  "author": "Actalink",
5
5
  "license": "MIT license",
6
6
  "publishConfig": {