From d585d780b6d95c84fcd569565a13fe68960e8840 Mon Sep 17 00:00:00 2001 From: Sonee Date: Mon, 23 Feb 2026 12:09:42 +0000 Subject: [PATCH 1/2] Fix Solana CLI version mismatch Fixed version inconsistency: documentation required [Solana 2.3.13](https://github.com/S0nee/magicblock-engine-examples/blob/main/anchor-rock-paper-scissor/README.md#L19), but installation command was installing [v1.18.0](https://github.com/S0nee/magicblock-engine-examples/blob/main/anchor-rock-paper-scissor/README.md#L41). **Updated installation instructions to use the correct pinned Solana version (2.3.13).** --- anchor-rock-paper-scissor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anchor-rock-paper-scissor/README.md b/anchor-rock-paper-scissor/README.md index c071b0d..79e8824 100644 --- a/anchor-rock-paper-scissor/README.md +++ b/anchor-rock-paper-scissor/README.md @@ -38,7 +38,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh 2. Install Solana CLI: ```bash -sh -c "$(curl -sSfL https://release.solana.com/v1.18.0/install)" +sh -c "$(curl -sSfL https://release.solana.com/v2.3.13/install)" ``` 3. Install Anchor: From a0a27ad48ebd2625e6f4b9fe818cb0ea2e45f29b Mon Sep 17 00:00:00 2001 From: Sonee Date: Mon, 23 Feb 2026 12:25:19 +0000 Subject: [PATCH 2/2] Update README.md --- anchor-rock-paper-scissor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anchor-rock-paper-scissor/README.md b/anchor-rock-paper-scissor/README.md index 79e8824..3d32ab5 100644 --- a/anchor-rock-paper-scissor/README.md +++ b/anchor-rock-paper-scissor/README.md @@ -38,7 +38,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh 2. Install Solana CLI: ```bash -sh -c "$(curl -sSfL https://release.solana.com/v2.3.13/install)" +sh -c "$(curl -sSfL https://release.anza.xyz/v2.3.13/install)" ``` 3. Install Anchor: