chore: update rally path (#111)

This commit is contained in:
Zak Angelle 2021-04-17 15:58:45 -05:00 committed by GitHub
parent 66c088f798
commit b440263d54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

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,