chore: ConnectGelatoDataFullMakerToMaker redeployed and verified

This commit is contained in:
gitpusha 2020-11-30 11:58:07 +01:00 committed by Twin Fish
parent a8877205af
commit 2d8581141e
4 changed files with 214 additions and 16 deletions

View File

@ -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

View File

@ -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,