From 741c82635e802e7725e3863fe87f02356699d250 Mon Sep 17 00:00:00 2001 From: Kunj Dhola Date: Sat, 20 May 2023 05:18:26 +0100 Subject: [PATCH] Update README.md fixed a couple of typos --- projects/messenger-v2/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`.