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 10fac6b commit ec6ade3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/base/masa-sbt-module-base.ts
Expand Up @@ -2,7 +2,7 @@ import { BigNumber } from "@ethersproject/bignumber";
import type { MasaSBT } from "@masa-finance/masa-contracts-identity";
import { utils } from "ethers";

import { ContractFactory } from "../contracts";
import { ContractFactory } from "../contracts/modules/contract-factory";
import type { PaymentMethod, PriceInformation } from "../interface";
import { isNativeCurrency } from "../utils";
import { MasaModuleBase } from "./masa-module-base";
Expand Down
2 changes: 1 addition & 1 deletion src/contracts/masa-contracts.ts
Expand Up @@ -2,7 +2,7 @@ import type { LogDescription } from "@ethersproject/abi";
import type { Log } from "@ethersproject/abstract-provider";
import type { BaseContract } from "ethers";

import { MasaBase } from "../base";
import { MasaBase } from "../base/masa-base";
import type { IIdentityContracts, MasaInterface } from "../interface";
import { loadIdentityContracts } from "./load-Identity-contracts";
import { CreditScore } from "./modules/credit-score";
Expand Down

0 comments on commit ec6ade3

Please sign in to comment.