@actalink/commonlib 0.0.25 → 0.0.26
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 +4 -4
- package/dist/index.js +4 -4
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2136,9 +2136,9 @@ var ActaDeposit = class {
|
|
|
2136
2136
|
// src/billing.ts
|
|
2137
2137
|
var import_viem6 = require("viem");
|
|
2138
2138
|
var transactionServiceUrl2 = "https://api.acta.link/transaction/v1/";
|
|
2139
|
-
var billingServiceUrl = "https://api.acta.link/
|
|
2139
|
+
var billingServiceUrl = "https://api.acta.link/pay/v1/";
|
|
2140
2140
|
var transactionServiceTestUrl2 = "https://api.acta.link/transaction/test/v1/";
|
|
2141
|
-
var billingServiceTestUrl = "https://api.acta.link/
|
|
2141
|
+
var billingServiceTestUrl = "https://api.acta.link/pay/test/v1/";
|
|
2142
2142
|
var returnEnvUrl2 = (chainId) => {
|
|
2143
2143
|
const mainnetChain = mainnetChains.find((c) => c.id === chainId);
|
|
2144
2144
|
const testnetChain = testnetChains.find((c) => c.id === chainId);
|
|
@@ -2854,10 +2854,10 @@ var import_account_abstraction2 = require("viem/account-abstraction");
|
|
|
2854
2854
|
var import_policies2 = require("@zerodev/permissions/policies");
|
|
2855
2855
|
var import_semver = require("semver");
|
|
2856
2856
|
var ECDSA_SIGNER_CONTRACT = "0x6A6F069E2a08c2468e7724Ab3250CdBFBA14D4FF";
|
|
2857
|
-
var billingServiceUrl2 = "https://api.acta.link/
|
|
2857
|
+
var billingServiceUrl2 = "https://api.acta.link/pay/v1/";
|
|
2858
2858
|
var depositServiceUrl2 = "https://api.acta.link/deposit/v1/";
|
|
2859
2859
|
var transactionServiceUrl4 = "https://api.acta.link/transaction/v1/";
|
|
2860
|
-
var billingServiceTestUrl2 = "https://api.acta.link/
|
|
2860
|
+
var billingServiceTestUrl2 = "https://api.acta.link/pay/test/v1/";
|
|
2861
2861
|
var toSignerId = (signer) => {
|
|
2862
2862
|
return (0, import_viem8.encodeAbiParameters)(
|
|
2863
2863
|
[{ name: "signerData", type: "bytes" }],
|
package/dist/index.js
CHANGED
|
@@ -2064,9 +2064,9 @@ var ActaDeposit = class {
|
|
|
2064
2064
|
// src/billing.ts
|
|
2065
2065
|
import { toHex as toHex3 } from "viem";
|
|
2066
2066
|
var transactionServiceUrl2 = "https://api.acta.link/transaction/v1/";
|
|
2067
|
-
var billingServiceUrl = "https://api.acta.link/
|
|
2067
|
+
var billingServiceUrl = "https://api.acta.link/pay/v1/";
|
|
2068
2068
|
var transactionServiceTestUrl2 = "https://api.acta.link/transaction/test/v1/";
|
|
2069
|
-
var billingServiceTestUrl = "https://api.acta.link/
|
|
2069
|
+
var billingServiceTestUrl = "https://api.acta.link/pay/test/v1/";
|
|
2070
2070
|
var returnEnvUrl2 = (chainId) => {
|
|
2071
2071
|
const mainnetChain = mainnetChains.find((c) => c.id === chainId);
|
|
2072
2072
|
const testnetChain = testnetChains.find((c) => c.id === chainId);
|
|
@@ -2818,10 +2818,10 @@ import {
|
|
|
2818
2818
|
} from "@zerodev/permissions/policies";
|
|
2819
2819
|
import { coerce, gt } from "semver";
|
|
2820
2820
|
var ECDSA_SIGNER_CONTRACT = "0x6A6F069E2a08c2468e7724Ab3250CdBFBA14D4FF";
|
|
2821
|
-
var billingServiceUrl2 = "https://api.acta.link/
|
|
2821
|
+
var billingServiceUrl2 = "https://api.acta.link/pay/v1/";
|
|
2822
2822
|
var depositServiceUrl2 = "https://api.acta.link/deposit/v1/";
|
|
2823
2823
|
var transactionServiceUrl4 = "https://api.acta.link/transaction/v1/";
|
|
2824
|
-
var billingServiceTestUrl2 = "https://api.acta.link/
|
|
2824
|
+
var billingServiceTestUrl2 = "https://api.acta.link/pay/test/v1/";
|
|
2825
2825
|
var toSignerId = (signer) => {
|
|
2826
2826
|
return encodeAbiParameters(
|
|
2827
2827
|
[{ name: "signerData", type: "bytes" }],
|