File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11[submodule "lib/forge-std "]
22 path = lib/forge-std
33 url = https://github.com/foundry-rs/forge-std
4+ [submodule "lib/openzeppelin-contracts "]
5+ path = lib/openzeppelin-contracts
6+ url = https://github.com/OpenZeppelin/openzeppelin-contracts
Original file line number Diff line number Diff line change @@ -43,15 +43,14 @@ forge snapshot
4343
4444``` shell
4545anvil
46- ```
46+ =======
4747
4848# ## Deploy to Monad Testnet
4949
5050First, you need to create a keystore file. Do not forget to remember the password! You will need it to deploy your contract.
5151
52- ``` shell
52+
5353cast wallet import monad-deployer --private-key $( cast wallet new | grep ' Private key:' | awk ' {print $3}' )
54- ```
5554
5655After creating the keystore, you can read its address using:
5756
You can’t perform that action at this time.
0 commit comments