Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/Connected.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const Connected: FC = () => {
metaplex
.candyMachines()
.findByAddress({
address: new PublicKey("2AVdQdNsR1tgehsWoUXX98tBuiHupciJGq2mgGxpgdeC"),
address: new PublicKey("VGDKPkUsGPwAaDhQ8KQ5A1QAPZdC8Pv5XVpRM3EPUz2"),
})
.run()
.then((candyMachine) => {
Expand Down
2 changes: 1 addition & 1 deletion pages/newMint.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const NewMint: NextPage<NewMintProps> = ({ mint }) => {
return (
<MainLayout>

<VStack spacing={20}>
<VStack spacing={10}>
<Container>
<VStack spacing={8}>
<Heading color="white" as="h1" size="2xl" textAlign="center">
Expand Down