-
Notifications
You must be signed in to change notification settings - Fork 12
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 mocked provider #62
Conversation
This change makes it so that nested arrays are wholly replaced by source (incoming) arrays instead of the existing "merge by index" method.
e60c8d1
to
e202473
Compare
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.
looks good, just 1 comment
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.
did you got errors? I think this file is not necessary https://github.com/GaloyMoney/price/blob/main/eslintrc.base.json#L34
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.
same here
Description
This is to allow the configuration of mock values for realtime price for cases like testing purposes, similar to how this was introduced in
stablesats
here