@actalink/commonlib 0.0.36 → 0.0.37-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
@@ -2153,8 +2153,8 @@ var ActaDeposit = class {
2153
2153
 
2154
2154
  // src/billing.ts
2155
2155
  var import_viem6 = require("viem");
2156
- var billingServiceUrl = "https://api.acta.link/pay/api/v1/";
2157
- var billingServiceTestUrl = "https://api.acta.link/pay/test/api/v1/";
2156
+ var billingServiceUrl = "https://api.fhoton.xyz/pay/api/v1/";
2157
+ var billingServiceTestUrl = "https://api.fhoton.xyz/pay/test/api/v1/";
2158
2158
  var returnEnvUrl2 = (chainId) => {
2159
2159
  const mainnetChain = mainnetChains.find((c) => c.id === chainId);
2160
2160
  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/bexo/api/v1/";
2398
- var batchServiceTestUrl = "https://api.acta.link/bexo/test/api/v1/";
2397
+ var batchServiceUrl = "https://api.fhoton.xyz/bexo/api/v1/";
2398
+ var batchServiceTestUrl = "https://api.fhoton.xyz/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);
package/dist/index.js CHANGED
@@ -2080,8 +2080,8 @@ var ActaDeposit = class {
2080
2080
 
2081
2081
  // src/billing.ts
2082
2082
  import { toHex as toHex3 } from "viem";
2083
- var billingServiceUrl = "https://api.acta.link/pay/api/v1/";
2084
- var billingServiceTestUrl = "https://api.acta.link/pay/test/api/v1/";
2083
+ var billingServiceUrl = "https://api.fhoton.xyz/pay/api/v1/";
2084
+ var billingServiceTestUrl = "https://api.fhoton.xyz/pay/test/api/v1/";
2085
2085
  var returnEnvUrl2 = (chainId) => {
2086
2086
  const mainnetChain = mainnetChains.find((c) => c.id === chainId);
2087
2087
  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/bexo/api/v1/";
2330
- var batchServiceTestUrl = "https://api.acta.link/bexo/test/api/v1/";
2329
+ var batchServiceUrl = "https://api.fhoton.xyz/bexo/api/v1/";
2330
+ var batchServiceTestUrl = "https://api.fhoton.xyz/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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actalink/commonlib",
3
- "version": "0.0.36",
3
+ "version": "0.0.37-dev",
4
4
  "author": "Actalink",
5
5
  "license": "MIT license",
6
6
  "publishConfig": {