@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.cjs CHANGED
@@ -4165,6 +4165,7 @@ var useSendTransaction = ({
4165
4165
  }
4166
4166
  return "success";
4167
4167
  }
4168
+ return "waitingConfirmation";
4168
4169
  }
4169
4170
  return "ready";
4170
4171
  }, [
@@ -5989,7 +5990,7 @@ var AddressDisplay = ({
5989
5990
  // package.json
5990
5991
  var package_default = {
5991
5992
  name: "@vechain/vechain-kit",
5992
- version: "1.6.1",
5993
+ version: "1.6.2",
5993
5994
  private: false,
5994
5995
  homepage: "https://github.com/vechain/vechain-kit",
5995
5996
  repository: "github:vechain/vechain-kit",