File tree Expand file tree Collapse file tree 4 files changed +459
-305
lines changed Expand file tree Collapse file tree 4 files changed +459
-305
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ interface IGNS {
16
16
}
17
17
18
18
struct SubgraphL2MigrationData {
19
- uint256 lockedAtBlock; // Block at which the subgraph was locked for migration
19
+ uint256 lockedAtBlock; // Block at which the subgraph was locked for migration. L1 only
20
20
uint256 tokens; // GRT that will be sent to L2 to mint signal
21
21
bool l1Done; // Migration finished on L1 side (or subgraph deprecated)
22
22
bytes32 lockedAtBlockHash; // Blockhash from block at which the subgraph was locked for migration
23
23
mapping (address => bool ) curatorBalanceClaimed; // True for curators whose balance has been claimed in L2
24
24
bool l2Done; // Migration finished on L2 side
25
- bool deprecated; // Subgraph was deprecated instead of sent to L2
25
+ bool deprecated; // Subgraph was deprecated instead of sent. L1 only
26
26
}
27
27
28
28
struct LegacySubgraphKey {
You can’t perform that action at this time.
0 commit comments