Added deployed contracts list

This commit is contained in:
Thrilok Kumar 2021-04-17 02:59:22 +05:30
parent bc80e41328
commit ceedb69dfb
2 changed files with 14 additions and 1 deletions

13
contracts.json Normal file
View File

@ -0,0 +1,13 @@
{
"1": {
"InstaAaveV2MigratorSender": "0xA0557234eB7b3c503388202D3768Cfa2f1AE9Dc2",
"InstaMasterProxy": "0xa471D83e526B6b5D6c876088D34834B44D4064ff",
"InstaPool": "0xd7e8E6f5deCc5642B77a5dD0e445965B128a585D",
"ConnectAaveV2PolygonMigrator": "0x9686ce6ad5c3f7b212caf401b928c4bb3422e7ba",
"InstaAaveV2MigratorSenderImplementation": "0x3cD0727d7bbBb6A5EADBDC72349370a7eB599301"
},
"137": {
"InstaAaveV2MigratorReceiver": "0x4A090897f47993C2504144419751D6A91D79AbF4",
"InstaMasterProxy": "0x697860CeE594c577F18f71cAf3d8B68D913c7366"
}
}

View File

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