Skip to content

Commit 782b9cb

Browse files
authored
Merge pull request #338 from stabilitydao/mttn3773-dev
📦 update liquidation subgraph
2 parents 1d6fded + f3515ea commit 782b9cb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stabilitydao/stability",
3-
"version": "0.47.1",
3+
"version": "0.47.2",
44
"description": "Stability Integration Library",
55
"main": "out/index.js",
66
"types": "out/index.d.ts",
@@ -13,7 +13,6 @@
1313
"repository": "https://github.com/stabilitydao/stability.git",
1414
"author": "stabilitydao",
1515
"license": "MIT",
16-
"private": false,
1716
"scripts": {
1817
"build": "tsc",
1918
"test": "jest",

src/deployments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export const deployments: { [chainId: string]: Deployment } = {
9898
subgraph:
9999
"https://api.goldsky.com/api/public/project_cm2v16o5ct0ql01vr3m5o0vt2/subgraphs/stability-sonic/0.0.60/gn",
100100
liquidationSubgraph:
101-
"https://api.goldsky.com/api/public/project_cm2v16o5ct0ql01vr3m5o0vt2/subgraphs/stability-sonic-liquidation/0.0.5/gn",
101+
"https://api.goldsky.com/api/public/project_cm2v16o5ct0ql01vr3m5o0vt2/subgraphs/stability-sonic-liquidation/0.0.6/gn",
102102
ammAdapters: {
103103
Solidly: "0xe3374041f173ffcb0026a82c6eef94409f713cf9",
104104
AlgebraV4: "0xcb2dfcaec4F1a4c61c5D09100482109574E6b8C7",

0 commit comments

Comments
 (0)