Skip to content

Commit

Permalink
Merge pull request #248 from Psychedelic/fix/dab-nfts
Browse files Browse the repository at this point in the history
Fix: Missing NFTs
  • Loading branch information
tomiir committed Nov 23, 2022
2 parents 465a4a7 + 7869152 commit 16093da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@dfinity/identity": "0.9.3",
"@dfinity/principal": "0.9.3",
"@psychedelic/cap-js": "0.0.7",
"@psychedelic/dab-js": "1.5.1",
"@psychedelic/dab-js": "1.6.0-alpha.1",
"@types/secp256k1": "^4.0.3",
"axios": "^0.21.1",
"babel-jest": "^25.5.1",
Expand Down
2 changes: 1 addition & 1 deletion src/PlugWallet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class PlugWallet {
const NFT = getNFTActor({
canisterId: token.canister,
agent: this.agent,
standard: token.standard,
standard: token.standard.toUpperCase(),
});

await NFT.transfer(
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -799,10 +799,10 @@
axios "^0.24.0"
cross-fetch "^3.1.4"

"@psychedelic/dab-js@1.5.1":
version "1.5.1"
resolved "https://npm.pkg.github.com/download/@Psychedelic/dab-js/1.5.1/6d05c9d53d33905a14500f9081a93c9f604e47cf#6d05c9d53d33905a14500f9081a93c9f604e47cf"
integrity sha512-8SExEP3KI1PVu49XD7sl36he7sZ/xPC07dhan2B9lEWWiERCe0uRDcB7R0brZ+/rS0pKqhIHdNPf+n+rJMEK7w==
"@psychedelic/dab-js@1.6.0-alpha.1":
version "1.6.0-alpha.1"
resolved "https://npm.pkg.github.com/download/@Psychedelic/dab-js/1.6.0-alpha.1/f3dadd7212ee5d45fed5a0cb62641310675b130d#f3dadd7212ee5d45fed5a0cb62641310675b130d"
integrity sha512-ZWaKtcnQaiScKyT47EeFKu6/HOfnEqQ2kMi/kbFd4P0OzCT+HHHT2C+BnbzTaz4z/4S8jsMw+0gA3asPiAW5WA==
dependencies:
"@dfinity/agent" "0.9.3"
"@dfinity/candid" "0.9.3"
Expand Down

0 comments on commit 16093da

Please sign in to comment.