L2 transfer tools support
Added support for L2 transfer tools:
- Adds fields to denote when a
Subgraph
,Indexer
,DelegatedStake
,NameSignal
andSubgraphDeployment
has been transferred to L2 (albeit the last one is just to make indexer-agent integration easier)- transferredToL2: Whether the L2 transfer has happened
- transferredToL2At: Timestamp for the L2 transfer
- transferredToL2AtBlockNumber: Block number for the L2 transfer
- transferredToL2AtTx: Transaction hash of the L2 transfer
- Additionally,
Subgraph
transfers have astartedTransferredToL2
(and all auxiliary fields), since theSubgraph
transfer isn't a single step procedure.
- Adds fields to denote the transfer of GRT through the different transfer tools for the aforementioned entities