We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9649125 commit 97c17d1Copy full SHA for 97c17d1
README.md
@@ -23,11 +23,6 @@ $ anvil
23
### Deploy
24
25
```shell
26
-$ forge script script/Counter.s.sol:CounterScript --rpc-url <your_rpc_url> --private-key <your_private_key>
+forge script script/SoraContract.s.sol --broadcast --rpc-url $RPC_URL --private-key $PRIVATE_KEY
27
```
28
29
-### Cast
30
-
31
-```shell
32
-$ cast <subcommand>
33
-```
0 commit comments