mirror of
https://github.com/Instadapp/Gelato-automations.git
synced 2024-07-29 22:28:07 +00:00
chore: new ConnectGelato and ProviderModuleDSA deployed and verified
This commit is contained in:
parent
bddba4f3d8
commit
48fd0cc102
|
@ -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;
|
||||||
|
|
||||||
|
|
1433
deployments/mainnet/ConnectGelato.json
Normal file
1433
deployments/mainnet/ConnectGelato.json
Normal file
File diff suppressed because one or more lines are too long
310
deployments/mainnet/ProviderModuleDSA.json
Normal file
310
deployments/mainnet/ProviderModuleDSA.json
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -64,7 +64,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("35", "gwei")),
|
gasPrice: parseInt(utils.parseUnits("80", "gwei")),
|
||||||
timeout: 150000,
|
timeout: 150000,
|
||||||
// Custom
|
// Custom
|
||||||
...mainnetDeployments,
|
...mainnetDeployments,
|
||||||
|
|
|
@ -30,8 +30,8 @@
|
||||||
"ethereum-waffle": "3.2.1",
|
"ethereum-waffle": "3.2.1",
|
||||||
"ethers": "5.0.23",
|
"ethers": "5.0.23",
|
||||||
"hardhat": "2.0.4",
|
"hardhat": "2.0.4",
|
||||||
"hardhat-deploy": "0.7.0-beta.32",
|
"hardhat-deploy": "0.7.0-beta.35",
|
||||||
"hardhat-deploy-ethers": "0.3.0-beta.6",
|
"hardhat-deploy-ethers": "0.3.0-beta.7",
|
||||||
"hardhat-gas-reporter": "1.0.1",
|
"hardhat-gas-reporter": "1.0.1",
|
||||||
"husky": ">=4",
|
"husky": ">=4",
|
||||||
"lint-staged": "10.5.2",
|
"lint-staged": "10.5.2",
|
||||||
|
|
17
yarn.lock
17
yarn.lock
|
@ -4776,15 +4776,15 @@ har-validator@~5.1.3:
|
||||||
ajv "^6.12.3"
|
ajv "^6.12.3"
|
||||||
har-schema "^2.0.0"
|
har-schema "^2.0.0"
|
||||||
|
|
||||||
hardhat-deploy-ethers@0.3.0-beta.6:
|
hardhat-deploy-ethers@0.3.0-beta.7:
|
||||||
version "0.3.0-beta.6"
|
version "0.3.0-beta.7"
|
||||||
resolved "https://registry.yarnpkg.com/hardhat-deploy-ethers/-/hardhat-deploy-ethers-0.3.0-beta.6.tgz#a6b70d0849fa5dd0f00698385c6bbb9c4b70fc96"
|
resolved "https://registry.yarnpkg.com/hardhat-deploy-ethers/-/hardhat-deploy-ethers-0.3.0-beta.7.tgz#860d86b84ed3c4fdef64283ccf1e8d5623454d02"
|
||||||
integrity sha512-dwatT8Cw2FWSgvnUJom8lnPuJ2ULz8Ir844GHFDterfDMWvCcJCqnATX+nMznYoSJa7NEzoSPAm+RiWvvkh/2A==
|
integrity sha512-JKMNte6vudu9LSNqgmBtNxc1gfxp3NUcPKVAf/FANHfl9pa/mBGg6hpQO7tD8CLkAbe6f4K5BjyYIPWX3p7MKw==
|
||||||
|
|
||||||
hardhat-deploy@0.7.0-beta.32:
|
hardhat-deploy@0.7.0-beta.35:
|
||||||
version "0.7.0-beta.32"
|
version "0.7.0-beta.35"
|
||||||
resolved "https://registry.yarnpkg.com/hardhat-deploy/-/hardhat-deploy-0.7.0-beta.32.tgz#24fc91d7cda12be3ee97f929db8bc6a629030f80"
|
resolved "https://registry.yarnpkg.com/hardhat-deploy/-/hardhat-deploy-0.7.0-beta.35.tgz#64347ca80c678811db419db6542a699f0883a5f0"
|
||||||
integrity sha512-po+vW+gtmqls/Od1kc9btDeza6sR+DHbVi1KaiS5tgYLyCbDnf4Ih+2UjGQMDsaJbYxK/19jOOf5rfRsOaTAzA==
|
integrity sha512-5l0k1xZzrdRZgFGHEGfgypM4PlhqyYBF+ToADz8oTRH+7fwWyK9424MA6qI8z373Ogm7Y0kUQTRqNHicYrepAw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@ethersproject/abi" "^5.0.2"
|
"@ethersproject/abi" "^5.0.2"
|
||||||
"@ethersproject/abstract-signer" "^5.0.2"
|
"@ethersproject/abstract-signer" "^5.0.2"
|
||||||
|
@ -4801,6 +4801,7 @@ hardhat-deploy@0.7.0-beta.32:
|
||||||
chalk "^4.1.0"
|
chalk "^4.1.0"
|
||||||
chokidar "^3.4.0"
|
chokidar "^3.4.0"
|
||||||
debug "^4.1.1"
|
debug "^4.1.1"
|
||||||
|
form-data "^3.0.0"
|
||||||
fs-extra "^9.0.0"
|
fs-extra "^9.0.0"
|
||||||
match-all "^1.2.6"
|
match-all "^1.2.6"
|
||||||
murmur-128 "^0.2.1"
|
murmur-128 "^0.2.1"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user