Skip to content

Commit

Permalink
more thoughts
Browse files Browse the repository at this point in the history
  • Loading branch information
coachchucksol committed Nov 8, 2024
1 parent 5b024f2 commit cf4c10d
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 319 deletions.
2 changes: 2 additions & 0 deletions core/src/constants.rs
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
pub const MAX_FEE_BPS: u64 = 10_000;
pub const MAX_OPERATORS: usize = 256;
pub const MAX_VAULT_OPERATOR_DELEGATIONS: usize = 64;
4 changes: 3 additions & 1 deletion core/src/discriminators.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#[repr(u8)]
pub enum Discriminators {
Config = 1,
NCNConfig = 1,
WeightTable = 2,
EpochSnapshot = 3,
OperatorSnapshot = 4,
}
Loading

0 comments on commit cf4c10d

Please sign in to comment.