Skip to content

Commit

Permalink
fix: update plugins (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat authored Oct 17, 2023
1 parent 2378e24 commit f8d6cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/agent-explore/src/plugins/community.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f8d6cf4

Please sign in to comment.