Skip to content

Commit

Permalink
Fixing a mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
shirren committed Nov 18, 2024
1 parent a0f10ac commit 23df805
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 23df805

Please sign in to comment.