Compare commits

...

2 Commits
main ... v2.1.8

Author SHA1 Message Date
Zak Angelle
e1e236c1af
v2.1.8 2021-04-17 16:31:33 -05:00
Zak Angelle
0aebc876bb
chore: update rally path 2021-04-17 15:34:30 -05:00
3 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@boardroom/protocol-info", "name": "@boardroom/protocol-info",
"version": "2.1.6", "version": "2.1.8",
"description": "Project information which will be served to display on the Boardroom Governance Portal.", "description": "Project information which will be served to display on the Boardroom Governance Portal.",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",

View File

@ -2,7 +2,8 @@
"cname": "rally", "cname": "rally",
"name": "Rally", "name": "Rally",
"description": "Rally is a decentralized network enabling creators to monetize and align themselves with their community.", "description": "Rally is a decentralized network enabling creators to monetize and align themselves with their community.",
"path": "rally", "path": "rallygov.eth",
"previousPaths": ["rally"],
"folder": "rally", "folder": "rally",
"type": "snapshot", "type": "snapshot",
"suffix": "RLY", "suffix": "RLY",

View File

@ -5,6 +5,7 @@ export const ProtocolIo = t.type({
name: t.string, name: t.string,
description: t.string, description: t.string,
path: t.string, path: t.string,
previousPaths: t.union([t.array(t.string), t.undefined]),
folder: t.string, folder: t.string,
type: t.union([t.literal("snapshot"), t.literal("compoundish")]), type: t.union([t.literal("snapshot"), t.literal("compoundish")]),
suffix: t.string, suffix: t.string,