Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ yarn-error.log*
/.idea


types/generated/
types/typechain/
# types/generated/
# types/typechain/
2 changes: 0 additions & 2 deletions app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,11 @@ COPY /src ./src
RUN yarn cache clean

RUN yarn install
RUN yarn postinstall

FROM base AS builder
WORKDIR /app
COPY --from=deps /app/node_modules ./node_modules
COPY --from=deps /app/src ./src
COPY --from=deps /app/types ./types
COPY . .

ENV NEXT_TELEMETRY_DISABLED 1
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"start": "next start",
"typechain": "typechain --target=ethers-v5 ./src/abis/**/*.json --out-dir ./types/typechain/",
"subgraph-codegen": "graphql-codegen --config ./subgraph-config.js",
"postinstall": "yarn typechain && yarn subgraph-codegen"
"postinstall-local": "yarn typechain && yarn subgraph-codegen"
},
"dependencies": {
"@babel/traverse": "^7.23.2",
Expand Down
1,469 changes: 1,469 additions & 0 deletions app/types/generated/subgraph.ts

Large diffs are not rendered by default.

Loading