Skip to content

Commit 015f10b

Browse files
committed
docs: add env vars
1 parent cebe692 commit 015f10b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/0_internal/pausable.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Pausable
22
This doc contains a guide on how to use the Pausable functionality of Aligned.
33

4+
To run the make targets specified in this guide, you must first have the relevant following env vars:
5+
```
6+
export RPC_URL=<rpc_url>
7+
export ALIGNED_SERVICE_MANAGER=<aligned_contract_address>
8+
export BATCHER_PAYMENT_SERVICE=<payment_service_contract_address>
9+
export PRIVATE_KEY=<pauser_private_key>
10+
```
11+
412
## Aligned Service Manager
513

614
Aligned Service Manager is granulary pausable, which means you can pause the whole contract, or only specific functions. For this, Aligned uses the Pauser Registry contract provided by Eigenlayer. This contract stores the role of different accounts, so you can have X pausers and Y unpausers.

0 commit comments

Comments
 (0)