@actalink/commonlib 0.0.7 → 0.0.8

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
@@ -876,7 +876,7 @@ function executeSinglePaymentAPICall(url, userOperation, paymentParams, serviceP
876
876
 
877
877
  // src/utils.ts
878
878
  var ECDSA_SIGNER_CONTRACT = "0x6A6F069E2a08c2468e7724Ab3250CdBFBA14D4FF";
879
- var billingServiceUrl = "http://localhost:4000/billing/v1/";
879
+ var billingServiceUrl = "https://api.acta.link/billing/v1/";
880
880
  var toSignerId = (signer) => {
881
881
  return (0, import_viem4.encodeAbiParameters)(
882
882
  [{ name: "signerData", type: "bytes" }],
@@ -1946,7 +1946,7 @@ var ActaDeposit = class {
1946
1946
 
1947
1947
  // src/billing.ts
1948
1948
  var import_viem7 = require("viem");
1949
- var transactionServiceUrl2 = "http://localhost:8000/transaction/v1/";
1949
+ var transactionServiceUrl2 = "https://api.acta.link/transaction/v1/";
1950
1950
  var ActaBilling = class {
1951
1951
  constructor(parameters) {
1952
1952
  this.count = 0;
package/dist/index.js CHANGED
@@ -823,7 +823,7 @@ function executeSinglePaymentAPICall(url, userOperation, paymentParams, serviceP
823
823
 
824
824
  // src/utils.ts
825
825
  var ECDSA_SIGNER_CONTRACT = "0x6A6F069E2a08c2468e7724Ab3250CdBFBA14D4FF";
826
- var billingServiceUrl = "http://localhost:4000/billing/v1/";
826
+ var billingServiceUrl = "https://api.acta.link/billing/v1/";
827
827
  var toSignerId = (signer) => {
828
828
  return encodeAbiParameters(
829
829
  [{ name: "signerData", type: "bytes" }],
@@ -1897,7 +1897,7 @@ var ActaDeposit = class {
1897
1897
 
1898
1898
  // src/billing.ts
1899
1899
  import { toHex as toHex3 } from "viem";
1900
- var transactionServiceUrl2 = "http://localhost:8000/transaction/v1/";
1900
+ var transactionServiceUrl2 = "https://api.acta.link/transaction/v1/";
1901
1901
  var ActaBilling = class {
1902
1902
  constructor(parameters) {
1903
1903
  this.count = 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actalink/commonlib",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "author": "Actalink",
5
5
  "license": "MIT license",
6
6
  "publishConfig": {