Merge pull request #46 from boardroom-inc/feat/yup

feat: yup skeleton
This commit is contained in:
YJ 2021-02-25 21:13:41 +01:00 committed by GitHub
commit a54202abd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 1 deletions

View File

@ -117,6 +117,14 @@ export const protocols = {
suffix: "YAM",
folder: "yamv2",
},
yup: {
name: "Yup",
path: "yup",
description: "YOUR OPINION MATTERS. CURATE THE WEB. EARN &INFLUENCE.",
suffix: "YUP",
folder: "yup",
snapshotSpaceName: "yup.eth"
}
};
export const protocolBranding = {

View File

@ -9,7 +9,7 @@ do
else
mkdir -p ./$arg
mkdir -p ./$arg/calls
touch ./$arg/event.json
touch ./$arg/events.json
touch ./$arg/overview.md
touch ./$arg/logo.png
touch ./$arg/header.png

0
yup/events.json Normal file
View File

0
yup/header.png Normal file
View File

BIN
yup/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

0
yup/overview.md Normal file
View File