Skip to content

Commit

Permalink
use the correct block number (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpjunior92 authored Nov 14, 2023
1 parent 423ddd3 commit b98b2d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion subgraphs/eigenda-batch-metadata/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"goerli": {
"EigenDAServiceManager": {
"address": "0x9FcE30E01a740660189bD8CbEaA48Abd36040010",
"startBlock": 10044349
"startBlock": 10043972
}
}
}
12 changes: 6 additions & 6 deletions subgraphs/eigenda-operator-state/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,27 +80,27 @@
"goerli": {
"BLSRegistryCoordinatorWithIndices": {
"address": "0x0b30a3427765f136754368a4500bAca8d2a54C0B",
"startBlock": 10044349
"startBlock": 10043972
},
"BLSPubkeyRegistry": {
"address": "0xD8fCD5c9103962DE37E375EF9dB62cCf39D5BEcA",
"startBlock": 10044349
"startBlock": 10043972
},
"BLSPubkeyCompendium": {
"address": "0xc81d3963087Fe09316cd1E032457989C7aC91b19",
"startBlock": 10044349
"startBlock": 10043972
},
"BLSPubkeyCompendium_Operator": {
"address": "0xc81d3963087Fe09316cd1E032457989C7aC91b19",
"startBlock": 10044349
"startBlock": 10043972
},
"BLSRegistryCoordinatorWithIndices_Operator": {
"address": "0x0b30a3427765f136754368a4500bAca8d2a54C0B",
"startBlock": 10044349
"startBlock": 10043972
},
"BLSPubkeyRegistry_QuorumApkUpdates": {
"address": "0xD8fCD5c9103962DE37E375EF9dB62cCf39D5BEcA",
"startBlock": 10044349
"startBlock": 10043972
}
}
}

0 comments on commit b98b2d3

Please sign in to comment.