From 01838871a14335ab893809c4bf6b3054d43dae3e Mon Sep 17 00:00:00 2001 From: qperrot Date: Sat, 20 Jan 2024 10:06:29 +0100 Subject: [PATCH] fix: Add info in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e9d4c2..4c591bc 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ The script is deploying the contract on goerli if you want to deploy on another To run the script just do `npx ts-node scripts/deployContracts.ts --contract CONTRACT_NAME`. `CONTRACT_NAME` must be replaced by : - PoolingManager -- Factory +- Factory : For this one put `POOLINGMANAGER_ADDRESS` inside your `.env`. If you didn't use the script for declaration, then you will need to manually add `TOKEN_CLASS_HASH` and `TOKENMANAGER_CLASS_HASH` inside your `.env`. ### Setup Only the owner of the contract will be able to set up the contract.