We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 450971e commit b359f4aCopy full SHA for b359f4a
src/lib/menu.ts
@@ -1038,6 +1038,15 @@ class Menu{
1038
console.log('destination: ' + destination);
1039
console.log('current vault', vault.toBase58());
1040
}
1041
+ // check validate the atas exist for this destination
1042
+
1043
+ // ask to create the atas (and show estimate for the cost - put recommended)
1044
1045
+ // run the immediate ATA creations
1046
1047
+ // put the mints into the relevant buckets
1048
1049
+ // tell them that they will be creating the transactions and run an estimate to slate the txs
1050
1051
1052
// this goes back to main nft menu
0 commit comments