You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running node scripts/6-print-money.js it returns an error Failed to print money TypeError: token.mint is not a function because the mint function doesn't exist.
The syntax should be await token.mintToSelf(amount); on line 11 in 6-print-money.js