@actalink/commonlib 0.0.31 → 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 +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -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/
|
|
2398
|
-
var batchServiceTestUrl = "https://api.acta.link/
|
|
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);
|
package/dist/index.js
CHANGED
|
@@ -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/
|
|
2330
|
-
var batchServiceTestUrl = "https://api.acta.link/
|
|
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);
|