You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2026. It is now read-only.
@@ -164,4 +162,37 @@ _A lamport is 0.000,000,001 SOL._`,
164
162
},
165
163
],
166
164
},
165
+
166
+
anchorSquads: {
167
+
version: "1.0.0",
168
+
txnVersion: "0",
169
+
network: "devnet",
170
+
name: "Anchor: Squads",
171
+
description: `If an Anchor program has an on-chain IDL, _Better Call Sol_ can help you invoke it.
172
+
173
+
For this example, we are using [Squads MPL](https://squads.so/), a popular multisig program. We have pre-populated the program ID for you.
174
+
175
+
The tool detects the IDL and see shows ⚓ icon in the Program field.
176
+
177
+
1. Click on this button to get a list of possible instructions to pre-populate.
178
+
1. Eject out of Anchor instruction into a plain one by clicking ⏏️ button next to the _Anchor Method_ field.
179
+
1. Once you eject, you will see that the tool can also detect an Anchor program instruction. Convert back using the 🔁 button, next to the "Detected Anchor Method".
180
+
181
+
The latter is particularly useful when you import a transaction from the chain.`,
0 commit comments