Skip to content

Commit

Permalink
Merge pull request #377 from subsquid/networks-scripts-update
Browse files Browse the repository at this point in the history
Networks scripts update
  • Loading branch information
abernatskiy authored Apr 3, 2024
2 parents df35eff + a794a54 commit c0f5a3c
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 96 deletions.
6 changes: 5 additions & 1 deletion docs/subsquid-network/reference/evm-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ This page lists the public EVM datasets available from the [open private network
| moonbeam (*) | | <MoonbeamTooltip>?</MoonbeamTooltip> | `lookupArchive('moonbeam',` `{type: 'EVM'})` |
| moonriver (*) | || `lookupArchive('moonriver',` `{type: 'EVM'})` |
| moonsama (*) | | | `lookupArchive('moonsama')` |
| neon-mainnet | | | `lookupArchive('neon-mainnet')` |
| neon-devnet (!) | | | `lookupArchive('neon-devnet')` |
| opbnb-mainnet | | | `lookupArchive('opbnb-mainnet')` |
| opbnb-testnet | | | `lookupArchive('opbnb-testnet')` |
Expand All @@ -97,6 +98,7 @@ This page lists the public EVM datasets available from the [open private network
| polygon-mumbai | | | `lookupArchive('polygon-mumbai')` |
| polygon-zkevm | | | `lookupArchive('polygon-zkevm')` |
| polygon-zkevm-testnet | | | `lookupArchive('polygon-zkevm-testnet')` |
| prom-testnet | | | `lookupArchive('prom-testnet')` |
| scroll-mainnet | || `lookupArchive('scroll-mainnet')` |
| scroll-sepolia | || `lookupArchive('scroll-sepolia')` |
| sepolia ||| `lookupArchive('sepolia')` |
Expand Down Expand Up @@ -133,7 +135,7 @@ const processor = new EvmBatchProcessor()

### Raw URLs

Here are the raw dataset URLs (retrieved 2024-03-22):
Here are the raw dataset URLs (retrieved 2024-04-03):

| Network | Dataset endpoint URL |
|:-----------------------:|:--------------------------------------------------------------:|
Expand Down Expand Up @@ -179,6 +181,7 @@ Here are the raw dataset URLs (retrieved 2024-03-22):
| moonbeam | https://v2.archive.subsquid.io/network/moonbeam-mainnet |
| moonriver | https://v2.archive.subsquid.io/network/moonriver-mainnet |
| moonsama | https://v2.archive.subsquid.io/network/moonsama |
| neon-mainnet | https://v2.archive.subsquid.io/network/neon-mainnet |
| neon-devnet | https://v2.archive.subsquid.io/network/neon-devnet |
| opbnb-mainnet | https://v2.archive.subsquid.io/network/opbnb-mainnet |
| opbnb-testnet | https://v2.archive.subsquid.io/network/opbnb-testnet |
Expand All @@ -190,6 +193,7 @@ Here are the raw dataset URLs (retrieved 2024-03-22):
| polygon-mumbai | https://v2.archive.subsquid.io/network/polygon-testnet |
| polygon-zkevm | https://v2.archive.subsquid.io/network/polygon-zkevm-mainnet |
| polygon-zkevm-testnet | https://v2.archive.subsquid.io/network/polygon-zkevm-testnet |
| prom-testnet | https://v2.archive.subsquid.io/network/prom-testnet |
| scroll-mainnet | https://v2.archive.subsquid.io/network/scroll-mainnet |
| scroll-sepolia | https://v2.archive.subsquid.io/network/scroll-sepolia |
| sepolia | https://v2.archive.subsquid.io/network/ethereum-sepolia |
Expand Down
Loading

0 comments on commit c0f5a3c

Please sign in to comment.