From 99b3f0cd7d52e2469f33481ed51eb8a6e5159d5c Mon Sep 17 00:00:00 2001 From: Catalin Rosu Date: Fri, 6 Dec 2024 18:57:54 +0200 Subject: [PATCH] Update content/guides/depin/getting-started.md Co-authored-by: Nick Frostbutter <75431177+nickfrosty@users.noreply.github.com> --- content/guides/depin/getting-started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/guides/depin/getting-started.md b/content/guides/depin/getting-started.md index f372c32ae..142e86ad5 100644 --- a/content/guides/depin/getting-started.md +++ b/content/guides/depin/getting-started.md @@ -39,9 +39,9 @@ oriented to these common on-chain DePIN use cases. Topics covered include: ### Token Minting -When minting a token on Solana, there are two token programs to choose from: -[the Token program](https://spl.solana.com/token) or -[the Token22 program](https://spl.solana.com/token-2022). There are tradeoffs to +When minting a token on Solana, there are two token programs to choose from: the +[Token program](https://spl.solana.com/token) or the +[Token22 program](https://spl.solana.com/token-2022). There are tradeoffs to consider (discussed [here](https://solana.stackexchange.com/questions/9205/what-is-the-advantage-of-using-the-token22-token-extensions-program-over-the-old)). The recommended selection between the two options ultimately reduces to whether