From d36cc7e66336005b635ff45a7a97b07976258c42 Mon Sep 17 00:00:00 2001 From: Ben Wolski Date: Mon, 26 Feb 2024 11:44:08 -0500 Subject: [PATCH] add export of gas estimation functions --- src/utils/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/index.ts b/src/utils/index.ts index 1a5cdcb..9fda2c3 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -2,3 +2,4 @@ export * from "./math"; export * from "./price"; export * from "./token"; export * from "./liquidity"; +export * from "./gas";