Skip to content

Commit 3f486ea

Browse files
committed
update llms
1 parent 900259e commit 3f486ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llms.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ wormholeRelayer.sendPayloadToEvm{value: cost}(
665665

666666
### Receive a Message
667667

668-
To receive a message using a Wormhole relayer, the target contract must implement the [`IWormholeReceiver`](https://github.com/wormhole-foundation/wormhole-relayer-solidity-sdk/blob/main/src/interfaces/IWormholeReceiver.sol){target=\_blank} interface, as shown in the [previous section](#interacting-with-the-wormhole-relayer).
668+
To receive a message using a Wormhole relayer, the target contract must implement the [`IWormholeReceiver`](https://github.com/wormhole-foundation/wormhole-relayer-solidity-sdk/blob/main/src/interfaces/IWormholeReceiver.sol){target=\_blank} interface, as shown in the [previous section](#interact-with-the-wormhole-relayer).
669669

670670
```solidity
671671
function receiveWormholeMessages(
@@ -14746,7 +14746,7 @@ A Spy is a daemon that eavesdrops on the messages passed between Guardians, typi
1474614746

1474714747
## VAA
1474814748

14749-
[Verifiable Action Approvals](/docs/learn/infrastructure/vaas/){target=\_blank} (VAAs) are the base data structure in the Wormhole ecosystem. They contain the messages emitted by [xDapps](#xdapp) along with information such as what contract emitted the message.
14749+
[Verifiable Action Approvals](/docs/learn/infrastructure/vaas/){target=\_blank} (VAAs) are the base data structure in the Wormhole ecosystem. They contain emitted messages along with information such as what contract emitted the message.
1475014750

1475114751
## Validator
1475214752

0 commit comments

Comments
 (0)