mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 11:41:02 +00:00
Backport fix (for wasm std env) (#2339)
* Backport fix (for wasm `std` env) * Cargo.lock * Polkadot/Westend * Cargo.lock
This commit is contained in:
committed by
Bastian Köcher
parent
bccd6e893e
commit
8ebef157a9
@@ -24,6 +24,7 @@ use frame_support::sp_std::prelude::*;
|
||||
use bp_header_chain::ChainWithGrandpa;
|
||||
use bp_runtime::{decl_bridge_finality_runtime_apis, Chain, Parachain};
|
||||
use frame_support::weights::Weight;
|
||||
use sp_std::prelude::Vec;
|
||||
|
||||
/// Westend Chain
|
||||
pub struct Westend;
|
||||
|
||||
Reference in New Issue
Block a user