@actalink/sdkv2 0.1.6 → 0.1.7-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
|
@@ -814,8 +814,8 @@ var import_permissions = require("@zerodev/permissions");
|
|
|
814
814
|
var import_policies = require("@zerodev/permissions/policies");
|
|
815
815
|
|
|
816
816
|
// src/constants.ts
|
|
817
|
-
var ACCESS_URL = "https://
|
|
818
|
-
var ACCESS_TESTNET_URL = "https://
|
|
817
|
+
var ACCESS_URL = "https://api.opendeposit.xyz/flex/deposit";
|
|
818
|
+
var ACCESS_TESTNET_URL = "https://api.opendeposit.xyz/flex/deposit/test";
|
|
819
819
|
var PAYMASTER_URL = `https://api.acta.link/paymaster/flex/deposit`;
|
|
820
820
|
var PROXY_URL = `https://api.acta.link/proxy/v1`;
|
|
821
821
|
|
package/dist/index.js
CHANGED
|
@@ -761,8 +761,8 @@ import {
|
|
|
761
761
|
} from "@zerodev/permissions/policies";
|
|
762
762
|
|
|
763
763
|
// src/constants.ts
|
|
764
|
-
var ACCESS_URL = "https://
|
|
765
|
-
var ACCESS_TESTNET_URL = "https://
|
|
764
|
+
var ACCESS_URL = "https://api.opendeposit.xyz/flex/deposit";
|
|
765
|
+
var ACCESS_TESTNET_URL = "https://api.opendeposit.xyz/flex/deposit/test";
|
|
766
766
|
var PAYMASTER_URL = `https://api.acta.link/paymaster/flex/deposit`;
|
|
767
767
|
var PROXY_URL = `https://api.acta.link/proxy/v1`;
|
|
768
768
|
|