From 6bdf689af8a10ba2a5b4d9838813f30fe12318f1 Mon Sep 17 00:00:00 2001 From: owen05 Date: Mon, 14 Dec 2020 22:02:22 +0800 Subject: [PATCH] change param --- contracts/SmartRoute/DODOApprove.sol | 2 +- deploy-detail-v1.5.txt | 8 ++++++++ truffle-config.js | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/contracts/SmartRoute/DODOApprove.sol b/contracts/SmartRoute/DODOApprove.sol index a24fdcd..3e8be0f 100644 --- a/contracts/SmartRoute/DODOApprove.sol +++ b/contracts/SmartRoute/DODOApprove.sol @@ -23,7 +23,7 @@ contract DODOApprove is InitializableOwnable { // ============ Storage ============ uint256 private constant _TIMELOCK_DURATION_ = 3 days; - uint256 private constant _TIMELOCK_EMERGENCY_DURATION_ = 2 hours; + uint256 private constant _TIMELOCK_EMERGENCY_DURATION_ = 24 hours; uint256 public _TIMELOCK_; address public _PENDING_DODO_PROXY_; address public _DODO_PROXY_; diff --git a/deploy-detail-v1.5.txt b/deploy-detail-v1.5.txt index 566ab8f..6b7db2f 100644 --- a/deploy-detail-v1.5.txt +++ b/deploy-detail-v1.5.txt @@ -38,3 +38,11 @@ DODOApprove Address: 0x7Ef9DCE3EB7CE03de5E98dB0AA7Da70B71B15ff7 DODOProxyV1 Address: 0x69dD38A07e50F4E4F571b89EAB12Ef2745aF8670 Set DODOProxyV1 Owner tx: 0xb5124a76363d999fe265e9e9dfab99f04052de613bd32d22b3fee1725f429abd Set DODOApprove Owner And Init Set Proxy tx: 0x19d9f159b1a676bfa00a7c9edb1e251300d1d7319ec61d6fbb074ceae9a28c73 +==================================================== +network type: live +Deploy time: 2020/12/14 下午8:38:36 +Deploy type: Proxy +DODOApprove Address: 0xCB859eA579b28e02B87A1FDE08d087ab9dbE5149 +DODOProxyV1 Address: 0xd0678Ec59d1337e29D1E1B1b6338f3E85D311F5e +Set DODOProxyV1 Owner tx: 0xb8bc4d84d39159c34c885b53fd345c935dc82214979e5885f9f9bc3ff59a3524 +Set DODOApprove Owner And Init Set Proxy tx: 0x2199c008304d2c2a7ddfd18b26dbe4dd480aa7cd064a5ff85b87a9679b078702 diff --git a/truffle-config.js b/truffle-config.js index 3eb0bdd..fdbcedc 100644 --- a/truffle-config.js +++ b/truffle-config.js @@ -68,7 +68,7 @@ module.exports = { return new HDWalletProvider(privKey, "https://mainnet.infura.io/v3/" + infuraId); }, gas: 3000000, - gasPrice: 40000000000, + gasPrice: 50000000000, network_id: 1, skipDryRun: true },