Skip to content

Commit

Permalink
Merge branch 'main' into feat/scroll-activation
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlymite committed Jan 22, 2024
2 parents 85524b6 + b44cb96 commit 9bbe60e
Show file tree
Hide file tree
Showing 25 changed files with 2,155 additions and 7 deletions.
1 change: 1 addition & 0 deletions .assets/05797d7d762619547fb25ca8541d1e5620b88224.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions .assets/28717bb8aa91ba610ad66d02737eba004cbd34cf.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions .assets/4c5958ae482feac8d910d7dab706b3b1cfd28679.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
## Reserve changes

### Reserve altered

#### WMATIC ([0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270](https://polygonscan.com/address/0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270))

| description | value before | value after |
| --- | --- | --- |
| reserveFactor | 81 % | 86 % |


#### WBTC ([0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6](https://polygonscan.com/address/0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6))

| description | value before | value after |
| --- | --- | --- |
| reserveFactor | 95 % | 99.99 % |


#### USDC ([0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174](https://polygonscan.com/address/0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174))

| description | value before | value after |
| --- | --- | --- |
| reserveFactor | 63 % | 68 % |


#### WETH ([0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619](https://polygonscan.com/address/0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619))

| description | value before | value after |
| --- | --- | --- |
| reserveFactor | 85 % | 90 % |


#### DAI ([0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063](https://polygonscan.com/address/0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063))

| description | value before | value after |
| --- | --- | --- |
| reserveFactor | 61 % | 66 % |


#### BAL ([0x9a71012B13CA4d3D0Cdc72A177DF3ef03b0E76A3](https://polygonscan.com/address/0x9a71012B13CA4d3D0Cdc72A177DF3ef03b0E76A3))

| description | value before | value after |
| --- | --- | --- |
| reserveFactor | 99 % | 99.99 % |


#### USDT ([0xc2132D05D31c914a87C6611C10748AEb04B58e8F](https://polygonscan.com/address/0xc2132D05D31c914a87C6611C10748AEb04B58e8F))

| description | value before | value after |
| --- | --- | --- |
| reserveFactor | 62 % | 67 % |


## Raw diff

```json
{
"reserves": {
"0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270": {
"reserveFactor": {
"from": 8100,
"to": 8600
}
},
"0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6": {
"reserveFactor": {
"from": 9500,
"to": 9999
}
},
"0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174": {
"reserveFactor": {
"from": 6300,
"to": 6800
}
},
"0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619": {
"reserveFactor": {
"from": 8500,
"to": 9000
}
},
"0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063": {
"reserveFactor": {
"from": 6100,
"to": 6600
}
},
"0x9a71012B13CA4d3D0Cdc72A177DF3ef03b0E76A3": {
"reserveFactor": {
"from": 9900,
"to": 9999
}
},
"0xc2132D05D31c914a87C6611C10748AEb04B58e8F": {
"reserveFactor": {
"from": 6200,
"to": 6700
}
}
}
}
```
Loading

0 comments on commit 9bbe60e

Please sign in to comment.