Skip to content

Commit d6bc8f7

Browse files
fix(cache): automated cache update - updated addresses (#1011)
Co-authored-by: Cache-bot <[email protected]>
1 parent 1eff453 commit d6bc8f7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/ts/AaveV3Ethereum.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ export const E_MODES = {
698698
],
699699
ltv: 9000,
700700
liquidationThreshold: 9200,
701-
liquidationBonus: 10350,
701+
liquidationBonus: 10320,
702702
},
703703
'9': {
704704
label: 'PT-eUSDe Stablecoins May 2025',
@@ -732,7 +732,7 @@ export const E_MODES = {
732732
],
733733
ltv: 9100,
734734
liquidationThreshold: 9300,
735-
liquidationBonus: 10270,
735+
liquidationBonus: 10240,
736736
},
737737
'11': {
738738
label: 'USDe Stablecoin',
@@ -759,7 +759,7 @@ export const E_MODES = {
759759
borrowableAssets: ['0x4c9EDD5852cd905f086C759E8383e09bff1E68B3'],
760760
ltv: 9400,
761761
liquidationThreshold: 9600,
762-
liquidationBonus: 10180,
762+
liquidationBonus: 10150,
763763
},
764764
'13': {
765765
label: 'PT-eUSDe Stablecoins August 2025',
@@ -776,7 +776,7 @@ export const E_MODES = {
776776
],
777777
ltv: 9100,
778778
liquidationThreshold: 9300,
779-
liquidationBonus: 10320,
779+
liquidationBonus: 10290,
780780
},
781781
'14': {
782782
label: 'PT-eUSDe USDe August 2025',
@@ -787,9 +787,9 @@ export const E_MODES = {
787787
],
788788
borrowableBitmap: '1073741824',
789789
borrowableAssets: ['0x4c9EDD5852cd905f086C759E8383e09bff1E68B3'],
790-
ltv: 9340,
791-
liquidationThreshold: 9540,
792-
liquidationBonus: 10220,
790+
ltv: 9400,
791+
liquidationThreshold: 9600,
792+
liquidationBonus: 10190,
793793
},
794794
'15': {
795795
label: 'eUSDe_Stablecoin',
@@ -826,8 +826,8 @@ export const E_MODES = {
826826
'0x4c9EDD5852cd905f086C759E8383e09bff1E68B3',
827827
'0xdC035D45d973E3EC169d2276DDab16f1e407384F',
828828
],
829-
ltv: 8770,
830-
liquidationThreshold: 8970,
829+
ltv: 8800,
830+
liquidationThreshold: 9000,
831831
liquidationBonus: 10500,
832832
},
833833
'18': {
@@ -836,8 +836,8 @@ export const E_MODES = {
836836
collateralAssets: ['0x9F56094C450763769BA0EA9Fe2876070c0fD5F77'],
837837
borrowableBitmap: '1073741824',
838838
borrowableAssets: ['0x4c9EDD5852cd905f086C759E8383e09bff1E68B3'],
839-
ltv: 8910,
840-
liquidationThreshold: 9110,
839+
ltv: 8990,
840+
liquidationThreshold: 9190,
841841
liquidationBonus: 10300,
842842
},
843843
} as const;

0 commit comments

Comments
 (0)