From d7c0d1143787cd2ec76539a18297318c4a64ac75 Mon Sep 17 00:00:00 2001 From: Chris Maddern Date: Thu, 29 Aug 2024 11:07:02 -0400 Subject: [PATCH] Export alchemy multichain --- src/lib/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/index.ts b/src/lib/index.ts index 777c84a..bc62cd7 100644 --- a/src/lib/index.ts +++ b/src/lib/index.ts @@ -1,2 +1,3 @@ export * from './builder/mint-template-builder'; -export * from './types/'; \ No newline at end of file +export * from './types/'; +export * from './rpc/alchemy-multichain'; \ No newline at end of file