You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
case "ethereum", "ETH":
streamEthereum(context.Background())
default:
streamEOSIO(context.Background())```
But maybe it needs to contain that as it does something different for each chain.
The text was updated successfully, but these errors were encountered:
I wasn't sure how to properly remove this, as it is pulling the code snippet from somewhere else, and I'm not sure how it should/needs to be changed.
On this page: https://docs.dfuse.io/guides/eosio/getting-started/other-languages/
under number 6 - Full Working Examples, the code snippet in Go just below there contains
The text was updated successfully, but these errors were encountered: