Skip to content

Commit

Permalink
Merge pull request #122 from horuslabsio/feat_comm_test
Browse files Browse the repository at this point in the history
Refactor community Function and Add more test case
  • Loading branch information
Darlington02 authored Oct 13, 2024
2 parents 5b7bce4 + 7a87ccf commit 86097dd
Show file tree
Hide file tree
Showing 4 changed files with 1,643 additions and 910 deletions.
1 change: 1 addition & 0 deletions src/base/constants/errors.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ pub mod Errors {
pub const AUTO_RENEW_DURATION_ENDED: felt252 = 'Karst: auto renew ended!';
pub const INVALID_JOLT: felt252 = 'Karst: invalid jolt!';
pub const INVALID_JOLT_RECIPIENT: felt252 = 'Karst: not request recipient!';
pub const INVALID_LENGTH: felt252 = 'Karst: Invalid Length';
}
Loading

0 comments on commit 86097dd

Please sign in to comment.