@actalink/commonlib 0.1.2-dev → 0.1.3-dev
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
|
@@ -3665,8 +3665,8 @@ var import_semver = require("semver");
|
|
|
3665
3665
|
var ECDSA_SIGNER_CONTRACT = "0x6A6F069E2a08c2468e7724Ab3250CdBFBA14D4FF";
|
|
3666
3666
|
var depositServiceUrl2 = "https://api.acta.link/bexo/v1/";
|
|
3667
3667
|
var transactionServiceUrl2 = "https://api.acta.link/transaction/v1/";
|
|
3668
|
-
var billingServiceUrl2 = "https://pay-api.fhoton.xyz/pay/
|
|
3669
|
-
var billingServiceTestUrl2 = "https://pay-api.fhoton.xyz/pay/test/
|
|
3668
|
+
var billingServiceUrl2 = "https://pay-api.fhoton.xyz/pay/v1/";
|
|
3669
|
+
var billingServiceTestUrl2 = "https://pay-api.fhoton.xyz/pay/test/v1/";
|
|
3670
3670
|
var toSignerId = (signer) => {
|
|
3671
3671
|
return (0, import_viem9.encodeAbiParameters)(
|
|
3672
3672
|
[{ name: "signerData", type: "bytes" }],
|
package/dist/index.js
CHANGED
|
@@ -3635,8 +3635,8 @@ import { coerce, gt } from "semver";
|
|
|
3635
3635
|
var ECDSA_SIGNER_CONTRACT = "0x6A6F069E2a08c2468e7724Ab3250CdBFBA14D4FF";
|
|
3636
3636
|
var depositServiceUrl2 = "https://api.acta.link/bexo/v1/";
|
|
3637
3637
|
var transactionServiceUrl2 = "https://api.acta.link/transaction/v1/";
|
|
3638
|
-
var billingServiceUrl2 = "https://pay-api.fhoton.xyz/pay/
|
|
3639
|
-
var billingServiceTestUrl2 = "https://pay-api.fhoton.xyz/pay/test/
|
|
3638
|
+
var billingServiceUrl2 = "https://pay-api.fhoton.xyz/pay/v1/";
|
|
3639
|
+
var billingServiceTestUrl2 = "https://pay-api.fhoton.xyz/pay/test/v1/";
|
|
3640
3640
|
var toSignerId = (signer) => {
|
|
3641
3641
|
return encodeAbiParameters(
|
|
3642
3642
|
[{ name: "signerData", type: "bytes" }],
|