-
Notifications
You must be signed in to change notification settings - Fork 5
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
Remove temp dapidataregistry #60
Conversation
@@ -13,6 +13,7 @@ export interface State { | |||
dataFetcherInterval?: NodeJS.Timeout; | |||
gasPriceStore: Record<string, Record<string, GasState>>; | |||
signedApiStore: Record<AirnodeAddress, Record<TemplateId, LocalSignedData>>; | |||
signedApiUrlStore: Record<string, Record<AirnodeAddress, string>>; |
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've moved these to be available in the state, so they chould be stored here when batches are fetched. Let me know if you prefer something else, though.
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.
Seems good to me
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
Closes #57