Skip to content

Commit

Permalink
feat: Format files
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefSnoopy committed Mar 6, 2024
1 parent 13f3337 commit c9e8525
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion projects/revenue-sharing-pool/v1/scripts/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ const main = async () => {
// Wait for the contract to be deployed before exiting the script.
await contract.deployed();
console.log(`Deployed to ${contract.address}`);

} else {
console.log(`Deploying to ${networkName} network is not supported...`);
}
Expand Down
1 change: 0 additions & 1 deletion projects/revenue-sharing-pool/v1/scripts/deployFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const main = async () => {
// Wait for the contract to be deployed before exiting the script.
await contract.deployed();
console.log(`Deployed to ${contract.address}`);

} else {
console.log(`Deploying to ${networkName} network is not supported...`);
}
Expand Down
1 change: 0 additions & 1 deletion projects/revenue-sharing-pool/v1/scripts/deployKeeper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const main = async () => {
// Wait for the contract to be deployed before exiting the script.
await contract.deployed();
console.log(`Deployed to ${contract.address}`);

} else {
console.log(`Deploying to ${networkName} network is not supported...`);
}
Expand Down
1 change: 0 additions & 1 deletion projects/revenue-sharing-pool/v2/scripts/deployFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const main = async () => {
// Wait for the contract to be deployed before exiting the script.
await contract.deployed();
console.log(`Deployed to ${contract.address}`);

} else {
console.log(`Deploying to ${networkName} network is not supported...`);
}
Expand Down
1 change: 0 additions & 1 deletion projects/revenue-sharing-pool/v2/scripts/deployKeeper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const main = async () => {
// Wait for the contract to be deployed before exiting the script.
await contract.deployed();
console.log(`Deployed to ${contract.address}`);

} else {
console.log(`Deploying to ${networkName} network is not supported...`);
}
Expand Down

0 comments on commit c9e8525

Please sign in to comment.