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

fix: removed support for inactive games" #806

Merged
merged 26 commits into from Jun 30, 2022

Conversation

meetkosiso
Copy link
Contributor

Description

Checklist

  • I have followed the Contributing Guidelines
  • (optional) As a contributor, my Ethereum address/ENS is:
  • (optional) As a contributor, my Twitter handle is:

How to test?

@meetkosiso meetkosiso changed the title Good ghosting integration fix: removed support for inactive games" Jun 30, 2022
@@ -16,7 +16,10 @@ const groupId = GOOD_GHOSTING_DEFINITION.groups.game.id;

@Register.BalanceFetcher(GOOD_GHOSTING_DEFINITION.id, network)
export class CeloGoodGhostingBalanceFetcher implements BalanceFetcher {
constructor(@Inject(GoodGhostingBalanceFetcherHelper) private readonly helper: GoodGhostingBalanceFetcherHelper) {}
constructor(
@Inject(APP_TOOLKIT) private readonly appToolkit: IAppToolkit,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove unnecessary dependency, its not being used in this file.

@@ -17,6 +21,9 @@ const networkId = NetworkId.CeloMainnet;
@Register.ContractPositionFetcher({ appId, groupId, network })
export class CeloGoodGhostingGameContractPositionFetcher implements PositionFetcher<ContractPosition> {
constructor(
@Inject(APP_TOOLKIT) private readonly appToolkit: IAppToolkit,
@Inject(GoodGhostingContractFactory) private readonly goodGhostingContractFactory: GoodGhostingContractFactory,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comments, remove unnecessary dependencies.

Copy link
Contributor

@immasandwich immasandwich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two things to fix, then we're good to go.

@immasandwich immasandwich merged commit 35b4b72 into Zapper-fi:main Jun 30, 2022
jn-lp added a commit to Phuture-Finance/studio that referenced this pull request Jul 5, 2022
* main: (172 commits)
  fix: disabled pool-together-v3's TVL (Zapper-fi#824)
  chore(main): release 0.101.0 (Zapper-fi#819)
  feat: add pool ratio to statsItem (Zapper-fi#825)
  fix: filtered out maple pool positions without liquidity (Zapper-fi#823)
  fix: removed prefix from coslend positions label (Zapper-fi#822)
  feat(qi-dao): add arbitrum support (Zapper-fi#821)
  fix: refactor aurora-plus's helper making it injectable (Zapper-fi#818)
  chore(main): release 0.100.3 (Zapper-fi#816)
  fix: add aurora plus logo (Zapper-fi#817)
  fix: solace fix addresses and style (Zapper-fi#815)
  fix(global): Roll API key
  chore(main): release 0.100.2 (Zapper-fi#813)
  fix(curve): Fix Curve label for cases with a single app token like ibEUR / sEUR
  chore(main): release 0.100.1 (Zapper-fi#810)
  fix(curve): Adjust Curve labels, show Yearn yield tokens in explore (Zapper-fi#812)
  fix(vvs-finance): update vvs-finance name definition (Zapper-fi#811)
  fix(yearn): Fix vault displayed APY (Zapper-fi#809)
  chore(main): release 0.100.0 (Zapper-fi#807)
  fix(good-ghosting): Removed support for inactive games (Zapper-fi#806)
  fix(rari-fuse): Add missing Arrakis Finance dependency (Zapper-fi#808)
  ...
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants