@@ -296,150 +296,6 @@ exports[`report > should generate a well formatted report 1`] = `
296296\`\`\` "
297297` ;
298298
299- exports [` report > should generate a well formatted report for 3.0 to 3.1 1` ] = `
300- "## Reserve changes
301-
302- ### Reserve altered
303-
304- #### WBTC (0x3C8Ca53ee5661D29d3d3C0732689a4b86947EAF0)
305-
306- | description | value before | value after |
307- | --- | --- | --- |
308- | address | null | 0xF9514C867b37D36a5affB003582b1818dA3870eb |
309- | baseVariableBorrowRate | null | 0 |
310- | maxVariableBorrowRate | null | 640000000000000000000000000 |
311- | optimalUsageRatio | null | 450000000000000000000000000 |
312- | variableRateSlope1 | null | 40000000000000000000000000 |
313- | variableRateSlope2 | null | 600000000000000000000000000 |
314-
315-
316- #### WETH (0x5615dEB798BB3E4dFa0139dFa1b3D433Cc23b72f)
317-
318- | description | value before | value after |
319- | --- | --- | --- |
320- | address | null | 0xF9514C867b37D36a5affB003582b1818dA3870eb |
321- | baseVariableBorrowRate | null | 0 |
322- | maxVariableBorrowRate | null | 640000000000000000000000000 |
323- | optimalUsageRatio | null | 450000000000000000000000000 |
324- | variableRateSlope1 | null | 40000000000000000000000000 |
325- | variableRateSlope2 | null | 600000000000000000000000000 |
326-
327-
328- #### USDX (0xffD4505B3452Dc22f8473616d50503bA9E1710Ac)
329-
330- | description | value before | value after |
331- | --- | --- | --- |
332- | ltv | 82.5 % [8250] | 62 % [6200] |
333- | liquidationThreshold | 86 % [8600] | 90 % [9000] |
334- | liquidationBonus | 5 % | 11 % |
335- | address | null | 0xF9514C867b37D36a5affB003582b1818dA3870eb |
336- | baseVariableBorrowRate | null | 0 |
337- | maxVariableBorrowRate | null | 640000000000000000000000000 |
338- | optimalUsageRatio | null | 450000000000000000000000000 |
339- | variableRateSlope1 | null | 40000000000000000000000000 |
340- | variableRateSlope2 | null | 600000000000000000000000000 |
341-
342-
343- ## Raw diff
344-
345- \`\`\` json
346- {
347- " reserves" : {
348- " 0x3C8Ca53ee5661D29d3d3C0732689a4b86947EAF0" : {
349- " address" : {
350- " from" : null ,
351- " to" : " 0xF9514C867b37D36a5affB003582b1818dA3870eb"
352- },
353- " baseVariableBorrowRate" : {
354- " from" : null ,
355- " to" : " 0"
356- },
357- " maxVariableBorrowRate" : {
358- " from" : null ,
359- " to" : " 640000000000000000000000000"
360- },
361- " optimalUsageRatio" : {
362- " from" : null ,
363- " to" : " 450000000000000000000000000"
364- },
365- " variableRateSlope1" : {
366- " from" : null ,
367- " to" : " 40000000000000000000000000"
368- },
369- " variableRateSlope2" : {
370- " from" : null ,
371- " to" : " 600000000000000000000000000"
372- }
373- },
374- " 0x5615dEB798BB3E4dFa0139dFa1b3D433Cc23b72f" : {
375- " address" : {
376- " from" : null ,
377- " to" : " 0xF9514C867b37D36a5affB003582b1818dA3870eb"
378- },
379- " baseVariableBorrowRate" : {
380- " from" : null ,
381- " to" : " 0"
382- },
383- " maxVariableBorrowRate" : {
384- " from" : null ,
385- " to" : " 640000000000000000000000000"
386- },
387- " optimalUsageRatio" : {
388- " from" : null ,
389- " to" : " 450000000000000000000000000"
390- },
391- " variableRateSlope1" : {
392- " from" : null ,
393- " to" : " 40000000000000000000000000"
394- },
395- " variableRateSlope2" : {
396- " from" : null ,
397- " to" : " 600000000000000000000000000"
398- }
399- },
400- " 0xffD4505B3452Dc22f8473616d50503bA9E1710Ac" : {
401- " liquidationBonus" : {
402- " from" : 10500 ,
403- " to" : 11100
404- },
405- " liquidationThreshold" : {
406- " from" : 8600 ,
407- " to" : 9000
408- },
409- " ltv" : {
410- " from" : 8250 ,
411- " to" : 6200
412- },
413- " address" : {
414- " from" : null ,
415- " to" : " 0xF9514C867b37D36a5affB003582b1818dA3870eb"
416- },
417- " baseVariableBorrowRate" : {
418- " from" : null ,
419- " to" : " 0"
420- },
421- " maxVariableBorrowRate" : {
422- " from" : null ,
423- " to" : " 640000000000000000000000000"
424- },
425- " optimalUsageRatio" : {
426- " from" : null ,
427- " to" : " 450000000000000000000000000"
428- },
429- " variableRateSlope1" : {
430- " from" : null ,
431- " to" : " 40000000000000000000000000"
432- },
433- " variableRateSlope2" : {
434- " from" : null ,
435- " to" : " 600000000000000000000000000"
436- }
437- }
438- }
439- }
440- \`\`\` "
441- ` ;
442-
443299exports [` report > should generate a well formatted report for 3.1 1` ] = `
444300"## Reserve changes
445301
0 commit comments