Skip to content

Commit

Permalink
feat: add plume mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
octo-gone committed Oct 17, 2024
1 parent c0927ae commit b324c0f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/archives/evm.json
Original file line number Diff line number Diff line change
Expand Up @@ -1485,10 +1485,10 @@
]
},
{
"chainId": 18230,
"chainName": "Plume Devnet",
"isTestnet": true,
"network": "plume-devnet",
"chainId": null,
"chainName": "Plume Mainnet",
"isTestnet": false,
"network": "plume-mainnet",
"providers": [
{
"data": [
Expand All @@ -1498,15 +1498,15 @@
"traces",
"stateDiffs"
],
"dataSourceUrl": "https://v2.archive.subsquid.io/network/plume-devnet",
"dataSourceUrl": "https://v2.archive.subsquid.io/network/plume-mainnet",
"provider": "subsquid",
"release": "ArrowSquid",
"supportTier": 2
"supportTier": 1
}
]
},
{
"chainId": 161221135,
"chainId": null,
"chainName": "Plume Testnet",
"isTestnet": true,
"network": "plume-testnet",
Expand Down

0 comments on commit b324c0f

Please sign in to comment.