From c250f66e213b1f3c81febf96ace2701fdd2657b0 Mon Sep 17 00:00:00 2001 From: Catalin Rosu Date: Thu, 5 Dec 2024 15:12:00 +0200 Subject: [PATCH] Update content/guides/depin/getting-started.md Co-authored-by: lanvidr <51134415+lanvidr@users.noreply.github.com> --- content/guides/depin/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/depin/getting-started.md b/content/guides/depin/getting-started.md index 7ed193398..145f6398d 100644 --- a/content/guides/depin/getting-started.md +++ b/content/guides/depin/getting-started.md @@ -43,7 +43,7 @@ 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)), +[here](https://solana.stackexchange.com/questions/9205/what-is-the-advantage-of-using-the-token22-token-extensions-program-over-the-old)). most DePIN teams have elected to use [the Token program](https://spl.solana.com/token) to date.