Skip to content

Commit 999bf1d

Browse files
committed
fix filename typos
1 parent ca1613f commit 999bf1d

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
@@ -36,7 +36,7 @@ Trampoline is a Chromium extension boilerplate code to showcase your own Smart C
3636

3737
## Config
3838

39-
Config of the extension can be set in `excnfig.json` file.
39+
Config of the extension can be set in `exconfig.ts` file.
4040

4141
```json
4242
{
@@ -82,7 +82,7 @@ Config of the extension can be set in `excnfig.json` file.
8282
4. Deploy the factory using `npx hardhat deploy --network localhost`.
8383
5. Change the `factory_address` in `src/exconfig.ts` to the address of the newly deployed factory.
8484
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).
85-
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.
85+
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.
8686
6. Edit the `bundler` value in `src/exconfig.ts` to `http://localhost:9000/rpc`.
8787
8. Run `yarn start`.
8888

0 commit comments

Comments
 (0)