Skip to content

Commit

Permalink
feat: update crossfi available data
Browse files Browse the repository at this point in the history
  • Loading branch information
octo-gone committed Oct 25, 2024
1 parent 63800d6 commit d5d6d6c
Showing 1 changed file with 27 additions and 3 deletions.
30 changes: 27 additions & 3 deletions src/archives/evm.json
Original file line number Diff line number Diff line change
Expand Up @@ -630,9 +630,33 @@
"providers": [
{
"data": [
"blocks",
"tx",
"logs"
{
"name": "blocks",
"ranges": [
[
1,
null
]
]
},
{
"name": "tx",
"ranges": [
[
1,
null
]
]
},
{
"name": "logs",
"ranges": [
[
1,
null
]
]
}
],
"dataSourceUrl": "https://v2.archive.subsquid.io/network/crossfi-testnet",
"provider": "subsquid",
Expand Down

0 comments on commit d5d6d6c

Please sign in to comment.