Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Conversation

nerfZael
Copy link

No description provided.

@ChaituVR ChaituVR changed the title Strategy for hedgey vesting and lockup contracts [hedgey-locked] Strategy for hedgey vesting and lockup contracts Feb 16, 2025
Comment on lines +24 to +28
for (const contract of options.contracts) {
for (const address of addresses) {
multi.call(contract + "/" + address, contract, 'lockedBalances', [address, options.token]);
}
}
Copy link
Member

Choose a reason for hiding this comment

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

May face memory issues if someone pass too many contracts. could you throw an error if someone pass contracts above a limit

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants