Skip to content

Commit

Permalink
add a table of used keys
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rk3y committed Sep 6, 2023
1 parent a4e0106 commit 646f77b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,20 @@ This package also supports a `"mev_type": "mock"` mode that will only bring up:

For more details, including a guide and architecture of the `mev-boost` infrastructure, go [here](https://docs.kurtosis.com/how-to-full-mev-with-eth2-package).

## Pre-funded accounts at Genesis

This package builds on top of the [`eth-network-package`](https://github.com/kurtosis-tech/eth-network-package) and comes with [seven prefunded keys for testing](https://github.com/kurtosis-tech/eth-network-package/blob/main/src/prelaunch_data_generator/genesis_constants/genesis_constants.star).

Here's a table of where the keys are used

| Account Index| Component Used In | Private Key Used | Public Key Used | Comment |
|----------------|---------------------|------------------|-----------------|----------------------------|
| 0 | transaction_spammer || | To spam transactions with |
| 0 | mev_flood || | As the admin_key |
| 2 | mev_flood || | As the user_key |
| 0 | mev_custom_flood | || As the receiver of balance |
| 6 | mev_custom_flood || | As the sender of balance |

## Developing On This Package

First, install prerequisites:
Expand Down

0 comments on commit 646f77b

Please sign in to comment.