Skip to content

Commit

Permalink
Merge pull request #143 from stabilitydao/dev
Browse files Browse the repository at this point in the history
0.24.4 collector
  • Loading branch information
a17 authored Jan 2, 2025
2 parents 6f55822 + 7ea9e91 commit 3557576
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stabilitydao/stability",
"version": "0.24.3",
"version": "0.24.4",
"description": "Stability Integration Library",
"main": "out/index.js",
"types": "out/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion src/deployments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export const deployments: { [chainId: string]: Deployment } = {
zap: "0x029dfd1a79e0ad9305d773fb8f3c01d8ef9b913d",
},
subgraph:
"https://gateway.thegraph.com/api/[api-key]/subgraphs/id/CGkgsqaECPXXvgLySMMyzXTQh3v1zqqGTa1uRf5AbpZx",
//"https://gateway.thegraph.com/api/[api-key]/subgraphs/id/CGkgsqaECPXXvgLySMMyzXTQh3v1zqqGTa1uRf5AbpZx",
"https://api.goldsky.com/api/public/project_cm2v16o5ct0ql01vr3m5o0vt2/subgraphs/stability-sonic/0.0.16/gn",
},
};

0 comments on commit 3557576

Please sign in to comment.