Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions .claude/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"permissions": {
"allow": [
"mcp__ide__getDiagnostics",
"WebSearch",
"WebFetch(domain:github.com)",
"WebFetch(domain:raw.githubusercontent.com)",
"WebFetch(domain:api.github.com)",
"WebFetch(domain:docs.meteora.ag)",
"WebFetch(domain:docs.shyft.to)",
"WebFetch(domain:www.anchor-lang.com)",
"WebFetch(domain:solana.stackexchange.com)",
"WebFetch(domain:docs.rs)",
"WebFetch(domain:www.quicknode.com)",
"WebFetch(domain:www.helius.dev)",
"WebFetch(domain:docs.squads.so)",
"WebFetch(domain:spl.solana.com)",
"WebFetch(domain:www.solana-program.com)",
"WebFetch(domain:v4-sdk-typedoc.vercel.app)",
"WebFetch(domain:squads.so)",
"WebFetch(domain:squads.xyz)",
"Bash(find:*)",
"Bash(ls:*)",
"Bash(grep:*)",
"Bash(cargo expand:*)",
"Bash(tree:*)",
"Bash(wc:*)",
"Bash(head:*)",
"Bash(tail:*)",
"Bash(npx tsc:*)",
"Bash(./rebuild.sh)",
"Bash(anchor build:*)",
"Bash(anchor test:*)",
"Bash(cargo doc:*)",
"Bash(cargo check:*)",
"Bash(cargo metadata:*)",
"Bash(git fetch:*)",
"Bash(git log:*)",
"Bash(git show:*)",
"Bash(git grep:*)",
"Bash(git ls-tree:*)",
"Bash(gh issue list:*)",
"Bash(gh issue view:*)",
"Bash(gh pr list:*)",
"Bash(gh pr view:*)",
"Bash(gh pr diff:*)",
"Bash(gh repo view:*)"
],
"deny": [],
"ask": []
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@
"@jridgewell/sourcemap-codec" "^1.4.10"

"@metadaoproject/futarchy@./sdk":
version "0.7.0-alpha.12"
version "0.7.0-alpha.13"
dependencies:
"@coral-xyz/anchor" "^0.29.0"
"@metaplex-foundation/umi" "^0.9.2"
Expand Down
Loading