Skip to content
Merged
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
2 changes: 1 addition & 1 deletion contracts/grant_contracts/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const MAX_EVIDENCE_LENGTH: u32 = 2000; // Maximum evidence string length

pub mod temporal_guard;
pub mod stream_nft;
pub mod governance;
pub mod multi_token_matching;
pub mod sub_dao_authority;
pub mod grant_appeals;
pub mod wasm_hash_verification;
Expand Down
Loading
Loading