Skip to content

Commit

Permalink
Merge pull request #675 from HathorNetwork/copy/release-candidate
Browse files Browse the repository at this point in the history
sync: release-candidate into master
  • Loading branch information
alexruzenhack authored Oct 29, 2024
2 parents 0e92946 + 813d6fa commit 916c29b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"productName": "Hathor Wallet",
"description": "Light wallet for Hathor Network",
"author": "Hathor Labs <contact@hathor.network> (https://hathor.network/)",
"version": "0.29.0",
"version": "0.30.0-rc.1",
"engines": {
"node": ">=20.0.0",
"npm": ">=10.0.0"
Expand Down
3 changes: 2 additions & 1 deletion src/screens/CreateNFT.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ function CreateNFT() {
symbol,
parseInt(amount),
{
nftData,
data: [nftData],
isCreateNFT: true,
address,
pinCode: pin,
createMint,
Expand Down

0 comments on commit 916c29b

Please sign in to comment.