We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4fbb0 commit 4fda83bCopy full SHA for 4fda83b
1 file changed
ts-tests/utils/dev-helpers.ts
@@ -4,8 +4,8 @@
4
*/
5
import type { ApiPromise } from "@polkadot/api";
6
import { tao } from "./balance.ts";
7
-import { DevModeContext } from "@moonwall/cli";
8
-import { KeyringPair } from "@moonwall/util";
+import type { DevModeContext } from "@moonwall/cli";
+import type { KeyringPair } from "@moonwall/util";
9
10
export async function devForceSetBalance(
11
polkadotJs: ApiPromise,
0 commit comments