vault backup: 2026-01-07 17:01:31

This commit is contained in:
2026-01-07 17:01:31 -05:00
parent 97dd06e296
commit c276d4adf3
21 changed files with 10539 additions and 125 deletions
+17 -1
View File
@@ -1,7 +1,6 @@
---
id:
aliases: []
excalidraw-plugin: parsed
tags:
- excalidraw
@@ -78,3 +77,20 @@ DUtO/MZs4vM8wNgDCJyP0NwN8m5kpFs8iPgN0IzblL5bdBAEYGwAYKo+WAQITE8L6gswk5k84mOms/5P
```
%%
## Location vs. Scope
%%TODO:%%
![[location-vs-scope.excalidraw]]
MDPB is physically _located_ in Building A,
but serves only loads in Building B.
```
location = Buildings["Building A"]
scope = Buildings["Building B"]
```
Were Building B removed from the contract scope,
it can be expected that MDPB would be as well.