Skip to content

Commit 43379f5

Browse files
committed
README: fix typo s/bunder/bundler/
1 parent 564de22 commit 43379f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Trampoline is a Chromium extension boilerplate code to showcase your own Smart C
3838
3. Edit the `entryPointAddress` in `src/exconfig.json`.
3939
4. Deploy the factory using `npx hardhat deploy --network localhost`.
4040
5. Edit the `factory_address` in `src/exconfig.json`.
41-
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).
41+
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).
4242
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.
4343
8. Run `yarn start`.
4444

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

6363
---
6464

0 commit comments

Comments
 (0)