File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ contract AlignedLayerServiceManager is
7272 string calldata batchDataPointer
7373 ) external payable {
7474 bytes32 batchIdentifier;
75- if (block .number < 100 ) // TODO set number of blocks
75+ if (block .number < 100 ) // TODO set number of blocks
7676 batchIdentifier = batchMerkleRoot;
7777 else
7878 batchIdentifier = keccak256 (abi.encodePacked (batchMerkleRoot, msg .sender ));
@@ -119,9 +119,9 @@ contract AlignedLayerServiceManager is
119119 bytes32 batchMerkleRoot ,
120120 NonSignerStakesAndSignature memory nonSignerStakesAndSignature
121121 ) external {
122- // batcherAddress [ address(0x7969c5eD335650692Bc04293B07F5BF2e7A673C0)] > 0, // Devnet
123- // batcherAddress [ address(0x7577Ec4ccC1E6C529162ec8019A49C13F6DAd98b)] > 0, // Stage
124- // batcherAddress [ address(0x815aeCA64a974297942D2Bbf034ABEe22a38A003)] > 0, // Prod
122+ // address batcherAddress = address(0x7969c5eD335650692Bc04293B07F5BF2e7A673C0); // Devnet
123+ // address batcherAddress = address(0x7577Ec4ccC1E6C529162ec8019A49C13F6DAd98b); // Stage
124+ // address batcherAddress = address(0x815aeCA64a974297942D2Bbf034ABEe22a38A003); // Prod
125125 address batcherAddress = address (0x7969c5eD335650692Bc04293B07F5BF2e7A673C0 );
126126 uint256 initialGasLeft = gasleft ();
127127
You can’t perform that action at this time.
0 commit comments