deploy routeProxy

This commit is contained in:
owen05
2021-06-03 21:35:55 +08:00
parent 699daaba9c
commit 0ec48b9122
8 changed files with 25 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ module.exports = {
DODOV2Proxy: "0xeCEaDe494FD5F913Fd937C5CAc4577236395Dc32",
DSPProxy: "0x3a343F2e4e142412c5dD130359edb765a6054965",
CpProxy: "0x2cD18557E14aF72DAA8090BcAA95b231ffC9ea26",
RouteProxy: "",
RouteProxy: "0x3E64F18168651d140AaE57e0cF325874d066bA9E",
//Account
multiSigAddress: "0x1e0D4043C0CD3ed15F3c2AfE60B0F213c9b5E30d",

View File

@@ -48,6 +48,7 @@ module.exports = {
DODOV2Proxy: "",
DSPProxy: "0x2442A8B5cdf1E659F3F949A7E454Caa554D4E65a",
CpProxy: "0xA867241cDC8d3b0C07C85cC06F25a0cD3b5474d8",
RouteProxy: "0x6B3D817814eABc984d51896b1015C0b89E9737Ca",
//vDODO
DODOCirculationHelper: "",

View File

@@ -47,6 +47,7 @@ module.exports = {
DODOV2Proxy: "",
DSPProxy: "0x4599ed18F34cFE06820E3684bF0aACB8D75c644d",
CpProxy: "0x048B8926bb0eE9c52e05D61fDffbCCffbeE06Fc2",
RouteProxy: "0xa2398842F37465f89540430bDC00219fA9E4D28a",
//vDODO
DODOCirculationHelper: "0x357c5e9cfa8b834edcef7c7aabd8f9db09119d11",

View File

@@ -47,6 +47,7 @@ module.exports = {
DODOV2Proxy: "0xAc7cC7d2374492De2D1ce21e2FEcA26EB0d113e7",
DSPProxy: "0x9951CdEc21F42ab69D02daAAFEF4C3fc810B36FF",
CpProxy: "0x8930101c6cFbe0f3cb31E7526a16E72255388E97",
RouteProxy: "0xEc0fA5746E37dE75bDA9C1F874F2B75C12e505F6",
//vDODO
DODOCirculationHelper: "",

View File

@@ -45,6 +45,7 @@ module.exports = {
DODOV2Proxy: "0x45894C062E6f4E58B257e0826675355305dfef0d",
DSPProxy: "0xfDDCA6ffCE24dF5bE3e8AaD32081822f86178048",
CpProxy: "0x5480B32c03647ff5E5A653F0465E798DBe558B57",
RouteProxy: "0x53eE28b9F0A6416857C1e7503032E27e80F52DA0",
//Account
multiSigAddress: "0x3CD6D7F5fF977bf8069548eA1F9441b061162b42",

View File

@@ -1,6 +1,6 @@
/*
Copyright 2020 DODO ZOO.
Copyright 2021 DODO ZOO.
SPDX-License-Identifier: Apache-2.0
*/

View File

@@ -486,3 +486,18 @@ Deploy time: 2021/6/2 上午11:20:42
Deploy type: FeeRateImpl
FeeRateImplAddress: 0x4F57F6929E58AE564F6AB090fE0AEEcb39B0f270
Init feeRateImpl Tx: 0xbafcadf128e2d5fbab1927e32bc87d0db8d905b7bee5c8e3edc40f137942e6a9
====================================================
network type: bsclive
Deploy time: 2021/6/3 下午2:24:18
Deploy type: DODORouteProxy
DODORouteProxy Address: 0x6B3D817814eABc984d51896b1015C0b89E9737Ca
====================================================
network type: live
Deploy time: 2021/6/3 下午2:29:00
Deploy type: DODORouteProxy
DODORouteProxy Address: 0xa2398842F37465f89540430bDC00219fA9E4D28a
====================================================
network type: arb
Deploy time: 2021/6/3 下午4:23:04
Deploy type: DODORouteProxy
DODORouteProxy Address: 0x3E64F18168651d140AaE57e0cF325874d066bA9E

View File

@@ -93,7 +93,7 @@ module.exports = {
return new HDWalletProvider(privKey, "https://mainnet.infura.io/v3/" + infuraId);
},
gas: 6000000,
gasPrice: 80000000000,
gasPrice: 25000000000,
network_id: 1,
skipDryRun: true
},
@@ -165,10 +165,10 @@ module.exports = {
matic: {
provider: () => {
return new HDWalletProvider(privKey, 'https://matic-mainnet-archive-rpc.bwarelabs.com')
return new HDWalletProvider(privKey, 'https://rpc-mainnet.matic.network')
},
network_id: 137,
gasPrice: 1000000000,
network_id: '137',
gasPrice: 2000000000,
confirmations: 2,
timeoutBlocks: 200,
skipDryRun: true