File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -279,19 +279,20 @@ and most importantly making the stack modular.
279
279
280
280
#### AddressManager
281
281
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
283
283
Optimism system to manage a registry of string names to addresses. We now use a
284
284
more standard proxy system for most contracts, but this contract is still used for
285
285
the L1CrossDomainMessenger, via ResolvedDelegateProxy
286
286
287
287
#### SuperchainConfig
288
288
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.
291
292
292
293
#### L1CrossDomainMessenger
293
294
294
- The L1CrossDomainMessenger is a message passing interface between L1 and L2
295
+ The ` L1CrossDomainMessenger ` is a message passing interface between L1 and L2
295
296
responsible for sending and receiving data on the L1 side. Users are encouraged
296
297
to use this interface instead of interacting with lower-level contracts directly.
297
298
You can’t perform that action at this time.
0 commit comments