Skip to content

Commit ca58ca9

Browse files
authored
Merge pull request #147 from stabilitydao/dev
0.24.6 collector
2 parents 2e0ae43 + 83121fb commit ca58ca9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stabilitydao/stability",
3-
"version": "0.24.5",
3+
"version": "0.24.6",
44
"description": "Stability Integration Library",
55
"main": "out/index.js",
66
"types": "out/index.d.ts",

src/deployments.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export const deployments: { [chainId: string]: Deployment } = {
6868
},
6969
subgraph:
7070
//"https://gateway.thegraph.com/api/[api-key]/subgraphs/id/CGkgsqaECPXXvgLySMMyzXTQh3v1zqqGTa1uRf5AbpZx",
71-
"https://api.goldsky.com/api/public/project_cm2v16o5ct0ql01vr3m5o0vt2/subgraphs/stability-sonic/0.0.16/gn",
71+
//"https://api.goldsky.com/api/public/project_cm2v16o5ct0ql01vr3m5o0vt2/subgraphs/stability-sonic/0.0.16/gn",
72+
"https://api.goldsky.com/api/public/project_cm2v16o5ct0ql01vr3m5o0vt2/subgraphs/stability-sonic/0.0.17/gn",
7273
},
7374
};

0 commit comments

Comments
 (0)