@actalink/commonlib 0.0.30 → 0.0.31
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 +5 -5
- package/dist/index.js +5 -5
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1780,10 +1780,10 @@ function fetchBatchInstructionDetails(url, APIKey) {
|
|
|
1780
1780
|
}
|
|
1781
1781
|
|
|
1782
1782
|
// src/deposit.ts
|
|
1783
|
-
var transactionServiceUrl = "https://api.acta.link/transaction/v1/";
|
|
1784
|
-
var depositServiceUrl = "https://api.acta.link/
|
|
1785
|
-
var transactionServiceTestUrl = "https://api.acta.link/transaction/test/v1/";
|
|
1786
|
-
var depositServiceTestUrl = "https://api.acta.link/
|
|
1783
|
+
var transactionServiceUrl = "https://api.acta.link/bexo/transaction/v1/";
|
|
1784
|
+
var depositServiceUrl = "https://api.acta.link/bexo/v1/";
|
|
1785
|
+
var transactionServiceTestUrl = "https://api.acta.link/bexo/transaction/test/v1/";
|
|
1786
|
+
var depositServiceTestUrl = "https://api.acta.link/bexo/test/v1/";
|
|
1787
1787
|
var returnEnvUrl = (chainId) => {
|
|
1788
1788
|
const mainnetChain = mainnetChains.find((c) => c.id === chainId);
|
|
1789
1789
|
const testnetChain = testnetChains.find((c) => c.id === chainId);
|
|
@@ -2865,7 +2865,7 @@ var import_policies2 = require("@zerodev/permissions/policies");
|
|
|
2865
2865
|
var import_semver = require("semver");
|
|
2866
2866
|
var ECDSA_SIGNER_CONTRACT = "0x6A6F069E2a08c2468e7724Ab3250CdBFBA14D4FF";
|
|
2867
2867
|
var billingServiceUrl2 = "https://api.acta.link/pay/v1/";
|
|
2868
|
-
var depositServiceUrl2 = "https://api.acta.link/
|
|
2868
|
+
var depositServiceUrl2 = "https://api.acta.link/bexo/v1/";
|
|
2869
2869
|
var transactionServiceUrl2 = "https://api.acta.link/transaction/v1/";
|
|
2870
2870
|
var billingServiceTestUrl2 = "https://api.acta.link/pay/test/v1/";
|
|
2871
2871
|
var toSignerId = (signer) => {
|
package/dist/index.js
CHANGED
|
@@ -1707,10 +1707,10 @@ function fetchBatchInstructionDetails(url, APIKey) {
|
|
|
1707
1707
|
}
|
|
1708
1708
|
|
|
1709
1709
|
// src/deposit.ts
|
|
1710
|
-
var transactionServiceUrl = "https://api.acta.link/transaction/v1/";
|
|
1711
|
-
var depositServiceUrl = "https://api.acta.link/
|
|
1712
|
-
var transactionServiceTestUrl = "https://api.acta.link/transaction/test/v1/";
|
|
1713
|
-
var depositServiceTestUrl = "https://api.acta.link/
|
|
1710
|
+
var transactionServiceUrl = "https://api.acta.link/bexo/transaction/v1/";
|
|
1711
|
+
var depositServiceUrl = "https://api.acta.link/bexo/v1/";
|
|
1712
|
+
var transactionServiceTestUrl = "https://api.acta.link/bexo/transaction/test/v1/";
|
|
1713
|
+
var depositServiceTestUrl = "https://api.acta.link/bexo/test/v1/";
|
|
1714
1714
|
var returnEnvUrl = (chainId) => {
|
|
1715
1715
|
const mainnetChain = mainnetChains.find((c) => c.id === chainId);
|
|
1716
1716
|
const testnetChain = testnetChains.find((c) => c.id === chainId);
|
|
@@ -2828,7 +2828,7 @@ import {
|
|
|
2828
2828
|
import { coerce, gt } from "semver";
|
|
2829
2829
|
var ECDSA_SIGNER_CONTRACT = "0x6A6F069E2a08c2468e7724Ab3250CdBFBA14D4FF";
|
|
2830
2830
|
var billingServiceUrl2 = "https://api.acta.link/pay/v1/";
|
|
2831
|
-
var depositServiceUrl2 = "https://api.acta.link/
|
|
2831
|
+
var depositServiceUrl2 = "https://api.acta.link/bexo/v1/";
|
|
2832
2832
|
var transactionServiceUrl2 = "https://api.acta.link/transaction/v1/";
|
|
2833
2833
|
var billingServiceTestUrl2 = "https://api.acta.link/pay/test/v1/";
|
|
2834
2834
|
var toSignerId = (signer) => {
|