@actalink/commonlib 0.0.30 → 0.0.32

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
@@ -1780,10 +1780,10 @@ function fetchBatchInstructionDetails(url, APIKey) {
1780
1780
  }
1781
1781
 
1782
1782
  // src/deposit.ts
1783
- var transactionServiceUrl = "https://api.acta.link/transaction/v1/";
1784
- var depositServiceUrl = "https://api.acta.link/deposit/v1/";
1785
- var transactionServiceTestUrl = "https://api.acta.link/transaction/test/v1/";
1786
- var depositServiceTestUrl = "https://api.acta.link/deposit/test/v1/";
1783
+ var transactionServiceUrl = "https://api.acta.link/bexo/transaction/v1/";
1784
+ var depositServiceUrl = "https://api.acta.link/bexo/v1/";
1785
+ var transactionServiceTestUrl = "https://api.acta.link/bexo/transaction/test/v1/";
1786
+ var depositServiceTestUrl = "https://api.acta.link/bexo/test/v1/";
1787
1787
  var returnEnvUrl = (chainId) => {
1788
1788
  const mainnetChain = mainnetChains.find((c) => c.id === chainId);
1789
1789
  const testnetChain = testnetChains.find((c) => c.id === chainId);
@@ -2394,8 +2394,8 @@ var ActaBilling = class {
2394
2394
 
2395
2395
  // src/batch.ts
2396
2396
  var import_viem7 = require("viem");
2397
- var batchServiceUrl = "https://api.acta.link/batch/api/v1/";
2398
- var batchServiceTestUrl = "https://api.acta.link/batch/test/api/v1/";
2397
+ var batchServiceUrl = "https://api.acta.link/bexo/api/v1/";
2398
+ var batchServiceTestUrl = "https://api.acta.link/bexo/test/api/v1/";
2399
2399
  var returnEnvUrl3 = (chainId) => {
2400
2400
  const mainnetChain = mainnetChains.find((c) => c.id === chainId);
2401
2401
  const testnetChain = testnetChains.find((c) => c.id === chainId);
@@ -2865,7 +2865,7 @@ var import_policies2 = require("@zerodev/permissions/policies");
2865
2865
  var import_semver = require("semver");
2866
2866
  var ECDSA_SIGNER_CONTRACT = "0x6A6F069E2a08c2468e7724Ab3250CdBFBA14D4FF";
2867
2867
  var billingServiceUrl2 = "https://api.acta.link/pay/v1/";
2868
- var depositServiceUrl2 = "https://api.acta.link/deposit/v1/";
2868
+ var depositServiceUrl2 = "https://api.acta.link/bexo/v1/";
2869
2869
  var transactionServiceUrl2 = "https://api.acta.link/transaction/v1/";
2870
2870
  var billingServiceTestUrl2 = "https://api.acta.link/pay/test/v1/";
2871
2871
  var toSignerId = (signer) => {
package/dist/index.js CHANGED
@@ -1707,10 +1707,10 @@ function fetchBatchInstructionDetails(url, APIKey) {
1707
1707
  }
1708
1708
 
1709
1709
  // src/deposit.ts
1710
- var transactionServiceUrl = "https://api.acta.link/transaction/v1/";
1711
- var depositServiceUrl = "https://api.acta.link/deposit/v1/";
1712
- var transactionServiceTestUrl = "https://api.acta.link/transaction/test/v1/";
1713
- var depositServiceTestUrl = "https://api.acta.link/deposit/test/v1/";
1710
+ var transactionServiceUrl = "https://api.acta.link/bexo/transaction/v1/";
1711
+ var depositServiceUrl = "https://api.acta.link/bexo/v1/";
1712
+ var transactionServiceTestUrl = "https://api.acta.link/bexo/transaction/test/v1/";
1713
+ var depositServiceTestUrl = "https://api.acta.link/bexo/test/v1/";
1714
1714
  var returnEnvUrl = (chainId) => {
1715
1715
  const mainnetChain = mainnetChains.find((c) => c.id === chainId);
1716
1716
  const testnetChain = testnetChains.find((c) => c.id === chainId);
@@ -2326,8 +2326,8 @@ import {
2326
2326
  toHex as toHex4,
2327
2327
  zeroAddress as zeroAddress4
2328
2328
  } from "viem";
2329
- var batchServiceUrl = "https://api.acta.link/batch/api/v1/";
2330
- var batchServiceTestUrl = "https://api.acta.link/batch/test/api/v1/";
2329
+ var batchServiceUrl = "https://api.acta.link/bexo/api/v1/";
2330
+ var batchServiceTestUrl = "https://api.acta.link/bexo/test/api/v1/";
2331
2331
  var returnEnvUrl3 = (chainId) => {
2332
2332
  const mainnetChain = mainnetChains.find((c) => c.id === chainId);
2333
2333
  const testnetChain = testnetChains.find((c) => c.id === chainId);
@@ -2828,7 +2828,7 @@ import {
2828
2828
  import { coerce, gt } from "semver";
2829
2829
  var ECDSA_SIGNER_CONTRACT = "0x6A6F069E2a08c2468e7724Ab3250CdBFBA14D4FF";
2830
2830
  var billingServiceUrl2 = "https://api.acta.link/pay/v1/";
2831
- var depositServiceUrl2 = "https://api.acta.link/deposit/v1/";
2831
+ var depositServiceUrl2 = "https://api.acta.link/bexo/v1/";
2832
2832
  var transactionServiceUrl2 = "https://api.acta.link/transaction/v1/";
2833
2833
  var billingServiceTestUrl2 = "https://api.acta.link/pay/test/v1/";
2834
2834
  var toSignerId = (signer) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actalink/commonlib",
3
- "version": "0.0.30",
3
+ "version": "0.0.32",
4
4
  "author": "Actalink",
5
5
  "license": "MIT license",
6
6
  "publishConfig": {