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

Commit

Permalink
fix(impermax): Fixed factory address for polygon (#716)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin D'Errico <justin.derrico1991@gmail.com>
  • Loading branch information
Emile-Filteau and JForsaken authored Jun 22, 2022
1 parent ed964a2 commit f7203a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const appId = IMPERMAX_DEFINITION.id;
const groupId = IMPERMAX_DEFINITION.groups.collateral.id;
const network = Network.POLYGON_MAINNET;

const address = '0x8c3736e2fe63cc2cd89ee228d9dbcab6ce5b767b';
const address = '0xbb92270716c8c424849f17ccc12f4f24ad4064d6';

@Register.TokenPositionFetcher({ appId, groupId, network })
export class PolygonImpermaxCollateralTokenFetcher implements PositionFetcher<AppTokenPosition> {
Expand Down

0 comments on commit f7203a8

Please sign in to comment.