Skip to content

Commit

Permalink
chor: add zkSync era support to subgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekard0 committed Jun 25, 2024
1 parent 8b9cf82 commit 2d1aa5f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions packages/subgraph/manifest/data/zksync-era.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"info": "# Do not edit subgraph.yaml,this is a generated file. \n# Instead, edit subgraph.placeholder.yaml and run: yarn manifest",
"network": "zksync-era",
"dataSources": {
"DAORegistry": {
"name": "DAORegistry",
"address": "0xE7351bA0DDCc52249F27353893BcDBC74229e99d",
"startBlock": 37460768
},
"PluginRepoRegistry": {
"name": "PluginRepoRegistry",
"address": "0xEa26fC4028D9293f453804b40F097F11974FdB79",
"startBlock": 37460776
},
"PluginSetupProcessors": [
{
"name": "PluginSetupProcessor",
"address": "0x8E3e98ECF5CdBF2bEcCD91d3BA580D472df5A0cB",
"startBlock": 37460792
}
]
}
}

0 comments on commit 2d1aa5f

Please sign in to comment.