Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kryptobaseddev authored Jun 10, 2023
1 parent 449d617 commit af1f3b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ FrontRunning is a practice in which a bot makes a transaction based on prior kno
## 📝 .env Configuration
-----------

Here's an example of what your `.env` file should look like:
Here's an example of what your `.env` file should look like, make sure you replace the `PRIVATE_KEY` and `WSS` node url:

```
env
PORT=3888
WSS=wss://bsc.getblock.io/<your-key>/mainnet/
PRIVATE_KEY=12345678abcdefg
PRIVATE_KEY=<YOUR-123456-KEY-78abcdefg-HERE>
BNB_CONTRACT=0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c
PAN_ROUTER_ADDRESS=0x10ED43C718714eb63d5aA57B78B54704E256024E
BUDGET=0.01
Expand Down

0 comments on commit af1f3b1

Please sign in to comment.