From cc6e79e715fc251111b2892be4d2875796468a81 Mon Sep 17 00:00:00 2001 From: Alice <34962750+hensha256@users.noreply.github.com> Date: Thu, 12 Oct 2023 14:53:03 +0100 Subject: [PATCH] Export RoutePlanner and CommandType (#150) * Export RoutePlanner * Export command type --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 9c9b3eeb..b966818b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,6 @@ export { SwapRouter } from './swapRouter' export * from './entities' +export { RoutePlanner, CommandType } from './utils/routerCommands' export { UNIVERSAL_ROUTER_ADDRESS, UNIVERSAL_ROUTER_CREATION_BLOCK,