Skip to content

rename TotalUserInvested to UserIDOInvestment#72

Merged
YouStillAlive merged 1 commit intomasterfrom
issue-70
Jul 10, 2025
Merged

rename TotalUserInvested to UserIDOInvestment#72
YouStillAlive merged 1 commit intomasterfrom
issue-70

Conversation

@YouStillAlive
Copy link
Member

closes #70

@YouStillAlive YouStillAlive requested a review from Copilot July 10, 2025 07:43
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR renames the TotalUserInvested entity to UserIDOInvestment across the codebase to better reflect its purpose in tracking individual user investments in IDO (Initial DEX Offering) pools.

  • Renames entity type from TotalUserInvested to UserIDOInvestment in GraphQL schema
  • Updates all references to the renamed entity in TypeScript source files and test files
  • Renames the corresponding function from updateTotalUserInvested to updateUserIDOInvestment

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
schema.graphql Updates entity type definition from TotalUserInvested to UserIDOInvestment
src/extendedEntities/investProvider.ts Renames function and all variable references to use new entity name
src/invest-provider.ts Updates import statement and function call to use renamed function
subgraph.yaml Updates entity reference in subgraph configuration
tests/invest-provider.test.ts Updates all test assertions to use new entity name

@YouStillAlive YouStillAlive merged commit b129417 into master Jul 10, 2025
1 check passed
@YouStillAlive YouStillAlive deleted the issue-70 branch July 10, 2025 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

rename TotalUserInvested to UserIDOInvestment

2 participants