Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
replace the export
  • Loading branch information
SkymanOne committed Mar 12, 2024
commit a6a0faefe60d7c58459504256c84ccb44c25b16d
3 changes: 3 additions & 0 deletions crates/e2e/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ pub use subxt_signer::sr25519::{
pub use tokio;
pub use tracing_subscriber;

#[cfg(feature = "drink")]
pub use drink::runtime::MinimalSandbox;

use ink::codegen::ContractCallBuilder;
use ink_env::{
call::FromAccountId,
Expand Down