Skip to content

Commit

Permalink
feat: add arbitrum-nova, arbitrum-one and shibuya archives
Browse files Browse the repository at this point in the history
  • Loading branch information
octo-gone authored Jul 7, 2023
1 parent 6863522 commit 2e96bf9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/archives/evm.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"provider": "subsquid",
"dataSourceUrl": "https://arbitrum.archive.subsquid.io",
"release": "FireSquid"
},
{
"provider": "subsquid",
"dataSourceUrl": "https://v2.archive.subsquid.io/network/arbitrum-one",
"release": "ArrowSquid"
}
]
},
Expand All @@ -32,6 +37,11 @@
"provider": "subsquid",
"dataSourceUrl": "https://arbitrum-nova.archive.subsquid.io",
"release": "FireSquid"
},
{
"provider": "subsquid",
"dataSourceUrl": "https://v2.archive.subsquid.io/network/arbitrum-nova",
"release": "ArrowSquid"
}
]
},
Expand Down Expand Up @@ -300,6 +310,16 @@
}
]
},
{
"network": "shibuya-testnet",
"providers": [
{
"provider": "subsquid",
"dataSourceUrl": "https://v2.archive.subsquid.io/network/shibuya-testnet",
"release": "ArrowSquid"
}
]
},
{
"network": "zksync",
"providers": [
Expand Down

0 comments on commit 2e96bf9

Please sign in to comment.