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

[MIN-1597] Minswap syncer for query price for v1, v2 and stableswap pool. #40

Merged
merged 29 commits into from
Sep 25, 2024
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add output prisma client
hieupnh committed Sep 22, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 69e6ee11078a35c66b65d9ccbda3751ae78e7b2e
1 change: 1 addition & 0 deletions src/syncer/postgres/prisma/schema.prisma
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
generator client {
provider = "prisma-client-js"
output = "../../../../node_modules/.prisma/client"
}

datasource db {