-
Notifications
You must be signed in to change notification settings - Fork 1
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/update grants data #67
Conversation
Douglasacost
commented
Nov 20, 2024
- Add db configuration file
- Update Grant contract address
- Update Grant schema (VestingSchedule)
- Modified events to only catch necessary ones
- PK now is lowercase
- Reduce workers on Docker file
…Compose; modify contract addresses and schema definitions
…ompose image and GraphQL schema
… to handle new fields
…in grants mapping
captureDate: BigInt @index | ||
longitude: Float @index | ||
latitude: Float @index | ||
captureDate: BigInt | ||
longitude: Float | ||
latitude: Float |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess that's the sort of the changes that we need to reduce the unnecessary load from our indexers. Good job
@@ -123,12 +124,10 @@ export async function handleSafeMint(tx: SafeMintTransaction) { | |||
|
|||
token.uri = uri; | |||
|
|||
if (false) { | |||
if (nodleContracts.includes(contract.id)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Can't merge the PR, seems there are restrictions |
@aliXsed could you merge this PR? I have restrictions to do so |