Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add points schema #7

Merged
merged 1 commit into from
Sep 12, 2024
Merged

feat: add points schema #7

merged 1 commit into from
Sep 12, 2024

Conversation

conwayconstar
Copy link
Contributor

@conwayconstar conwayconstar commented Sep 12, 2024

Create schema for points

points.json

Each entry in this array corresponds to points available on deposits in a vault. Each item has the following

  • token: The token address (in a checksumed hex format) that the points are denominated in. (Required)
  • name: The name of the points, for example "Euler Points". (Required)
  • description: A long-form description of the points, displayed within points tooltips.
  • url: A URL where users can learn more about the points.
  • logo: The filename of a logo stored in the logo/ directory. (Required)
  • vaults: An array of the vault addresses (in checksumed hex format) that offer these points. Each vault does not need to exist in the vaults.json file. (Required)
  • entity: An entity ID that refers to the organisation responsible for governing and/or creating this vault, or a list of entity IDs if the vault is joint-managed.

@conwayconstar conwayconstar merged commit 9e9e877 into master Sep 12, 2024
1 check passed
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.

1 participant