diff --git a/src/contracts/modules/sbt/ASBT/asbt-contract-wrapper.ts b/src/contracts/modules/sbt/ASBT/asbt-contract-wrapper.ts index 6c737aba..ebb913d4 100644 --- a/src/contracts/modules/sbt/ASBT/asbt-contract-wrapper.ts +++ b/src/contracts/modules/sbt/ASBT/asbt-contract-wrapper.ts @@ -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