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:
)