Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
austbot authored Feb 9, 2023
1 parent 99a2fdc commit 15aa4a4
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,29 +42,22 @@ You will now have a libplerkle.so file in the target folder. This is the binary
--geyser-plugin-config plugin-config.json
```

The plugin config for plerkle must have this format
The plugin config for plerkle must have this format, but you can put whatever keys you want

```json
EXAMPLE PLEASE DONT CONSIDER THIS THE PERFECT CONFIG
{
"libpath": "/.../libplerkle.so",
"enable_metrics": false,
"env": "local",
"handle_startup": true, // set to false if you dont want initial account flush
"accounts_selector": {
"owners": [
"metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s",
"GRoLLMza82AiYN7W9S9KCCtCyyPRAQP2ifBy4v4D5RMD",
"TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb",
"ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL",
"BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY"
"metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s"
]
},
"transaction_selector": {
"mentions": [
"metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s",
"GRoLLMza82AiYN7W9S9KCCtCyyPRAQP2ifBy4v4D5RMD",
"TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb",
"ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL",
"BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY"
]
}
Expand Down Expand Up @@ -179,4 +172,4 @@ Note that differences in image distro could cause incompatible GLibc versions.
NOTE WE DO NOT PUBLISH THE PLUGIN ANY MORE:

plerkle_messenger-https://crates.io/crates/plerkle_messenger
plerkle_serialization-https://crates.io/crates/plerkle_serialization
plerkle_serialization-https://crates.io/crates/plerkle_serialization

0 comments on commit 15aa4a4

Please sign in to comment.