Skip to content

Commit

Permalink
change batch number, add contract addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
phipsae committed Oct 30, 2024
1 parent fa94f34 commit bf18317
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 461 deletions.
2 changes: 1 addition & 1 deletion packages/hardhat/deploy/00_deploy_your_contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { DeployFunction } from "hardhat-deploy/types";
import { Contract } from "ethers";

// Update with your Batch number
const BATCH_NUMBER = "1";
const BATCH_NUMBER = "11";

/**
* Deploys a contract named "deployYourContract" using the deployer account and
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Home: NextPage = () => {
<div className="px-5">
<h1 className="text-center">
<span className="block text-2xl mb-2">Welcome to</span>
<span className="block text-4xl font-bold">Batch X</span>
<span className="block text-4xl font-bold">Batch 11</span>
</h1>
<p className="text-center text-lg">Get started by taking a look at your batch GitHub repository.</p>
<p className="text-lg flex gap-2 justify-center">
Expand Down
Loading

0 comments on commit bf18317

Please sign in to comment.