Skip to content

Commit

Permalink
chore: update installation, make blob time submission longer
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan-Kim2028 committed Aug 16, 2024
1 parent e31cc1c commit 9dbdce7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ This repository provides an example workflow that attaches preconfirmations to b
cd preconf_blob_bidder
```

Then `go mod tiny` to install dependencies.

## Making a preconf bid
1. Ensure the mev-commit bidder node is starting in the background. See [here](https://docs.primev.xyz/get-started/quickstart) for a quickstart. This is the following command to use:
`curl -L -o launchmevcommit launch.mev-commit.xyz; chmod +x launchmevcommit; ./launchmevcommit --node-type bidder`
Expand Down
2 changes: 1 addition & 1 deletion cmd/sendblob.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func main() {
log.Fatalf("Failed to connect to geth client: %v", err)
}

timer := time.NewTimer(12 * time.Hour)
timer := time.NewTimer(24 * 14 * time.Hour)
blobCount := 0
pendingTxs := make(map[string]int64)
preconfCount := make(map[string]int)
Expand Down

0 comments on commit 9dbdce7

Please sign in to comment.