Skip to content

Commit

Permalink
README typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aanand1 committed Sep 5, 2024
1 parent c0a763c commit aae4860
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 @@ -43,7 +43,7 @@ Smart contract implementation of the `FastlaneOnlineSolver` contract.
Deploy the `FastlaneOnlineSolver` smart contract using -
```
cd sol/
SOLVER1_PRIVATE_KEY=<SOLVER_PK> ~/.foundry/bin/forge script script/DeployFastlaneOnlineSolver.s.sol:DeployFastlaneOnlineSolverScript --rpc-url <RPC_URL> --broadcast
SOLVER1_PRIVATE_KEY=<SOLVER_PK> forge script script/DeployFastlaneOnlineSolver.s.sol:DeployFastlaneOnlineSolverScript --rpc-url <RPC_URL> --broadcast
```

Then generate pools and paths static data using
Expand All @@ -59,7 +59,7 @@ SOLVER_PK=<SOLVER_PK> go run main.go

## deployment

After updating the configurations in docker-compose.yml`, deploy using
After updating the configurations in `docker-compose.yml`, deploy using

```
SOLVER_PK=<SOLVER_PK> MODE=run_bot CTX=<DEPLOY_CONTEXT> make deploy
Expand Down

0 comments on commit aae4860

Please sign in to comment.