Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add to dAcademy -Creator Game 🕹 #1778

Merged
merged 2 commits into from
Aug 17, 2024
Merged
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
Binary file added packages/web/assets/academy/creatorgame.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions packages/web/utils/questChains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ import team from '#assets/academy/team.webp';
import time from '#assets/academy/time.webp';
import web3builder from '#assets/academy/web3builder.webp';
import buildingonoptimism from '#assets/academy/buildingonop.webp';
import creatorgame from '#assets/academy/creatorgame.png';
import { useWeb3 } from '#lib/hooks';

export const useQuestChainContract = (address: string) => {
Expand Down Expand Up @@ -86,6 +87,7 @@ export const QuestChainsPlaybooks = {
MEDITATIONS_ON_MOLOCH: 'meditations-on-moloch',
'POLITICAL_METAMODERNISM-BRIDGING_DIVIDES': 'political-metamodernism',
CHOOSE_GOOD_QUESTS: 'choose-good-quests',
HOW_TO_PLAY_THE_CREATOR_GAME: 'how-to-play-the-creator-game',
MEME_DRIVEN_ORGANIZATIONS: 'meme-driven-organizations',
BECOME_THE_BEST_DAO_CONTRIBUTOR: 'become-the-best-dao-contributor',
STARTING_DAOS_101: 'starting-daos-101',
Expand Down Expand Up @@ -446,6 +448,18 @@ export const QuestChainPlaybooksDetails: QuestChainListing = {
seedsEarned: 42069,
type: PathPlaybookTypes.PLAYBOOK,
},
// https://app.questchains.xyz/optimism/how-to-play-the-creator-game
[QuestChainsPlaybooks.HOW_TO_PLAY_THE_CREATOR_GAME]: {
address: '0x3e6ed2442e06c40f6aa7c50ed5b54cd303fab98a',
chainId: '0xa',
title: 'How to Play the Creator Game',
description:
'If you really do want to make it work on an unconventional path, you have to spend exponentially more time thinking about the meta-game of what you’re participating in and what you’re trying to do.',
image: creatorgame.src,
category: QuestChainsCategories.SELF_ACTUALIZATION,
seedsEarned: 42069,
type: PathPlaybookTypes.PLAYBOOK,
},
// https://app.questchains.xyz/optimism/meme-driven-organizations
[QuestChainsPlaybooks.MEME_DRIVEN_ORGANIZATIONS]: {
address: '0xc02573e396d4a203f7bb713ec7f2f33ec38489ed',
Expand Down
Loading