68 lines
1.3 KiB
JavaScript
68 lines
1.3 KiB
JavaScript
module.exports = {
|
|
NEON_TEST_CONFIG: {
|
|
//DODOV1
|
|
DODO: "",
|
|
DODOZoo: "",
|
|
|
|
//TOKEN
|
|
WETH: "",
|
|
DODO: "",
|
|
|
|
//Helper
|
|
DODOSellHelper: "",
|
|
DODOCalleeHelper: "",
|
|
DODOV1PmmHelper: "",
|
|
DODOV2RouteHelper: "",
|
|
ERC20Helper: "",
|
|
DODOSwapCalcHelper: "",
|
|
MultiCall: "",
|
|
CurveSample: "",
|
|
|
|
//Template
|
|
CloneFactory: "",
|
|
FeeRateModel: "",
|
|
FeeRateDIP3: "",
|
|
PermissionManager: "",
|
|
DVM: "",
|
|
DPP: "",
|
|
DSP: "",
|
|
DPPAdmin: "",
|
|
CP: "",
|
|
ERC20MineV2: "",
|
|
ERC20MineV3: "",
|
|
ERC20: "",
|
|
CustomERC20: "",
|
|
|
|
//Factory
|
|
DVMFactory: "",
|
|
DPPFactory: "",
|
|
DSPFactory: "",
|
|
UpCpFactory: "",
|
|
CrowdPoolingFactory: "",
|
|
ERC20V2Factory: "",
|
|
DODOMineV2Factory: "",
|
|
DODOMineV3Registry: "",
|
|
|
|
//Approve
|
|
DODOApprove: "",
|
|
DODOApproveProxy: "",
|
|
|
|
//Adapter
|
|
DODOV1Adapter: "",
|
|
DODOV2Adapter: "",
|
|
UniAdapter: "",
|
|
CurveAdapter: "",
|
|
|
|
|
|
//Proxy
|
|
DODOV2Proxy: "",
|
|
DSPProxy: "",
|
|
CpProxy: "",
|
|
RouteProxy: "",
|
|
DODOMineV3Proxy: "",
|
|
|
|
//Account
|
|
multiSigAddress: "",
|
|
defaultMaintainer: ""
|
|
}
|
|
} |