Skip to content

Commit

Permalink
chore: extract firehose-client from veemon
Browse files Browse the repository at this point in the history
  • Loading branch information
suchapalaver committed Nov 29, 2024
1 parent f98da7a commit edf275a
Show file tree
Hide file tree
Showing 16 changed files with 6,872 additions and 105 deletions.
10 changes: 10 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FIREHOSE_ETHEREUM_URL=<YOUR-FIREHOSE-ETHEREUM-URL>
FIREHOSE_ETHEREUM_PORT=<YOUR-FIREHOSE-ETHEREUM-PORT>
FIREHOSE_BEACON_URL=<YOUR-FIREHOSE-BEACON-URL>
FIREHOSE_BEACON_PORT=<YOUR-FIREHOSE-BEACON-PORT>
FIREHOSE_ARBITRUM_URL=<YOUR-FIREHOSE-ARBITRUM-URL>
FIREHOSE_ARBITRUM_PORT=<YOUR-FIREHOSE-ARBITRUM-PORT>
# Pinax is a great provider for blockchain data, so if you need an API key, you might want to check them out.
BEACON_API_KEY=<YOUR-API-KEY>
ETHEREUM_API_KEY=<YOUR-API-KEY>
ARBITRUM_API_KEY=<YOUR-API-KEY>
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/target

.env
.DS_Store
File renamed without changes.
Loading

0 comments on commit edf275a

Please sign in to comment.