diff --git a/projects/messenger-v2/README.md b/projects/messenger-v2/README.md index 6a58f9b..b69fda1 100644 --- a/projects/messenger-v2/README.md +++ b/projects/messenger-v2/README.md @@ -1,5 +1,5 @@ ## Wormhole Messenger Sample Project -Simple messeger project that sends a "hellom, world!" message between EVM, Solana and Aptos chains using Wormhole. +Simple messenger project that sends a "hello, world!" message between EVM, Solana and Aptos chains using Wormhole. ### Dependencies This project uses Foundry to compile and deploy EVM contracts. You can find install instructions at [https://getfoundry.sh](https://getfoundry.sh) @@ -27,4 +27,4 @@ If you see transactions failing due to nonce mismatch errors, restart your local This is intermittent and likely caused by the js lib and evm chain being out of sync. #### Transaction Underpriced Issues -Transactions failing with the message `transaction underpriced` is an intermittent issue. Restart the evm chains and rerun `npm run test`. If the issue persists, you may need to manually set gas prices when calling the Messenger contract in the `send_msg` logic in `orchestrator.js`. \ No newline at end of file +Transactions failing with the message `transaction underpriced` is an intermittent issue. Restart the evm chains and rerun `npm run test`. If the issue persists, you may need to manually set gas prices when calling the Messenger contract in the `send_msg` logic in `orchestrator.js`.