From 23df8057710017c88cd868ae91e7e31020d103ce Mon Sep 17 00:00:00 2001 From: Shirren Date: Mon, 18 Nov 2024 11:44:09 +1100 Subject: [PATCH] Fixing a mistake --- scripts/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/README.md b/scripts/README.md index 725ef10..5c02507 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -4,9 +4,9 @@ The smart contract wallets require 3 ledgers for deployment. The first ledger us The ledgers used in the deployment have the following public keys; -* Passport Nonce Reserver - `0x5780B22CCd5830595C9EC79a8E273ee83Be79d17` (Black Ledger) -* Deployment Key - `0xdDA0d9448Ebe3eA43aFecE5Fa6401F5795c19333` (Orange Ledger) -* Priviledged Key - `0x0E2D55943f4EF07c336C12A85d083c20FF189182` (Purple Ledger) +* Passport Nonce Reserver - `0x5780B22CCd5830595C9EC79a8E273ee83Be79d17` +* Deployment Key - `0xdDA0d9448Ebe3eA43aFecE5Fa6401F5795c19333` +* Priviledged Key - `0x0E2D55943f4EF07c336C12A85d083c20FF189182` These keys use different account indexes on the ledger. Remember to adjust the `accountIndex` in the `WalletOptions` constructor. @@ -44,7 +44,7 @@ in the `contract.ts` file. Create a `.env` file. Use the `env.example` as a template. Set the following values in the `.env` * Set the DEPLOYER_CONTRACT_ADDRESS to match the address of the OwnableCreate2Deployer factory. -* 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`. +* 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`. ## Execution steps