Skip to content

Commit

Permalink
Merge pull request #34 from chrismaree/patch-1
Browse files Browse the repository at this point in the history
Fix broken link in README
  • Loading branch information
zeroXbrock authored Jan 11, 2024
2 parents 4acdb55 + a3408d4 commit 135cecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ await mevshare.sendTransaction(SIGNED_TX, shareTxParams)

Sends a bundle; an array of transactions with parameters to specify conditions for inclusion and MEV kickbacks. Transactions are placed in the `body` parameter with wrappers to indicate whether they're a new signed transaction or a pending transaction from the event stream.

See [MEV-Share Docs](https://github.com/flashbots/mev-share/blob/main/src/mev_sendBundle.md) for detailed descriptions of these parameters.
See [MEV-Share Docs](https://github.com/flashbots/mev-share/blob/main/specs/bundles/v0.1.md) for detailed descriptions of these parameters.

```typescript
const targetBlock = 1 + await provider.getBlockNumber()
Expand Down

0 comments on commit 135cecf

Please sign in to comment.