chore: cleanup for deployments

This commit is contained in:
gitpusha 2020-11-05 08:53:30 +01:00 committed by Twin Fish
parent 3da14b7e90
commit 49672c1826
10 changed files with 10 additions and 9 deletions

View File

@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: UNLICENSED
pragma solidity 0.7.4;
import {

View File

@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: UNLICENSED
pragma solidity 0.7.4;
pragma experimental ABIEncoderV2;

View File

@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: UNLICENSED
pragma solidity 0.7.4;
contract MockCDAI {

View File

@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: UNLICENSED
pragma solidity 0.7.4;
contract MockDSR {

View File

@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: UNLICENSED
pragma solidity 0.7.4;
pragma experimental ABIEncoderV2;

View File

@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: UNLICENSED
pragma solidity 0.7.4;
pragma experimental ABIEncoderV2;

View File

@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: UNLICENSED
pragma solidity 0.7.4;
pragma experimental ABIEncoderV2;

View File

@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: UNLICENSED
pragma solidity 0.7.4;
library GelatoBytes {

View File

@ -1,4 +1,4 @@
// "SPDX-License-Identifier: UNLICENSED"
// SPDX-License-Identifier: UNLICENSED
pragma solidity 0.7.4;
library GelatoString {

View File

@ -80,6 +80,7 @@ module.exports = {
accounts: DEPLOYER_PK_MAINNET ? [DEPLOYER_PK_MAINNET] : [],
chainId: 1,
url: `https://eth-mainnet.alchemyapi.io/v2/${ALCHEMY_ID}`,
gasPrice: parseInt(utils.parseUnits("10", "gwei")),
},
},
solidity: {