Skip to content

Commit

Permalink
Update repo for Batch 8
Browse files Browse the repository at this point in the history
  • Loading branch information
derrekcoleman committed Jul 31, 2024
1 parent b463851 commit c9de764
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 8</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
2 changes: 1 addition & 1 deletion packages/nextjs/contracts/externalContracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { GenericContractsDeclaration } from "~~/utils/scaffold-eth/contract";
const externalContracts = {
10: {
BatchRegistry: {
address: "0x0A7d97d392e7400D15460ae0C9799951a3719393",
address: "0x429145ce9A95D7C78D9A9EF2787842983eA4A403",
abi: [
{
inputs: [
Expand Down

0 comments on commit c9de764

Please sign in to comment.