You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/v2-config-engine/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,4 +23,5 @@ If you want to change interest rates strategy, you only need to define the rates
23
23
The `Base Aave v2 Payload` defines `_preExecute()` and `_postExecute()` hook functions, that you can redefine on your payload and will the execute before and after all changes you define.
24
24
25
25
## Links to examples
26
+
26
27
-[Simple rates updates (changing some, keeping current values on others) on Aave v2 Ethereum](../test/mocks/AaveV2EthereumRatesUpdate.sol)
Copy file name to clipboardExpand all lines: src/v3-config-engine/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Change eMode category of a particular asset? Same as previous, just define the u
33
33
### Internal aspects to consider
34
34
35
35
- Frequently, at the same time that you want to do an update of parameters or listing, you also want to do something extra before or after.
36
-
The `Base Aave v3 Payload` defines `_preExecute()` and `_postExecute()` hook functions, that you can redefine on your payload and will the execute before and after all configs changes/listings you define.
36
+
The `Base Aave v3 Payload` defines `_preExecute()` and `_postExecute()` hook functions, that you can redefine on your payload and will the execute before and after all configs changes/listings you define.
37
37
38
38
- The payload also allow you to group changes of parameters and listings, just by defining at the same time the aforementioned `newListings()`, `capsUpdate()` and/or `collateralsUpdates()` and so on. For reference, the execution ordering is the following:
39
39
1.`_preExecute()`
@@ -49,6 +49,7 @@ The `Base Aave v3 Payload` defines `_preExecute()` and `_postExecute()` hook fun
49
49
11.`_postExecute()`
50
50
51
51
## Links to examples
52
+
52
53
-[Simple mock listing on Aave v3 Polygon](../test/mocks/AaveV3PolygonMockListing.sol)
53
54
-[Simple custom mock listing on Aave V3 Ethereum with custom token impl](../test/mocks/AaveV3EthereumMockCustomListing.sol)
54
55
-[Mock e-mode category update on Aave V3 Polygon](../test/mocks/AaveV3PolygonEModeCategoryUpdate.sol)
0 commit comments