Skip to content

Commit

Permalink
feat: Add Evm connector plugin - MEED-3205 - Meeds-io/MIPs#118 (#1496)
Browse files Browse the repository at this point in the history
This change will Add the evm connector application depending on the activation of the feature flag.
  • Loading branch information
MayTekayaa committed Nov 6, 2024
1 parent ebd40fb commit 25a6016
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,6 @@ gamification.event.detail.onlyFewActions.label=Only few actions
# Upcoming Connectors

gamification.admin.discord.label.description=Connect your Discord server and challenge your community by making the server active and useful for its members
gamification.admin.evm.label.description=Listen to any smart contract transaction on Ethereum Virtual Machine blockchains
gamification.admin.linkedIn.label.description=Connect your LinkedIn account and boost your employee or your project advocacy in just a few clicks
gamification.admin.notion.label.description=Connect Notion and incentive your community to share knowledge
gamification.admin.slack.label.description=Connect Slack to your platform and boost your community and channels
Expand Down
Binary file removed portlets/src/main/webapp/images/connector/EVM.png
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@ extensionRegistry.registerExtension('engagementCenterConnectors', 'connector-ext
comingSoon: true,
});

extensionRegistry.registerExtension('engagementCenterConnectors', 'connector-extensions', {
id: 'evm',
name: 'evm',
image: '/gamification-portlets/images/connector/EVM.png',
title: 'EVM Blockhain',
description: 'gamification.admin.evm.label.description',
comingSoon: true,
});

extensionRegistry.registerExtension('engagementCenterConnectors', 'connector-extensions', {
id: 'linkedIn',
name: 'linkedIn',
Expand Down

0 comments on commit 25a6016

Please sign in to comment.