From 33abd902e6bfe12830ae342fa4f10c1eb3fe342e Mon Sep 17 00:00:00 2001 From: Dylan Fiedler Date: Tue, 9 Jun 2026 22:20:46 -0500 Subject: [PATCH] chore: update ar.io command to ensure latest ar.io SDK installed If the `ar.io/sdk` hasn't been updated it will run the command and fail with ```bash error: unknown option '--rpc-url' (Did you mean --cu-url?) ``` --- content/build/run-a-gateway/manage/solana-migration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/build/run-a-gateway/manage/solana-migration.mdx b/content/build/run-a-gateway/manage/solana-migration.mdx index 672281458..bd22b9311 100644 --- a/content/build/run-a-gateway/manage/solana-migration.mdx +++ b/content/build/run-a-gateway/manage/solana-migration.mdx @@ -191,7 +191,7 @@ Complete these steps before the cutover date to ensure uninterrupted reward elig 2. **Gateway registration is live on the new network:** ```bash - ar.io get-gateway -t solana \ + npx @ar.io/sdk@latest get-gateway -t solana \ --rpc-url https://api.mainnet-beta.solana.com \ --core-program-id 73YoECm6NKXpVRoe5f1Q9BcP5DJGPFUjnFy6AxBE5Nvh \ --gar-program-id 89fNiiwgpFSPHKuqfNUkgYTYjtAJAhyqHjXmgXeppGpf \