-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: extract firehose-client from veemon
- Loading branch information
1 parent
f98da7a
commit edf275a
Showing
16 changed files
with
6,872 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/target | ||
|
||
.env | ||
.DS_Store |
File renamed without changes.
Oops, something went wrong.