From 85ad8017a7ddc8f8a82ac436bb22bc9337692a2b Mon Sep 17 00:00:00 2001 From: David Disu Date: Mon, 28 Feb 2022 13:59:19 +0100 Subject: [PATCH] Update hardhat provider modal --- apps/remix-ide/src/app/tabs/hardhat-provider.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/apps/remix-ide/src/app/tabs/hardhat-provider.tsx b/apps/remix-ide/src/app/tabs/hardhat-provider.tsx index 1ca0547d9a..d17f4d1281 100644 --- a/apps/remix-ide/src/app/tabs/hardhat-provider.tsx +++ b/apps/remix-ide/src/app/tabs/hardhat-provider.tsx @@ -49,11 +49,13 @@ export class HardhatProvider extends Plugin { } hardhatProviderDialogBody (): JSX.Element { - return (
Note: To run Hardhat network node on your system, go to hardhat project folder and run command: -
npx hardhat node
- For more info, visit: Hardhat Documentation - Hardhat JSON-RPC Endpoint -
) + return ( +
Note: To run Hardhat network node on your system, go to hardhat project folder and run command: +
npx hardhat node
+ For more info, visit: Hardhat Documentation +
Hardhat JSON-RPC Endpoint:
+
+ ) } sendAsync (data: JsonDataRequest): Promise {