mirror of
https://github.com/Instadapp/boardroom-inc-protocol-Info.git
synced 2024-07-29 22:37:02 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
e1e236c1af | ||
![]() |
0aebc876bb |
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
1
types.ts
1
types.ts
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user