mirror of
https://github.com/logos-messaging/logos-messaging-rlnv2-contract.git
synced 2026-01-15 20:33:06 +00:00
Add descriptions in README for TST usage
This commit is contained in:
parent
6645f8921b
commit
9a194f8a8d
@ -23,12 +23,18 @@ token distribution while mimicking DAI's behaviour.
|
||||
|
||||
### Deploy new TestStableToken with proxy contract
|
||||
|
||||
This script deploys both the proxy and the TestStableToken implementation, initializing the proxy to point to the
|
||||
new implementation.
|
||||
|
||||
```bash
|
||||
forge script script/DeployTokenWithProxy.s.sol:DeployTokenWithProxy --rpc-url $RPC_URL --private-key $PRIVATE_KEY --broadcast
|
||||
```
|
||||
|
||||
### Deploy only TestStableToken contract implementation
|
||||
|
||||
This script deploys only the TestStableToken implementation, which can then be used to update the proxy contract to
|
||||
point to this new implementation.
|
||||
|
||||
```bash
|
||||
forge script test/TestStableToken.sol:TestStableTokenFactory --tc TestStableTokenFactory --rpc-url $RPC_URL --private-key $PRIVATE_KEY --broadcast
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user