Skip to content

Commit 408846d

Browse files
Across Admingitbook-bot
authored andcommitted
GITBOOK-124: No subject
1 parent 5e8fd73 commit 408846d

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

SUMMARY.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
## Developers
66

77
* [Quick start](developers/quick-start.md)
8-
* [Optimistic Asserter](developers/optimistic-asserter/README.md)
9-
* [⚖ Escalation Managers](developers/optimistic-asserter/escalation-managers.md)
10-
* [oSnap](developers/osnap/README.md)
11-
* [🚀 oSnap Quick Start](developers/osnap/osnap-quick-start.md)
12-
* [🎯 oSnap Deployment Tutorial](developers/osnap/osnap-deployment-tutorial.md)
13-
* [⚡ Snapshot Tutorial](developers/osnap/snapshot-tutorial.md)
14-
* [✅ oSnap Proposal Verification](developers/osnap/osnap-proposal-verification.md)
15-
* [⛏ oSnap Module Admin Functions](developers/osnap/osnap-module-admin-functions.md)
168
* [Optimistic Oracle](developers/optimistic-oracle/README.md)
179
* [🚀 OO Quick Start](developers/optimistic-oracle/getting-started.md)
1810
* [🎁 Deposit Box](developers/optimistic-oracle/solidity-examples.md)
1911
* [🕖 Event-Based Prediction Market](developers/optimistic-oracle/in-depth-tutorial-event-based-prediction-market.md)
2012
* [⛽ Internal Optimistic Oracle](developers/optimistic-oracle/internal-optimistic-oracle.md)
2113
* [👨🏫 Insurance Claim Arbitration](developers/optimistic-oracle/in-depth-tutorial-insurance-claims-arbitration.md)
2214
* [🛠 Optimistic Arbitrator](developers/optimistic-oracle/in-depth-tutorial-optimistic-arbitrator.md)
15+
* [Optimistic Oracle v3](developers/optimistic-oracle-v3/README.md)
16+
* [⚖ Escalation Managers](developers/optimistic-oracle-v3/escalation-managers.md)
17+
* [oSnap](developers/osnap/README.md)
18+
* [🚀 oSnap Quick Start](developers/osnap/osnap-quick-start.md)
19+
* [🎯 oSnap Deployment Tutorial](developers/osnap/osnap-deployment-tutorial.md)
20+
* [⚡ Snapshot Tutorial](developers/osnap/snapshot-tutorial.md)
21+
* [✅ oSnap Proposal Verification](developers/osnap/osnap-proposal-verification.md)
22+
* [⛏ oSnap Module Admin Functions](developers/osnap/osnap-module-admin-functions.md)
2323
* [Setting Custom Bond and Liveness Parameters](developers/setting-custom-bond-and-liveness-parameters.md)
2424

2525
## Protocol Overview
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Optimistic Asserter
1+
# Optimistic Oracle v3
22

3-
This section showcases different design patterns for building contracts that integrate with the UMA Optimistic Asserter (OA). These include:
3+
This section showcases different design patterns for building contracts that integrate with the UMA Optimistic Oracle v3. These include:
44

5-
* A [quick start tutorial](../quick-start.md) showcasing the simplest possible OA integration contract.
5+
* A [quick start tutorial](../quick-start.md) showcasing the simplest possible OOv3 integration contract.
66
* A description of [Escalation Managers](escalation-managers.md) and how they can be used.
77
* Developer tutorials are coming soon!

developers/optimistic-asserter/escalation-managers.md renamed to developers/optimistic-oracle-v3/escalation-managers.md

File renamed without changes.

protocol-overview/how-does-umas-oracle-work.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ UMA's Optimistic Oracle allows contracts to quickly request and receive data inf
44

55
If a dispute is raised, a request is sent to the DVM. All contracts built on UMA use the DVM as a backstop to resolve disputes. Disputes sent to the DVM will be resolved within a few days - after UMA tokenholders vote on what the correct outcome should have been.
66

7-
<figure><img src="../.gitbook/assets/Optimistic-Oracle-DVM-Overview-Updated.png" alt=""><figcaption><p>Oracle system diagram</p></figcaption></figure>
7+
<figure><img src="../.gitbook/assets/Optimistic-Oracle-DVM-Overview-Updated (1).png" alt=""><figcaption><p>Oracle system diagram</p></figcaption></figure>
88

99
### Optimistic Oracle
1010

0 commit comments

Comments
 (0)