Skip to content

Commit

Permalink
feat: add prom mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
octo-gone committed Nov 24, 2024
1 parent fbd9eb7 commit 426f3cd
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions src/archives/evm.json
Original file line number Diff line number Diff line change
Expand Up @@ -1456,7 +1456,7 @@
]
},
{
"chainId": 245022934,
"chainId": 245022926,
"chainName": "Neon EVM Devnet",
"isTestnet": true,
"logoUrl": "https://cdn.subsquid.io/img/networks/neon.png",
Expand Down Expand Up @@ -1500,7 +1500,7 @@
]
},
{
"chainId": 245022926,
"chainId": 245022934,
"chainName": "Neon EVM",
"logoUrl": "https://cdn.subsquid.io/img/networks/neon.png",
"network": "neon-mainnet",
Expand Down Expand Up @@ -1749,6 +1749,26 @@
}
]
},
{
"chainId": 227,
"chainName": "Prom Mainnet",
"isTestnet": false,
"network": "prom-mainnet",
"logoUrl": "https://cdn.subsquid.io/img/networks/prom.png",
"providers": [
{
"data": [
"blocks",
"tx",
"logs"
],
"dataSourceUrl": "https://v2.archive.subsquid.io/network/prom-mainnet",
"provider": "subsquid",
"release": "ArrowSquid",
"supportTier": 2
}
]
},
{
"chainId": 97072271,
"chainName": "Prom Testnet",
Expand Down

0 comments on commit 426f3cd

Please sign in to comment.