Skip to content

Commit

Permalink
change batch number in deployscript, add deployed contract addresses …
Browse files Browse the repository at this point in the history
…to externalContracts
  • Loading branch information
phipsae committed Jan 1, 2025
1 parent 189b72d commit 6d3a22a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = "12";

/**
* Deploys a contract named "deployYourContract" using the deployer account and
Expand Down
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: "0x0",
address: "0x72ccAbE6620fa94eC69569d17f18a3914BEFBFD6",
abi: [
{
inputs: [
Expand Down Expand Up @@ -365,7 +365,7 @@ const externalContracts = {
},
},
BatchGraduationNFT: {
address: "0x0",
address: "0xe293f2fFA82873eb50C89dFC78049828898B8aac",
abi: [
{
inputs: [
Expand Down

0 comments on commit 6d3a22a

Please sign in to comment.