Skip to content

Commit

Permalink
fix filename typos
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed May 24, 2023
1 parent ca1613f commit 999bf1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Trampoline is a Chromium extension boilerplate code to showcase your own Smart C

## Config

Config of the extension can be set in `excnfig.json` file.
Config of the extension can be set in `exconfig.ts` file.

```json
{
Expand Down Expand Up @@ -82,7 +82,7 @@ Config of the extension can be set in `excnfig.json` file.
4. Deploy the factory using `npx hardhat deploy --network localhost`.
5. Change the `factory_address` in `src/exconfig.ts` to the address of the newly deployed factory.
6. Start a local bundler from [the infinitism repo](https://github.com/eth-infinitism/bundler) listening on port `9000`. Instructions are [below](#how-to-run-bundler-locally).
7. Change the `bundler` to `http://localhost:9000/rpc` url in `src/exconfig.json` that points to your network and accepts requests for your EntryPoint.
7. Change the `bundler` to `http://localhost:9000/rpc` url in `src/exconfig.ts` that points to your network and accepts requests for your EntryPoint.
6. Edit the `bundler` value in `src/exconfig.ts` to `http://localhost:9000/rpc`.
8. Run `yarn start`.

Expand Down

0 comments on commit 999bf1d

Please sign in to comment.