Skip to content

Commit

Permalink
feature: export checkExists so someone can check a contract exists
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Mar 27, 2024
1 parent c0c00c2 commit a88350f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/contracts/contract-modules/sbt/index.ts
@@ -1,3 +1,4 @@
export * from "./ASBT";
export * from "./masa-sbt-module-base";
export * from "./SBT";
export * from "./SSSBT";
2 changes: 1 addition & 1 deletion src/contracts/contract-modules/sbt/masa-sbt-module-base.ts
Expand Up @@ -7,7 +7,7 @@ import type { ContractFactory } from "../../../interface/contract-factory";
import { isNativeCurrency } from "../../../utils";
import { MasaModuleBase } from "../masa-module-base";

const checkExists = async (
export const checkExists = async (
address: string,
signer: Signer,
): Promise<boolean> => {
Expand Down

0 comments on commit a88350f

Please sign in to comment.