add avax config
This commit is contained in:
68
config/avax-config.js
Normal file
68
config/avax-config.js
Normal file
@@ -0,0 +1,68 @@
|
||||
module.exports = {
|
||||
AVAX_CONFIG: {
|
||||
//DODOZoo: "",
|
||||
//DODOV1: "",
|
||||
|
||||
//TOKEN
|
||||
WETH: "0xb31f66aa3c1e785363f0875a1b74e27b85fd66c7",
|
||||
CHI: "0x0000000000000000000000000000000000000000",
|
||||
DODO: "",
|
||||
|
||||
//Helper
|
||||
DODOSellHelper: "0xF7c5311B618E6dFBBc34210c92D2C9675D7EdDCA",
|
||||
DODOCalleeHelper: "0x4EfF1D851366b8cc51d553a87e2d12dA8Da46F2a",
|
||||
DODOV1PmmHelper: "0x790B4A80Fb1094589A3c0eFC8740aA9b0C1733fB",
|
||||
DODOV2RouteHelper: "",
|
||||
MultiCall: "0x97f0153E7F5749640aDF3Ff9CFC518b79D6Fe53b",
|
||||
DODOSwapCalcHelper: "0xAfe0A75DFFb395eaaBd0a7E1BBbd0b11f8609eeF",
|
||||
ERC20Helper: "0xC3528D128CC227fd60793007b5e3FdF7c2945282",
|
||||
|
||||
//Template
|
||||
CloneFactory: "0x778DF5B12170e8af8dF94356BfC864E57CE185DC",
|
||||
FeeRateModel: "0x1565666CD77bB6DDE193e1D37Ad7b07900e6f4c0",
|
||||
//FeeRateDIP3: "0x1dc8D1f1600B7C1D39e6b60FBC7b021Bc4F9C993",
|
||||
PermissionManager: "0x8F8Dd7DB1bDA5eD3da8C9daf3bfa471c12d58486",
|
||||
DVM: "0x70eFB31271C0796833f80dA4E6538d05B2AFA72C",
|
||||
DPP: "0x77106d0f8c5B8ADF95a7feaae5bea130b1D2D748",
|
||||
DSP: "0xa952f8716a753D9e094c4041FEBd163e38B21eDB",
|
||||
DPPAdmin: "0x67e5a449EF6B0da29D338023e7cfc50a2975F9Bb",
|
||||
CP: "0x01f9BfAC04E6184e90bD7eaFD51999CE430Cc750",
|
||||
//ERC20MineV2: "0x0Fba7F96f3D7196FfAcaC46356F05Fdb7B24c38d",
|
||||
ERC20MineV3: "0xF31162ef57b61D2FBA4f64dBbaC536bFc782D37c",
|
||||
|
||||
ERC20: "0xf94435Ad7Edc3D5aDd1C1345622Bb745D0387416",
|
||||
CustomERC20: "0x1cC529DB2a7D45F68B698A7019D4eE1e6FB2D58F",
|
||||
|
||||
//Approve
|
||||
DODOApprove: "0xCFea63e3DE31De53D68780Dd65675F169439e470",
|
||||
DODOApproveProxy: "0x96a75d73b3de29c009863fA6329D96b2181D3Dc4",
|
||||
|
||||
|
||||
//Factory
|
||||
DVMFactory: "0xfF133A6D335b50bDAa6612D19E1352B049A8aE6a",
|
||||
DPPFactory: "0xb7865a5ceE051d35B09A48b624D7057d3362655a",
|
||||
DSPFactory: "0x2b0d94Eb7A63B8a2909dE1CB3951ecF7Ae76D2fE",
|
||||
UpCpFactory: "0x55793C2c8A796cCE00EF2D1a86CCA2E0399BF285",
|
||||
CrowdPoolingFactory: "0x25B2f945Fec30F34b05d416C7c0b5c6c51A3ADdC",
|
||||
ERC20V2Factory: "0x141b4497a298340E8B451ac4eeE947B00aDbe07A",
|
||||
//DODOMineV2Factory: "0xCDFD45f965De9932367833Ca7187e4c9C43A2380",
|
||||
DODOMineV3Registry: "0x0fe261aeE0d1C4DFdDee4102E82Dd425999065F4",
|
||||
|
||||
//Adapter
|
||||
DODOV1Adapter: "",
|
||||
DODOV2Adapter: "",
|
||||
UniAdapter: "",
|
||||
|
||||
//Proxy
|
||||
DODOV2Proxy: "",
|
||||
DSPProxy: "",
|
||||
CpProxy: "",
|
||||
DPPProxy: "",
|
||||
RouteProxy: "",
|
||||
DODOMineV3Proxy: "",
|
||||
|
||||
//Account
|
||||
multiSigAddress: "0x9FCFD9ff955D36856F8EE480471B05488C0eB5cA",
|
||||
defaultMaintainer: "0x9FCFD9ff955D36856F8EE480471B05488C0eB5cA",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user