File tree Expand file tree Collapse file tree 2 files changed +1
-47
lines changed Expand file tree Collapse file tree 2 files changed +1
-47
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @curvefi/stablecoin-api" ,
3
- "version" : " 1.5.13 " ,
3
+ "version" : " 1.5.14 " ,
4
4
"description" : " JavaScript library for Curve Stablecoin" ,
5
5
"main" : " lib/index.js" ,
6
6
"author" : " Macket" ,
Original file line number Diff line number Diff line change 925
925
],
926
926
"outputs" : []
927
927
},
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
- },
957
928
{
958
929
"stateMutability" : " view" ,
959
930
"type" : " function" ,
1101
1072
}
1102
1073
]
1103
1074
},
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
- },
1121
1075
{
1122
1076
"stateMutability" : " view" ,
1123
1077
"type" : " function" ,
You can’t perform that action at this time.
0 commit comments