Skip to content

Commit 36e165a

Browse files
authored
Merge pull request #1655 from MSilb7/data-fpresolve
Add Dispute Game Resolve Logic
2 parents 92a366e + 72e3f5a commit 36e165a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/app-developers/tools/data-and-dashboards/data-glossary.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ This glossary is a living document and will be updated over time as new metrics
4949
* **Transaction Batches:** All transactions where the transaction from address is the `batcherHash` address and the transaction to address is the `batchInbox` as defined in the chains' `SystemConfigProxy` contract.
5050
* **State Output Submissions or Dispute Games:** All transactions where the transaction from address is the `Proposer` and the transaction to address is either the `outputOracleProxy` or the `disputeGameFactoryProxy` as defined in the chains' `SystemConfigProxy` contract.
5151
* Each chain's `SystemConfigProxy` contract can be found in the Superchain Registry.
52+
* **Resolving Dispute Games:** All transactions sent to dispute game contracts created by the `disputeGameFactoryProxy`, where the transaction's method id (function call) is either `Resolve`, `ResolveClaim`, or `ClaimCredit`.
5253

5354
**Why it matters:**
5455

0 commit comments

Comments
 (0)