Skip to content

Commit 47ef6cc

Browse files
committed
adding ext pause comment
1 parent edfd1fb commit 47ef6cc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pages/stack/smart-contracts.mdx

+5-4
Original file line numberDiff line numberDiff line change
@@ -279,19 +279,20 @@ and most importantly making the stack modular.
279279

280280
#### AddressManager
281281

282-
AddressManager is a legacy contract that was used in the old version of the
282+
`AddressManager` is a legacy contract that was used in the old version of the
283283
Optimism system to manage a registry of string names to addresses. We now use a
284284
more standard proxy system for most contracts, but this contract is still used for
285285
the L1CrossDomainMessenger, via ResolvedDelegateProxy
286286

287287
#### SuperchainConfig
288288

289-
The SuperchainConfig contract is used to manage configuration of global
290-
superchain values.
289+
The `SuperchainConfig` contract is used to manage configuration of global
290+
superchain values. It has the ability to pause and unpause all withdrawals
291+
in the Superchain.
291292

292293
#### L1CrossDomainMessenger
293294

294-
The L1CrossDomainMessenger is a message passing interface between L1 and L2
295+
The `L1CrossDomainMessenger` is a message passing interface between L1 and L2
295296
responsible for sending and receiving data on the L1 side. Users are encouraged
296297
to use this interface instead of interacting with lower-level contracts directly.
297298

0 commit comments

Comments
 (0)