-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cache): automatic cache update 🤖
- Loading branch information
Cache bot
committed
May 27, 2024
1 parent
72820f3
commit 16b7c6e
Showing
8 changed files
with
1,095 additions
and
268 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"state":1} |
356 changes: 178 additions & 178 deletions
356
reports/payloads/1/0xdAbad81aF85554E9ae636395611C58F7eC1aAEc5/130.md
Large diffs are not rendered by default.
Oops, something went wrong.
329 changes: 329 additions & 0 deletions
329
reports/payloads/10/0x0E1a3Af1f9cC76A62eD31eDedca291E63632e7c4/32.md
Large diffs are not rendered by default.
Oops, something went wrong.
40 changes: 40 additions & 0 deletions
40
reports/payloads/10/0x0E1a3Af1f9cC76A62eD31eDedca291E63632e7c4/32_forge.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
## Reserve changes | ||
|
||
### Reserves altered | ||
|
||
#### LINK ([0x350a791Bfc2C21F9Ed5d10980Dad2e2638ffa7f6](https://optimistic.etherscan.io/address/0x350a791Bfc2C21F9Ed5d10980Dad2e2638ffa7f6)) | ||
|
||
| description | value before | value after | | ||
| --- | --- | --- | | ||
| liquidityIndex | 1.003 | 1.003 | | ||
| variableBorrowIndex | 1.029 | 1.029 | | ||
| currentLiquidityRate | 0.032 % | 0.032 % | | ||
| currentVariableBorrowRate | 0.79 % | 0.79 % | | ||
|
||
|
||
## Raw diff | ||
|
||
```json | ||
{ | ||
"reserves": { | ||
"0x350a791Bfc2C21F9Ed5d10980Dad2e2638ffa7f6": { | ||
"currentLiquidityRate": { | ||
"from": "320890353881428742724246", | ||
"to": "321140034747202493185736" | ||
}, | ||
"currentVariableBorrowRate": { | ||
"from": "7899072514419372569066158", | ||
"to": "7902145002800782171623007" | ||
}, | ||
"liquidityIndex": { | ||
"from": "1002883013016618101294992854", | ||
"to": "1002883014037088309782359960" | ||
}, | ||
"variableBorrowIndex": { | ||
"from": "1029235580229402812974675228", | ||
"to": "1029235606009484571770091592" | ||
} | ||
} | ||
} | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.