@cityofzion/bs-neox 1.4.4 → 1.4.6

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.
@@ -455,7 +455,7 @@ _a = BlockscoutBDSNeoX, _BlockscoutBDSNeoX_apiInstance = new WeakMap(), _Blocksc
455
455
  };
456
456
  };
457
457
  BlockscoutBDSNeoX.BASE_URL_BY_CHAIN_ID = {
458
- '47763': `${blockchain_service_1.BSCommonConstants.DORA_URL}/api/neox/mainnet`,
458
+ '47763': `${blockchain_service_1.BSCommonConstants.COZ_API_URL}/api/neox/mainnet`,
459
459
  '12227332': 'https://dora-stage.coz.io/api/neox/testnet',
460
460
  };
461
461
  BlockscoutBDSNeoX.FULL_TRANSACTIONS_SUPPORTED_NETWORKS_IDS = ['12227332', '47763'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cityofzion/bs-neox",
3
- "version": "1.4.4",
3
+ "version": "1.4.6",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "repository": "https://github.com/CityOfZion/blockchain-services",
@@ -10,12 +10,12 @@
10
10
  "/dist"
11
11
  ],
12
12
  "dependencies": {
13
- "@cityofzion/dora-ts": "0.6.1",
13
+ "@cityofzion/dora-ts": "0.6.2",
14
14
  "axios": "~1.12.2",
15
15
  "ethers": "~5.7.2",
16
- "@cityofzion/blockchain-service": "1.22.3",
17
- "@cityofzion/bs-neo3": "1.17.4",
18
- "@cityofzion/bs-ethereum": "2.14.4"
16
+ "@cityofzion/bs-ethereum": "2.14.6",
17
+ "@cityofzion/bs-neo3": "1.17.5",
18
+ "@cityofzion/blockchain-service": "1.22.4"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@ledgerhq/hw-transport": "~6.31.11",