@actalink/commonlib 0.0.9 → 0.0.10
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 +3 -3
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1690,7 +1690,7 @@ var ActaDeposit = class {
|
|
|
1690
1690
|
|
|
1691
1691
|
// src/billing.ts
|
|
1692
1692
|
var import_viem6 = require("viem");
|
|
1693
|
-
var transactionServiceUrl2 = "
|
|
1693
|
+
var transactionServiceUrl2 = "https://api.acta.link/transaction/v1/";
|
|
1694
1694
|
var ActaBilling = class {
|
|
1695
1695
|
constructor(parameters) {
|
|
1696
1696
|
this.count = 0;
|
|
@@ -1917,8 +1917,8 @@ var import_account_abstraction2 = require("viem/account-abstraction");
|
|
|
1917
1917
|
var import_policies2 = require("@zerodev/permissions/policies");
|
|
1918
1918
|
var import_semver = require("semver");
|
|
1919
1919
|
var ECDSA_SIGNER_CONTRACT = "0x6A6F069E2a08c2468e7724Ab3250CdBFBA14D4FF";
|
|
1920
|
-
var billingServiceUrl = "
|
|
1921
|
-
var depositServiceUrl2 = "
|
|
1920
|
+
var billingServiceUrl = "https://api.acta.link/billing/v1/";
|
|
1921
|
+
var depositServiceUrl2 = "https://api.acta.link/deposit/v1/";
|
|
1922
1922
|
var transactionServiceUrl3 = "http://localhost:8000/transaction/v1/";
|
|
1923
1923
|
var toSignerId = (signer) => {
|
|
1924
1924
|
return (0, import_viem7.encodeAbiParameters)(
|
package/dist/index.js
CHANGED
|
@@ -1624,7 +1624,7 @@ var ActaDeposit = class {
|
|
|
1624
1624
|
|
|
1625
1625
|
// src/billing.ts
|
|
1626
1626
|
import { toHex as toHex3 } from "viem";
|
|
1627
|
-
var transactionServiceUrl2 = "
|
|
1627
|
+
var transactionServiceUrl2 = "https://api.acta.link/transaction/v1/";
|
|
1628
1628
|
var ActaBilling = class {
|
|
1629
1629
|
constructor(parameters) {
|
|
1630
1630
|
this.count = 0;
|
|
@@ -1882,8 +1882,8 @@ import {
|
|
|
1882
1882
|
} from "@zerodev/permissions/policies";
|
|
1883
1883
|
import { coerce, gt } from "semver";
|
|
1884
1884
|
var ECDSA_SIGNER_CONTRACT = "0x6A6F069E2a08c2468e7724Ab3250CdBFBA14D4FF";
|
|
1885
|
-
var billingServiceUrl = "
|
|
1886
|
-
var depositServiceUrl2 = "
|
|
1885
|
+
var billingServiceUrl = "https://api.acta.link/billing/v1/";
|
|
1886
|
+
var depositServiceUrl2 = "https://api.acta.link/deposit/v1/";
|
|
1887
1887
|
var transactionServiceUrl3 = "http://localhost:8000/transaction/v1/";
|
|
1888
1888
|
var toSignerId = (signer) => {
|
|
1889
1889
|
return encodeAbiParameters(
|