Richard Ramos a3c67e0d42
feat: separate waku2 network (#179)
* chore: use go-discover instead of go-ethereum/p2p/discover
* feat: use validator function for discV5
2021-12-10 11:29:50 -04:00

12 lines
222 B
Modula-2

module filter2
go 1.15
replace github.com/status-im/go-waku => ../..
require (
github.com/ethereum/go-ethereum v1.10.13
github.com/ipfs/go-log v1.0.5
github.com/status-im/go-waku v0.0.0-20211101194039-94e8b9cf86fc
)