Skip to content

Commit

Permalink
fix(cache): automated cache update - updated addresses (#784)
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 Jan 15, 2025
1 parent b5e54ef commit 48e1375
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 @@ -561,6 +561,7 @@ address,name,chainId
0x9ec6F08190DeA04A54f8Afc53Db96134e5E3FdFB,AaveV3Ethereum ASSETS PYUSD INTEREST_RATE_STRATEGY,1
0x150bAe7Ce224555D39AfdBc6Cb4B8204E594E022,AaveV3Ethereum ASSETS PYUSD ORACLE,1
0x00F2a835758B33f3aC53516Ebd69f3dc77B0D152,AaveV3Ethereum ASSETS PYUSD STATIC_A_TOKEN,1
0xb51EDdDD8c47856D81C8681EA71404Cec93E92c6,AaveV3Ethereum ASSETS PYUSD STATA_TOKEN,1
0xCd5fE23C85820F7B72D0926FC9b05b43E359b7ee,AaveV3Ethereum ASSETS weETH UNDERLYING,1
0xBdfa7b7893081B35Fb54027489e2Bc7A38275129,AaveV3Ethereum ASSETS weETH A_TOKEN,1
0x77ad9BF13a52517AD698D65913e8D381300c8Bf3,AaveV3Ethereum ASSETS weETH 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 @@ -680,6 +680,9 @@ library AaveV3EthereumAssets {
// https://etherscan.io/address/0x00F2a835758B33f3aC53516Ebd69f3dc77B0D152
address internal constant PYUSD_STATIC_A_TOKEN = 0x00F2a835758B33f3aC53516Ebd69f3dc77B0D152;

// https://etherscan.io/address/0xb51EDdDD8c47856D81C8681EA71404Cec93E92c6
address internal constant PYUSD_STATA_TOKEN = 0xb51EDdDD8c47856D81C8681EA71404Cec93E92c6;

// https://etherscan.io/address/0xCd5fE23C85820F7B72D0926FC9b05b43E359b7ee
address internal constant weETH_UNDERLYING = 0xCd5fE23C85820F7B72D0926FC9b05b43E359b7ee;

Expand Down
1 change: 1 addition & 0 deletions src/ts/AaveV3Ethereum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ export const ASSETS = {
INTEREST_RATE_STRATEGY: '0x9ec6F08190DeA04A54f8Afc53Db96134e5E3FdFB',
ORACLE: '0x150bAe7Ce224555D39AfdBc6Cb4B8204E594E022',
STATIC_A_TOKEN: '0x00F2a835758B33f3aC53516Ebd69f3dc77B0D152',
STATA_TOKEN: '0xb51EDdDD8c47856D81C8681EA71404Cec93E92c6',
},
weETH: {
decimals: 18,
Expand Down
18 changes: 16 additions & 2 deletions tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -2630,6 +2630,20 @@
"underlyingAToken": "0x0C0d01AbF3e6aDfcA0989eBbA9d6e85dD58EaB1E"
}
},
{
"chainId": 1,
"address": "0xb51EDdDD8c47856D81C8681EA71404Cec93E92c6",
"name": "Wrapped Aave Ethereum PYUSD",
"decimals": 6,
"symbol": "waEthPYUSD",
"tags": ["aaveV3", "stataToken"],
"logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/statapyusd.svg",
"extensions": {
"pool": "0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2",
"underlying": "0x6c3ea9036406852006290770BEdFcAbA0e23A0e8",
"underlyingAToken": "0x0C0d01AbF3e6aDfcA0989eBbA9d6e85dD58EaB1E"
}
},
{
"chainId": 1,
"address": "0xCd5fE23C85820F7B72D0926FC9b05b43E359b7ee",
Expand Down Expand Up @@ -6990,6 +7004,6 @@
}
}
],
"version": { "major": 3, "minor": 0, "patch": 70 },
"timestamp": "2024-12-30T12:43:43.000Z"
"version": { "major": 3, "minor": 0, "patch": 71 },
"timestamp": "2025-01-15T00:12:57.878Z"
}

0 comments on commit 48e1375

Please sign in to comment.