Skip to content

Commit

Permalink
Moved testnets under testnets folder, moved consensus layers under co…
Browse files Browse the repository at this point in the history
…nsensus folder, added EVM support, which will show under evms folder. Adjusted Scripts
  • Loading branch information
DominicF96 committed May 10, 2024
1 parent 7e70f3e commit b100fa0
Show file tree
Hide file tree
Showing 40 changed files with 490 additions and 151 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
import { Testnet } from '../../../../../types/chain.types';
import { Testnet } from '../../../../../../types/chain.types';

const meta: Testnet = {
id: 'arbgoerli',
graph_id: null,
name: 'Arbitrum Goerli',
alt_names: [],
standard: 'erc20',
block_type: {
label: 'sf.ethereum.type.v2.Block',
url: 'https://buf.build/streamingfast/firehose-ethereum/docs/main:sf.ethereum.type.v2',
},
supported_services: {
firehose: {
released_at: null,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
import { Testnet } from '../../../../../types/chain.types';
import { Testnet } from '../../../../../../types/chain.types';

const meta: Testnet = {
id: 'arbsepolia',
graph_id: 'arbitrum-sepolia',
name: 'Arbitrum Sepolia',
alt_names: [],
standard: 'erc20',
block_type: {
label: 'sf.ethereum.type.v2.Block',
url: 'https://buf.build/streamingfast/firehose-ethereum/docs/main:sf.ethereum.type.v2',
},
supported_services: {
firehose: {
released_at: '2024-05-03T00:00:00.000Z',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
import { Testnet } from '../../../../../types/chain.types';
import { Testnet } from '../../../../../../types/chain.types';

const meta: Testnet = {
id: 'chapel',
graph_id: 'chapel',
name: 'Chapel',
alt_names: [],
standard: 'erc20',
block_type: {
label: 'sf.ethereum.type.v2.Block',
url: 'https://buf.build/streamingfast/firehose-ethereum/docs/main:sf.ethereum.type.v2',
},
supported_services: {
firehose: {
released_at: '2023-12-01T00:00:00.000Z',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
import { Testnet } from '../../../../../types/chain.types';
import { Testnet } from '../../../../../../types/chain.types';

const meta: Testnet = {
id: 'alfajores',
graph_id: null,
name: 'Alfajores',
alt_names: [],
standard: 'erc20',
block_type: {
label: 'sf.ethereum.type.v2.Block',
url: 'https://buf.build/streamingfast/firehose-ethereum/docs/main:sf.ethereum.type.v2',
},
supported_services: {
firehose: {
released_at: null,
Expand Down
Loading

0 comments on commit b100fa0

Please sign in to comment.