We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 719c5fc commit 95c54b1Copy full SHA for 95c54b1
src/dev/AccountOpener.ts
@@ -17,9 +17,9 @@ import {
17
iDegenNftv2Abi,
18
ierc20Abi,
19
MAX_UINT256,
20
+ PERCENTAGE_FACTOR,
21
sendRawTx,
22
} from "../sdk";
-import { PERCENTAGE_FACTOR } from "../sdk/constants";
23
import { type AnvilClient, createAnvilClient } from "./createAnvilClient";
24
25
export interface AccountOpenerOptions {
0 commit comments