[WIP] don't write to public.node from ipld-eth-server (#37)

* don't write to public.node from ipld-eth-server

* update ipld-eth-indexer to version v0.7.0-alpha
This commit is contained in:
Ramil Amerzyanov
2021-03-10 13:13:43 +03:00
committed by GitHub
parent bc4d277012
commit 33bb152c04
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ require (
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.7.0
github.com/vulcanize/ipld-eth-indexer v0.7.0-alpha
github.com/vulcanize/ipld-eth-indexer v0.7.1-alpha
github.com/vulcanize/ipfs-ethdb v0.0.2-alpha
golang.org/x/sys v0.0.0-20210218155724-8ebf48af031b // indirect
)