Skip to content

Commit 7fe8aad

Browse files
fix(cache): automated cache update - updated addresses (#994)
Co-authored-by: Cache-bot <[email protected]>
1 parent d524bad commit 7fe8aad

File tree

4 files changed

+60
-6
lines changed

4 files changed

+60
-6
lines changed

safe.csv

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,11 @@ address,name,chainId
667667
0x4A35FD7F93324Cc48bc12190D3F37493437b1Eff,AaveV3Ethereum ASSETS FBTC V_TOKEN,1
668668
0x9ec6F08190DeA04A54f8Afc53Db96134e5E3FdFB,AaveV3Ethereum ASSETS FBTC INTEREST_RATE_STRATEGY,1
669669
0xb41E773f507F7a7EA890b1afB7d2b660c30C8B0A,AaveV3Ethereum ASSETS FBTC ORACLE,1
670+
0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c,AaveV3Ethereum ASSETS EURC UNDERLYING,1
671+
0xAA6e91C82942aeAE040303Bf96c15a6dBcB82CA0,AaveV3Ethereum ASSETS EURC A_TOKEN,1
672+
0x6c82c66622Eb360FC973D3F492f9D8E9eA538b08,AaveV3Ethereum ASSETS EURC V_TOKEN,1
673+
0x9ec6F08190DeA04A54f8Afc53Db96134e5E3FdFB,AaveV3Ethereum ASSETS EURC INTEREST_RATE_STRATEGY,1
674+
0xa6aB031A4d189B24628EC9Eb155F0a0f1A0E55a3,AaveV3Ethereum ASSETS EURC ORACLE,1
670675
0xf00E2de0E78DFf055A92AD4719a179CE275b6Ef7,AaveV3Ethereum CLINIC_STEWARD,1
671676
0x464C71f6c2F760DdA6093dCB91C24c39e5d6e18c,AaveV3Ethereum COLLECTOR,1
672677
0xA8e351C7Ab1b75A2134A418701919c462932DF79,AaveV3Ethereum CONFIG_ENGINE,1

src/AaveV3Ethereum.sol

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,6 +1082,24 @@ library AaveV3EthereumAssets {
10821082
// https://etherscan.io/address/0x9ec6F08190DeA04A54f8Afc53Db96134e5E3FdFB
10831083
address internal constant FBTC_INTEREST_RATE_STRATEGY =
10841084
0x9ec6F08190DeA04A54f8Afc53Db96134e5E3FdFB;
1085+
1086+
// https://etherscan.io/address/0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c
1087+
address internal constant EURC_UNDERLYING = 0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c;
1088+
1089+
uint8 internal constant EURC_DECIMALS = 6;
1090+
1091+
// https://etherscan.io/address/0xAA6e91C82942aeAE040303Bf96c15a6dBcB82CA0
1092+
address internal constant EURC_A_TOKEN = 0xAA6e91C82942aeAE040303Bf96c15a6dBcB82CA0;
1093+
1094+
// https://etherscan.io/address/0x6c82c66622Eb360FC973D3F492f9D8E9eA538b08
1095+
address internal constant EURC_V_TOKEN = 0x6c82c66622Eb360FC973D3F492f9D8E9eA538b08;
1096+
1097+
// https://etherscan.io/address/0xa6aB031A4d189B24628EC9Eb155F0a0f1A0E55a3
1098+
address internal constant EURC_ORACLE = 0xa6aB031A4d189B24628EC9Eb155F0a0f1A0E55a3;
1099+
1100+
// https://etherscan.io/address/0x9ec6F08190DeA04A54f8Afc53Db96134e5E3FdFB
1101+
address internal constant EURC_INTEREST_RATE_STRATEGY =
1102+
0x9ec6F08190DeA04A54f8Afc53Db96134e5E3FdFB;
10851103
}
10861104
library AaveV3EthereumEModes {
10871105
uint8 internal constant NONE = 0;

src/ts/AaveV3Ethereum.ts

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,15 @@ export const ASSETS = {
578578
INTEREST_RATE_STRATEGY: '0x9ec6F08190DeA04A54f8Afc53Db96134e5E3FdFB',
579579
ORACLE: '0xb41E773f507F7a7EA890b1afB7d2b660c30C8B0A',
580580
},
581+
EURC: {
582+
decimals: 6,
583+
id: 47,
584+
UNDERLYING: '0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c',
585+
A_TOKEN: '0xAA6e91C82942aeAE040303Bf96c15a6dBcB82CA0',
586+
V_TOKEN: '0x6c82c66622Eb360FC973D3F492f9D8E9eA538b08',
587+
INTEREST_RATE_STRATEGY: '0x9ec6F08190DeA04A54f8Afc53Db96134e5E3FdFB',
588+
ORACLE: '0xa6aB031A4d189B24628EC9Eb155F0a0f1A0E55a3',
589+
},
581590
} as const;
582591
export const E_MODES = {
583592
'1': {
@@ -758,7 +767,7 @@ export const E_MODES = {
758767
],
759768
ltv: 9100,
760769
liquidationThreshold: 9300,
761-
liquidationBonus: 10350,
770+
liquidationBonus: 10320,
762771
},
763772
'14': {
764773
label: 'PT-eUSDe USDe August 2025',
@@ -769,9 +778,9 @@ export const E_MODES = {
769778
],
770779
borrowableBitmap: '1073741824',
771780
borrowableAssets: ['0x4c9EDD5852cd905f086C759E8383e09bff1E68B3'],
772-
ltv: 9190,
773-
liquidationThreshold: 9390,
774-
liquidationBonus: 10250,
781+
ltv: 9220,
782+
liquidationThreshold: 9420,
783+
liquidationBonus: 10220,
775784
},
776785
'15': {
777786
label: 'eUSDe_Stablecoin',

tokenlist.json

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3206,6 +3206,28 @@
32063206
"underlying": "0xC96dE26018A54D51c097160568752c4E3BD6C364"
32073207
}
32083208
},
3209+
{
3210+
"chainId": 1,
3211+
"address": "0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c",
3212+
"name": "Euro Coin",
3213+
"decimals": 6,
3214+
"symbol": "EURC",
3215+
"tags": ["underlying"],
3216+
"logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/eurc.svg"
3217+
},
3218+
{
3219+
"chainId": 1,
3220+
"address": "0xAA6e91C82942aeAE040303Bf96c15a6dBcB82CA0",
3221+
"name": "Aave Ethereum EURC",
3222+
"decimals": 6,
3223+
"symbol": "aEthEURC",
3224+
"tags": ["aTokenV3", "aaveV3"],
3225+
"logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/aeurc.svg",
3226+
"extensions": {
3227+
"pool": "0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2",
3228+
"underlying": "0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c"
3229+
}
3230+
},
32093231
{
32103232
"chainId": 137,
32113233
"address": "0x82E64f49Ed5EC1bC6e43DAD4FC8Af9bb3A2312EE",
@@ -8364,6 +8386,6 @@
83648386
}
83658387
}
83668388
],
8367-
"version": { "major": 3, "minor": 0, "patch": 122 },
8368-
"timestamp": "2025-06-28T14:21:49.513Z"
8389+
"version": { "major": 3, "minor": 0, "patch": 123 },
8390+
"timestamp": "2025-07-02T00:15:45.328Z"
83698391
}

0 commit comments

Comments
 (0)