Fix linting

This commit is contained in:
stubbsta 2025-08-26 08:41:11 +02:00
parent 9a194f8a8d
commit 660ac09404
No known key found for this signature in database

View File

@ -23,8 +23,8 @@ 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.
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