Skip to content

Commit

Permalink
Deployed to base sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
luloxi committed Nov 24, 2024
1 parent 51935a8 commit d90e9b8
Show file tree
Hide file tree
Showing 7 changed files with 2,299 additions and 21 deletions.
266 changes: 266 additions & 0 deletions packages/foundry/broadcast/Deploy.s.sol/84532/run-1732469632.json

Large diffs are not rendered by default.

266 changes: 266 additions & 0 deletions packages/foundry/broadcast/Deploy.s.sol/84532/run-latest.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions packages/foundry/deployments/84532.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"networkName": "Base Sepolia"
}
2 changes: 1 addition & 1 deletion packages/nextjs/app/explore/Explore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const Explore = () => {
} = useScaffoldEventHistory({
contractName: "PunkSociety",
eventName: "PostCreated",
fromBlock: 36807639n,
fromBlock: 18350669n,
watch: true,
});

Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/app/profile/[address]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const ProfilePage: NextPage = () => {
} = useScaffoldEventHistory({
contractName: "PunkSociety",
eventName: "PostCreated",
fromBlock: 36807639n,
fromBlock: 18350669n,
watch: true,
});

Expand Down
Loading

0 comments on commit d90e9b8

Please sign in to comment.