Skip to content

Commit

Permalink
Merge pull request #63 from Gearbox-protocol/export_balancer
Browse files Browse the repository at this point in the history
fix: add balancer to exports
  • Loading branch information
doomsower authored Oct 16, 2023
2 parents 39877cf + 6603668 commit 03692b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export * from "./core/constants";
export * from "./oracles/priceFeeds";
export * from "./oracles/pricefeedType";
export * from "./state/globalState";
export * from "./tokens/balancer";
export * from "./tokens/convex";
export * from "./tokens/curveLP";
export * from "./tokens/decimals";
Expand Down

0 comments on commit 03692b0

Please sign in to comment.