@socket.tech/dl-common 1.0.12-test.1 → 1.0.12

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.
@@ -139,6 +139,7 @@ class SocketSigner extends relaySigner_1.SocketRelaySigner {
139
139
  throw Error("No Signing Wallet found!");
140
140
  const dataHash = (0, utils_1.keccak256)(utils_1.defaultAbiCoder.encode(["address", "uint256", "bytes"], [transaction.to, (_a = transaction.value) !== null && _a !== void 0 ? _a : 0, (_b = transaction.data) !== null && _b !== void 0 ? _b : "0x"]));
141
141
  const safeParams = await this.safeWrapperContract.safeParams(dataHash, this.signingWallet.address);
142
+ console.log(safeParams, "isTxSubmitted");
142
143
  return safeParams[1] !== "0x";
143
144
  }
144
145
  async checkAndSendTransaction(transaction) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@socket.tech/dl-common",
3
- "version": "1.0.12-test.1",
3
+ "version": "1.0.12",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "description": "common utilities for socket data layer.",