From 7cbc1fdec3078d01f79e94f52137d653e5391e05 Mon Sep 17 00:00:00 2001 From: adventurerencounters <90014123+adventurerencounters@users.noreply.github.com> Date: Thu, 2 Sep 2021 17:59:13 -0700 Subject: [PATCH] Add project to lists.ts --- utils/lists.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/utils/lists.ts b/utils/lists.ts index b1ba6f6..013bb37 100644 --- a/utils/lists.ts +++ b/utils/lists.ts @@ -263,4 +263,9 @@ export const derivativesList: Record[] = [ description: "The Avatars on chain for Loot community", url: "https://twitter.com/lootavatars", }, + { + name: "Encounters", + description: "Randomly generated encounters for your Characters and Loot", + url: "https://www.adventurerencounters.com/", + }, ];