Skip to content

Commit ca1613f

Browse files
committed
README: Slight rewrites
1 parent 95c7171 commit ca1613f

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Trampoline is a Chromium extension boilerplate code to showcase your own Smart C
88

99
1. Verify that your [Node.js](https://nodejs.org/) version is >= **18.12.0**.
1010
2. Clone this repository.
11-
3. Make sure you configure the `provider` in `src/exconfig.ts` to the `Goerli` network.
11+
3. Configure the `provider` in `src/exconfig.ts` to the `Goerli` network.
1212
4. Edit the `bundler` URL pointing to `Goerli` network and accepting EntryPoint=`0x0576a174D229E3cFA37253523E645A78A0C91B57`
1313
5. Run `yarn install` to install the dependencies.
1414
6. Run `yarn start`.
@@ -100,7 +100,7 @@ Config of the extension can be set in `excnfig.json` file.
100100
4. Edit `bundler.config.json` at `packages/bundler/localconfig`:
101101
a. Set `network` to the address of your local Hardhat Network node.
102102
b. Edit the `entryPoint` address that you got while deploying it using instructions above.
103-
c. Make sure your mnemonic & beneficiary are set up correctly.
103+
c. Make sure your mnemonic & beneficiary are setup correctly.
104104
5. Run the bundler using `yarn bundler --unsafe --port 9000 --auto`.
105105

106106
---
@@ -259,11 +259,7 @@ If you want you can also attach a paymaster here if your wallet wants to sponsor
259259

260260
### Is the password screen mandatory?
261261

262-
<<<<<<< HEAD
263-
No you can disable that by setting `enablePasswordEncryption` flag to `false` in `exconfig.ts`.
264-
=======
265-
No. You can disable that by setting `enablePasswordEncryption` flag to `false` in `exconfig.json`.
266-
>>>>>>> 5b4ef04 (README: Normalize punctuation, titles, and casing)
262+
No. You can disable that by setting the `enablePasswordEncryption` flag to `false` in `exconfig.ts`.
267263

268264
> **Warning:** the local storage will be unencrypted and your wallet must return an encrypted state when `serialize` function of `account-api` willo be called or else the user's fund will be at risk.
269265

0 commit comments

Comments
 (0)