Skip to content

Commit d30002e

Browse files
authored
Register Trident config file schema (#4418)
1 parent 78bcc21 commit d30002e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/api/json/catalog.json

+6
Original file line numberDiff line numberDiff line change
@@ -7491,6 +7491,12 @@
74917491
"description": "Wake - development, testing, and static analysis framework for Solidity",
74927492
"fileMatch": ["**/*wake.toml", "**/*.wake.toml"],
74937493
"url": "https://raw.githubusercontent.com/Ackee-Blockchain/wake/refs/heads/main/docs/wake-schema.json"
7494+
},
7495+
{
7496+
"name": "Trident",
7497+
"description": "Trident - Rust-based fuzzing framework for Solana programs to help ship secure code",
7498+
"fileMatch": ["**/*Trident.toml", "**/*.Trident.toml"],
7499+
"url": "https://raw.githubusercontent.com/Ackee-Blockchain/trident/refs/heads/master/trident-spec.json"
74947500
}
74957501
]
74967502
}

0 commit comments

Comments
 (0)