generated from bgd-labs/bgd-forge-template
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:bgd-labs/aave-proposals-v3 into aav…
…echan/eurc_base
- Loading branch information
Showing
31 changed files
with
3,681 additions
and
0 deletions.
There are no files selected for viewing
105 changes: 105 additions & 0 deletions
105
...pdate_20250220_before_AaveV2Avalanche_AaveV2DeprecationUpdate_20250220_after.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,105 @@ | ||
## Reserve changes | ||
|
||
### Reserve altered | ||
|
||
#### WETH.e ([0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB](https://snowtrace.io/address/0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB)) | ||
|
||
| description | value before | value after | | ||
| --- | --- | --- | | ||
| borrowingEnabled | true | false | | ||
|
||
|
||
#### WBTC.e ([0x50b7545627a5162F82A992c33b87aDc75187B218](https://snowtrace.io/address/0x50b7545627a5162F82A992c33b87aDc75187B218)) | ||
|
||
| description | value before | value after | | ||
| --- | --- | --- | | ||
| reserveFactor | 85 % [8500] | 99.99 % [9999] | | ||
| borrowingEnabled | true | false | | ||
| interestRateStrategy | [0x6724e923E4bb58fCdF7CEe7A5E7bBb47b99C2647](https://snowtrace.io/address/0x6724e923E4bb58fCdF7CEe7A5E7bBb47b99C2647) | [0x3dED180433c1cb0B0697eD2e85cE598414DaCE58](https://snowtrace.io/address/0x3dED180433c1cb0B0697eD2e85cE598414DaCE58) | | ||
| baseVariableBorrowRate | 0 % | 20 % | | ||
| variableRateSlope1 | 7 % | 0 % | | ||
| interestRate |  |  | | ||
|
||
#### WAVAX ([0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7](https://snowtrace.io/address/0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7)) | ||
|
||
| description | value before | value after | | ||
| --- | --- | --- | | ||
| borrowingEnabled | true | false | | ||
|
||
|
||
#### USDT.e ([0xc7198437980c041c805A1EDcbA50c1Ce5db95118](https://snowtrace.io/address/0xc7198437980c041c805A1EDcbA50c1Ce5db95118)) | ||
|
||
| description | value before | value after | | ||
| --- | --- | --- | | ||
| borrowingEnabled | true | false | | ||
|
||
|
||
#### DAI.e ([0xd586E7F844cEa2F87f50152665BCbc2C279D8d70](https://snowtrace.io/address/0xd586E7F844cEa2F87f50152665BCbc2C279D8d70)) | ||
|
||
| description | value before | value after | | ||
| --- | --- | --- | | ||
| borrowingEnabled | true | false | | ||
|
||
|
||
## Raw diff | ||
|
||
```json | ||
{ | ||
"reserves": { | ||
"0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB": { | ||
"borrowingEnabled": { | ||
"from": true, | ||
"to": false | ||
} | ||
}, | ||
"0x50b7545627a5162F82A992c33b87aDc75187B218": { | ||
"borrowingEnabled": { | ||
"from": true, | ||
"to": false | ||
}, | ||
"interestRateStrategy": { | ||
"from": "0x6724e923E4bb58fCdF7CEe7A5E7bBb47b99C2647", | ||
"to": "0x3dED180433c1cb0B0697eD2e85cE598414DaCE58" | ||
}, | ||
"reserveFactor": { | ||
"from": 8500, | ||
"to": 9999 | ||
} | ||
}, | ||
"0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7": { | ||
"borrowingEnabled": { | ||
"from": true, | ||
"to": false | ||
} | ||
}, | ||
"0xc7198437980c041c805A1EDcbA50c1Ce5db95118": { | ||
"borrowingEnabled": { | ||
"from": true, | ||
"to": false | ||
} | ||
}, | ||
"0xd586E7F844cEa2F87f50152665BCbc2C279D8d70": { | ||
"borrowingEnabled": { | ||
"from": true, | ||
"to": false | ||
} | ||
} | ||
}, | ||
"strategies": { | ||
"0x50b7545627a5162F82A992c33b87aDc75187B218": { | ||
"address": { | ||
"from": "0x6724e923E4bb58fCdF7CEe7A5E7bBb47b99C2647", | ||
"to": "0x3dED180433c1cb0B0697eD2e85cE598414DaCE58" | ||
}, | ||
"baseVariableBorrowRate": { | ||
"from": "0", | ||
"to": "200000000000000000000000000" | ||
}, | ||
"variableRateSlope1": { | ||
"from": "70000000000000000000000000", | ||
"to": "0" | ||
} | ||
} | ||
} | ||
} | ||
``` |
902 changes: 902 additions & 0 deletions
902
...Update_20250220_before_AaveV2Ethereum_AaveV2DeprecationUpdate_20250220_after.md
Large diffs are not rendered by default.
Oops, something went wrong.
283 changes: 283 additions & 0 deletions
283
...nUpdate_20250220_before_AaveV2Polygon_AaveV2DeprecationUpdate_20250220_after.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,283 @@ | ||
## Reserve changes | ||
|
||
### Reserve altered | ||
|
||
#### WPOL ([0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270](https://polygonscan.com/address/0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270)) | ||
|
||
| description | value before | value after | | ||
| --- | --- | --- | | ||
| borrowingEnabled | true | false | | ||
|
||
|
||
#### CRV ([0x172370d5Cd63279eFa6d502DAB29171933a610AF](https://polygonscan.com/address/0x172370d5Cd63279eFa6d502DAB29171933a610AF)) | ||
|
||
| description | value before | value after | | ||
| --- | --- | --- | | ||
| borrowingEnabled | true | false | | ||
| interestRateStrategy | [0xE66886B0e34Dc1C40B2d7BB1ff9137339648deEa](https://polygonscan.com/address/0xE66886B0e34Dc1C40B2d7BB1ff9137339648deEa) | [0xe80CDBb7115004064BDD62aEe89666d6b4B75921](https://polygonscan.com/address/0xe80CDBb7115004064BDD62aEe89666d6b4B75921) | | ||
| optimalUsageRatio | 10 % | 45 % | | ||
| variableRateSlope1 | 50 % | 0 % | | ||
| variableRateSlope2 | 134 % | 300 % | | ||
| maxExcessUsageRatio | 90 % | 55 % | | ||
| baseVariableBorrowRate | 3 % | 20 % | | ||
| interestRate |  |  | | ||
|
||
#### WBTC ([0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6](https://polygonscan.com/address/0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6)) | ||
|
||
| description | value before | value after | | ||
| --- | --- | --- | | ||
| borrowingEnabled | true | false | | ||
|
||
|
||
#### USDC ([0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174](https://polygonscan.com/address/0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174)) | ||
|
||
| description | value before | value after | | ||
| --- | --- | --- | | ||
| borrowingEnabled | true | false | | ||
|
||
|
||
#### GHST ([0x385Eeac5cB85A38A9a07A70c73e0a3271CfB54A7](https://polygonscan.com/address/0x385Eeac5cB85A38A9a07A70c73e0a3271CfB54A7)) | ||
|
||
| description | value before | value after | | ||
| --- | --- | --- | | ||
| interestRateStrategy | [0x964a4edc8009cA560dE2cCe1bA6300d48ecc203e](https://polygonscan.com/address/0x964a4edc8009cA560dE2cCe1bA6300d48ecc203e) | [0xfe72F0c532c4E7cfA65FCbd3B92D926d26Fb73a9](https://polygonscan.com/address/0xfe72F0c532c4E7cfA65FCbd3B92D926d26Fb73a9) | | ||
| optimalUsageRatio | 10 % | 45 % | | ||
| variableRateSlope1 | 50 % | 0 % | | ||
| variableRateSlope2 | 134 % | 300 % | | ||
| maxExcessUsageRatio | 90 % | 55 % | | ||
| baseVariableBorrowRate | 0 % | 20 % | | ||
| interestRate |  |  | | ||
|
||
#### LINK ([0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39](https://polygonscan.com/address/0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39)) | ||
|
||
| description | value before | value after | | ||
| --- | --- | --- | | ||
| borrowingEnabled | true | false | | ||
| interestRateStrategy | [0xE41515721DF4c6eb221d6Ed25e9Ebe0108e822aA](https://polygonscan.com/address/0xE41515721DF4c6eb221d6Ed25e9Ebe0108e822aA) | [0x01576c429baB8724A11bef844dDa95165D899Fca](https://polygonscan.com/address/0x01576c429baB8724A11bef844dDa95165D899Fca) | | ||
| optimalUsageRatio | 10 % | 45 % | | ||
| variableRateSlope1 | 50 % | 0 % | | ||
| variableRateSlope2 | 134 % | 300 % | | ||
| maxExcessUsageRatio | 90 % | 55 % | | ||
| baseVariableBorrowRate | 0 % | 20 % | | ||
| interestRate |  |  | | ||
|
||
#### WETH ([0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619](https://polygonscan.com/address/0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619)) | ||
|
||
| description | value before | value after | | ||
| --- | --- | --- | | ||
| borrowingEnabled | true | false | | ||
|
||
|
||
#### DAI ([0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063](https://polygonscan.com/address/0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063)) | ||
|
||
| description | value before | value after | | ||
| --- | --- | --- | | ||
| borrowingEnabled | true | false | | ||
|
||
|
||
#### BAL ([0x9a71012B13CA4d3D0Cdc72A177DF3ef03b0E76A3](https://polygonscan.com/address/0x9a71012B13CA4d3D0Cdc72A177DF3ef03b0E76A3)) | ||
|
||
| description | value before | value after | | ||
| --- | --- | --- | | ||
| borrowingEnabled | true | false | | ||
| interestRateStrategy | [0xd9b99ccEe49a285dE83d16e0CEA1b4044e233bBE](https://polygonscan.com/address/0xd9b99ccEe49a285dE83d16e0CEA1b4044e233bBE) | [0xA78F3bc07035422f6f69c3f2B72fcCd0487348FA](https://polygonscan.com/address/0xA78F3bc07035422f6f69c3f2B72fcCd0487348FA) | | ||
| optimalUsageRatio | 20 % | 45 % | | ||
| variableRateSlope1 | 50 % | 0 % | | ||
| variableRateSlope2 | 134 % | 300 % | | ||
| maxExcessUsageRatio | 80 % | 55 % | | ||
| baseVariableBorrowRate | 5 % | 20 % | | ||
| interestRate |  |  | | ||
|
||
#### USDT ([0xc2132D05D31c914a87C6611C10748AEb04B58e8F](https://polygonscan.com/address/0xc2132D05D31c914a87C6611C10748AEb04B58e8F)) | ||
|
||
| description | value before | value after | | ||
| --- | --- | --- | | ||
| borrowingEnabled | true | false | | ||
|
||
|
||
## Raw diff | ||
|
||
```json | ||
{ | ||
"reserves": { | ||
"0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270": { | ||
"borrowingEnabled": { | ||
"from": true, | ||
"to": false | ||
} | ||
}, | ||
"0x172370d5Cd63279eFa6d502DAB29171933a610AF": { | ||
"borrowingEnabled": { | ||
"from": true, | ||
"to": false | ||
}, | ||
"interestRateStrategy": { | ||
"from": "0xE66886B0e34Dc1C40B2d7BB1ff9137339648deEa", | ||
"to": "0xe80CDBb7115004064BDD62aEe89666d6b4B75921" | ||
} | ||
}, | ||
"0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6": { | ||
"borrowingEnabled": { | ||
"from": true, | ||
"to": false | ||
} | ||
}, | ||
"0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174": { | ||
"borrowingEnabled": { | ||
"from": true, | ||
"to": false | ||
} | ||
}, | ||
"0x385Eeac5cB85A38A9a07A70c73e0a3271CfB54A7": { | ||
"interestRateStrategy": { | ||
"from": "0x964a4edc8009cA560dE2cCe1bA6300d48ecc203e", | ||
"to": "0xfe72F0c532c4E7cfA65FCbd3B92D926d26Fb73a9" | ||
} | ||
}, | ||
"0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39": { | ||
"borrowingEnabled": { | ||
"from": true, | ||
"to": false | ||
}, | ||
"interestRateStrategy": { | ||
"from": "0xE41515721DF4c6eb221d6Ed25e9Ebe0108e822aA", | ||
"to": "0x01576c429baB8724A11bef844dDa95165D899Fca" | ||
} | ||
}, | ||
"0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619": { | ||
"borrowingEnabled": { | ||
"from": true, | ||
"to": false | ||
} | ||
}, | ||
"0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063": { | ||
"borrowingEnabled": { | ||
"from": true, | ||
"to": false | ||
} | ||
}, | ||
"0x9a71012B13CA4d3D0Cdc72A177DF3ef03b0E76A3": { | ||
"borrowingEnabled": { | ||
"from": true, | ||
"to": false | ||
}, | ||
"interestRateStrategy": { | ||
"from": "0xd9b99ccEe49a285dE83d16e0CEA1b4044e233bBE", | ||
"to": "0xA78F3bc07035422f6f69c3f2B72fcCd0487348FA" | ||
} | ||
}, | ||
"0xc2132D05D31c914a87C6611C10748AEb04B58e8F": { | ||
"borrowingEnabled": { | ||
"from": true, | ||
"to": false | ||
} | ||
} | ||
}, | ||
"strategies": { | ||
"0x172370d5Cd63279eFa6d502DAB29171933a610AF": { | ||
"address": { | ||
"from": "0xE66886B0e34Dc1C40B2d7BB1ff9137339648deEa", | ||
"to": "0xe80CDBb7115004064BDD62aEe89666d6b4B75921" | ||
}, | ||
"baseVariableBorrowRate": { | ||
"from": "30000000000000000000000000", | ||
"to": "200000000000000000000000000" | ||
}, | ||
"maxExcessUsageRatio": { | ||
"from": "900000000000000000000000000", | ||
"to": "550000000000000000000000000" | ||
}, | ||
"optimalUsageRatio": { | ||
"from": "100000000000000000000000000", | ||
"to": "450000000000000000000000000" | ||
}, | ||
"variableRateSlope1": { | ||
"from": "500000000000000000000000000", | ||
"to": "0" | ||
}, | ||
"variableRateSlope2": { | ||
"from": "1340000000000000000000000000", | ||
"to": "3000000000000000000000000000" | ||
} | ||
}, | ||
"0x385Eeac5cB85A38A9a07A70c73e0a3271CfB54A7": { | ||
"address": { | ||
"from": "0x964a4edc8009cA560dE2cCe1bA6300d48ecc203e", | ||
"to": "0xfe72F0c532c4E7cfA65FCbd3B92D926d26Fb73a9" | ||
}, | ||
"baseVariableBorrowRate": { | ||
"from": "0", | ||
"to": "200000000000000000000000000" | ||
}, | ||
"maxExcessUsageRatio": { | ||
"from": "900000000000000000000000000", | ||
"to": "550000000000000000000000000" | ||
}, | ||
"optimalUsageRatio": { | ||
"from": "100000000000000000000000000", | ||
"to": "450000000000000000000000000" | ||
}, | ||
"variableRateSlope1": { | ||
"from": "500000000000000000000000000", | ||
"to": "0" | ||
}, | ||
"variableRateSlope2": { | ||
"from": "1340000000000000000000000000", | ||
"to": "3000000000000000000000000000" | ||
} | ||
}, | ||
"0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39": { | ||
"address": { | ||
"from": "0xE41515721DF4c6eb221d6Ed25e9Ebe0108e822aA", | ||
"to": "0x01576c429baB8724A11bef844dDa95165D899Fca" | ||
}, | ||
"baseVariableBorrowRate": { | ||
"from": "0", | ||
"to": "200000000000000000000000000" | ||
}, | ||
"maxExcessUsageRatio": { | ||
"from": "900000000000000000000000000", | ||
"to": "550000000000000000000000000" | ||
}, | ||
"optimalUsageRatio": { | ||
"from": "100000000000000000000000000", | ||
"to": "450000000000000000000000000" | ||
}, | ||
"variableRateSlope1": { | ||
"from": "500000000000000000000000000", | ||
"to": "0" | ||
}, | ||
"variableRateSlope2": { | ||
"from": "1340000000000000000000000000", | ||
"to": "3000000000000000000000000000" | ||
} | ||
}, | ||
"0x9a71012B13CA4d3D0Cdc72A177DF3ef03b0E76A3": { | ||
"address": { | ||
"from": "0xd9b99ccEe49a285dE83d16e0CEA1b4044e233bBE", | ||
"to": "0xA78F3bc07035422f6f69c3f2B72fcCd0487348FA" | ||
}, | ||
"baseVariableBorrowRate": { | ||
"from": "50000000000000000000000000", | ||
"to": "200000000000000000000000000" | ||
}, | ||
"maxExcessUsageRatio": { | ||
"from": "800000000000000000000000000", | ||
"to": "550000000000000000000000000" | ||
}, | ||
"optimalUsageRatio": { | ||
"from": "200000000000000000000000000", | ||
"to": "450000000000000000000000000" | ||
}, | ||
"variableRateSlope1": { | ||
"from": "500000000000000000000000000", | ||
"to": "0" | ||
}, | ||
"variableRateSlope2": { | ||
"from": "1340000000000000000000000000", | ||
"to": "3000000000000000000000000000" | ||
} | ||
} | ||
} | ||
} | ||
``` |
Oops, something went wrong.