Skip to content

Commit

Permalink
fix: export runtime metadata (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
th7nder authored Nov 25, 2024
1 parent 6bf63e9 commit 3f12350
Show file tree
Hide file tree
Showing 4 changed files with 271 additions and 314 deletions.
Binary file modified cli/artifacts/metadata.scale
Binary file not shown.
2 changes: 1 addition & 1 deletion node/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ use cumulus_relay_chain_interface::{OverseerHandle, RelayChainInterface};
use frame_benchmarking_cli::SUBSTRATE_REFERENCE_HARDWARE;
// Local Runtime Types
use polka_storage_runtime::{
apis::RuntimeApi,
opaque::{Block, Hash},
RuntimeApi,
};
use prometheus_endpoint::Registry;
use sc_client_api::Backend;
Expand Down
306 changes: 0 additions & 306 deletions runtime/src/apis.rs

This file was deleted.

Loading

0 comments on commit 3f12350

Please sign in to comment.