ts: disable loan fees in liq tests
This commit is contained in:
parent
68c52dbdc8
commit
79e3b2db98
|
@ -88,8 +88,8 @@ async function main() {
|
||||||
0.7,
|
0.7,
|
||||||
0.88,
|
0.88,
|
||||||
1.5,
|
1.5,
|
||||||
0.0005,
|
0.0,
|
||||||
1.5,
|
0.0,
|
||||||
0.9,
|
0.9,
|
||||||
0.8,
|
0.8,
|
||||||
1.1,
|
1.1,
|
||||||
|
@ -119,8 +119,8 @@ async function main() {
|
||||||
0.8,
|
0.8,
|
||||||
0.9,
|
0.9,
|
||||||
1.5,
|
1.5,
|
||||||
0.0005,
|
0.0,
|
||||||
1.5,
|
0.0,
|
||||||
1,
|
1,
|
||||||
1,
|
1,
|
||||||
1,
|
1,
|
||||||
|
@ -150,8 +150,8 @@ async function main() {
|
||||||
0.8,
|
0.8,
|
||||||
0.9,
|
0.9,
|
||||||
1.5,
|
1.5,
|
||||||
0.0005,
|
0.0,
|
||||||
1.5,
|
0.0,
|
||||||
0.9,
|
0.9,
|
||||||
0.8,
|
0.8,
|
||||||
1.1,
|
1.1,
|
||||||
|
|
Loading…
Reference in New Issue