You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please help me get the correct address for these parts:
address public constant UNISWAP_FACTORY_A = 0xECc6C0542710a0EF07966D7d1B10fA38bbb86523;
address public constant UNISWAP_FACTORY_B = 0x54Ac34e5cE84C501165674782582ADce2FDdc8F4;
I already researched the part for FlashLoanReceiverBase, DAI_ADDRESS, & BAT_ADDRESS.
FlashLoanReceiverBase(address(0x506B0B2CF20FAA8f38a4E2B524EE43e1f4458Cc5))
// main net: 0x24a42fD28C976A61Df5D00D0599C34c4f90748c8
// test net - kovan: 0x506B0B2CF20FAA8f38a4E2B524EE43e1f4458Cc5
address public constant DAI_ADDRESS = 0xFf795577d9AC8bD7D90Ee22b6C1703490b6512FD;
// Main net DAI_ADDRESS = 0x6B175474E89094C44Da98b954EedeAC495271d0F
address public constant BAT_ADDRESS = 0x2d12186Fbb9f9a8C28B3FfdD4c42920f8539D738;
// Main net BAT_ADDRESS = 0x0D8775F648430679A709E98d2b0Cb6250d2887EF
The text was updated successfully, but these errors were encountered:
Hi Guys,
Please help me get the correct address for these parts:
I already researched the part for FlashLoanReceiverBase, DAI_ADDRESS, & BAT_ADDRESS.
The text was updated successfully, but these errors were encountered: