Skip to content

Commit be2f465

Browse files
committed
docs: add unconfirmed IBs to eb-dag
1 parent 6e7f5b0 commit be2f465

File tree

3 files changed

+149
-117
lines changed

3 files changed

+149
-117
lines changed

docs/workshop/eb-dag-detailed.d2

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,16 @@ IB9: {
127127
label: "IB 9"
128128
}
129129

130+
IB10: {
131+
class: ib_unconfirmed
132+
label: "IB 10"
133+
}
134+
135+
IB11: {
136+
class: ib_unconfirmed
137+
label: "IB 11"
138+
}
139+
130140
# RB references
131141

132142
chain.RB1 -> chain.Genesis: {
@@ -266,4 +276,12 @@ IB9 -> EB6: "Ledger Ref" {
266276
class: ledger_link
267277
}
268278

279+
IB10 -> EB7: "Ledger Ref" {
280+
class: ledger_link
281+
}
282+
283+
IB11 -> EB7: "Ledger Ref" {
284+
class: ledger_link
285+
}
286+
269287
direction: left

0 commit comments

Comments
 (0)