@sodax/wallet-sdk-core 2.0.0-rc.11 → 2.0.0-rc.12

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
@@ -2839,9 +2839,9 @@ var spokeChainConfig = {
2839
2839
  supportedTokens: bitcoinSupportedTokens,
2840
2840
  radfi: {
2841
2841
  walletMode: "TRADING",
2842
- apiUrl: "https://api.radfi.co/api",
2842
+ apiUrl: "https://api.bound.exchange/api",
2843
2843
  apiKey: "",
2844
- umsUrl: "https://ums.radfi.co/api",
2844
+ umsUrl: "https://api.ums.bound.exchange/api",
2845
2845
  accessToken: "",
2846
2846
  refreshToken: ""
2847
2847
  },
package/dist/index.mjs CHANGED
@@ -2813,9 +2813,9 @@ var spokeChainConfig = {
2813
2813
  supportedTokens: bitcoinSupportedTokens,
2814
2814
  radfi: {
2815
2815
  walletMode: "TRADING",
2816
- apiUrl: "https://api.radfi.co/api",
2816
+ apiUrl: "https://api.bound.exchange/api",
2817
2817
  apiKey: "",
2818
- umsUrl: "https://ums.radfi.co/api",
2818
+ umsUrl: "https://api.ums.bound.exchange/api",
2819
2819
  accessToken: "",
2820
2820
  refreshToken: ""
2821
2821
  },
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "2.0.0-rc.11",
7
+ "version": "2.0.0-rc.12",
8
8
  "license": "MIT",
9
9
  "description": "Sodax Wallet SDK Core",
10
10
  "keywords": [
@@ -66,8 +66,8 @@
66
66
  "near-api-js": "7.2.0",
67
67
  "secp256k1": "^5.0.1",
68
68
  "viem": "2.29.2",
69
- "@sodax/libs": "2.0.0-rc.11",
70
- "@sodax/types": "2.0.0-rc.11"
69
+ "@sodax/types": "2.0.0-rc.12",
70
+ "@sodax/libs": "2.0.0-rc.12"
71
71
  },
72
72
  "devDependencies": {
73
73
  "@arethetypeswrong/cli": "0.17.4",