Skip to content

Commit

Permalink
Add althea-L1 nativedex module
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBorst committed Apr 10, 2024
1 parent cf913dd commit 6c3d94c
Show file tree
Hide file tree
Showing 4 changed files with 417 additions and 1 deletion.
2 changes: 1 addition & 1 deletion althea-L1
5 changes: 5 additions & 0 deletions althea_proto/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ pub mod althea {
include!("prost/althea.onboarding.v1.rs");
}
}
pub mod nativedex {
pub mod v1 {
include!("prost/althea.nativedex.v1.rs");
}
}
}

// THIRD PARTY PROTOS MANAGED IN THIS REPO
Expand Down
Loading

0 comments on commit 6c3d94c

Please sign in to comment.