Skip to content

Commit

Permalink
Added tests, added RPC poller, and more...
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicF96 committed Jul 19, 2024
1 parent 7899b57 commit f1d037e
Show file tree
Hide file tree
Showing 147 changed files with 7,764 additions and 1,075 deletions.
1 change: 1 addition & 0 deletions data/chains/V1/alfajores.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"alt_names": [],
"mainnet": "celo",
"standard": "erc20",
"rpc_poller": false,
"block_type": {
"label": "sf.ethereum.type.v2.Block",
"url": "https://buf.build/streamingfast/firehose-ethereum/docs/main:sf.ethereum.type.v2"
Expand Down
1 change: 1 addition & 0 deletions data/chains/V1/amoy.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"alt_names": [],
"mainnet": "polygon",
"standard": "erc20",
"rpc_poller": false,
"block_type": {
"label": "sf.ethereum.type.v2.Block",
"url": "https://buf.build/streamingfast/firehose-ethereum/docs/main:sf.ethereum.type.v2"
Expand Down
1 change: 1 addition & 0 deletions data/chains/V1/arbgoerli.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"alt_names": [],
"mainnet": "arbitrum",
"standard": "erc20",
"rpc_poller": true,
"block_type": {
"label": "sf.ethereum.type.v2.Block",
"url": "https://buf.build/streamingfast/firehose-ethereum/docs/main:sf.ethereum.type.v2"
Expand Down
1 change: 1 addition & 0 deletions data/chains/V1/arbone.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"alt_names": [],
"mainnet": "arbitrum",
"standard": "erc20",
"rpc_poller": true,
"block_type": {
"label": "sf.ethereum.type.v2.Block",
"url": "https://buf.build/streamingfast/firehose-ethereum/docs/main:sf.ethereum.type.v2"
Expand Down
1 change: 1 addition & 0 deletions data/chains/V1/arbsepolia.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"alt_names": [],
"mainnet": "arbitrum",
"standard": "erc20",
"rpc_poller": true,
"block_type": {
"label": "sf.ethereum.type.v2.Block",
"url": "https://buf.build/streamingfast/firehose-ethereum/docs/main:sf.ethereum.type.v2"
Expand Down
1 change: 1 addition & 0 deletions data/chains/V1/arweave.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"alt_names": [],
"mainnet": "arweave",
"standard": "erc20",
"rpc_poller": false,
"block_type": {
"label": "sf.arweave.type.v1.Block",
"url": "https://buf.build/pinax/firehose-arweave/docs/main:sf.arweave.type.v1"
Expand Down
1 change: 1 addition & 0 deletions data/chains/V1/avalanche.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"alt_names": [],
"mainnet": "avalanche",
"standard": "erc20",
"rpc_poller": true,
"block_type": {
"label": "sf.ethereum.type.v2.Block",
"url": "https://buf.build/streamingfast/firehose-ethereum/docs/main:sf.ethereum.type.v2"
Expand Down
1 change: 1 addition & 0 deletions data/chains/V1/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"alt_names": [],
"mainnet": "base",
"standard": "erc20",
"rpc_poller": false,
"block_type": {
"label": "sf.ethereum.type.v2.Block",
"url": "https://buf.build/streamingfast/firehose-ethereum/docs/main:sf.ethereum.type.v2"
Expand Down
1 change: 1 addition & 0 deletions data/chains/V1/bitcoin.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"alt_names": ["btc"],
"mainnet": "bitcoin",
"standard": "brc20",
"rpc_poller": true,
"block_type": {
"label": "sf.bitcoin.type.v1.Block",
"url": "https://buf.build/streamingfast/firehose-bitcoin/docs/main:sf.bitcoin.type.v1"
Expand Down
1 change: 1 addition & 0 deletions data/chains/V1/bsc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"alt_names": ["bsc", "binance"],
"mainnet": "bsc",
"standard": "erc20",
"rpc_poller": false,
"block_type": {
"label": "sf.ethereum.type.v2.Block",
"url": "https://buf.build/streamingfast/firehose-ethereum/docs/main:sf.ethereum.type.v2"
Expand Down
1 change: 1 addition & 0 deletions data/chains/V1/celo.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"alt_names": [],
"mainnet": "celo",
"standard": "erc20",
"rpc_poller": false,
"block_type": {
"label": "sf.ethereum.type.v2.Block",
"url": "https://buf.build/streamingfast/firehose-ethereum/docs/main:sf.ethereum.type.v2"
Expand Down
Loading

0 comments on commit f1d037e

Please sign in to comment.