Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ Calls to an Upgrade Executor can only be made by chain owners; e.g., entities gr

With this architecture, the Upgrade Executor represents a single source of truth for affordances over critical upgradability of the chain.

:::info Precompile Reference

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).

:::

### Upgrades

Upgrades occur via a chain owner initiating a call to an Upgrade Executor, which in turns calls some chain-owned contract.
Expand Down