Skip to content

Commit c9076d9

Browse files
authored
Update README.md
1 parent f433218 commit c9076d9

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -203,18 +203,8 @@ What this workflow will do is write a program and an IDL buffer for your program
203203

204204
Close Buffer:
205205

206-
You may need this in case your deploy failed and you want to close a buffer that was already transfered to your multisig.
206+
In case your workflow fails and the buffer was already created and transfered to your squads vault you can close that buffer using this [script](https://github.com/solana-developers/github-actions?tab=readme-ov-file#close-buffer-in-case-of-failure).
207207

208-
```bash
209-
solana program show --buffers --buffer-authority <You multisig vault address>
210-
211-
npx ts-node scripts/squad-closebuffer.ts \
212-
--rpc "https://api.mainnet-beta.solana.com" \
213-
--multisig "FJviNjW3L2u2kR4TPxzUNpfe2ZjrULCRhQwWEu3LGzny" \
214-
--buffer "7SGJSG8aoZj39NeAkZvbUvsPDMRcUUrhRhPzgzKv7743" \
215-
--keypair ~/.config/solana/id.json \
216-
--program "BhV84MZrRnEvtWLdWMRJGJr1GbusxfVMHAwc3pq92g4z"
217-
```
218208

219209
### Running the actions locally (optional)
220210

0 commit comments

Comments
 (0)