File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
"@dfinity/identity" : " 0.9.3" ,
6
6
"@dfinity/principal" : " 0.9.3" ,
7
7
"@psychedelic/cap-js" : " 0.0.7" ,
8
- "@psychedelic/dab-js" : " 1.5 .1" ,
8
+ "@psychedelic/dab-js" : " 1.6.0-alpha .1" ,
9
9
"@types/secp256k1" : " ^4.0.3" ,
10
10
"axios" : " ^0.21.1" ,
11
11
"babel-jest" : " ^25.5.1" ,
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ class PlugWallet {
187
187
const NFT = getNFTActor ( {
188
188
canisterId : token . canister ,
189
189
agent : this . agent ,
190
- standard : token . standard ,
190
+ standard : token . standard . toUpperCase ( ) ,
191
191
} ) ;
192
192
193
193
await NFT . transfer (
Original file line number Diff line number Diff line change 799
799
axios "^0.24.0"
800
800
cross-fetch "^3.1.4"
801
801
802
- " @psychedelic/dab-js@1.5 .1 " :
803
- version "1.5 .1"
804
- resolved "https://npm.pkg.github.com/download/@Psychedelic/dab-js/1.5.1/6d05c9d53d33905a14500f9081a93c9f604e47cf#6d05c9d53d33905a14500f9081a93c9f604e47cf "
805
- integrity sha512-8SExEP3KI1PVu49XD7sl36he7sZ/xPC07dhan2B9lEWWiERCe0uRDcB7R0brZ+/rS0pKqhIHdNPf+n+rJMEK7w ==
802
+ " @psychedelic/dab-js@1.6.0-alpha .1 " :
803
+ version "1.6.0-alpha .1"
804
+ resolved "https://npm.pkg.github.com/download/@Psychedelic/dab-js/1.6.0-alpha.1/f3dadd7212ee5d45fed5a0cb62641310675b130d#f3dadd7212ee5d45fed5a0cb62641310675b130d "
805
+ integrity sha512-ZWaKtcnQaiScKyT47EeFKu6/HOfnEqQ2kMi/kbFd4P0OzCT+HHHT2C+BnbzTaz4z/4S8jsMw+0gA3asPiAW5WA ==
806
806
dependencies :
807
807
" @dfinity/agent" " 0.9.3"
808
808
" @dfinity/candid" " 0.9.3"
You can’t perform that action at this time.
0 commit comments