@@ -151,10 +151,12 @@ Note that this should always be enforced because as long as there is one DB tran
151151| Explorer.Chain.ZkSync.BatchBlock | zksync\_ batch\_ blocks | \[ asc: : hash \] |
152152| Explorer.Chain.ZkSync.BatchTransaction | zksync\_ batch\_ transactions | \[ asc: : hash \] |
153153| Explorer.Chain.ZkSync.LifecycleTransaction | zksync\_ lifecycle\_ transactions | \[ asc: : id \] |
154- | Explorer.Chain.Celo.EpochReward | celo\_ epoch\_ rewards | \[ asc: : block \_ hash\] |
155- | Explorer.Chain.Celo.PendingEpochBlockOperation | celo\_ pending\_ epoch\_ block\_ operations | \[ asc: : block \_ hash\] |
156- | Explorer.Chain.Celo.ValidatorGroupVote | celo\_ epoch\_ validator\_ group\_ votes | \[ asc: : transaction \_ hash, asc: : account \_ address\_ hash, asc: : group \_ address\_ hash\] |
157- | Explorer.Chain.Celo.ElectionReward | celo\_ election\_ rewards | \[ asc: : block \_ hash, asc: type, asc: : account \_ address\_ hash, asc: : associated \_ account\_ address\_ hash\] |
154+ | Explorer.Chain.Celo.PendingAccountOperation | celo\_ pending\_ account\_ operations | \[ asc: : address \_ hash\] |
155+ | Explorer.Chain.Celo.Account | celo\_ accounts | \[ asc: : address \_ hash\] |
156+ | Explorer.Chain.Celo.ValidatorGroupVote | celo\_ validator\_ group\_ votes | \[ asc: : transaction \_ hash, asc: : account \_ address\_ hash, asc: : group \_ address\_ hash\] |
157+ | Explorer.Chain.Celo.Epoch | celo\_ epochs | \[ asc: : number \] |
158+ | Explorer.Chain.Celo.EpochReward | celo\_ epoch\_ rewards | \[ asc: : epoch \_ number\] |
159+ | Explorer.Chain.Celo.ElectionReward | celo\_ election\_ rewards | \[ asc: : epoch \_ number, asc: type, asc: : account \_ address\_ hash, asc: : associated \_ account\_ address\_ hash\] |
158160| Explorer.Chain.Zilliqa.QuorumCertificate | zilliqa\_ quorum\_ certificates | \[ asc: : block \_ hash\] |
159161| Explorer.Chain.Zilliqa.AggregateQuorumCertificate | zilliqa\_ aggregate\_ quorum\_ certificates | \[ asc: : block \_ hash\] |
160162| Explorer.Chain.Zilliqa.NestedQuorumCertificate | zilliqa\_ nested\_ quorum\_ certificates | \[ asc: : block \_ hash, asc: proposed\_ by\_ validator\_ index] |
0 commit comments