You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ The script is deploying the contract on goerli if you want to deploy on another
57
57
To run the script just do `npx ts-node scripts/deployContracts.ts --contract CONTRACT_NAME`.
58
58
`CONTRACT_NAME` must be replaced by :
59
59
- PoolingManager
60
-
- Factory
60
+
- 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`.
61
61
62
62
### Setup
63
63
Only the owner of the contract will be able to set up the contract.
0 commit comments