Skip to content

Commit

Permalink
Update 05-create-the-receiver-contract.mdx by Yupi
Browse files Browse the repository at this point in the history
Signed-off-by: yupimint <[email protected]>
  • Loading branch information
yupimint authored Sep 11, 2024
1 parent abd862f commit 78ff971
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Perform the changes described in the previous section.
### Deploy the Receiver Contract

```bash
forge create --rpc-url myblockchain --private-key $PK src/1-send-roundtrip/receiverOnAvalanche L1.sol:ReceiverOnAvalanche L1
forge create --rpc-url myblockchain --private-key $PK src/0-send-receive/receiverOnSubnet.sol:ReceiverOnSubnet
```

</Step>
Expand Down

0 comments on commit 78ff971

Please sign in to comment.