Contract ABIs & Addresses
Union is an upgradeable system. Each deployed contract is actually a "Proxy" that points to an "Implementation" contract. All addresses can be found in the folder deployments/${network}
.
Networks
Contract | Address | Upgradeable |
---|---|---|
UserManager | ✅ | |
MarketRegistry | ✅ | |
Comptroller | ✅ | |
uDAI | ✅ | |
AssetManager | ✅ | |
PureTokenAdapter | ✅ | |
aaveV3Adapter | ✅ | |
UnionToken | ❌ | |
OpOwner | ❌ | |
DAI | ❌ |
Last updated