@cryptorubic/web3 1.7.3-alpha.zkevm.2 → 1.7.4-alpha.zkevm.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.
package/README.md CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cryptorubic/web3",
3
- "version": "1.7.3-alpha.zkevm.2",
3
+ "version": "1.7.4-alpha.zkevm.1",
4
4
  "dependencies": {
5
5
  "@ethersproject/bignumber": "^5.8.0",
6
6
  "@mysten/sui": "^1.24.0",
@@ -11,7 +11,7 @@
11
11
  "@suiet/wallet-sdk": "^0.3.3",
12
12
  "@ton/core": "^0.59.1",
13
13
  "@ton/ton": "^15.1.0",
14
- "@tonconnect/ui": "^2.2.0",
14
+ "@tonconnect/ui": "^3.0.2",
15
15
  "axios": "*",
16
16
  "bignumber.js": "9.1.2",
17
17
  "bitcoin-address-validation": "^2.2.3",
@@ -39,7 +39,7 @@ class TonAdapterSigner extends abstract_adapter_signer_1.AbstractAdapterSigner {
39
39
  params.txOptions.onTransactionHash?.(txHash);
40
40
  const isCompleted = await this.waitForTransactionReceipt(txHash);
41
41
  if (!isCompleted) {
42
- throw new rubic_sdk_error_1.RubicSdkError('[BitcoinWeb3Private] TON transaction timeout expired!');
42
+ throw new rubic_sdk_error_1.RubicSdkError('[TonAdapterSigner] TON transaction timeout expired!');
43
43
  }
44
44
  return boc;
45
45
  }