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

Adding Metamodernism Playbook #1758

Merged
merged 2 commits into from
Jun 25, 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
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"githubPullRequests.ignoredPullRequestBranches": [
"develop"
]
}
164 changes: 0 additions & 164 deletions packages/discord-bot/src/discord/commands/addAlias.ts

This file was deleted.

Binary file added packages/web/assets/academy/metamodernist.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 @@ -33,6 +33,7 @@ import submitPlaybook from 'assets/academy/submit-playbook.webp';
import team from 'assets/academy/team.png';
import time from 'assets/academy/time.png';
import web3builder from 'assets/academy/web3builder.png';
import metamodernist from 'assets/academy/metamodernist.png';
import { ethers, Signer } from 'ethers';

export const getQuestChainContract = (
Expand Down Expand Up @@ -101,6 +102,7 @@ export const QuestChainsPlaybooks = {
WTF_IS_GAMEB: 'wtf-is-gameb',
WTF_IS_METACRISIS: 'wtf-is-metacrisis',
MEDITATIONS_ON_MOLOCH: 'meditations-on-moloch',
'POLITICAL_METAMODERNISM-BRIDGING_DIVIDES': 'political-metamodernism',
CHOOSE_GOOD_QUESTS: 'choose-good-quests',
MEME_DRIVEN_ORGANIZATIONS: 'meme-driven-organizations',
BECOME_THE_BEST_DAO_CONTRIBUTOR: 'become-the-best-dao-contributor',
Expand Down Expand Up @@ -438,6 +440,18 @@ export const QuestChainPlaybooksDetails: Record<
seedsEarned: 42069,
type: PathPlaybookTypes.PLAYBOOK,
},
// https://app.questchains.xyz/optimism/political-metamodernism
[QuestChainsPlaybooks['POLITICAL_METAMODERNISM-BRIDGING_DIVIDES']]: {
address: '0x828d70b4f4991b8a219ba959be0e04d090e5be71',
chainId: '0xa',
title: 'Political Metamodernism: Bridging Divides',
description:
'In short, political metamodernism should help us transcend the left/right political divide to pragmatically build societies that work, rather than societies based on wishful ideologies of the 19th century.',
image: metamodernist.src,
category: QuestChainsCategories.META,
seedsEarned: 42069,
type: PathPlaybookTypes.PLAYBOOK,
},
// https://app.questchains.xyz/optimism/choose-good-quests
[QuestChainsPlaybooks.CHOOSE_GOOD_QUESTS]: {
address: '0xa392184dd8079e19e02b020cf08850096ade7436',
Expand Down
Loading