From cd0fbb00123e1c95d4602755c92f63f5f96c8eec Mon Sep 17 00:00:00 2001 From: owen05 Date: Tue, 20 Apr 2021 09:36:50 +0800 Subject: [PATCH] deploy dsp --- config/heco-config.js | 8 ++++---- deploy-detail-periphery.txt | 8 ++++++++ truffle-config.js | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/config/heco-config.js b/config/heco-config.js index 732e8fd..255c437 100644 --- a/config/heco-config.js +++ b/config/heco-config.js @@ -9,7 +9,7 @@ module.exports = { DODOSellHelper: "0xA0Bb1FbC23a547a8D448C7c8a2336F69A9dBa1AF", DODOCalleeHelper: "0xbd5cc9cf41a7dedaa7dfa6da189d3a522fe262d1", DODOV1PmmHelper: "0xFB973C79C665C0AC69E74C67be90D4C7A6f23c59", - DODOV2RouteHelper: "", + DODOV2RouteHelper: "0x67166F14E9aCf43A822BE147eA59CdDd01A7C00d", //Template CloneFactory: "0x5dCEAe50CF8C3B885430E0E79226C513Db0318f2", @@ -17,7 +17,7 @@ module.exports = { PermissionManager: "0xC142FBA5948c372f49aDa159748EA224de6cC9AA", DVM: "0x05061d7f9353a7B5EB550840974B71A7465c2E86", DPP: "0x824083c29f99cd1E31D4A6bD859b1B5C2F0EA3EE", - DSP: "", + DSP: "0xEB5470DfCF2BA5CDdC108E8B65A7ED2A77EA3c2D", DPPAdmin: "0x3232fd648997F89E614A021fdAc756d61F9030A1", CP: "0x5B67cF070ce4303Ff4d450f21Cc371F9f0549335", ERC20: "0x62e1622a47c9fe74b2cf0bade5ecb8669ff9bfbf", @@ -26,7 +26,7 @@ module.exports = { //Factory DVMFactory: "0xd8c77CF0F01222b07B8343A681C46eFA3faEa985", DPPFactory: "0xF5420a3b91c457d336589217d45CcB8F7250eAed", - DSPFactory: "", + DSPFactory: "0xaEc55245AB0cDcc03Bc5f104dAdCd0a33Ef50714", UpCpFactory: "0xF7c3467786efAA9BD4022941ecd5a00C61b17FA9", CrowdPoolingFactory: "0x56133d0b63abf7A15D5697dD2dB9e04730f1A9C2", ERC20Factory: "0x2cCDF6F742afBe813B68Ec6bb421C1BEa74fBd46", @@ -45,7 +45,7 @@ module.exports = { //Proxy DODOV2Proxy: "0xAc7cC7d2374492De2D1ce21e2FEcA26EB0d113e7", - DSPProxy: "", + DSPProxy: "0x9951CdEc21F42ab69D02daAAFEF4C3fc810B36FF", //vDODO DODOCirculationHelper: "", diff --git a/deploy-detail-periphery.txt b/deploy-detail-periphery.txt index 385f280..6d18582 100644 --- a/deploy-detail-periphery.txt +++ b/deploy-detail-periphery.txt @@ -384,3 +384,11 @@ DspFactoryAddress: 0x6fdDB76c93299D985f4d3FC7ac468F9A168577A4 Init DspFactory Tx: 0xed3706c06c19a02844ba17d6d0e141063b9d33c54bdce5843b972cedd1ec4d90 DODOV2RouteHelper Address: 0x0672952Fab6BD1336C57AE09E49DB6D3e78B1896 DODODspProxy Address: 0x4599ed18F34cFE06820E3684bF0aACB8D75c644d +==================================================== +network type: heco +Deploy time: 2021/4/20 上午9:20:49 +Deploy type: DSP +DspFactoryAddress: 0xaEc55245AB0cDcc03Bc5f104dAdCd0a33Ef50714 +Init DspFactory Tx: 0xa62cc600cdfe2378dc159eb18cdcff06a677804086354c185ee304ee90dc550e +DODOV2RouteHelper Address: 0x67166F14E9aCf43A822BE147eA59CdDd01A7C00d +DODODspProxy Address: 0x9951CdEc21F42ab69D02daAAFEF4C3fc810B36FF diff --git a/truffle-config.js b/truffle-config.js index 44b8a0e..2044cdd 100644 --- a/truffle-config.js +++ b/truffle-config.js @@ -55,7 +55,7 @@ module.exports = { CP: false, CPFactory: false, MultiCall: false, - DSP: true, + DSP: false, LockedVault: false, ERC20Mine: false, }, @@ -112,7 +112,7 @@ module.exports = { provider: function () { return new HDWalletProvider(privKey, "https://http-mainnet.hecochain.com"); }, - gasPrice: 1500000000, + gasPrice: 1000000000, network_id: 128 },