Skip to content

Commit

Permalink
remove cyclic imports
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Jun 16, 2023
1 parent 1640f6e commit 2a9d567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/modules/sbt/ASBT/asbt-contract-wrapper.ts
Expand Up @@ -6,7 +6,7 @@ import { PayableOverrides } from "ethers";
import { Messages } from "../../../../collections";
import type { PaymentMethod } from "../../../../interface";
import { isNativeCurrency } from "../../../../utils";
import { SBTContractWrapper } from "../SBT";
import { SBTContractWrapper } from "../SBT/sbt-contract-wrapper";

export class ASBTContractWrapper<
Contract extends ReferenceSBTAuthority
Expand Down

0 comments on commit 2a9d567

Please sign in to comment.