mirror of
https://github.com/Instadapp/Gelato-automations.git
synced 2024-07-29 22:28:07 +00:00
chore: cleanup for deployments
This commit is contained in:
parent
3da14b7e90
commit
49672c1826
|
@ -1,4 +1,4 @@
|
|||
// "SPDX-License-Identifier: UNLICENSED"
|
||||
// SPDX-License-Identifier: UNLICENSED
|
||||
pragma solidity 0.7.4;
|
||||
|
||||
import {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// "SPDX-License-Identifier: UNLICENSED"
|
||||
// SPDX-License-Identifier: UNLICENSED
|
||||
pragma solidity 0.7.4;
|
||||
pragma experimental ABIEncoderV2;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// "SPDX-License-Identifier: UNLICENSED"
|
||||
// SPDX-License-Identifier: UNLICENSED
|
||||
pragma solidity 0.7.4;
|
||||
|
||||
contract MockCDAI {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// "SPDX-License-Identifier: UNLICENSED"
|
||||
// SPDX-License-Identifier: UNLICENSED
|
||||
pragma solidity 0.7.4;
|
||||
|
||||
contract MockDSR {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// "SPDX-License-Identifier: UNLICENSED"
|
||||
// SPDX-License-Identifier: UNLICENSED
|
||||
pragma solidity 0.7.4;
|
||||
pragma experimental ABIEncoderV2;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// "SPDX-License-Identifier: UNLICENSED"
|
||||
// SPDX-License-Identifier: UNLICENSED
|
||||
pragma solidity 0.7.4;
|
||||
pragma experimental ABIEncoderV2;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// "SPDX-License-Identifier: UNLICENSED"
|
||||
// SPDX-License-Identifier: UNLICENSED
|
||||
pragma solidity 0.7.4;
|
||||
pragma experimental ABIEncoderV2;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// "SPDX-License-Identifier: UNLICENSED"
|
||||
// SPDX-License-Identifier: UNLICENSED
|
||||
pragma solidity 0.7.4;
|
||||
|
||||
library GelatoBytes {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// "SPDX-License-Identifier: UNLICENSED"
|
||||
// SPDX-License-Identifier: UNLICENSED
|
||||
pragma solidity 0.7.4;
|
||||
|
||||
library GelatoString {
|
||||
|
|
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue
Block a user