From 6b6044716519fdb5463555ba56c23361cd4acecb Mon Sep 17 00:00:00 2001 From: owen05 Date: Thu, 22 Apr 2021 23:25:07 +0800 Subject: [PATCH] deploy upCpProxy --- config/bsc-config.js | 2 +- config/eth-config.js | 2 +- config/heco-config.js | 2 +- deploy-detail-periphery.txt | 15 +++++++++++++++ truffle-config.js | 4 ++-- 5 files changed, 20 insertions(+), 5 deletions(-) diff --git a/config/bsc-config.js b/config/bsc-config.js index d5ca032..54c9b1f 100644 --- a/config/bsc-config.js +++ b/config/bsc-config.js @@ -47,7 +47,7 @@ module.exports = { //Proxy DODOV2Proxy: "", DSPProxy: "0x2442A8B5cdf1E659F3F949A7E454Caa554D4E65a", - UpCpProxy: "", + UpCpProxy: "0x01d3E7271c278Aa3AA56EeBa6a109b2C200679fA", //vDODO DODOCirculationHelper: "", diff --git a/config/eth-config.js b/config/eth-config.js index dfefb28..74fb40e 100644 --- a/config/eth-config.js +++ b/config/eth-config.js @@ -46,7 +46,7 @@ module.exports = { //Proxy DODOV2Proxy: "", DSPProxy: "0x4599ed18F34cFE06820E3684bF0aACB8D75c644d", - UpCpProxy: "", + UpCpProxy: "0x26D898A37782B04d6c460E11aEeCD8f3d99e91B8", //vDODO DODOCirculationHelper: "0x357c5e9cfa8b834edcef7c7aabd8f9db09119d11", diff --git a/config/heco-config.js b/config/heco-config.js index deda1ba..4cfc942 100644 --- a/config/heco-config.js +++ b/config/heco-config.js @@ -46,7 +46,7 @@ module.exports = { //Proxy DODOV2Proxy: "0xAc7cC7d2374492De2D1ce21e2FEcA26EB0d113e7", DSPProxy: "0x9951CdEc21F42ab69D02daAAFEF4C3fc810B36FF", - UpCpProxy: "", + UpCpProxy: "0x4E3d4cD40d3a7eaC8C0B064D37d0b5e35a186bC7", //vDODO DODOCirculationHelper: "", diff --git a/deploy-detail-periphery.txt b/deploy-detail-periphery.txt index 54c03c2..9690102 100644 --- a/deploy-detail-periphery.txt +++ b/deploy-detail-periphery.txt @@ -409,3 +409,18 @@ Deploy type: ERC20Mine erc20Mine address: 0x9DbbfFE2C5BA6c931C518199C861ff0b6067c2EB Init ERC20Mine Tx: 0xcac325824615f35b1a085985a1fa391419516dff41a7ad4464f43dcfc64e2b5e Add rewardToken0 Tx: 0x8377ceb97929a66f0276d6bae3dc98de60a6b54d219fc66ee8cd9985f2fd0c33 +==================================================== +network type: live +Deploy time: 2021/4/22 下午3:52:34 +Deploy type: DODOUpCpProxy +UpCpProxy address: 0x26D898A37782B04d6c460E11aEeCD8f3d99e91B8 +==================================================== +network type: bsclive +Deploy time: 2021/4/22 下午4:00:06 +Deploy type: DODOUpCpProxy +UpCpProxy address: 0x01d3E7271c278Aa3AA56EeBa6a109b2C200679fA +==================================================== +network type: heco +Deploy time: 2021/4/22 下午4:10:41 +Deploy type: DODOUpCpProxy +UpCpProxy address: 0x4E3d4cD40d3a7eaC8C0B064D37d0b5e35a186bC7 diff --git a/truffle-config.js b/truffle-config.js index 2563771..547ae86 100644 --- a/truffle-config.js +++ b/truffle-config.js @@ -58,7 +58,7 @@ module.exports = { DSP: false, LockedVault: false, MULTIHOP: false, - UpCpProxy: false + UpCpProxy: true }, networks: { @@ -93,7 +93,7 @@ module.exports = { return new HDWalletProvider(privKey, "https://mainnet.infura.io/v3/" + infuraId); }, gas: 6000000, - gasPrice: 125000000000, + gasPrice: 120000000000, network_id: 1, skipDryRun: true },