Skip to content

Commit

Permalink
fix: remove fantom addresses as they were not deployed
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Jun 27, 2023
1 parent 6775716 commit 4e1f653
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/AaveMisc.sol
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,6 @@ library AaveMisc {
address constant TRANSPARENT_PROXY_FACTORY_ARBITRUM = 0xB4e496f70602fE2AC6Ae511D028BA4D194773B29;
address constant PROXY_ADMIN_ARBITRUM = 0xD3cF979e676265e4f6379749DECe4708B9A22476;

address constant TRANSPARENT_PROXY_FACTORY_FANTOM = 0xB4e496f70602fE2AC6Ae511D028BA4D194773B29;
address constant PROXY_ADMIN_FANTOM = 0xD3cF979e676265e4f6379749DECe4708B9A22476;

address constant TRANSPARENT_PROXY_FACTORY_METIS = 0x1dad86dC5990BCE5bFe3A150A4E0ece990d6EBcB;
address constant PROXY_ADMIN_METIS = 0x1CabD986cBAbDf12E00128DFf03C80ee62C4fd97;
}

0 comments on commit 4e1f653

Please sign in to comment.