Skip to content

Commit

Permalink
Merge pull request #5 from 0xSpaceShard/fix/refacto-and-loop
Browse files Browse the repository at this point in the history
fix: Add info in README
  • Loading branch information
qperrot authored Jan 20, 2024
2 parents 7bca88b + 0183887 commit fd841ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fd841ad

Please sign in to comment.