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";