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

Commit

Permalink
fix(stargate): Fixed Stargate pools pricePerShare on BSC (#964)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpoulin authored Jul 28, 2022
1 parent acb25c5 commit 25d64bf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export class BinanceSmartChainStargatePoolTokenFetcher implements PositionFetche
return this.stargatePoolTokenHelper.getPositions({
factoryAddress: '0xe7ec689f432f29383f217e36e680b5c855051f25',
network,
useLocalDecimals: true,
});
}
}

0 comments on commit 25d64bf

Please sign in to comment.