-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add more filters for transfer tokens for the evm action - MEED-…
…5850 - Meeds-io/MIPs#118 (#27) This change will add more filters for transfer tokens for the evm action.
1 parent
aeadb3a
commit ab1895f
Showing
9 changed files
with
161 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 8 additions & 4 deletions
12
gamification-evm-webapp/src/main/resources/locale/addon/Gamification_en.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
gamification.event.title.holdToken=EVM: Hold Token | ||
gamification.event.title.transferToken=Transfer a Token | ||
gamification.event.form.networks=Blockchain | ||
gamification.event.form.contractAddress=Smart Contract | ||
gamification.event.form.contractAddress.placeholder=Enter the contract address | ||
gamification.event.form.contractAddress=Token Address | ||
gamification.event.form.contractAddress.placeholder=Enter the token address | ||
gamification.event.form.contractAddress.tooltip=Verif addresss on {0} | ||
gamification.event.form.recipientAddress=Recipient | ||
gamification.event.form.recipientAddress.placeholder=Enter the recipient address | ||
gamification.event.form.minAmount=Minimum amount | ||
gamification.event.form.minAmount.placeholder=Enter the minimum amount | ||
gamification.event.detail.invalidContractAddress.error=Please enter a valid contract address | ||
gamification.event.detail.invalidERC20ContractAddress.error=No smart contract found at this address | ||
gamification.event.detail.verifyToken.message=Click the Checkmark icon to verify this address | ||
gamification.event.detail.display.holdToken=Contract address token | ||
gamification.event.detail.display.transferToken=Contract address token | ||
|
||
gamification.admin.evm.label.description=Listen to any smart contract transaction on Ethereum Virtual Machine blockchains |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters