Skip to content

Commit

Permalink
fix deploy simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
YouStillAlive committed Nov 7, 2023
1 parent 74b352b commit 6bc83ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ async function deployAllContracts() {
// testnet v1DelayVault address: 0x607155A953d5f598d2F7CcD9a6395Af389cfecE5
// mainnet v1DelayVault address: 0x5eb57B1210338b13E3D5572d5e1670285Aa71702
const v1DelayVault = "0x607155A953d5f598d2F7CcD9a6395Af389cfecE5"
const Migrator = await ethers.getContractFactory("Migrator")
const Migrator = await ethers.getContractFactory("DelayVaultMigrator")
const migrator = await Migrator.deploy(lockDealNFT.address, v1DelayVault)
console.log(`Migrator contract deployed to ${migrator.address}`)

Expand Down

0 comments on commit 6bc83ef

Please sign in to comment.