From e5a1abf75e8b67ea5fd43a6e0419265708082f73 Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 6 Apr 2022 14:49:58 +0200 Subject: [PATCH] add custom tag to default project --- libs/remix-ui/workspace/src/lib/templates/examples.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/remix-ui/workspace/src/lib/templates/examples.ts b/libs/remix-ui/workspace/src/lib/templates/examples.ts index e780af51b1..6014419bfc 100644 --- a/libs/remix-ui/workspace/src/lib/templates/examples.ts +++ b/libs/remix-ui/workspace/src/lib/templates/examples.ts @@ -39,6 +39,7 @@ import "hardhat/console.sol"; /** * @title Owner * @dev Set & change owner + * @custom:dev-run-script ./scripts/deploy_with_ethers.ts */ contract Owner { @@ -92,6 +93,7 @@ pragma solidity >=0.7.0 <0.9.0; /** * @title Ballot * @dev Implements voting process along with vote delegation + * @custom:dev-run-script ./scripts/deploy_with_ethers.ts */ contract Ballot {