@cityofzion/bs-multichain 1.1.7 → 1.1.9
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.
|
@@ -187,7 +187,7 @@ exports.SimpleSwapApi = SimpleSwapApi;
|
|
|
187
187
|
_SimpleSwapApi_tickersBySimpleSwapBlockchain = new WeakMap(), _SimpleSwapApi_apiInstance = new WeakMap(), _SimpleSwapApi_allCurrenciesMap = new WeakMap(), _SimpleSwapApi_instances = new WeakSet(), _SimpleSwapApi_api_get = function _SimpleSwapApi_api_get() {
|
|
188
188
|
if (!__classPrivateFieldGet(this, _SimpleSwapApi_apiInstance, "f")) {
|
|
189
189
|
__classPrivateFieldSet(this, _SimpleSwapApi_apiInstance, axios_1.default.create({
|
|
190
|
-
baseURL: `${blockchain_service_1.BSCommonConstants.
|
|
190
|
+
baseURL: `${blockchain_service_1.BSCommonConstants.COZ_API_URL}/api/v2/swap`,
|
|
191
191
|
headers: {
|
|
192
192
|
'Cache-Control': 'no-cache',
|
|
193
193
|
Pragma: 'no-cache',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cityofzion/bs-multichain",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.9",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"repository": "https://github.com/CityOfZion/blockchain-services",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"axios": "~1.12.2",
|
|
14
14
|
"@walletconnect/utils": "~2.21.9",
|
|
15
15
|
"@walletconnect/jsonrpc-utils": "~1.0.8",
|
|
16
|
-
"@cityofzion/blockchain-service": "1.22.
|
|
16
|
+
"@cityofzion/blockchain-service": "1.22.4"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@types/node": "~24.5.2",
|
|
@@ -26,10 +26,9 @@
|
|
|
26
26
|
"ts-node": "~10.9.2",
|
|
27
27
|
"typescript": "~5.9.2",
|
|
28
28
|
"typed-emitter": "~2.1.0",
|
|
29
|
-
"@cityofzion/bs-neo3": "1.17.
|
|
30
|
-
"@cityofzion/bs-ethereum": "2.14.
|
|
31
|
-
"@cityofzion/bs-
|
|
32
|
-
"@cityofzion/bs-neox": "1.4.4"
|
|
29
|
+
"@cityofzion/bs-neo3": "1.17.5",
|
|
30
|
+
"@cityofzion/bs-ethereum": "2.14.6",
|
|
31
|
+
"@cityofzion/bs-neox": "1.4.6"
|
|
33
32
|
},
|
|
34
33
|
"scripts": {
|
|
35
34
|
"build": "rm -rf ./dist && tsc --project tsconfig.build.json",
|