Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
fix(balancer): Forgot to add export in module - it's Friday (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
JForsaken authored Apr 29, 2022
1 parent a0a86db commit d11e4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/balancer-v2/balancer-v2.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ import { PolygonBalancerV2PoolTokenFetcher } from './polygon/balancer-v2.pool.to
BalancerV2EventsPoolTokenDataStrategy,
BalancerV2GaugeAddressesGetter,
],
exports: [BalancerV2SpotPriceHelper],
exports: [BalancerV2SpotPriceHelper, BalancerV2PoolTokensHelper],
})
export class BalancerV2AppModule extends AbstractApp() {}

0 comments on commit d11e4e0

Please sign in to comment.