Skip to content

Commit

Permalink
fix(cache): automated cache update - updated addresses (#752)
Browse files Browse the repository at this point in the history
Co-authored-by: Cache-bot <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored Dec 20, 2024
1 parent 1efa352 commit cda5325
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
1 change: 1 addition & 0 deletions safe.csv
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,7 @@ address,name,chainId
0x9ec6F08190DeA04A54f8Afc53Db96134e5E3FdFB,AaveV3Ethereum ASSETS USDe INTEREST_RATE_STRATEGY,1
0x55B6C4D3E8A27b8A1F5a263321b602e0fdEEcC17,AaveV3Ethereum ASSETS USDe ORACLE,1
0x46e5d6A33C8Bd8eD38F3c95991C78C9B2FF3bC99,AaveV3Ethereum ASSETS USDe STATIC_A_TOKEN,1
0x5F9D59db355b4A60501544637b00e94082cA575b,AaveV3Ethereum ASSETS USDe STATA_TOKEN,1
0xA35b1B31Ce002FBF2058D22F30f95D405200A15b,AaveV3Ethereum ASSETS ETHx UNDERLYING,1
0x1c0E06a0b1A4c160c17545FF2A951bfcA57C0002,AaveV3Ethereum ASSETS ETHx A_TOKEN,1
0x08a8Dc81AeA67F84745623aC6c72CDA3967aab8b,AaveV3Ethereum ASSETS ETHx V_TOKEN,1
Expand Down
3 changes: 3 additions & 0 deletions src/AaveV3Ethereum.sol
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,9 @@ library AaveV3EthereumAssets {
// https://etherscan.io/address/0x46e5d6A33C8Bd8eD38F3c95991C78C9B2FF3bC99
address internal constant USDe_STATIC_A_TOKEN = 0x46e5d6A33C8Bd8eD38F3c95991C78C9B2FF3bC99;

// https://etherscan.io/address/0x5F9D59db355b4A60501544637b00e94082cA575b
address internal constant USDe_STATA_TOKEN = 0x5F9D59db355b4A60501544637b00e94082cA575b;

// https://etherscan.io/address/0xA35b1B31Ce002FBF2058D22F30f95D405200A15b
address internal constant ETHx_UNDERLYING = 0xA35b1B31Ce002FBF2058D22F30f95D405200A15b;

Expand Down
1 change: 1 addition & 0 deletions src/ts/AaveV3Ethereum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ export const ASSETS = {
INTEREST_RATE_STRATEGY: '0x9ec6F08190DeA04A54f8Afc53Db96134e5E3FdFB',
ORACLE: '0x55B6C4D3E8A27b8A1F5a263321b602e0fdEEcC17',
STATIC_A_TOKEN: '0x46e5d6A33C8Bd8eD38F3c95991C78C9B2FF3bC99',
STATA_TOKEN: '0x5F9D59db355b4A60501544637b00e94082cA575b',
},
ETHx: {
decimals: 18,
Expand Down
18 changes: 16 additions & 2 deletions tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -2724,6 +2724,20 @@
"underlyingAToken": "0x4F5923Fc5FD4a93352581b38B7cD26943012DECF"
}
},
{
"chainId": 1,
"address": "0x5F9D59db355b4A60501544637b00e94082cA575b",
"name": "Wrapped Aave Ethereum USDe",
"decimals": 18,
"symbol": "waEthUSDe",
"tags": ["aaveV3", "stataToken"],
"logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/statausde.svg",
"extensions": {
"pool": "0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2",
"underlying": "0x4c9EDD5852cd905f086C759E8383e09bff1E68B3",
"underlyingAToken": "0x4F5923Fc5FD4a93352581b38B7cD26943012DECF"
}
},
{
"chainId": 1,
"address": "0xA35b1B31Ce002FBF2058D22F30f95D405200A15b",
Expand Down Expand Up @@ -6904,6 +6918,6 @@
}
}
],
"version": { "major": 3, "minor": 0, "patch": 65 },
"timestamp": "2024-12-19T00:14:21.703Z"
"version": { "major": 3, "minor": 0, "patch": 66 },
"timestamp": "2024-12-20T00:13:29.054Z"
}

0 comments on commit cda5325

Please sign in to comment.