@actalink/commonlib 0.0.12 → 0.0.13
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2128,7 +2128,7 @@ var ActaBilling = class {
|
|
|
2128
2128
|
|
|
2129
2129
|
// src/batch.ts
|
|
2130
2130
|
var import_viem7 = require("viem");
|
|
2131
|
-
var batchServiceUrl = "
|
|
2131
|
+
var batchServiceUrl = "https://api.acta.link/batch/api/v1/";
|
|
2132
2132
|
var ActaBatch = class {
|
|
2133
2133
|
constructor(parameters) {
|
|
2134
2134
|
this.APIkey = parameters.APIKey;
|
package/dist/index.js
CHANGED
|
@@ -2063,7 +2063,7 @@ import {
|
|
|
2063
2063
|
toHex as toHex4,
|
|
2064
2064
|
zeroAddress as zeroAddress5
|
|
2065
2065
|
} from "viem";
|
|
2066
|
-
var batchServiceUrl = "
|
|
2066
|
+
var batchServiceUrl = "https://api.acta.link/batch/api/v1/";
|
|
2067
2067
|
var ActaBatch = class {
|
|
2068
2068
|
constructor(parameters) {
|
|
2069
2069
|
this.APIkey = parameters.APIKey;
|