Skip to content

Commit

Permalink
fix: add yup to index
Browse files Browse the repository at this point in the history
  • Loading branch information
pmespresso committed Feb 25, 2021
1 parent 886226e commit eca40d0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit eca40d0

Please sign in to comment.