Skip to content

Commit

Permalink
feat: add neon devnet and immutable zkevm networks
Browse files Browse the repository at this point in the history
  • Loading branch information
octo-gone committed Feb 6, 2024
1 parent 91ddbac commit 4d37b54
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/archives/evm.json
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,26 @@
}
]
},
{
"network": "immutable-zkevm-mainnet",
"providers": [
{
"provider": "subsquid",
"dataSourceUrl": "https://v2.archive.subsquid.io/network/immutable-zkevm-mainnet",
"release": "ArrowSquid"
}
]
},
{
"network": "immutable-zkevm-testnet",
"providers": [
{
"provider": "subsquid",
"dataSourceUrl": "https://v2.archive.subsquid.io/network/immutable-zkevm-testnet",
"release": "ArrowSquid"
}
]
},
{
"network": "linea-mainnet",
"providers": [
Expand Down Expand Up @@ -330,6 +350,16 @@
}
]
},
{
"network": "neon-devnet",
"providers": [
{
"provider": "subsquid",
"dataSourceUrl": "https://v2.archive.subsquid.io/network/neon-devnet",
"release": "ArrowSquid"
}
]
},
{
"network": "opbnb-mainnet",
"providers": [
Expand Down

0 comments on commit 4d37b54

Please sign in to comment.