From b14defeff4405c91c1804102bfdde6823749bebc Mon Sep 17 00:00:00 2001 From: lianahus Date: Mon, 18 Jul 2022 10:26:12 +0200 Subject: [PATCH] style fixes in Foundry modal --- apps/remix-ide/src/app/tabs/foundry-provider.tsx | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/apps/remix-ide/src/app/tabs/foundry-provider.tsx b/apps/remix-ide/src/app/tabs/foundry-provider.tsx index 3c1fbb6256..4d1df70715 100644 --- a/apps/remix-ide/src/app/tabs/foundry-provider.tsx +++ b/apps/remix-ide/src/app/tabs/foundry-provider.tsx @@ -1,9 +1,5 @@ import * as packageJson from '../../../../../package.json' -import { Plugin } from '@remixproject/engine' -import { AppModal, AlertModal, ModalTypes } from '@remix-ui/app' import React from 'react' // eslint-disable-line -import { Blockchain } from '../../blockchain/blockchain' -import { ethers } from 'ethers' import { AbstractProvider } from './abstract-provider' const profile = { @@ -22,10 +18,12 @@ export class FoundryProvider extends AbstractProvider { body (): JSX.Element { return ( -
Note: To run Anvil on your system, run -
curl -L https://foundry.paradigm.xyz | bash
-
anvil
- For more info, visit: Foundry Documentation +
Note: To run Anvil on your system, run: +
curl -L https://foundry.paradigm.xyz | bash
+
anvil
+
+ For more info, visit: Foundry Documentation +
Anvil JSON-RPC Endpoint:
)