Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Move all crates under crates/madara dir #449

Merged
merged 16 commits into from
Jan 3, 2025
Prev Previous commit
Next Next commit
Update crates/madara/primitives/chain_config/src/chain_config.rs
Co-authored-by: Trantorian1 <[email protected]>
notlesh and Trantorian1 authored Jan 2, 2025
commit 033d97eab3d866c6ef1613a274f5d87eedb93a4e
2 changes: 1 addition & 1 deletion crates/madara/primitives/chain_config/src/chain_config.rs
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ pub mod public_key {

const BLOCKIFIER_VERSIONED_CONSTANTS_JSON_0_13_0: &[u8] = include_bytes!("../resources/versioned_constants_13_0.json");
const BLOCKIFIER_VERSIONED_CONSTANTS_JSON_0_13_1: &[u8] =
include_bytes!("./../resources/versioned_constants_13_1.json");
include_bytes!("../resources/versioned_constants_13_1.json");
const BLOCKIFIER_VERSIONED_CONSTANTS_JSON_0_13_1_1: &[u8] =
include_bytes!("./../resources/versioned_constants_13_1_1.json");
notlesh marked this conversation as resolved.
Show resolved Hide resolved
const BLOCKIFIER_VERSIONED_CONSTANTS_JSON_0_13_2: &[u8] =
Loading