Skip to content

Commit

Permalink
ci: trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MinHtet-O committed Apr 17, 2024
1 parent 6576da1 commit 85908fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/common/functions.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Wallet } from "ethers";
import { ConnectedSigner } from "../../types";
import { connect } from "@tradetrust-tt/document-store";
import { DocumentStore } from "@tradetrust-tt/document-store/src/contracts/DocumentStore";
import { DocumentStore } from "@tradetrust-tt/document-store";
import { TradeTrustToken, TradeTrustToken__factory } from "@tradetrust-tt/token-registry/contracts";

export const checkAddressIsSmartContract = async (
Expand Down

0 comments on commit 85908fe

Please sign in to comment.