-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
One can't use the App
type when .with_stargate(StargateAccepting)
is set, which is annoying.
It would be great if cw-multi-test
could provide
pub type AppAccepting<ExecC = Empty, QueryC = Empty> = cw_multi_test::App<
BankKeeper,
MockApi,
MockStorage,
FailingModule<ExecC, QueryC, Empty>,
WasmKeeper<ExecC, QueryC>,
StakeKeeper,
DistributionKeeper,
IbcFailingModule,
GovFailingModule,
StargateAccepting,
>;
as described in #88.
Or any other solution.
Metadata
Metadata
Assignees
Labels
No labels