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

Commit

Permalink
fix(gmx): Fix typo for wrong groupId (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwele authored Aug 3, 2022
1 parent f34fc1a commit fe90e28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const GLP_FARM = {
export const FARMS = [GMX_FARM, ES_GMX_FARM, GLP_FARM];

const appId = GMX_DEFINITION.id;
const groupId = GMX_DEFINITION.groups.glp.id;
const groupId = GMX_DEFINITION.groups.farm.id;
const network = Network.ARBITRUM_MAINNET;

@Register.ContractPositionFetcher({ appId, groupId, network })
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const GLP_FARM = {
export const FARMS = [GMX_FARM, ES_GMX_FARM, GLP_FARM];

const appId = GMX_DEFINITION.id;
const groupId = GMX_DEFINITION.groups.glp.id;
const groupId = GMX_DEFINITION.groups.farm.id;
const network = Network.AVALANCHE_MAINNET;

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

0 comments on commit fe90e28

Please sign in to comment.