mirror of
https://github.com/Instadapp/dsa-governance.git
synced 2024-07-29 22:27:52 +00:00
fix
This commit is contained in:
parent
2ac4e3ec71
commit
32f51d8584
|
@ -2,14 +2,14 @@ const hre = require("hardhat");
|
||||||
const { ethers } = hre;
|
const { ethers } = hre;
|
||||||
|
|
||||||
async function main() {
|
async function main() {
|
||||||
// const PayloadIGP14 = await ethers.getContractFactory("PayloadIGP14")
|
const PayloadIGP14 = await ethers.getContractFactory("PayloadIGP14")
|
||||||
// const payloadIGP14 = await PayloadIGP14.deploy()
|
const payloadIGP14 = await PayloadIGP14.deploy()
|
||||||
// await payloadIGP14.deployed()
|
await payloadIGP14.deployed()
|
||||||
|
|
||||||
// console.log("PayloadIGP14: ", payloadIGP14.address)
|
console.log("PayloadIGP14: ", payloadIGP14.address)
|
||||||
|
|
||||||
await hre.run("verify:verify", {
|
await hre.run("verify:verify", {
|
||||||
address: "0x9C5F9e5987EBc5cb589215d6cE9Af8FE72560AE8",
|
address: payloadIGP14.address,
|
||||||
constructorArguments: []
|
constructorArguments: []
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user