Skip to content

Commit

Permalink
fix: update gho ir (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra authored Sep 20, 2023
1 parent 63670ad commit f2d16fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit f2d16fc

Please sign in to comment.