@venusprotocol/venus-protocol 7.5.0-dev.2 → 7.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -13,8 +13,6 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
|
|
|
13
13
|
const { deploy } = deployments;
|
|
14
14
|
const { deployer } = await getNamedAccounts();
|
|
15
15
|
|
|
16
|
-
console.log(deployer);
|
|
17
|
-
|
|
18
16
|
const TEN_MINUTES = 60 * 10;
|
|
19
17
|
const NINETY_DAYS = 90 * 24 * 60 * 60;
|
|
20
18
|
const ZERO_ADDRESS = ethers.constants.AddressZero;
|
|
@@ -6,7 +6,6 @@ const func = async function (hre) {
|
|
|
6
6
|
const { deployments, network, getNamedAccounts } = hre;
|
|
7
7
|
const { deploy } = deployments;
|
|
8
8
|
const { deployer } = await getNamedAccounts();
|
|
9
|
-
console.log(deployer);
|
|
10
9
|
const TEN_MINUTES = 60 * 10;
|
|
11
10
|
const NINETY_DAYS = 90 * 24 * 60 * 60;
|
|
12
11
|
const ZERO_ADDRESS = hardhat_1.ethers.constants.AddressZero;
|