Skip to content

Commit 518e700

Browse files
authored
Merge pull request #35 from curvefi/fix/fixed-gasLimit
fix: fix ABI for new contoller
2 parents ba64356 + e0cf1e5 commit 518e700

File tree

2 files changed

+1
-47
lines changed

2 files changed

+1
-47
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@curvefi/stablecoin-api",
3-
"version": "1.5.13",
3+
"version": "1.5.14",
44
"description": "JavaScript library for Curve Stablecoin",
55
"main": "lib/index.js",
66
"author": "Macket",

src/constants/abis/controller_v2.json

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -925,35 +925,6 @@
925925
],
926926
"outputs": []
927927
},
928-
{
929-
"stateMutability": "view",
930-
"type": "function",
931-
"name": "health_calculator",
932-
"inputs": [
933-
{
934-
"name": "user",
935-
"type": "address"
936-
},
937-
{
938-
"name": "d_collateral",
939-
"type": "int256"
940-
},
941-
{
942-
"name": "d_debt",
943-
"type": "int256"
944-
},
945-
{
946-
"name": "full",
947-
"type": "bool"
948-
}
949-
],
950-
"outputs": [
951-
{
952-
"name": "",
953-
"type": "int256"
954-
}
955-
]
956-
},
957928
{
958929
"stateMutability": "view",
959930
"type": "function",
@@ -1101,23 +1072,6 @@
11011072
}
11021073
]
11031074
},
1104-
{
1105-
"stateMutability": "view",
1106-
"type": "function",
1107-
"name": "health",
1108-
"inputs": [
1109-
{
1110-
"name": "user",
1111-
"type": "address"
1112-
}
1113-
],
1114-
"outputs": [
1115-
{
1116-
"name": "",
1117-
"type": "int256"
1118-
}
1119-
]
1120-
},
11211075
{
11221076
"stateMutability": "view",
11231077
"type": "function",

0 commit comments

Comments
 (0)