Skip to content

Commit

Permalink
fix: Fix the smart contract validation error - MEED-4306 - Meeds-io/M…
Browse files Browse the repository at this point in the history
…IPs#118 (#18)

This change will fix the smart contract validation error.
  • Loading branch information
MayTekayaa committed May 22, 2024
1 parent 3cf134c commit 3a69718
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ gamification.event.form.contractAddress=Contract address
gamification.event.form.contractAddress.placeholder=Enter the contract address
gamification.event.form.contractAddress.tooltip=Verif addresss on Polygon
gamification.event.detail.invalidContractAddress.error=Please enter a valid contract address
gamification.event.detail.invalidERC20ContractAddress.error=No smart contract address found at this address
gamification.event.detail.invalidERC20ContractAddress.error=No smart contract found at this address
gamification.event.detail.display.holdToken=Contract address token

gamification.admin.evm.label.description=Listen to any smart contract transaction on Ethereum Virtual Machine blockchains
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ export default {
} else {
document.dispatchEvent(new CustomEvent('event-form-unfilled'));
}
this.isValidERC20Address = true;
} else {
this.waitForEndTyping();
}
Expand Down

0 comments on commit 3a69718

Please sign in to comment.