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;
|
pragma solidity 0.7.4;
|
||||||
|
|
||||||
import {
|
import {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// "SPDX-License-Identifier: UNLICENSED"
|
// SPDX-License-Identifier: UNLICENSED
|
||||||
pragma solidity 0.7.4;
|
pragma solidity 0.7.4;
|
||||||
pragma experimental ABIEncoderV2;
|
pragma experimental ABIEncoderV2;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// "SPDX-License-Identifier: UNLICENSED"
|
// SPDX-License-Identifier: UNLICENSED
|
||||||
pragma solidity 0.7.4;
|
pragma solidity 0.7.4;
|
||||||
|
|
||||||
contract MockCDAI {
|
contract MockCDAI {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// "SPDX-License-Identifier: UNLICENSED"
|
// SPDX-License-Identifier: UNLICENSED
|
||||||
pragma solidity 0.7.4;
|
pragma solidity 0.7.4;
|
||||||
|
|
||||||
contract MockDSR {
|
contract MockDSR {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// "SPDX-License-Identifier: UNLICENSED"
|
// SPDX-License-Identifier: UNLICENSED
|
||||||
pragma solidity 0.7.4;
|
pragma solidity 0.7.4;
|
||||||
pragma experimental ABIEncoderV2;
|
pragma experimental ABIEncoderV2;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// "SPDX-License-Identifier: UNLICENSED"
|
// SPDX-License-Identifier: UNLICENSED
|
||||||
pragma solidity 0.7.4;
|
pragma solidity 0.7.4;
|
||||||
pragma experimental ABIEncoderV2;
|
pragma experimental ABIEncoderV2;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// "SPDX-License-Identifier: UNLICENSED"
|
// SPDX-License-Identifier: UNLICENSED
|
||||||
pragma solidity 0.7.4;
|
pragma solidity 0.7.4;
|
||||||
pragma experimental ABIEncoderV2;
|
pragma experimental ABIEncoderV2;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// "SPDX-License-Identifier: UNLICENSED"
|
// SPDX-License-Identifier: UNLICENSED
|
||||||
pragma solidity 0.7.4;
|
pragma solidity 0.7.4;
|
||||||
|
|
||||||
library GelatoBytes {
|
library GelatoBytes {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// "SPDX-License-Identifier: UNLICENSED"
|
// SPDX-License-Identifier: UNLICENSED
|
||||||
pragma solidity 0.7.4;
|
pragma solidity 0.7.4;
|
||||||
|
|
||||||
library GelatoString {
|
library GelatoString {
|
||||||
|
|
|
@ -80,6 +80,7 @@ module.exports = {
|
||||||
accounts: DEPLOYER_PK_MAINNET ? [DEPLOYER_PK_MAINNET] : [],
|
accounts: DEPLOYER_PK_MAINNET ? [DEPLOYER_PK_MAINNET] : [],
|
||||||
chainId: 1,
|
chainId: 1,
|
||||||
url: `https://eth-mainnet.alchemyapi.io/v2/${ALCHEMY_ID}`,
|
url: `https://eth-mainnet.alchemyapi.io/v2/${ALCHEMY_ID}`,
|
||||||
|
gasPrice: parseInt(utils.parseUnits("10", "gwei")),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
solidity: {
|
solidity: {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user