Skip to content

Commit 26b1032

Browse files
committed
test: wip on initial tests for L2GNS
1 parent befbd58 commit 26b1032

File tree

4 files changed

+459
-305
lines changed

4 files changed

+459
-305
lines changed

contracts/discovery/IGNS.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ interface IGNS {
1616
}
1717

1818
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
2020
uint256 tokens; // GRT that will be sent to L2 to mint signal
2121
bool l1Done; // Migration finished on L1 side (or subgraph deprecated)
2222
bytes32 lockedAtBlockHash; // Blockhash from block at which the subgraph was locked for migration
2323
mapping(address => bool) curatorBalanceClaimed; // True for curators whose balance has been claimed in L2
2424
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
2626
}
2727

2828
struct LegacySubgraphKey {

0 commit comments

Comments
 (0)