Skip to content

Commit

Permalink
feat: add new networks
Browse files Browse the repository at this point in the history
  • Loading branch information
octo-gone committed Sep 16, 2024
1 parent 497f371 commit 48a3919
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions src/archives/evm.json
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,25 @@
}
]
},
{
"chainId": 355113,
"chainName": "Bitfinity Testnet",
"isTestnet": true,
"network": "bitfinity-testnet",
"providers": [
{
"data": [
"blocks",
"tx",
"logs"
],
"dataSourceUrl": "https://v2.archive.subsquid.io/network/bitfinity-testnet",
"provider": "subsquid",
"release": "ArrowSquid",
"supportTier": 2
}
]
},
{
"chainId": 32520,
"chainName": "Bitgert",
Expand Down Expand Up @@ -1202,6 +1221,25 @@
}
]
},
{
"chainId": 42225,
"chainName": "Naka Chain",
"isTestnet": false,
"network": "nakachain",
"providers": [
{
"data": [
"blocks",
"tx",
"logs"
],
"dataSourceUrl": "https://v2.archive.subsquid.io/network/nakachain",
"provider": "subsquid",
"release": "ArrowSquid",
"supportTier": 2
}
]
},
{
"chainId": 245022934,
"chainName": "Neon EVM Devnet",
Expand Down

0 comments on commit 48a3919

Please sign in to comment.