From f8d6cf48be1bc0ebd6a3456e083bc25589aa9e6a Mon Sep 17 00:00:00 2001 From: Simonas Karuzas Date: Tue, 17 Oct 2023 13:52:08 +0300 Subject: [PATCH] fix: update plugins (#201) --- packages/agent-explore/src/plugins/community.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/agent-explore/src/plugins/community.ts b/packages/agent-explore/src/plugins/community.ts index 64fd071..751a755 100644 --- a/packages/agent-explore/src/plugins/community.ts +++ b/packages/agent-explore/src/plugins/community.ts @@ -3,7 +3,7 @@ import { IAgentExplorerPlugin } from "@veramo-community/agent-explorer-plugin"; export const communityPlugins: IAgentExplorerPlugin[] = [ { "config": { - "url": "https://cdn.jsdelivr.net/gh/veramolabs/agent-explorer-plugin-brainshare@fd60c03edba4f9d6acca390c9c76057a6348f9aa/dist/plugin.js", + "url": "https://cdn.jsdelivr.net/gh/veramolabs/agent-explorer-plugin-brainshare@4a34d4dc57111768df90ca9b8a29da69ba9d5949/dist/plugin.js", "enabled": true }, "name": "Brain share",