deploy upCpProxy

This commit is contained in:
owen05
2021-04-22 23:25:07 +08:00
parent 9bca589607
commit 6b60447165
5 changed files with 20 additions and 5 deletions

View File

@@ -47,7 +47,7 @@ module.exports = {
//Proxy
DODOV2Proxy: "",
DSPProxy: "0x2442A8B5cdf1E659F3F949A7E454Caa554D4E65a",
UpCpProxy: "",
UpCpProxy: "0x01d3E7271c278Aa3AA56EeBa6a109b2C200679fA",
//vDODO
DODOCirculationHelper: "",

View File

@@ -46,7 +46,7 @@ module.exports = {
//Proxy
DODOV2Proxy: "",
DSPProxy: "0x4599ed18F34cFE06820E3684bF0aACB8D75c644d",
UpCpProxy: "",
UpCpProxy: "0x26D898A37782B04d6c460E11aEeCD8f3d99e91B8",
//vDODO
DODOCirculationHelper: "0x357c5e9cfa8b834edcef7c7aabd8f9db09119d11",

View File

@@ -46,7 +46,7 @@ module.exports = {
//Proxy
DODOV2Proxy: "0xAc7cC7d2374492De2D1ce21e2FEcA26EB0d113e7",
DSPProxy: "0x9951CdEc21F42ab69D02daAAFEF4C3fc810B36FF",
UpCpProxy: "",
UpCpProxy: "0x4E3d4cD40d3a7eaC8C0B064D37d0b5e35a186bC7",
//vDODO
DODOCirculationHelper: "",

View File

@@ -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

View File

@@ -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
},