Skip to content

Commit

Permalink
feat: add bitfinity mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
octo-gone committed Sep 16, 2024
1 parent 48a3919 commit f21ffe0
Showing 1 changed file with 73 additions and 6 deletions.
79 changes: 73 additions & 6 deletions src/archives/evm.json
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,25 @@
}
]
},
{
"chainId": 355110,
"chainName": "Bitfinity Mainnet",
"isTestnet": false,
"network": "bitfinity-mainnet",
"providers": [
{
"data": [
"blocks",
"tx",
"logs"
],
"dataSourceUrl": "https://v2.archive.subsquid.io/network/bitfinity-mainnet",
"provider": "subsquid",
"release": "ArrowSquid",
"supportTier": 2
}
]
},
{
"chainId": 355113,
"chainName": "Bitfinity Testnet",
Expand All @@ -367,9 +386,33 @@
"providers": [
{
"data": [
"blocks",
"tx",
"logs"
{
"name": "blocks",
"ranges": [
[
2760000,
null
]
]
},
{
"name": "tx",
"ranges": [
[
2760000,
null
]
]
},
{
"name": "logs",
"ranges": [
[
2760000,
null
]
]
}
],
"dataSourceUrl": "https://v2.archive.subsquid.io/network/bitfinity-testnet",
"provider": "subsquid",
Expand Down Expand Up @@ -1248,9 +1291,33 @@
"providers": [
{
"data": [
"blocks",
"tx",
"logs"
{
"name": "blocks",
"ranges": [
[
177455580,
null
]
]
},
{
"name": "tx",
"ranges": [
[
177455580,
null
]
]
},
{
"name": "logs",
"ranges": [
[
177455580,
null
]
]
}
],
"dataSourceUrl": "https://v2.archive.subsquid.io/network/neon-devnet",
"provider": "subsquid",
Expand Down

0 comments on commit f21ffe0

Please sign in to comment.