Skip to content

Commit

Permalink
feat: add mode and degen
Browse files Browse the repository at this point in the history
  • Loading branch information
octo-gone committed Aug 23, 2024
1 parent 4959baa commit 23f0633
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 @@ -580,6 +580,25 @@
}
]
},
{
"chainId": 666666666,
"chainName": "Degen Chain",
"isTestnet": false,
"network": "degen-chain",
"providers": [
{
"data": [
"blocks",
"tx",
"logs"
],
"dataSourceUrl": "https://v2.archive.subsquid.io/network/degen-chain",
"provider": "subsquid",
"release": "ArrowSquid",
"supportTier": 2
}
]
},
{
"chainId": 53935,
"chainName": "DFK Chain",
Expand Down Expand Up @@ -1069,6 +1088,25 @@
}
]
},
{
"chainId": 34443,
"chainName": "Mode Mainnet",
"isTestnet": false,
"network": "mode-mainnet",
"providers": [
{
"data": [
"blocks",
"tx",
"logs"
],
"dataSourceUrl": "https://v2.archive.subsquid.io/network/mode-mainnet",
"provider": "subsquid",
"release": "ArrowSquid",
"supportTier": 2
}
]
},
{
"chainId": 1287,
"chainName": "Moonbase Alpha",
Expand Down

0 comments on commit 23f0633

Please sign in to comment.