Skip to content

Commit

Permalink
Merge pull request #206 from SwaprHQ/develop
Browse files Browse the repository at this point in the history
release: v1.3.4
  • Loading branch information
berteotti authored Aug 27, 2024
2 parents b2ec622 + bfc05b4 commit 8eb77c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stackly-ui",
"repository": "https://github.com/SwaprHQ/stackly-ui",
"version": "1.3.3",
"version": "1.3.4",
"license": "MIT",
"private": true,
"packageManager": "[email protected]",
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk/src/vaults/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ const SUBGRAPH_API_KEY =
process.env.STACKLY_SUBGRAPH_API_KEY ?? "e7b7ff845e506590498946cd6bf83bf6";
const ETHEREUM_SUBGRAPH_ENDPOINT_URL =
process.env.ETHEREUM_SUBGRAPH_API_URL ??
`${API_BASE_URL}/${SUBGRAPH_API_KEY}/subgraphs/id/7s9rGBffUTL8kDZuxvvpuc46v44iuDarbrADBFw5uVp2`;
`${API_BASE_URL}/${SUBGRAPH_API_KEY}/subgraphs/id/35bL4ohk2tnXqDnrp7NSyAKW8bbUmGDapyfe2ddCxV8H`;

const GNOSIS_SUBGRAPH_ENDPOINT_URL =
process.env.GNOSIS_SUBGRAPH_API_URL ??
`${API_BASE_URL}/${SUBGRAPH_API_KEY}/subgraphs/id/9fUVQpFwzpdWS9bq5WkAnmKbNNcoBwatMR4yZq81pbbz`;
`${API_BASE_URL}/${SUBGRAPH_API_KEY}/subgraphs/id/72Lysd4A2kZFqMqJtPQk3zMEEBExFfXeZbkJGTx8phRL`;

const ARBITRUM_SUBGRAPH_ENDPOINT_URL =
process.env.ARBITRUM_SUBGRAPH_API_URL ??
`${API_BASE_URL}/${SUBGRAPH_API_KEY}/subgraphs/id/D58aXwnRLfosFtRaVJAbAjjvKZ11bEsbdiDLkJJRdSC9`;
`${API_BASE_URL}/${SUBGRAPH_API_KEY}/subgraphs/id/FNmemHB6tUh7eHmJnBFKYFf27U5GUAzXnatry4ZbrF7f`;

export const SUBGRAPH_ENDPOINT_LIST: Readonly<Record<string, string>> = {
[ChainId.ETHEREUM]: ETHEREUM_SUBGRAPH_ENDPOINT_URL,
Expand Down

0 comments on commit 8eb77c0

Please sign in to comment.