From b440263d542fba174ebf0ad381657efcc7af0ff3 Mon Sep 17 00:00:00 2001 From: Zak Angelle Date: Sat, 17 Apr 2021 15:58:45 -0500 Subject: [PATCH] chore: update rally path (#111) --- protocols/rally/index.json | 3 ++- types.ts | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/protocols/rally/index.json b/protocols/rally/index.json index d297ab3..9f17aba 100644 --- a/protocols/rally/index.json +++ b/protocols/rally/index.json @@ -2,7 +2,8 @@ "cname": "rally", "name": "Rally", "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", "type": "snapshot", "suffix": "RLY", diff --git a/types.ts b/types.ts index 827d5b3..d3203e5 100644 --- a/types.ts +++ b/types.ts @@ -5,6 +5,7 @@ export const ProtocolIo = t.type({ name: t.string, description: t.string, path: t.string, + previousPaths: t.union([t.array(t.string), t.undefined]), folder: t.string, type: t.union([t.literal("snapshot"), t.literal("compoundish")]), suffix: t.string,