Skip to content

Commit

Permalink
Batch number + point to batch6 OP contract
Browse files Browse the repository at this point in the history
  • Loading branch information
carletex committed Jun 3, 2024
1 parent dff213a commit b61cd4b
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 6</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: "0x94255172df94530E24cBbcbD3B981C69430431aa",
abi: [
{
inputs: [
Expand Down

0 comments on commit b61cd4b

Please sign in to comment.