Skip to content

Commit 2674552

Browse files
authored
Merge pull request #242 from Tebrihk/Multi-Token_Matching_Pool_Aggregation
Support for Multi-Token_Matching_Pool_Aggregation
2 parents 64f9f84 + 595e677 commit 2674552

3 files changed

Lines changed: 1377 additions & 1 deletion

File tree

contracts/grant_contracts/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const MAX_EVIDENCE_LENGTH: u32 = 2000; // Maximum evidence string length
5959

6060
pub mod temporal_guard;
6161
pub mod stream_nft;
62-
pub mod governance;
62+
pub mod multi_token_matching;
6363
pub mod sub_dao_authority;
6464
pub mod grant_appeals;
6565
pub mod wasm_hash_verification;

0 commit comments

Comments
 (0)