Skip to content

Commit 5e1266a

Browse files
committed
Update Celo's sharelock documentation
1 parent 163559e commit 5e1266a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

setup/information-and-settings/sharelock.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)