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

Commit

Permalink
fix: Fix Olympus gOHM price (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
immasandwich authored May 1, 2022
1 parent c66221f commit 2842321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/olympus/ethereum/olympus.g-ohm.token-fetcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const appId = OLYMPUS_DEFINITION.id;
const network = Network.ETHEREUM_MAINNET;
const groupId = OLYMPUS_DEFINITION.groups.gOhm.id;

@Register.ContractPositionFetcher({
@Register.TokenPositionFetcher({
appId,
groupId,
network,
Expand Down

0 comments on commit 2842321

Please sign in to comment.