Skip to content

Commit afce38a

Browse files
committed
revert bad lint fixes
1 parent 03bf830 commit afce38a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/pyth-lazer-agent/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ but will batch and sign transactions before publishing them to Lazer.
66

77
## Keypair
88

9-
You will need to generate an ed25519 keypair and provide the pubkey to the Lazer team. `solana-keygen` it is the recommended utility.
9+
You will need to generate an ed25519 keypair and provide the pubkey to the Lazer team. `solana-keygen` is the recommended utility.
1010
```bash
1111
solana-keygen new -o /path/to/keypair.json
1212
solana-keygen pubkey /path/to/keypair.json
@@ -29,8 +29,8 @@ pyth-lazer-agent --help
2929
```
3030

3131
### From source
32-
Please check [rust-toolchain](/rust-toolchain.toml) to see the version of Rust needed to build (currently 1.88).
33-
You will also need SSL and CA certificates. `cargo build` it should then work as usual.
32+
Please check [rust-toolchain](rust-toolchain.toml) to see the version of Rust needed to build (currently 1.88).
33+
You will also need SSL and CA certificates. `cargo build` should then work as usual.
3434

3535
### Docker
3636
See the included [Dockerfile](Dockerfile) to build an image yourself.
@@ -54,5 +54,5 @@ publish_interval_duration = "25ms"
5454
- `relayers_urls`: The Lazer team will provide these.
5555
- `publish_keypair_path`: The keypair file generated with `solana-keygen` or similar.
5656
- `authorization_token`: The Lazer team will provide this or instruct that it can be omitted.
57-
- `listen_address`: The local port the agent will be listening to on; can be anything you want.
57+
- `listen_address`: The local port the agent will be listening on; can be anything you want.
5858
- `publisher_interval`: The agent will batch and send transaction bundles at this interval. The Lazer team will provide guidance here.

0 commit comments

Comments
 (0)