diff --git a/contracts.json b/contracts.json new file mode 100644 index 0000000..600e91a --- /dev/null +++ b/contracts.json @@ -0,0 +1,13 @@ +{ + "1": { + "InstaAaveV2MigratorSender": "0xA0557234eB7b3c503388202D3768Cfa2f1AE9Dc2", + "InstaMasterProxy": "0xa471D83e526B6b5D6c876088D34834B44D4064ff", + "InstaPool": "0xd7e8E6f5deCc5642B77a5dD0e445965B128a585D", + "ConnectAaveV2PolygonMigrator": "0x9686ce6ad5c3f7b212caf401b928c4bb3422e7ba", + "InstaAaveV2MigratorSenderImplementation": "0x3cD0727d7bbBb6A5EADBDC72349370a7eB599301" + }, + "137": { + "InstaAaveV2MigratorReceiver": "0x4A090897f47993C2504144419751D6A91D79AbF4", + "InstaMasterProxy": "0x697860CeE594c577F18f71cAf3d8B68D913c7366" + } +} \ No newline at end of file diff --git a/hardhat.config.js b/hardhat.config.js index a8ae854..c6939e3 100644 --- a/hardhat.config.js +++ b/hardhat.config.js @@ -45,7 +45,7 @@ module.exports = { url: `https://eth.alchemyapi.io/v2/${ALCHEMY_ID}`, accounts: [`0x${PRIVATE_KEY}`], timeout: 150000, - gasPrice: parseInt(utils.parseUnits("93", "gwei")) + gasPrice: parseInt(utils.parseUnits("131", "gwei")) }, matic: { url: "https://rpc-mainnet.maticvigil.com/",