Skip to content

Commit

Permalink
README: fix typo s/bunder/bundler/
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Apr 11, 2023
1 parent 564de22 commit 43379f5
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 @@ -38,7 +38,7 @@ Trampoline is a Chromium extension boilerplate code to showcase your own Smart C
3. Edit the `entryPointAddress` in `src/exconfig.json`.
4. Deploy the factory using `npx hardhat deploy --network localhost`.
5. Edit the `factory_address` in `src/exconfig.json`.
6. Start a local bunder from [the infinitism repo](https://github.com/eth-infinitism/bundler) at port `9000`, you can find the instructions [below](#how-to-run-bundler-locally).
6. Start a local bundler from [the infinitism repo](https://github.com/eth-infinitism/bundler) at port `9000`, you can find the instructions [below](#how-to-run-bundler-locally).
7. Edit the `bundler` to `http://localhost:9000/rpc` url in `src/exconfig.json` that points to your network and accepts requests for your EntryPoint.
8. Run `yarn start`.

Expand All @@ -58,7 +58,7 @@ Trampoline is a Chromium extension boilerplate code to showcase your own Smart C
b. Edit the `entryPoint` address that you got while deploying it using instructions above.
c. Set `port` to `9000`.
d. Make sure your mnemonic & beneficiary are setup correctly.
5. Run the bunder using `yarn bundler --unsafe --port 9000 --auto`.
5. Run the bundler using `yarn bundler --unsafe --port 9000 --auto`.

---

Expand Down

0 comments on commit 43379f5

Please sign in to comment.