Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update gho ir #251

Merged
merged 1 commit into from
Sep 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/AaveV3Ethereum.sol
Original file line number Diff line number Diff line change
Expand Up @@ -537,8 +537,8 @@ library AaveV3EthereumAssets {
// https://etherscan.io/address/0xD110cac5d8682A3b045D5524a9903E031d70FCCd
address internal constant GHO_ORACLE = 0xD110cac5d8682A3b045D5524a9903E031d70FCCd;

// https://etherscan.io/address/0x16E77D8a7192b65fEd49B3374417885Ff4421A74
address internal constant GHO_INTEREST_RATE_STRATEGY = 0x16E77D8a7192b65fEd49B3374417885Ff4421A74;
// https://etherscan.io/address/0x9210E5477dCA5bdF579ef0E1Ae84F9E823a5A3bA
address internal constant GHO_INTEREST_RATE_STRATEGY = 0x9210E5477dCA5bdF579ef0E1Ae84F9E823a5A3bA;

// https://etherscan.io/address/0xD33526068D116cE69F19A9ee46F0bd304F21A51f
address internal constant RPL_UNDERLYING = 0xD33526068D116cE69F19A9ee46F0bd304F21A51f;
Expand Down
2 changes: 1 addition & 1 deletion src/ts/AaveV3Ethereum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ export const ASSETS = {
A_TOKEN: '0x00907f9921424583e7ffBfEdf84F92B7B2Be4977',
S_TOKEN: '0x3f3DF7266dA30102344A813F1a3D07f5F041B5AC',
V_TOKEN: '0x786dBff3f1292ae8F92ea68Cf93c30b34B1ed04B',
INTEREST_RATE_STRATEGY: '0x16E77D8a7192b65fEd49B3374417885Ff4421A74',
INTEREST_RATE_STRATEGY: '0x9210E5477dCA5bdF579ef0E1Ae84F9E823a5A3bA',
ORACLE: '0xD110cac5d8682A3b045D5524a9903E031d70FCCd',
STATA_TOKEN: '0x0000000000000000000000000000000000000000',
},
Expand Down