You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Trampoline is a Chromium extension boilerplate code to showcase your own Smart C
36
36
37
37
## Config
38
38
39
-
Config of the extension can be set in `excnfig.json` file.
39
+
Config of the extension can be set in `exconfig.ts` file.
40
40
41
41
```json
42
42
{
@@ -82,7 +82,7 @@ Config of the extension can be set in `excnfig.json` file.
82
82
4. Deploy the factory using `npx hardhat deploy --network localhost`.
83
83
5. Change the `factory_address` in `src/exconfig.ts` to the address of the newly deployed factory.
84
84
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.
86
86
6. Edit the `bundler` value in `src/exconfig.ts` to `http://localhost:9000/rpc`.
0 commit comments