Skip to content

Commit

Permalink
Add mainnet contracts to networks.json (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmanc authored Apr 4, 2024
1 parent da1a83f commit 7d87cc9
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
6 changes: 6 additions & 0 deletions subgraphs/eigenda-batch-metadata/templates/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,11 @@
"address": "0xD4A7E1Bd8015057293f0D0A557088c286942e84b",
"startBlock": 1168409
}
},
"mainnet": {
"EigenDAServiceManager": {
"address": "0x4C4707E6DCC52494dAbeC4f5662D7092bA802264",
"startBlock": 19578578
}
}
}
22 changes: 22 additions & 0 deletions subgraphs/eigenda-operator-state/templates/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,27 @@
"address": "0x066cF95c1bf0927124DFB8B02B401bc23A79730D",
"startBlock": 1168409
}
},
"ethereum": {
"RegistryCoordinator": {
"address": "0xe7A6f59828eE51Bf70E0c7e23C5be8D9490Cd675",
"startBlock": 19578578
},
"BLSApkRegistry": {
"address": "0xcEb52a6805d173Fa1b86b89cA554152e3F6C0820",
"startBlock": 19578578
},
"BLSApkRegistry_Operator": {
"address": "0xcEb52a6805d173Fa1b86b89cA554152e3F6C0820",
"startBlock": 19578578
},
"RegistryCoordinator_Operator": {
"address": "0xe7A6f59828eE51Bf70E0c7e23C5be8D9490Cd675",
"startBlock": 19578578
},
"BLSApkRegistry_QuorumApkUpdates": {
"address": "0xcEb52a6805d173Fa1b86b89cA554152e3F6C0820",
"startBlock": 19578578
}
}
}

0 comments on commit 7d87cc9

Please sign in to comment.