Skip to content

Commit

Permalink
Add BASE_SUBGRAPH_URL to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pscott committed Jun 17, 2024
1 parent b992e99 commit b8b85cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ COPY --from=builder /app/target/release/boost-guard /usr/local/bin
ENV SEPOLIA_SUBGRAPH_URL "https://api.studio.thegraph.com/query/23545/boost-sepolia/version/latest"
ENV MAINNET_SUBGRAPH_URL "https://api.studio.thegraph.com/query/23545/boost/version/latest"
ENV POLYGON_SUBGRAPH_URL "https://api.studio.thegraph.com/query/23545/boost-polygon/version/latest"
ENV BASE_SUBGRAPH_URL "https://api.studio.thegraph.com/query/23545/boost-polygon/version/latest"
ENV BOOST_NAME "boost"
ENV BOOST_VERSION "0.1.0"
ENV VERIFYING_CONTRACT "0x8E8913197114c911F13cfBfCBBD138C1DC74B964"
Expand Down

0 comments on commit b8b85cd

Please sign in to comment.