Add list of expected contracts to be deployed

This commit is contained in:
stubbsta 2026-01-21 09:20:52 +02:00
parent 1893a74d4a
commit 3fab9e2028
No known key found for this signature in database

View File

@ -68,6 +68,10 @@ $ forge coverage
#### Deploy to Anvil:
The following deployment will deploy several contracts required by the Waku RLNv2 contract and then deploy the Waku RLNv2
contract itself as well as a proxy contract.
```sh
$ TOKEN_ADDRESS=0x1122334455667788990011223344556677889900 forge script script/Deploy.s.sol --broadcast --rpc-url localhost --tc Deploy
```
@ -95,6 +99,12 @@ $ export ACCOUNT=<account name in foundry keystore>
$ pnpm deploy:linea_sepolia
```
This should deploy the following contracts:
- PoseidonT3
- LinearPriceCalculator
- WakuRlnV2
- WakuRlnV2 Proxy
### Format
Format the contracts: