arb+ing
This commit is contained in:
54
config/arb-config.js
Normal file
54
config/arb-config.js
Normal file
@@ -0,0 +1,54 @@
|
||||
module.exports = {
|
||||
ARB_CONFIG: {
|
||||
//TOKEN
|
||||
WETH: "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
|
||||
CHI: "0x0000000000000000000000000000000000000000",
|
||||
DODO: "",
|
||||
|
||||
//Helper
|
||||
DODOSellHelper: "0x18AA6Bb215CDBd179E7beAE10F66C21B26971306",
|
||||
DODOCalleeHelper: "0xaaffAd1017D6a13E026A00121BF258C616B25f7C",
|
||||
DODOV1PmmHelper: "0x4EE6398898F7FC3e648b3f6bA458310ac29cD352",
|
||||
DODOV2RouteHelper: "",
|
||||
|
||||
//Template
|
||||
CloneFactory: "0x1ddD02f6d31C1eF04cFA0a1AA811406B5B2884E7",
|
||||
FeeRateModel: "0xD56281EF996B6B29874C77D2e1464216E8043127",
|
||||
PermissionManager: "0x61b21603A527b487C4a3A80a69224b87751D0F6a",
|
||||
DVM: "0x790B4A80Fb1094589A3c0eFC8740aA9b0C1733fB",
|
||||
DPP: "",
|
||||
DSP: "",
|
||||
|
||||
DPPAdmin: "",
|
||||
CP: "",
|
||||
ERC20: "0xC3528D128CC227fd60793007b5e3FdF7c2945282",
|
||||
MintableERC20: "",
|
||||
|
||||
//Factory
|
||||
DVMFactory: "",
|
||||
DPPFactory: "",
|
||||
DSPFactory: "",
|
||||
UpCpFactory: "",
|
||||
CrowdPoolingFactory: "",
|
||||
ERC20Factory: "",
|
||||
|
||||
//Approve
|
||||
DODOApprove: "",
|
||||
DODOApproveProxy: "",
|
||||
|
||||
//Adapter
|
||||
DODOV1Adapter: "",
|
||||
DODOV2Adapter: "0x97f0153E7F5749640aDF3Ff9CFC518b79D6Fe53b",
|
||||
UniAdapter: "",
|
||||
|
||||
//Proxy
|
||||
DODOV2Proxy: "",
|
||||
DSPProxy: "",
|
||||
CpProxy: "",
|
||||
RouteProxy: "",
|
||||
|
||||
//Account
|
||||
multiSigAddress: "0x1e0D4043C0CD3ed15F3c2AfE60B0F213c9b5E30d",
|
||||
defaultMaintainer: "0x1e0D4043C0CD3ed15F3c2AfE60B0F213c9b5E30d",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user