Skip to content

Commit

Permalink
feat(benches) token gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
MrishoLukamba committed Dec 28, 2024
1 parent 52e4be2 commit d540440
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion parachain/runtimes/gargantua/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ std = [
"simnode-runtime-api/std",
"hyperbridge-client-machine/std",
"frame-metadata-hash-extension/std",
"anyhow/std",
"anyhow/std"
]

runtime-benchmarks = [
Expand Down
1 change: 0 additions & 1 deletion parachain/runtimes/gargantua/src/weights/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ pub mod pallet_sudo;
pub mod pallet_timestamp;
pub mod pallet_treasury;
pub mod pallet_utility;
pub mod pallet_token_gateway;

pub use block_weights::constants::BlockExecutionWeight;
pub use extrinsic_weights::constants::ExtrinsicBaseWeight;
Expand Down

0 comments on commit d540440

Please sign in to comment.