Skip to content

Commit

Permalink
Fix missing details
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemaccana committed Oct 18, 2024
1 parent 91a5f99 commit 80079da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions labs/create-token-mint-with-metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ await airdropIfRequired(
// ANSWER: name from json metadata is used in explorer
// what happens if we remove it? Unknown token
// TODO: push to github and see what happens
const name = "Developer Education";
const symbol = "EDU";
const decimals = 9;
const uri =
"https://raw.githubusercontent.com/solana-developers/professional-education/main/labs/sample-token-metadata.json";
Expand Down

0 comments on commit 80079da

Please sign in to comment.