Skip to content

Commit

Permalink
Update contract address for networks.json (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmanc authored Apr 5, 2024
1 parent 1774efa commit 9dc190f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions subgraphs/eigenda-batch-metadata/templates/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
},
"mainnet": {
"EigenDAServiceManager": {
"address": "0x4C4707E6DCC52494dAbeC4f5662D7092bA802264",
"startBlock": 19578578
"address": "0x870679E138bCdf293b7Ff14dD44b70FC97e12fc0",
"startBlock": 19592322
}
}
}
20 changes: 10 additions & 10 deletions subgraphs/eigenda-operator-state/templates/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,24 +133,24 @@
},
"mainnet": {
"RegistryCoordinator": {
"address": "0xe7A6f59828eE51Bf70E0c7e23C5be8D9490Cd675",
"startBlock": 19578578
"address": "0x0BAAc79acD45A023E19345c352d8a7a83C4e5656",
"startBlock": 19592322
},
"BLSApkRegistry": {
"address": "0xcEb52a6805d173Fa1b86b89cA554152e3F6C0820",
"startBlock": 19578578
"address": "0x00A5Fd09F6CeE6AE9C8b0E5e33287F7c82880505",
"startBlock": 19592322
},
"BLSApkRegistry_Operator": {
"address": "0xcEb52a6805d173Fa1b86b89cA554152e3F6C0820",
"startBlock": 19578578
"address": "0x00A5Fd09F6CeE6AE9C8b0E5e33287F7c82880505",
"startBlock": 19592322
},
"RegistryCoordinator_Operator": {
"address": "0xe7A6f59828eE51Bf70E0c7e23C5be8D9490Cd675",
"startBlock": 19578578
"address": "0x0BAAc79acD45A023E19345c352d8a7a83C4e5656",
"startBlock": 19592322
},
"BLSApkRegistry_QuorumApkUpdates": {
"address": "0xcEb52a6805d173Fa1b86b89cA554152e3F6C0820",
"startBlock": 19578578
"address": "0x00A5Fd09F6CeE6AE9C8b0E5e33287F7c82880505",
"startBlock": 19592322
}
}
}

0 comments on commit 9dc190f

Please sign in to comment.