Skip to content

Commit 23df805

Browse files
committed
Fixing a mistake
1 parent a0f10ac commit 23df805

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ The smart contract wallets require 3 ledgers for deployment. The first ledger us
44

55
The ledgers used in the deployment have the following public keys;
66

7-
* Passport Nonce Reserver - `0x5780B22CCd5830595C9EC79a8E273ee83Be79d17` (Black Ledger)
8-
* Deployment Key - `0xdDA0d9448Ebe3eA43aFecE5Fa6401F5795c19333` (Orange Ledger)
9-
* Priviledged Key - `0x0E2D55943f4EF07c336C12A85d083c20FF189182` (Purple Ledger)
7+
* Passport Nonce Reserver - `0x5780B22CCd5830595C9EC79a8E273ee83Be79d17`
8+
* Deployment Key - `0xdDA0d9448Ebe3eA43aFecE5Fa6401F5795c19333`
9+
* Priviledged Key - `0x0E2D55943f4EF07c336C12A85d083c20FF189182`
1010

1111
These keys use different account indexes on the ledger. Remember to adjust the `accountIndex` in the `WalletOptions`
1212
constructor.
@@ -44,7 +44,7 @@ in the `contract.ts` file.
4444
Create a `.env` file. Use the `env.example` as a template. Set the following values in the `.env`
4545

4646
* Set the DEPLOYER_CONTRACT_ADDRESS to match the address of the OwnableCreate2Deployer factory.
47-
* Set the MULTICALL_ADMIN_PUB_KEY and FACTORY_ADMIN_PUB_KEY to match the address of the address of the privileged transaction multisig (Purple Ledger). This address for reference should be `0x0E2D55943f4EF07c336C12A85d083c20FF189182`.
47+
* Set the MULTICALL_ADMIN_PUB_KEY and FACTORY_ADMIN_PUB_KEY to match the address of the address of the privileged transaction multisig. This address for reference should be `0x0E2D55943f4EF07c336C12A85d083c20FF189182`.
4848

4949
## Execution steps
5050

0 commit comments

Comments
 (0)