From 312db4ef0a5ce56ef80466130f4e3f9afedfd219 Mon Sep 17 00:00:00 2001 From: Jonathan Combs <149749476+Jonathancombs782@users.noreply.github.com> Date: Fri, 12 Jun 2026 10:55:40 -0400 Subject: [PATCH] Add section for updating IDL metadata --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aba9457..0eb63e7 100644 --- a/README.md +++ b/README.md @@ -294,3 +294,5 @@ make test-js-clients-js ## License The code is licensed under the [Apache License Version 2.0](LICENSE) + ##Updating IDL Metadata + #npx @solana-program/program-metadata@latest write idl $PROGRAM_ID ./idl.json