@cityofzion/bs-neox 1.3.6 → 1.4.1

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.
Files changed (2) hide show
  1. package/dist/BSNeoX.js +1 -0
  2. package/package.json +4 -4
package/dist/BSNeoX.js CHANGED
@@ -33,6 +33,7 @@ class BSNeoX extends bs_ethereum_1.BSEthereum {
33
33
  this.neo3NeoXBridgeService = new Neo3NeoXBridgeService_1.Neo3NeoXBridgeService(this);
34
34
  this.blockchainDataService = new BlockscoutBDSNeoX_1.BlockscoutBDSNeoX(this);
35
35
  this.tokenService = new bs_ethereum_1.TokenServiceEthereum();
36
+ this.walletConnectService = new bs_ethereum_1.WalletConnectServiceEthereum(this);
36
37
  }
37
38
  }
38
39
  exports.BSNeoX = BSNeoX;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cityofzion/bs-neox",
3
- "version": "1.3.6",
3
+ "version": "1.4.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "repository": "https://github.com/CityOfZion/blockchain-services",
@@ -13,9 +13,9 @@
13
13
  "@cityofzion/dora-ts": "~0.5.1",
14
14
  "axios": "~1.12.2",
15
15
  "ethers": "~5.7.2",
16
- "@cityofzion/blockchain-service": "1.21.3",
17
- "@cityofzion/bs-ethereum": "2.13.5",
18
- "@cityofzion/bs-neo3": "1.16.4"
16
+ "@cityofzion/blockchain-service": "1.22.1",
17
+ "@cityofzion/bs-ethereum": "2.14.1",
18
+ "@cityofzion/bs-neo3": "1.17.1"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@ledgerhq/hw-transport": "~6.31.11",