mirror of
https://github.com/Instadapp/boardroom-inc-protocol-Info.git
synced 2024-07-29 22:37:02 +00:00
chore: update rally path (#111)
This commit is contained in:
parent
66c088f798
commit
b440263d54
|
@ -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