Skip to content

Commit 4a6b98a

Browse files
committed
docs: add sepolia.config
1 parent 84ebac1 commit 4a6b98a

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

contracts/script/deploy/config/sepolia/aligned.sepolia.config.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"chainId": 11155111
44
},
55
"permissions" : {
6-
"owner": "0x1380D03142156d8D9950b001A566dc5cc439dE81",
7-
"aggregator": "0x1380D03142156d8D9950b001A566dc5cc439dE81",
8-
"upgrader": "0x1380D03142156d8D9950b001A566dc5cc439dE81",
9-
"churner": "0x1380D03142156d8D9950b001A566dc5cc439dE81",
10-
"ejector": "0x1380D03142156d8D9950b001A566dc5cc439dE81",
11-
"deployer": "0xB321099cf86D9BB913b891441B014c03a6CcFc54",
6+
"owner": "<owner_address>",
7+
"aggregator": "<aggregator_address>",
8+
"upgrader": "<upgrader_address>",
9+
"churner": "<churner_address>",
10+
"ejector": "<ejector_address>",
11+
"deployer": "<deployer_address>",
1212
"initalPausedStatus": 0
1313
},
1414
"minimumStakes": [

docs/multisig.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ You can create a Multisig wallet using [Safe](https://safe.global/). For this gu
99

1010
Once you have a Multisig, you can deploy the contracts using the Multisig wallet address as the upgrader, pauser, etc.
1111

12+
For this, you must set your Safe Multisig's address in the `contracts/script/deploy/config/sepolia/aligned.sepolia.config.json` config file. In case of the `deployer` permission, it is not recommended to set the multisig, as he will deploy many contracts and delegate ownership, it is best to set the address of a wallet with funds, which will be the one that deploys the contracts.
13+
1214
Then, in order to do some action that requires the Multisig Owner, for example upgrading the contract, you must do the following:
1315

1416
1) Deploy the new implementation by running:

0 commit comments

Comments
 (0)