Skip to content

Commit

Permalink
feat: add abstract mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
octo-gone committed Jan 27, 2025
1 parent 642d61b commit 624aa2b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/archives/evm.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,27 @@
}
]
},
{
"id": "abstract-mainnet",
"chainId": 2741,
"chainName": "Abstract Mainnet",
"isTestnet": false,
"network": "abstract-mainnet",
"logoUrl": "https://cdn.subsquid.io/img/networks/abstract.png",
"providers": [
{
"data": [
"blocks",
"tx",
"logs"
],
"dataSourceUrl": "https://v2.archive.subsquid.io/network/abstract-mainnet",
"provider": "subsquid",
"release": "ArrowSquid",
"supportTier": 2
}
]
},
{
"id": "abstract-testnet",
"chainId": 11124,
Expand Down

0 comments on commit 624aa2b

Please sign in to comment.