Skip to content

Commit

Permalink
Remove Ethereum Sepolia from onchain deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
rookmate committed Dec 6, 2024
1 parent 0b7a240 commit 7d0b50f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions script/deployOnchain.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ contract CounterDeployOnchain is Script {
deployer.deployContracts(421614);
console.log("Deploying contracts on Optimism Sepolia...");
deployer.deployContracts(11155420);
console.log("Deploying contracts on Ethereum Sepolia...");
deployer.deployContracts(11155111);
console.log("Deploying contracts on Base Sepolia...");
deployer.deployContracts(84532);
}
Expand Down

0 comments on commit 7d0b50f

Please sign in to comment.