Skip to content

Commit

Permalink
Update externalContracts.ts with correct addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
phipsae authored Oct 10, 2024
1 parent 463d81b commit a08e0a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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: "0xE5FD4d0BC31BEeb2454f3BD7a9dE17F6b3E61579",
abi: [
{
inputs: [
Expand Down Expand Up @@ -301,7 +301,7 @@ const externalContracts = {
},
},
BatchGraduationNFT: {
address: "0x0",
address: "0xBa71eEffce6e9bB4df57fDbc05F02a3f640f91a9",
abi: [
{
inputs: [
Expand Down

0 comments on commit a08e0a3

Please sign in to comment.