Update README.md

fixed a couple of typos
This commit is contained in:
Kunj Dhola 2023-05-20 05:18:26 +01:00 committed by Evan Gray
parent f1ab5ba93f
commit 741c82635e
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
## Wormhole Messenger Sample Project ## 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 ### Dependencies
This project uses Foundry to compile and deploy EVM contracts. You can find install instructions at [https://getfoundry.sh](https://getfoundry.sh) 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. This is intermittent and likely caused by the js lib and evm chain being out of sync.
#### Transaction Underpriced Issues #### 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`. 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`.