Skip to content

Commit

Permalink
fix(synthetix): Enable SNX to be exchangeable on optimism (Zapper-fi#…
Browse files Browse the repository at this point in the history
  • Loading branch information
wpoulin committed Aug 15, 2022
1 parent a428f57 commit fd07cfa
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 OptimismSynthetixSynthTokenFetcher implements PositionFetcher<AppTo
return this.tokenHelper.getTokens({
network,
resolverAddress: '0x95a6a3f44a70172e7d50a9e28c85dfd712756b8c',
exchangeable: true,
});
}
}

0 comments on commit fd07cfa

Please sign in to comment.