@cityofzion/bs-ethereum 2.14.5 → 2.14.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.
@@ -421,7 +421,7 @@ _a = MoralisBDSEthereum, _MoralisBDSEthereum_apiInstance = new WeakMap(), _Moral
421
421
  }
422
422
  return __classPrivateFieldGet(this, _MoralisBDSEthereum_apiInstance, "f");
423
423
  };
424
- MoralisBDSEthereum.BASE_URL = `${blockchain_service_1.BSCommonConstants.DORA_URL}/api/v2/meta`;
424
+ MoralisBDSEthereum.BASE_URL = `${blockchain_service_1.BSCommonConstants.COZ_API_URL}/api/v2/meta`;
425
425
  MoralisBDSEthereum.FULL_TRANSACTIONS_SUPPORTED_NETWORKS_IDS = ['1', '42161', '8453', '137'];
426
426
  MoralisBDSEthereum.FULL_TRANSACTIONS_ERC721_STANDARDS = ['erc721', 'erc-721'];
427
427
  MoralisBDSEthereum.FULL_TRANSACTIONS_ERC1155_STANDARDS = ['erc1155', 'erc-1155'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cityofzion/bs-ethereum",
3
- "version": "2.14.5",
3
+ "version": "2.14.6",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "repository": "https://github.com/CityOfZion/blockchain-services",
@@ -10,7 +10,7 @@
10
10
  "/dist"
11
11
  ],
12
12
  "dependencies": {
13
- "@cityofzion/dora-ts": "0.6.1",
13
+ "@cityofzion/dora-ts": "0.6.2",
14
14
  "@ethersproject/abstract-signer": "5.8.0",
15
15
  "@ethersproject/bytes": "5.8.0",
16
16
  "@ethersproject/bignumber": "5.8.0",
@@ -19,7 +19,7 @@
19
19
  "@ledgerhq/hw-app-eth": "~6.45.19",
20
20
  "axios": "~1.12.2",
21
21
  "ethers": "5.8.0",
22
- "@cityofzion/blockchain-service": "1.22.3"
22
+ "@cityofzion/blockchain-service": "1.22.4"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@ledgerhq/hw-transport": "~6.31.11",