aave-ui icon indicating copy to clipboard operation
aave-ui copied to clipboard

[AAVEv3 testnet UI on polygon] Mismatch between addresses listed in the dev doc and those used by the webApp

Open jkrivine opened this issue 2 years ago • 1 comments

  • [x] I have searched the issues of this repository and believe that this is not a duplicate.

Summary 💡

The addresses listed in the developper documentation for mumbai here https://docs.aave.com/developers/deployed-contracts/v3-testnet-addresses do not match the addresses that seem to be used by the dApp (also on mumbai). The dApp should either use the addresses of the doc, or the doc be updated to the dApp addresses:

"DAI": "0xc87385b5e62099f92d490750fcd6c901a524bbca",
 "USDC": "0xF61Cffd6071a8DB7cD5E8DF1D3A5450D9903cF1c",
 "WETH": "0x63e537a69b3f5b03f4f46c5765c82861bd874b6e",
 ...
 "aWETH": "0xCa003B920F1CEcb4fe0Fe91B657E58a8E1EED04a",
 "aDAI": "0x3D8477D93A0B036Ec3D180fA013848B628c5cb76",
 "aUSDC": "0xc78fd49C2bAd9C8f41ddcE069e34F6a6A627d37f",
 ...
 "addressProvider": "0xA5375B08232a0f5e911c8a92B390662e098a579A"
 'poolproxy': "0xEce3383269ccE0B2ae66277101996b58c482817B"

also verifiying the deployed contracts would tremendously help debugging!

Examples 🌈

Motivation 🔦

jkrivine avatar Mar 29 '22 12:03 jkrivine

Hello, i think your looking at the wrong repo. https://github.com/aave/interface is the correct one which should contain the addresses from docs & contracts should all be verified. If not please raise an issue over there.

sakulstra avatar Apr 05 '22 23:04 sakulstra