File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ but will batch and sign transactions before publishing them to Lazer.
6
6
7
7
## Keypair
8
8
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.
10
10
``` bash
11
11
solana-keygen new -o /path/to/keypair.json
12
12
solana-keygen pubkey /path/to/keypair.json
@@ -29,8 +29,8 @@ pyth-lazer-agent --help
29
29
```
30
30
31
31
### 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.
34
34
35
35
### Docker
36
36
See the included [ Dockerfile] ( Dockerfile ) to build an image yourself.
@@ -54,5 +54,5 @@ publish_interval_duration = "25ms"
54
54
- ` relayers_urls ` : The Lazer team will provide these.
55
55
- ` publish_keypair_path ` : The keypair file generated with ` solana-keygen ` or similar.
56
56
- ` 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.
58
58
- ` publisher_interval ` : The agent will batch and send transaction bundles at this interval. The Lazer team will provide guidance here.
You can’t perform that action at this time.
0 commit comments