mirror of
https://github.com/Instadapp/dsa-polygon-migration.git
synced 2024-07-29 22:27:58 +00:00
Added deployed contracts list
This commit is contained in:
parent
bc80e41328
commit
ceedb69dfb
13
contracts.json
Normal file
13
contracts.json
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"1": {
|
||||||
|
"InstaAaveV2MigratorSender": "0xA0557234eB7b3c503388202D3768Cfa2f1AE9Dc2",
|
||||||
|
"InstaMasterProxy": "0xa471D83e526B6b5D6c876088D34834B44D4064ff",
|
||||||
|
"InstaPool": "0xd7e8E6f5deCc5642B77a5dD0e445965B128a585D",
|
||||||
|
"ConnectAaveV2PolygonMigrator": "0x9686ce6ad5c3f7b212caf401b928c4bb3422e7ba",
|
||||||
|
"InstaAaveV2MigratorSenderImplementation": "0x3cD0727d7bbBb6A5EADBDC72349370a7eB599301"
|
||||||
|
},
|
||||||
|
"137": {
|
||||||
|
"InstaAaveV2MigratorReceiver": "0x4A090897f47993C2504144419751D6A91D79AbF4",
|
||||||
|
"InstaMasterProxy": "0x697860CeE594c577F18f71cAf3d8B68D913c7366"
|
||||||
|
}
|
||||||
|
}
|
|
@ -45,7 +45,7 @@ module.exports = {
|
||||||
url: `https://eth.alchemyapi.io/v2/${ALCHEMY_ID}`,
|
url: `https://eth.alchemyapi.io/v2/${ALCHEMY_ID}`,
|
||||||
accounts: [`0x${PRIVATE_KEY}`],
|
accounts: [`0x${PRIVATE_KEY}`],
|
||||||
timeout: 150000,
|
timeout: 150000,
|
||||||
gasPrice: parseInt(utils.parseUnits("93", "gwei"))
|
gasPrice: parseInt(utils.parseUnits("131", "gwei"))
|
||||||
},
|
},
|
||||||
matic: {
|
matic: {
|
||||||
url: "https://rpc-mainnet.maticvigil.com/",
|
url: "https://rpc-mainnet.maticvigil.com/",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user