mirror of
https://github.com/Instadapp/Gelato-automations.git
synced 2024-07-29 22:28:07 +00:00
chore: ConnectGelatoDataFullMakerToMaker redeployed and verified
This commit is contained in:
parent
a8877205af
commit
2d8581141e
|
@ -51,7 +51,7 @@ contract ConnectGelatoDataFullMakerToMaker is ConnectorInterface {
|
||||||
|
|
||||||
// solhint-disable const-name-snakecase
|
// solhint-disable const-name-snakecase
|
||||||
string public constant override name =
|
string public constant override name =
|
||||||
"ConnectGelatoDataFullMakerToMaker-v1.0";
|
"ConnectGelatoDataFullMakerToMaker-v2.0";
|
||||||
uint256 internal immutable _id;
|
uint256 internal immutable _id;
|
||||||
address internal immutable _connectGelatoExecutorPayment;
|
address internal immutable _connectGelatoExecutorPayment;
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -60,7 +60,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("15", "gwei")),
|
gasPrice: parseInt(utils.parseUnits("35", "gwei")),
|
||||||
timeout: 150000,
|
timeout: 150000,
|
||||||
// Custom
|
// Custom
|
||||||
...mainnetDeployments,
|
...mainnetDeployments,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user