Skip to content

Commit 1d13a2d

Browse files
authored
bypass warning solana close (#220)
1 parent d365bcb commit 1d13a2d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/fine-humans-fetch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"chainlink-deployments-framework": patch
3+
---
4+
5+
updates solana close

chain/solana/solana_chain.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ func (c Chain) CloseBuffers(logger logger.Logger, buffer string) error {
6161
buffer, // buffer address e.g. "5h2npsKHzGpiibLZvKnr12yC31qzvQESRnfovofL4WE3"
6262
"--keypair", c.KeypairPath, // deployer keypair
6363
"--url", c.URL, // rpc url
64+
"--bypass-warning",
6465
}
6566

6667
cmd := exec.Command("solana", baseArgs...) // #nosec G204

0 commit comments

Comments
 (0)