You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/launch-arbitrum-chain/04-maintain-your-chain/03-ownership-structure-access-control.mdx
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,12 @@ Calls to an Upgrade Executor can only be made by chain owners; e.g., entities gr
29
29
30
30
With this architecture, the Upgrade Executor represents a single source of truth for affordances over critical upgradability of the chain.
31
31
32
+
:::info Precompile Reference
33
+
34
+
The [`ArbOwner` precompile reference](/build-decentralized-apps/precompiles/02-reference.mdx#arbowner) can be found on the [Precompiles reference page](/build-decentralized-apps/precompiles/02-reference.mdx).
35
+
36
+
:::
37
+
32
38
### Upgrades
33
39
34
40
Upgrades occur via a chain owner initiating a call to an Upgrade Executor, which in turns calls some chain-owned contract.
0 commit comments