Skip to content

Commit e73612c

Browse files
Merge branch 'main' into feat/improve-readme
2 parents 7c52bec + ddf9d59 commit e73612c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,14 @@ forge snapshot
4343

4444
```shell
4545
anvil
46-
```
46+
=======
4747

4848
### Deploy to Monad Testnet
4949

5050
First, 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+
5353
cast wallet import monad-deployer --private-key $(cast wallet new | grep 'Private key:' | awk '{print $3}')
54-
```
5554

5655
After creating the keystore, you can read its address using:
5756

0 commit comments

Comments
 (0)