Skip to content

Commit

Permalink
import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
YouStillAlive committed Dec 26, 2023
1 parent 627ca95 commit 5996373
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/fileImport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ import { cleanUpFolders, replaceFileContents } from "@poolzfinance/poolz-helper-
async function downloadAndExtractZipAll() {
try {
await downloadAndExtractZip(
"https://github.com/The-Poolz/LockDealNFT/archive/refs/heads/ironblocks.zip",
"https://github.com/The-Poolz/LockDealNFT/archive/refs/heads/master.zip",
"contracts/"
)
await downloadAndExtractZip(
"https://github.com/The-Poolz/VaultManager/archive/refs/heads/ironblocks.zip",
"https://github.com/The-Poolz/VaultManager/archive/refs/heads/master.zip",
"contracts/"
)
await downloadAndExtractZip(
"https://github.com/The-Poolz/LockDealNFT.DelayVaultProvider/archive/refs/heads/ironblocks.zip",
"https://github.com/The-Poolz/LockDealNFT.DelayVaultProvider/archive/refs/heads/master.zip",
"contracts/"
)
await cleanUpFolders("contracts/LockDealNFT")
Expand Down

0 comments on commit 5996373

Please sign in to comment.