deploy arbtest
This commit is contained in:
58
config/arbtest-config.js
Normal file
58
config/arbtest-config.js
Normal file
@@ -0,0 +1,58 @@
|
||||
module.exports = {
|
||||
ARBTEST_CONFIG: {
|
||||
//TOKEN
|
||||
WETH: "0x1e0D4043C0CD3ed15F3c2AfE60B0F213c9b5E30d",
|
||||
CHI: "0x0000000000000000000000000000000000000000",
|
||||
DODO: "0x67ee3Cb086F8a16f34beE3ca72FAD36F7Db929e2",
|
||||
|
||||
//Helper
|
||||
DODOSellHelper: "0x313fcb27BD83607C33998AA60E409C79Fb2251fd",
|
||||
DODOCalleeHelper: "0x1ddD02f6d31C1eF04cFA0a1AA811406B5B2884E7",
|
||||
DODOV1PmmHelper: "0xD56281EF996B6B29874C77D2e1464216E8043127",
|
||||
DODOV2RouteHelper: "",
|
||||
|
||||
//Template
|
||||
CloneFactory: "0x61b21603A527b487C4a3A80a69224b87751D0F6a",
|
||||
FeeRateModel: "0x4EfF1D851366b8cc51d553a87e2d12dA8Da46F2a",
|
||||
PermissionManager: "0x97f0153E7F5749640aDF3Ff9CFC518b79D6Fe53b",
|
||||
DVM: "0x1565666CD77bB6DDE193e1D37Ad7b07900e6f4c0",
|
||||
DPP: "0x1dc8D1f1600B7C1D39e6b60FBC7b021Bc4F9C993",
|
||||
DPPAdmin: "0x8F8Dd7DB1bDA5eD3da8C9daf3bfa471c12d58486",
|
||||
CP: "0x70eFB31271C0796833f80dA4E6538d05B2AFA72C",
|
||||
ERC20: "0x77106d0f8c5B8ADF95a7feaae5bea130b1D2D748",
|
||||
MintableERC20: "0xa952f8716a753D9e094c4041FEBd163e38B21eDB",
|
||||
|
||||
//Factory
|
||||
DVMFactory: "0xCFea63e3DE31De53D68780Dd65675F169439e470",
|
||||
DPPFactory: "0xb7865a5ceE051d35B09A48b624D7057d3362655a",
|
||||
UpCpFactory: "",
|
||||
CrowdPoolingFactory: "0xCDFD45f965De9932367833Ca7187e4c9C43A2380",
|
||||
ERC20Factory: "0x01f9BfAC04E6184e90bD7eaFD51999CE430Cc750",
|
||||
|
||||
//Approve
|
||||
DODOApprove: "0x1c31c6d0032768463EaBABe1A47D04c6470d31fE",
|
||||
DODOApproveProxy: "0x8Fc0d51915D631Ff6B8b70dEEAE789cE5c792a62",
|
||||
|
||||
//Periphery
|
||||
DODOIncentive: "0x3a60A76aCAe8feeC74D6B5b665d4DBaab2abC406",
|
||||
|
||||
|
||||
//Adapter
|
||||
DODOV1Adapter: "0x3a343F2e4e142412c5dD130359edb765a6054965",
|
||||
DODOV2Adapter: "0x2cD18557E14aF72DAA8090BcAA95b231ffC9ea26",
|
||||
UniAdapter: "0xeCEaDe494FD5F913Fd937C5CAc4577236395Dc32",
|
||||
|
||||
//Proxy
|
||||
DODOV2Proxy: "0x3bde3f150EAED3A506740EEfcbBB1BB4393600a9",
|
||||
|
||||
//vDODO
|
||||
DODOCirculationHelper: "",
|
||||
Governance: "",
|
||||
dodoTeam: "",
|
||||
vDODOToken: "",
|
||||
|
||||
//Account
|
||||
multiSigAddress: "",
|
||||
defaultMaintainer: "",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user