From 611e0ebd3fb58d047257e92660a5189d24051d35 Mon Sep 17 00:00:00 2001 From: hide-on-bush-x Date: Tue, 5 Sep 2023 11:06:18 -0300 Subject: [PATCH] Exporting custom SBTs --- src/refactor/masa/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/refactor/masa/index.ts b/src/refactor/masa/index.ts index c3729773..a5725845 100644 --- a/src/refactor/masa/index.ts +++ b/src/refactor/masa/index.ts @@ -12,6 +12,7 @@ export * from './use-session-listen'; export * from './use-session'; export * from './use-soulnames-purchase'; export * from './use-soulnames'; +export * from './use-custom-sbt'; export * from './utils'; export * from './interfaces';