Skip to content

Commit

Permalink
feat: add crossfi mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
octo-gone committed Nov 8, 2024
1 parent ba4ec3e commit 9310e1f
Showing 1 changed file with 44 additions and 1 deletion.
45 changes: 44 additions & 1 deletion src/archives/evm.json
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,49 @@
}
]
},
{
"chainId": 4158,
"chainName": "CrossFi Mainnet",
"isTestnet": false,
"network": "crossfi-mainnet",
"providers": [
{
"data": [
{
"name": "blocks",
"ranges": [
[
1,
null
]
]
},
{
"name": "tx",
"ranges": [
[
1,
null
]
]
},
{
"name": "logs",
"ranges": [
[
1,
null
]
]
}
],
"dataSourceUrl": "https://v2.archive.subsquid.io/network/crossfi-mainnet",
"provider": "subsquid",
"release": "ArrowSquid",
"supportTier": 1
}
]
},
{
"chainId": 4157,
"chainName": "CrossFi Testnet",
Expand Down Expand Up @@ -661,7 +704,7 @@
"dataSourceUrl": "https://v2.archive.subsquid.io/network/crossfi-testnet",
"provider": "subsquid",
"release": "ArrowSquid",
"supportTier": 2
"supportTier": 1
}
]
},
Expand Down

0 comments on commit 9310e1f

Please sign in to comment.