deploy upCpProxy
This commit is contained in:
@@ -47,7 +47,7 @@ module.exports = {
|
|||||||
//Proxy
|
//Proxy
|
||||||
DODOV2Proxy: "",
|
DODOV2Proxy: "",
|
||||||
DSPProxy: "0x2442A8B5cdf1E659F3F949A7E454Caa554D4E65a",
|
DSPProxy: "0x2442A8B5cdf1E659F3F949A7E454Caa554D4E65a",
|
||||||
UpCpProxy: "",
|
UpCpProxy: "0x01d3E7271c278Aa3AA56EeBa6a109b2C200679fA",
|
||||||
|
|
||||||
//vDODO
|
//vDODO
|
||||||
DODOCirculationHelper: "",
|
DODOCirculationHelper: "",
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ module.exports = {
|
|||||||
//Proxy
|
//Proxy
|
||||||
DODOV2Proxy: "",
|
DODOV2Proxy: "",
|
||||||
DSPProxy: "0x4599ed18F34cFE06820E3684bF0aACB8D75c644d",
|
DSPProxy: "0x4599ed18F34cFE06820E3684bF0aACB8D75c644d",
|
||||||
UpCpProxy: "",
|
UpCpProxy: "0x26D898A37782B04d6c460E11aEeCD8f3d99e91B8",
|
||||||
|
|
||||||
//vDODO
|
//vDODO
|
||||||
DODOCirculationHelper: "0x357c5e9cfa8b834edcef7c7aabd8f9db09119d11",
|
DODOCirculationHelper: "0x357c5e9cfa8b834edcef7c7aabd8f9db09119d11",
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ module.exports = {
|
|||||||
//Proxy
|
//Proxy
|
||||||
DODOV2Proxy: "0xAc7cC7d2374492De2D1ce21e2FEcA26EB0d113e7",
|
DODOV2Proxy: "0xAc7cC7d2374492De2D1ce21e2FEcA26EB0d113e7",
|
||||||
DSPProxy: "0x9951CdEc21F42ab69D02daAAFEF4C3fc810B36FF",
|
DSPProxy: "0x9951CdEc21F42ab69D02daAAFEF4C3fc810B36FF",
|
||||||
UpCpProxy: "",
|
UpCpProxy: "0x4E3d4cD40d3a7eaC8C0B064D37d0b5e35a186bC7",
|
||||||
|
|
||||||
//vDODO
|
//vDODO
|
||||||
DODOCirculationHelper: "",
|
DODOCirculationHelper: "",
|
||||||
|
|||||||
@@ -409,3 +409,18 @@ Deploy type: ERC20Mine
|
|||||||
erc20Mine address: 0x9DbbfFE2C5BA6c931C518199C861ff0b6067c2EB
|
erc20Mine address: 0x9DbbfFE2C5BA6c931C518199C861ff0b6067c2EB
|
||||||
Init ERC20Mine Tx: 0xcac325824615f35b1a085985a1fa391419516dff41a7ad4464f43dcfc64e2b5e
|
Init ERC20Mine Tx: 0xcac325824615f35b1a085985a1fa391419516dff41a7ad4464f43dcfc64e2b5e
|
||||||
Add rewardToken0 Tx: 0x8377ceb97929a66f0276d6bae3dc98de60a6b54d219fc66ee8cd9985f2fd0c33
|
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
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ module.exports = {
|
|||||||
DSP: false,
|
DSP: false,
|
||||||
LockedVault: false,
|
LockedVault: false,
|
||||||
MULTIHOP: false,
|
MULTIHOP: false,
|
||||||
UpCpProxy: false
|
UpCpProxy: true
|
||||||
},
|
},
|
||||||
|
|
||||||
networks: {
|
networks: {
|
||||||
@@ -93,7 +93,7 @@ module.exports = {
|
|||||||
return new HDWalletProvider(privKey, "https://mainnet.infura.io/v3/" + infuraId);
|
return new HDWalletProvider(privKey, "https://mainnet.infura.io/v3/" + infuraId);
|
||||||
},
|
},
|
||||||
gas: 6000000,
|
gas: 6000000,
|
||||||
gasPrice: 125000000000,
|
gasPrice: 120000000000,
|
||||||
network_id: 1,
|
network_id: 1,
|
||||||
skipDryRun: true
|
skipDryRun: true
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user