From d80a5163e431513a1c1a5ccb37f237849d0c1d48 Mon Sep 17 00:00:00 2001 From: Jan Nanista Date: Mon, 11 Dec 2023 14:12:11 -0800 Subject: [PATCH] chore: Fix exports in protocol-utils-evm --- packages/protocol-utils-evm/src/uln302/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/protocol-utils-evm/src/uln302/index.ts b/packages/protocol-utils-evm/src/uln302/index.ts index e28e54c22..008b25bf8 100644 --- a/packages/protocol-utils-evm/src/uln302/index.ts +++ b/packages/protocol-utils-evm/src/uln302/index.ts @@ -1,2 +1,3 @@ +export * from './factory' export * from './sdk' export * from './types'