Skip to content

Commit 92b855b

Browse files
committed
docs
1 parent 566928a commit 92b855b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ forge test
4040

4141
## Deployment
4242

43+
Calibration:
44+
4345
```console
4446
forge create --rpc-url https://api.calibration.node.glif.io/rpc/v0 --mnemonic secrets/mnemonic src/SparkRsr.sol:SparkRsr
4547
```
48+
49+
Mainnet:
50+
51+
```console
52+
forge create --rpc-url https://api.node.glif.io/rpc/v0 src/SparkRsr.sol:SparkRsr --constructor-args "0x..."
53+
```

0 commit comments

Comments
 (0)