ing
This commit is contained in:
68
config/boba-test-config.js
Normal file
68
config/boba-test-config.js
Normal file
@@ -0,0 +1,68 @@
|
||||
module.exports = {
|
||||
BOBA_TEST_CONFIG: {
|
||||
//TOKEN
|
||||
WETH: "",
|
||||
CHI: "0x0000000000000000000000000000000000000000",
|
||||
DODO: "",
|
||||
|
||||
//Helper
|
||||
//MultiCall: "",
|
||||
//DODOSwapCalcHelper: "",
|
||||
//DODOZoo: "",
|
||||
//DODO: "",
|
||||
//ERC20Helper: "",
|
||||
DODOSellHelper: "",
|
||||
DODOCalleeHelper: "",
|
||||
DODOV1PmmHelper: "",
|
||||
DODOV2RouteHelper: "",
|
||||
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: "0x7e83d9d94837eE82F0cc18a691da6f42F03F1d86",
|
||||
defaultMaintainer: "0x7e83d9d94837eE82F0cc18a691da6f42F03F1d86",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user