@vechain/vechain-kit 1.6.1 → 1.6.2

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/dist/index.js CHANGED
@@ -4159,6 +4159,7 @@ var useSendTransaction = ({
4159
4159
  }
4160
4160
  return "success";
4161
4161
  }
4162
+ return "waitingConfirmation";
4162
4163
  }
4163
4164
  return "ready";
4164
4165
  }, [
@@ -5983,7 +5984,7 @@ var AddressDisplay = ({
5983
5984
  // package.json
5984
5985
  var package_default = {
5985
5986
  name: "@vechain/vechain-kit",
5986
- version: "1.6.1",
5987
+ version: "1.6.2",
5987
5988
  private: false,
5988
5989
  homepage: "https://github.com/vechain/vechain-kit",
5989
5990
  repository: "github:vechain/vechain-kit",