@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 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://flex-api.acta.link/flex/deposit";
818
- var ACCESS_TESTNET_URL = "https://flex-api.acta.link/flex/deposit/test";
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://flex-api.acta.link/flex/deposit";
765
- var ACCESS_TESTNET_URL = "https://flex-api.acta.link/flex/deposit/test";
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actalink/sdkv2",
3
- "version": "0.1.6",
3
+ "version": "0.1.7-dev",
4
4
  "author": "Actalink",
5
5
  "license": "MIT license",
6
6
  "publishConfig": {