1.3.1 • Published 4 months ago

@tetu_io/tetu-converter v1.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

codecov

Tetu.io is a collaboration between developers and investors around the whole world to create the best DeFi product out there.

Installation

Run npm install

Create .env file from .env.example

Links

Web: https://tetu.io/

Docs: https://docs.tetu.io/

Discord: https://discord.gg/DSUKVEYuax

Twitter: https://twitter.com/tetu_io

Deployed contracts

Polygon

NameAddress
Controller0x2df21e2a115fcB3d850Fbc67237571bBfB566e99
TetuConverter0x5E1226f7e743cA56537B3fab0C1A9ea2FAe7BAb1
BorrowManager0xC5690F7063eb60D474Bcdb38b60EbF4C3a8Ece3C
DebtMonitor0xAF2DEcd5Ad64d833Be5Bbd4D7eB16fEA57D473a2
SwapManager0x59D34F2fA054369EbCe4ad244f4ab3a9F51700f3
Keeper0x3fFaF005413DC76D8e6964066D3E9Bd2303d5905
PriceOracle0x8E24157016b0Ea7693A3BB8A62c585F5B77828ec
Bookkeeper0xe3F710033b37864746863a962bc6aFb070d53534
Platform adapter AAVE30x2f5448cdeCd0EC3db302755AAd111A69F0EC8fDe
Pool adapter AAVE30xD1CA2422C6E0fa48a9CD644720C9df261E85C784
Pool adapter AAVE3 (eMode)0xA43D1DF1591FC7CcCD6723405d4e85065802a959
Platform adapter0xC0afAbfdF95937F7972fd734eF867913e208052A
Pool adapter template0xD0879ABD0f2EAFaBa07A0701cC1AD2f70e69a069

Base

NameAddress
Controller0x1AC16b6aBeEE14487DE6CF946d05A0dE5169a917
TetuConverter0x51002Cad5e6FbE3856311f431E1c41c46Acc5D47
BorrowManager0xa2A1F4C5435F91FD01340081b756b4af4d944025
DebtMonitor0x09C60C4C66059C358ed23B77757d684a0dFDB759
SwapManager0x189c7eC38f9B8602dD986161e1AE4EB84b5Bd428
Keeper0xa82ed80bc3D415368270a90b6F57e5fFb32d481A
PriceOracle0x2783E44E629617194F93AB67355028865c9117b4
Bookkeeper0x588cE8be7ac5202cD7C7fD10Be65E33D26dA2534
Platform adapter Moonwell0xEE7c4beFfF6c8FAEdDEc28d9E0BD330102328e9F
Pool adapter Moonwell0x9A1B3B13a771387d57648C1ba73bF4a3EF9d6D3a

zkEVM

NameAddress
Controller0xF992a90B4F2D59B65548bF9766a02ee8170E7F07
TetuConverter0x60E684643d546b657bfeE9c01Cb40E62EC1fe1e2
BorrowManager0x48B8B6d189F5450B2E799c462099a5fDFc910A96
DebtMonitor0x0e980E1c89c751961F6E8529e38d4002B4D8Bf3e
SwapManager0xa4B13FDCA08ae6cE9D2b20aC3ceD7c5Df267e205
Keeper0x848A49De3f59C62A337463f1D856Ad30FE85675e
PriceOracle0xF21ABFC5D68819EA0044fdB256d0AA854DC3034b
Bookkeeper0x80a9956ea226aE5ae78b9F708fA127c15EF74F86
Platform adapter Keom0xC7A63e3b7f6420EeE99d73da50D368384d7bdC8A
Pool adapter template Keom0x57920CDE372a8E9634fb1c096fdAf3aEF892131b

How to whitelist a user

ConverterController.setWhitelistValues(USER_ADDRESS, true)

governance only

How to freeze a platform adapter

IPlatformAdapter(PLATFORM_ADAPTER_ADDRESS).setFrozen(true)

governance only