ethereum: remove mention of batched vaas in README

This commit is contained in:
Csongor Kiss 2023-09-05 19:52:29 +01:00 committed by Evan Gray
parent 745cbe71a3
commit 3425c821f7
1 changed files with 2 additions and 12 deletions

View File

@ -62,13 +62,3 @@ wormhole/ethereum $ ../scripts/install-foundry
```
The installer script installs foundry and the appropriate solc version to build the contracts.
### Batched VAAs
To send a transaction that will create multiple VAAs, invoke the `sendMultipleMessages` method of [ethereum/contracts/mock/MockBatchedVAASender.sol](./contracts/mock/MockBatchedVAASender.sol) with the truffle script:
npx truffle exec scripts/send_batched_vaa.js
or invoke the same script in the tilt devnet:
minikube kubectl -- exec -n wormhole eth-devnet-0 -c tests -- npx truffle exec scripts/send_batched_vaa.js