Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit c121aa5

Browse files
committed
cleanup
1 parent 79f76f8 commit c121aa5

File tree

3 files changed

+45
-4
lines changed

3 files changed

+45
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Fork of [ethrpc](https://github.com/onrik/ethrpc) with Flashbots RPC calls.
22

3-
https://docs.flashbots.net/flashbots-auction/searchers/advanced/rpc-endpoint
3+
* [Flashbots RPC documentation](https://docs.flashbots.net/flashbots-auction/searchers/advanced/rpc-endpoint)
4+
45

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ module github.com/metachris/flashbots-rpc
33
go 1.16
44

55
require (
6+
github.com/btcsuite/btcd v0.22.0-beta // indirect
67
github.com/ethereum/go-ethereum v1.10.7
78
github.com/jarcoal/httpmock v1.0.8
89
github.com/stretchr/testify v1.7.0
910
github.com/tidwall/gjson v1.8.1
11+
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
12+
golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 // indirect
1013
)

0 commit comments

Comments
 (0)